From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 00:07:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5AE5065BBE1; Mon, 21 Jun 2021 00:07: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 4G7VFg209zz3Kqk; Mon, 21 Jun 2021 00:07: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 2C76F1343E; Mon, 21 Jun 2021 00:07: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 15L073Ej009270; Mon, 21 Jun 2021 00:07:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L073CI009269; Mon, 21 Jun 2021 00:07:03 GMT (envelope-from git) Date: Mon, 21 Jun 2021 00:07:03 GMT Message-Id: <202106210007.15L073CI009269@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: 6bfcb732df21 - main - net-mgmt/netdata: replace wrong PORTVERSION with PORTREVISION 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: 6bfcb732df21525adff3c91b316ee05957bbe320 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 00:07:03 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bfcb732df21525adff3c91b316ee05957bbe320 commit 6bfcb732df21525adff3c91b316ee05957bbe320 Author: Piotr Kubaj AuthorDate: 2021-06-21 00:06:53 +0000 Commit: Piotr Kubaj CommitDate: 2021-06-21 00:06:53 +0000 net-mgmt/netdata: replace wrong PORTVERSION with PORTREVISION Reported by: daniel.engberg.lists@pyret.net --- net-mgmt/netdata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 50a30a07a6ec..87697ab83581 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -3,7 +3,7 @@ PORTNAME= netdata DISTVERSIONPREFIX= v DISTVERSION= 1.31.0 -PORTVERSION= 1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://github.com/forkbomb9/netdata/commit/:dashboard From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 01:23:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8FBB265CCF4; Mon, 21 Jun 2021 01:23: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 4G7WyK3MLDz3P8R; Mon, 21 Jun 2021 01:23: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 5C81314593; Mon, 21 Jun 2021 01:23: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 15L1Nrxe015249; Mon, 21 Jun 2021 01:23:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L1NrPQ015248; Mon, 21 Jun 2021 01:23:53 GMT (envelope-from git) Date: Mon, 21 Jun 2021 01:23:53 GMT Message-Id: <202106210123.15L1NrPQ015248@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: 0a95ce6df0d3 - main - devel/lazygit: Update to 0.28.2 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: 0a95ce6df0d3c906d93f9e4d11f0938d343ee33f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 01:23:53 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a95ce6df0d3c906d93f9e4d11f0938d343ee33f commit 0a95ce6df0d3c906d93f9e4d11f0938d343ee33f Author: Koichiro Iwao AuthorDate: 2021-06-16 02:26:37 +0000 Commit: Koichiro Iwao CommitDate: 2021-06-21 01:22:56 +0000 devel/lazygit: Update to 0.28.2 While here, revert unnecessary use of DIST_SUBDIR reported by mat. Relnotes: https://github.com/jesseduffield/lazygit/releases/tag/v0.28.2 --- devel/lazygit/Makefile | 3 +- devel/lazygit/distinfo | 226 ++++++++++++++++++++++++------------------------- 2 files changed, 114 insertions(+), 115 deletions(-) diff --git a/devel/lazygit/Makefile b/devel/lazygit/Makefile index 49f68f2111f4..27c5305bd1ba 100644 --- a/devel/lazygit/Makefile +++ b/devel/lazygit/Makefile @@ -1,8 +1,7 @@ PORTNAME= lazygit DISTVERSIONPREFIX= v -DISTVERSION= 0.28.1 +DISTVERSION= 0.28.2 CATEGORIES= devel -DIST_SUBDIR= ${PORTNAME} MAINTAINER= meta@FreeBSD.org COMMENT= Simple terminal UI for git commands diff --git a/devel/lazygit/distinfo b/devel/lazygit/distinfo index 9d756e7c2dd8..0950333b43e4 100644 --- a/devel/lazygit/distinfo +++ b/devel/lazygit/distinfo @@ -1,113 +1,113 @@ -TIMESTAMP = 1622299344 -SHA256 (lazygit/jesseduffield-lazygit-v0.28.1_GH0.tar.gz) = 56daf4fd751f5ce5703974aa2f0d6c4b77f20225c9ed639a61633033c87704c0 -SIZE (lazygit/jesseduffield-lazygit-v0.28.1_GH0.tar.gz) = 3222346 -SHA256 (lazygit/OpenPeeDeeP-xdg-v1.0.0_GH0.tar.gz) = d565019d49bc1b47e777981e4fa70bcbe00e3c77b7263d50433230ae77b94f47 -SIZE (lazygit/OpenPeeDeeP-xdg-v1.0.0_GH0.tar.gz) = 6720 -SHA256 (lazygit/atotto-clipboard-v0.1.2_GH0.tar.gz) = 84704a60eb4de90eaebe6e8cbfab30bb53d103c26c25560d67d13469fd17934e -SIZE (lazygit/atotto-clipboard-v0.1.2_GH0.tar.gz) = 4478 -SHA256 (lazygit/aybabtme-humanlog-v0.4.1_GH0.tar.gz) = 12018abc42c3f62bcf9f4739ec1e6e0016ff993a4566e531d428d866253b2f8e -SIZE (lazygit/aybabtme-humanlog-v0.4.1_GH0.tar.gz) = 669778 -SHA256 (lazygit/cli-safeexec-v1.0.0_GH0.tar.gz) = d0c85aece06553c9d7e20cea8b91008ee091087eb4a1fddf311835a0ff6aecdc -SIZE (lazygit/cli-safeexec-v1.0.0_GH0.tar.gz) = 4143 -SHA256 (lazygit/cloudfoundry-jibber_jabber-bcc4c8345a21_GH0.tar.gz) = a460da92a75eba21a3e06f5dc2bd322c73ef7ac33eb4b50434d0ec3784f117fa -SIZE (lazygit/cloudfoundry-jibber_jabber-bcc4c8345a21_GH0.tar.gz) = 7371 -SHA256 (lazygit/creack-pty-v1.1.11_GH0.tar.gz) = ee903119251fdf7d90dae890fec40015c5b6049daa68ec8d8750c3ebceaaf5ed -SIZE (lazygit/creack-pty-v1.1.11_GH0.tar.gz) = 8396 -SHA256 (lazygit/davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e -SIZE (lazygit/davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 -SHA256 (lazygit/emirpasic-gods-v1.12.0_GH0.tar.gz) = 889d06b5f88db9e2dae19a799a35324c4f59305aa5e966dcdb4b637e70607ff9 -SIZE (lazygit/emirpasic-gods-v1.12.0_GH0.tar.gz) = 76825 -SHA256 (lazygit/fatih-color-v1.9.0_GH0.tar.gz) = f5a6372ff7c87d22baaa2089e5cdd8a218fb3a9be047195c0ab421d5340f6f3f -SIZE (lazygit/fatih-color-v1.9.0_GH0.tar.gz) = 1230941 -SHA256 (lazygit/fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd -SIZE (lazygit/fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 -SHA256 (lazygit/gdamore-encoding-v1.0.0_GH0.tar.gz) = 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013 -SIZE (lazygit/gdamore-encoding-v1.0.0_GH0.tar.gz) = 10886 -SHA256 (lazygit/gdamore-tcell-v2.2.0_GH0.tar.gz) = 644d13591983668b8163d1eaf3747344f090dfabc39add2b734e73d099b753a5 -SIZE (lazygit/gdamore-tcell-v2.2.0_GH0.tar.gz) = 150294 -SHA256 (lazygit/go-errors-errors-v1.1.1_GH0.tar.gz) = e8c9f9d2cac49b6cd0197eeb4d2ece1b172b22b6090bb168ae5cdf126c8119d4 -SIZE (lazygit/go-errors-errors-v1.1.1_GH0.tar.gz) = 9336 -SHA256 (lazygit/go-git-gcfg-v1.5.0_GH0.tar.gz) = 662e46a93aba5ffe383e55597ce5749447e5c8e9409b1452f5790bfd6e1f8a11 -SIZE (lazygit/go-git-gcfg-v1.5.0_GH0.tar.gz) = 28522 -SHA256 (lazygit/go-git-go-billy-v5.0.0_GH0.tar.gz) = a03d8e8d66a82c6175f985dab470efef1af163accdfd1b26598ed726ae02fdba -SIZE (lazygit/go-git-go-billy-v5.0.0_GH0.tar.gz) = 27960 -SHA256 (lazygit/go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 76727000951c187d058289d8e83d3e2ad480a5d44c7c83b025b78b7eb6bf0258 -SIZE (lazygit/go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 11745 -SHA256 (lazygit/go-warnings-warnings-v0.1.2_GH0.tar.gz) = 4712c4ceae321433d8c1d9ebc6afd154d7932c849129ded48b1c4a51c21275e8 -SIZE (lazygit/go-warnings-warnings-v0.1.2_GH0.tar.gz) = 3769 -SHA256 (lazygit/go-yaml-yaml-v2.3.0_GH0.tar.gz) = 42027002bf258009d498600b04b8c9cbb29d2193185ea7bfa8fefe194fe72a07 -SIZE (lazygit/go-yaml-yaml-v2.3.0_GH0.tar.gz) = 72816 -SHA256 (lazygit/golang-collections-collections-604e922904d3_GH0.tar.gz) = 71b12c865aed4fad87ae6f38bf6a8bd467a7b47ef530f15fa3d1d1859fb57ffb -SIZE (lazygit/golang-collections-collections-604e922904d3_GH0.tar.gz) = 9168 -SHA256 (lazygit/golang-crypto-7f63de1d35b0_GH0.tar.gz) = 2d1bcc81ecd06b9d92ede3fc186c9d81cafa2aecba920d61981f2a0ec6153da3 -SIZE (lazygit/golang-crypto-7f63de1d35b0_GH0.tar.gz) = 1732554 -SHA256 (lazygit/golang-net-0a1ea396d57c_GH0.tar.gz) = cf4c4eace915abf78de6408f4825230840601c5956580c38e8398732eca6e487 -SIZE (lazygit/golang-net-0a1ea396d57c_GH0.tar.gz) = 1178838 -SHA256 (lazygit/golang-protobuf-v1.3.2_GH0.tar.gz) = c9cda622857a17cf0877c5ba76688a931883e505f40744c9495638b6e3da1f65 -SIZE (lazygit/golang-protobuf-v1.3.2_GH0.tar.gz) = 312285 -SHA256 (lazygit/golang-sys-66c3f260301c_GH0.tar.gz) = c694fdfa95b4b21d3bc777019b1f2422e56c5f57f049bd8f485bab5fa19cbba1 -SIZE (lazygit/golang-sys-66c3f260301c_GH0.tar.gz) = 1219296 -SHA256 (lazygit/golang-term-72f3dc4e9b72_GH0.tar.gz) = 875a8c3dec0071ba412c3968b11705b467ed00419a395cb4af306565511cb9ee -SIZE (lazygit/golang-term-72f3dc4e9b72_GH0.tar.gz) = 15000 -SHA256 (lazygit/golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 -SIZE (lazygit/golang-text-v0.3.6_GH0.tar.gz) = 8351095 -SHA256 (lazygit/google-go-cmp-v0.3.1_GH0.tar.gz) = a95fa266e5c2283b813102f265c1bdf5b78100f9889b984aef828eb094efe6e3 -SIZE (lazygit/google-go-cmp-v0.3.1_GH0.tar.gz) = 76403 -SHA256 (lazygit/imdario-mergo-v0.3.11_GH0.tar.gz) = 36544167ad735d458781b89ce3c3bfd56dd6ebdeadd5f3b4e1e0c6e0ab4f2191 -SIZE (lazygit/imdario-mergo-v0.3.11_GH0.tar.gz) = 22060 -SHA256 (lazygit/integrii-flaggy-v1.4.0_GH0.tar.gz) = e76b5755df5217054263a7f88238c7eaa044376a20346f95b6e75d0b761a2718 -SIZE (lazygit/integrii-flaggy-v1.4.0_GH0.tar.gz) = 45781 -SHA256 (lazygit/jbenet-go-context-d14ea06fba99_GH0.tar.gz) = b5a5c4fe8d73dea7dc838f1c428c5fff0db9b50a2c014208a2761de4e94fa5ba -SIZE (lazygit/jbenet-go-context-d14ea06fba99_GH0.tar.gz) = 5945 -SHA256 (lazygit/jesseduffield-go-git-341962be15a4_GH0.tar.gz) = 01fe23bf947b49e63f54e8af8d8662e904fa133deec48529ef9a882f7bf76923 -SIZE (lazygit/jesseduffield-go-git-341962be15a4_GH0.tar.gz) = 457789 -SHA256 (lazygit/jesseduffield-go-git-v5.1.1_GH0.tar.gz) = b6dcf624311d1a7e7b8ac7a10f53c357bae788ae05a61d742de6af5fb6325d3b -SIZE (lazygit/jesseduffield-go-git-v5.1.1_GH0.tar.gz) = 457839 -SHA256 (lazygit/jesseduffield-gocui-37f79434200d_GH0.tar.gz) = 0e5e3f76cef676bd70f556118c6dfd67d960e65cfddf9e950286c30424b57334 -SIZE (lazygit/jesseduffield-gocui-37f79434200d_GH0.tar.gz) = 54061 -SHA256 (lazygit/jesseduffield-termbox-go-a2289ed6aafe_GH0.tar.gz) = 7d0d362b7d9be7691a5f81646faf106d938da212ca770de312a3972be184fae8 -SIZE (lazygit/jesseduffield-termbox-go-a2289ed6aafe_GH0.tar.gz) = 31907 -SHA256 (lazygit/jesseduffield-yaml-v2.1.0_GH0.tar.gz) = 8941bb0092c9eddfb96b00857c28a044dcb4bc7fc21a120ab252d3022e899319 -SIZE (lazygit/jesseduffield-yaml-v2.1.0_GH0.tar.gz) = 68996 -SHA256 (lazygit/kardianos-osext-2bc1f35cddc0_GH0.tar.gz) = c032455620be4be434428bfe5b73679ccd7c01f402607c45204d233ce8923309 -SIZE (lazygit/kardianos-osext-2bc1f35cddc0_GH0.tar.gz) = 4898 -SHA256 (lazygit/kevinburke-ssh_config-01f96b0aa0cd_GH0.tar.gz) = 2f2ed02113fc5e25a278355f69b136fdaf71e4fae535436937f47a37726d4044 -SIZE (lazygit/kevinburke-ssh_config-01f96b0aa0cd_GH0.tar.gz) = 17351 -SHA256 (lazygit/konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe -SIZE (lazygit/konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987 -SHA256 (lazygit/kr-logfmt-b84e30acd515_GH0.tar.gz) = bf056ba7960b6846f2aa2c6ec0a217ead3e7259bc6c537f9f3ba3af6eb82cb80 -SIZE (lazygit/kr-logfmt-b84e30acd515_GH0.tar.gz) = 6411 -SHA256 (lazygit/kylelemons-godebug-v1.1.0_GH0.tar.gz) = 72cc6f274fbd165b7674280f836a6b400e80dbae055919e101920dedf50e79db -SIZE (lazygit/kylelemons-godebug-v1.1.0_GH0.tar.gz) = 17637 -SHA256 (lazygit/lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = b3ee835cc398287452377266313edcc231043bae4168f8d2706e5d34ce1ce755 -SIZE (lazygit/lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = 970830 -SHA256 (lazygit/mattn-go-colorable-v0.1.7_GH0.tar.gz) = e394441b47cb26bb0c60ffdf2c60d57facbbc39f7a60763fdb1ec752cb460abf -SIZE (lazygit/mattn-go-colorable-v0.1.7_GH0.tar.gz) = 9560 -SHA256 (lazygit/mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c -SIZE (lazygit/mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 -SHA256 (lazygit/mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 5fe59a999a3dffe33595d8e40806bcba11aa447cd73eb60a8b9a7f8b724a232f -SIZE (lazygit/mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 17354 -SHA256 (lazygit/mgutz-str-v1.2.0_GH0.tar.gz) = 8d03c5aa2ea6de04d07a59bc7a722fdc3215d9ba117df424b227c530bf36b221 -SIZE (lazygit/mgutz-str-v1.2.0_GH0.tar.gz) = 13315 -SHA256 (lazygit/mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 -SIZE (lazygit/mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 -SHA256 (lazygit/onsi-ginkgo-v1.10.3_GH0.tar.gz) = e0eabdddb99ec380cb8fd492a8bc7557fb5d33832c3ba047e67c0e658f1158a7 -SIZE (lazygit/onsi-ginkgo-v1.10.3_GH0.tar.gz) = 135716 -SHA256 (lazygit/onsi-gomega-v1.7.1_GH0.tar.gz) = 1a777de80c6a698f8f6902ca139228cb8f4dc4c0a63c51e36cc21ee0f910a8a8 -SIZE (lazygit/onsi-gomega-v1.7.1_GH0.tar.gz) = 90729 -SHA256 (lazygit/pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda -SIZE (lazygit/pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (lazygit/rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197 -SIZE (lazygit/rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036 -SHA256 (lazygit/sahilm-fuzzy-v0.1.0_GH0.tar.gz) = c3746896798d2cee59991f452f1d634f95eb79332bf6e8417a68caf6692ec2ce -SIZE (lazygit/sahilm-fuzzy-v0.1.0_GH0.tar.gz) = 3353310 -SHA256 (lazygit/sergi-go-diff-v1.1.0_GH0.tar.gz) = 3d4362670655e970366d555418f3c8d179c217c0499ef5573ab7176352229451 -SIZE (lazygit/sergi-go-diff-v1.1.0_GH0.tar.gz) = 43552 -SHA256 (lazygit/sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9 -SIZE (lazygit/sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373 -SHA256 (lazygit/spkg-bom-59b7046e48ad_GH0.tar.gz) = 84be23e4c7fda89b9cc178041e969b53300885a8ee7f8cff43021f220ebac851 -SIZE (lazygit/spkg-bom-59b7046e48ad_GH0.tar.gz) = 3061 -SHA256 (lazygit/stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698 -SIZE (lazygit/stretchr-testify-v1.4.0_GH0.tar.gz) = 110085 -SHA256 (lazygit/xanzy-ssh-agent-v0.2.1_GH0.tar.gz) = 5947e25161db0d3dd830dc37f3ae7edb259e293a9d46e68e1ec6f0b47097c9d5 -SIZE (lazygit/xanzy-ssh-agent-v0.2.1_GH0.tar.gz) = 7611 +TIMESTAMP = 1623648834 +SHA256 (jesseduffield-lazygit-v0.28.2_GH0.tar.gz) = 4925089bff0fee55ccc495fdcc2d396e48e04d16ad8d6681b6cce7b10eefa2b4 +SIZE (jesseduffield-lazygit-v0.28.2_GH0.tar.gz) = 3223174 +SHA256 (OpenPeeDeeP-xdg-v1.0.0_GH0.tar.gz) = d565019d49bc1b47e777981e4fa70bcbe00e3c77b7263d50433230ae77b94f47 +SIZE (OpenPeeDeeP-xdg-v1.0.0_GH0.tar.gz) = 6720 +SHA256 (atotto-clipboard-v0.1.2_GH0.tar.gz) = 84704a60eb4de90eaebe6e8cbfab30bb53d103c26c25560d67d13469fd17934e +SIZE (atotto-clipboard-v0.1.2_GH0.tar.gz) = 4478 +SHA256 (aybabtme-humanlog-v0.4.1_GH0.tar.gz) = 12018abc42c3f62bcf9f4739ec1e6e0016ff993a4566e531d428d866253b2f8e +SIZE (aybabtme-humanlog-v0.4.1_GH0.tar.gz) = 669778 +SHA256 (cli-safeexec-v1.0.0_GH0.tar.gz) = d0c85aece06553c9d7e20cea8b91008ee091087eb4a1fddf311835a0ff6aecdc +SIZE (cli-safeexec-v1.0.0_GH0.tar.gz) = 4143 +SHA256 (cloudfoundry-jibber_jabber-bcc4c8345a21_GH0.tar.gz) = a460da92a75eba21a3e06f5dc2bd322c73ef7ac33eb4b50434d0ec3784f117fa +SIZE (cloudfoundry-jibber_jabber-bcc4c8345a21_GH0.tar.gz) = 7371 +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 (emirpasic-gods-v1.12.0_GH0.tar.gz) = 889d06b5f88db9e2dae19a799a35324c4f59305aa5e966dcdb4b637e70607ff9 +SIZE (emirpasic-gods-v1.12.0_GH0.tar.gz) = 76825 +SHA256 (fatih-color-v1.9.0_GH0.tar.gz) = f5a6372ff7c87d22baaa2089e5cdd8a218fb3a9be047195c0ab421d5340f6f3f +SIZE (fatih-color-v1.9.0_GH0.tar.gz) = 1230941 +SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd +SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 +SHA256 (gdamore-encoding-v1.0.0_GH0.tar.gz) = 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013 +SIZE (gdamore-encoding-v1.0.0_GH0.tar.gz) = 10886 +SHA256 (gdamore-tcell-v2.2.0_GH0.tar.gz) = 644d13591983668b8163d1eaf3747344f090dfabc39add2b734e73d099b753a5 +SIZE (gdamore-tcell-v2.2.0_GH0.tar.gz) = 150294 +SHA256 (go-errors-errors-v1.1.1_GH0.tar.gz) = e8c9f9d2cac49b6cd0197eeb4d2ece1b172b22b6090bb168ae5cdf126c8119d4 +SIZE (go-errors-errors-v1.1.1_GH0.tar.gz) = 9336 +SHA256 (go-git-gcfg-v1.5.0_GH0.tar.gz) = 662e46a93aba5ffe383e55597ce5749447e5c8e9409b1452f5790bfd6e1f8a11 +SIZE (go-git-gcfg-v1.5.0_GH0.tar.gz) = 28522 +SHA256 (go-git-go-billy-v5.0.0_GH0.tar.gz) = a03d8e8d66a82c6175f985dab470efef1af163accdfd1b26598ed726ae02fdba +SIZE (go-git-go-billy-v5.0.0_GH0.tar.gz) = 27960 +SHA256 (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 76727000951c187d058289d8e83d3e2ad480a5d44c7c83b025b78b7eb6bf0258 +SIZE (go-logfmt-logfmt-v0.5.0_GH0.tar.gz) = 11745 +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-v2.3.0_GH0.tar.gz) = 42027002bf258009d498600b04b8c9cbb29d2193185ea7bfa8fefe194fe72a07 +SIZE (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 72816 +SHA256 (golang-collections-collections-604e922904d3_GH0.tar.gz) = 71b12c865aed4fad87ae6f38bf6a8bd467a7b47ef530f15fa3d1d1859fb57ffb +SIZE (golang-collections-collections-604e922904d3_GH0.tar.gz) = 9168 +SHA256 (golang-crypto-7f63de1d35b0_GH0.tar.gz) = 2d1bcc81ecd06b9d92ede3fc186c9d81cafa2aecba920d61981f2a0ec6153da3 +SIZE (golang-crypto-7f63de1d35b0_GH0.tar.gz) = 1732554 +SHA256 (golang-net-0a1ea396d57c_GH0.tar.gz) = cf4c4eace915abf78de6408f4825230840601c5956580c38e8398732eca6e487 +SIZE (golang-net-0a1ea396d57c_GH0.tar.gz) = 1178838 +SHA256 (golang-protobuf-v1.3.2_GH0.tar.gz) = c9cda622857a17cf0877c5ba76688a931883e505f40744c9495638b6e3da1f65 +SIZE (golang-protobuf-v1.3.2_GH0.tar.gz) = 312285 +SHA256 (golang-sys-66c3f260301c_GH0.tar.gz) = c694fdfa95b4b21d3bc777019b1f2422e56c5f57f049bd8f485bab5fa19cbba1 +SIZE (golang-sys-66c3f260301c_GH0.tar.gz) = 1219296 +SHA256 (golang-term-72f3dc4e9b72_GH0.tar.gz) = 875a8c3dec0071ba412c3968b11705b467ed00419a395cb4af306565511cb9ee +SIZE (golang-term-72f3dc4e9b72_GH0.tar.gz) = 15000 +SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 +SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095 +SHA256 (google-go-cmp-v0.3.1_GH0.tar.gz) = a95fa266e5c2283b813102f265c1bdf5b78100f9889b984aef828eb094efe6e3 +SIZE (google-go-cmp-v0.3.1_GH0.tar.gz) = 76403 +SHA256 (imdario-mergo-v0.3.11_GH0.tar.gz) = 36544167ad735d458781b89ce3c3bfd56dd6ebdeadd5f3b4e1e0c6e0ab4f2191 +SIZE (imdario-mergo-v0.3.11_GH0.tar.gz) = 22060 +SHA256 (integrii-flaggy-v1.4.0_GH0.tar.gz) = e76b5755df5217054263a7f88238c7eaa044376a20346f95b6e75d0b761a2718 +SIZE (integrii-flaggy-v1.4.0_GH0.tar.gz) = 45781 +SHA256 (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = b5a5c4fe8d73dea7dc838f1c428c5fff0db9b50a2c014208a2761de4e94fa5ba +SIZE (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = 5945 +SHA256 (jesseduffield-go-git-341962be15a4_GH0.tar.gz) = 01fe23bf947b49e63f54e8af8d8662e904fa133deec48529ef9a882f7bf76923 +SIZE (jesseduffield-go-git-341962be15a4_GH0.tar.gz) = 457789 +SHA256 (jesseduffield-go-git-v5.1.1_GH0.tar.gz) = b6dcf624311d1a7e7b8ac7a10f53c357bae788ae05a61d742de6af5fb6325d3b +SIZE (jesseduffield-go-git-v5.1.1_GH0.tar.gz) = 457839 +SHA256 (jesseduffield-gocui-37f79434200d_GH0.tar.gz) = 0e5e3f76cef676bd70f556118c6dfd67d960e65cfddf9e950286c30424b57334 +SIZE (jesseduffield-gocui-37f79434200d_GH0.tar.gz) = 54061 +SHA256 (jesseduffield-termbox-go-a2289ed6aafe_GH0.tar.gz) = 7d0d362b7d9be7691a5f81646faf106d938da212ca770de312a3972be184fae8 +SIZE (jesseduffield-termbox-go-a2289ed6aafe_GH0.tar.gz) = 31907 +SHA256 (jesseduffield-yaml-v2.1.0_GH0.tar.gz) = 8941bb0092c9eddfb96b00857c28a044dcb4bc7fc21a120ab252d3022e899319 +SIZE (jesseduffield-yaml-v2.1.0_GH0.tar.gz) = 68996 +SHA256 (kardianos-osext-2bc1f35cddc0_GH0.tar.gz) = c032455620be4be434428bfe5b73679ccd7c01f402607c45204d233ce8923309 +SIZE (kardianos-osext-2bc1f35cddc0_GH0.tar.gz) = 4898 +SHA256 (kevinburke-ssh_config-01f96b0aa0cd_GH0.tar.gz) = 2f2ed02113fc5e25a278355f69b136fdaf71e4fae535436937f47a37726d4044 +SIZE (kevinburke-ssh_config-01f96b0aa0cd_GH0.tar.gz) = 17351 +SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe +SIZE (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987 +SHA256 (kr-logfmt-b84e30acd515_GH0.tar.gz) = bf056ba7960b6846f2aa2c6ec0a217ead3e7259bc6c537f9f3ba3af6eb82cb80 +SIZE (kr-logfmt-b84e30acd515_GH0.tar.gz) = 6411 +SHA256 (kylelemons-godebug-v1.1.0_GH0.tar.gz) = 72cc6f274fbd165b7674280f836a6b400e80dbae055919e101920dedf50e79db +SIZE (kylelemons-godebug-v1.1.0_GH0.tar.gz) = 17637 +SHA256 (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = b3ee835cc398287452377266313edcc231043bae4168f8d2706e5d34ce1ce755 +SIZE (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = 970830 +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-runewidth-v0.0.12_GH0.tar.gz) = 5fe59a999a3dffe33595d8e40806bcba11aa447cd73eb60a8b9a7f8b724a232f +SIZE (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 17354 +SHA256 (mgutz-str-v1.2.0_GH0.tar.gz) = 8d03c5aa2ea6de04d07a59bc7a722fdc3215d9ba117df424b227c530bf36b221 +SIZE (mgutz-str-v1.2.0_GH0.tar.gz) = 13315 +SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 +SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 +SHA256 (onsi-ginkgo-v1.10.3_GH0.tar.gz) = e0eabdddb99ec380cb8fd492a8bc7557fb5d33832c3ba047e67c0e658f1158a7 +SIZE (onsi-ginkgo-v1.10.3_GH0.tar.gz) = 135716 +SHA256 (onsi-gomega-v1.7.1_GH0.tar.gz) = 1a777de80c6a698f8f6902ca139228cb8f4dc4c0a63c51e36cc21ee0f910a8a8 +SIZE (onsi-gomega-v1.7.1_GH0.tar.gz) = 90729 +SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda +SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197 +SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036 +SHA256 (sahilm-fuzzy-v0.1.0_GH0.tar.gz) = c3746896798d2cee59991f452f1d634f95eb79332bf6e8417a68caf6692ec2ce +SIZE (sahilm-fuzzy-v0.1.0_GH0.tar.gz) = 3353310 +SHA256 (sergi-go-diff-v1.1.0_GH0.tar.gz) = 3d4362670655e970366d555418f3c8d179c217c0499ef5573ab7176352229451 +SIZE (sergi-go-diff-v1.1.0_GH0.tar.gz) = 43552 +SHA256 (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9 +SIZE (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373 +SHA256 (spkg-bom-59b7046e48ad_GH0.tar.gz) = 84be23e4c7fda89b9cc178041e969b53300885a8ee7f8cff43021f220ebac851 +SIZE (spkg-bom-59b7046e48ad_GH0.tar.gz) = 3061 +SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698 +SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085 +SHA256 (xanzy-ssh-agent-v0.2.1_GH0.tar.gz) = 5947e25161db0d3dd830dc37f3ae7edb259e293a9d46e68e1ec6f0b47097c9d5 +SIZE (xanzy-ssh-agent-v0.2.1_GH0.tar.gz) = 7611 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 02:15:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0F8A65D95B; Mon, 21 Jun 2021 02: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 4G7Y5Q3scZz3hpH; Mon, 21 Jun 2021 02:15: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 6D0B014EC8; Mon, 21 Jun 2021 02: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 15L2F625082062; Mon, 21 Jun 2021 02: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 15L2F6Qg082061; Mon, 21 Jun 2021 02:15:06 GMT (envelope-from git) Date: Mon, 21 Jun 2021 02:15:06 GMT Message-Id: <202106210215.15L2F6Qg082061@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: 483db0ebe3ff - main - devel/R-cran-roxygen2: New port: In-Line Documentation for R 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: 483db0ebe3ffd77e5d57aa111ccd0bcbd1764db8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 02:15:06 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=483db0ebe3ffd77e5d57aa111ccd0bcbd1764db8 commit 483db0ebe3ffd77e5d57aa111ccd0bcbd1764db8 Author: Jean-Paul Beconne AuthorDate: 2021-06-21 01:56:10 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-21 01:56:10 +0000 devel/R-cran-roxygen2: New port: In-Line Documentation for R PR: 246843 Approved by: lwhsu (mentor, implicit) --- devel/Makefile | 1 + devel/R-cran-roxygen2/Makefile | 29 +++++++++++++++++++++++++++++ devel/R-cran-roxygen2/distinfo | 3 +++ devel/R-cran-roxygen2/pkg-descr | 6 ++++++ 4 files changed, 39 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 639d7bcd4cfc..4a37f617c125 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -92,6 +92,7 @@ SUBDIR += R-cran-rgexf SUBDIR += R-cran-rlang SUBDIR += R-cran-rngtools + SUBDIR += R-cran-roxygen2 SUBDIR += R-cran-rprojroot SUBDIR += R-cran-rstudioapi SUBDIR += R-cran-rversions diff --git a/devel/R-cran-roxygen2/Makefile b/devel/R-cran-roxygen2/Makefile new file mode 100644 index 000000000000..27b52f19a874 --- /dev/null +++ b/devel/R-cran-roxygen2/Makefile @@ -0,0 +1,29 @@ +PORTNAME= roxygen2 +DISTVERSION= 7.1.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= In-Line Documentation for R + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-brew>0:textproc/R-cran-brew \ + R-cran-commonmark>0:textproc/R-cran-commonmark \ + R-cran-desc>=1.2.0:devel/R-cran-desc \ + R-cran-digest>0:security/R-cran-digest \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-pkgload>=1.0.2:devel/R-cran-pkgload \ + R-cran-purrr>=0.3.3:devel/R-cran-purrr \ + R-cran-R6>=2.1.2:devel/R-cran-R6 \ + R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ + R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-stringi>0:textproc/R-cran-stringi \ + R-cran-stringr>=1.0.0:textproc/R-cran-stringr \ + R-cran-xml2>0:textproc/R-cran-xml2 +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include diff --git a/devel/R-cran-roxygen2/distinfo b/devel/R-cran-roxygen2/distinfo new file mode 100644 index 000000000000..1da0aaa15465 --- /dev/null +++ b/devel/R-cran-roxygen2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1607028971 +SHA256 (roxygen2_7.1.1.tar.gz) = bdc55ded037d4366f4d25a0d69e880dacc0fa22bee20f595d45855eef8548861 +SIZE (roxygen2_7.1.1.tar.gz) = 254118 diff --git a/devel/R-cran-roxygen2/pkg-descr b/devel/R-cran-roxygen2/pkg-descr new file mode 100644 index 000000000000..ce6213399fb8 --- /dev/null +++ b/devel/R-cran-roxygen2/pkg-descr @@ -0,0 +1,6 @@ +Generate your Rd documentation, 'NAMESPACE' file, and collation field using +specially formatted comments. Writing documentation in-line with code makes +it easier to keep your documentation up-to-date as your requirements change. +'Roxygen2' is inspired by the 'Doxygen' system for C++. + +WWW: https://roxygen2.r-lib.org From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 02:52:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F8B465E0B0; Mon, 21 Jun 2021 02:52: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 4G7YwK39H8z3l2S; Mon, 21 Jun 2021 02:52: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 5567E1534E; Mon, 21 Jun 2021 02:52: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 15L2qHeS034460; Mon, 21 Jun 2021 02:52:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L2qHAo034459; Mon, 21 Jun 2021 02:52:17 GMT (envelope-from git) Date: Mon, 21 Jun 2021 02:52:17 GMT Message-Id: <202106210252.15L2qHAo034459@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: 7ce206dba889 - main - sysutils/libdnf: Update 0.62.0 -> 0.63.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: 7ce206dba889d75362640f16cee33cf5b02ce60f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 02:52:17 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ce206dba889d75362640f16cee33cf5b02ce60f commit 7ce206dba889d75362640f16cee33cf5b02ce60f Author: Yuri Victorovich AuthorDate: 2021-06-21 01:03:16 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-21 02:52:14 +0000 sysutils/libdnf: Update 0.62.0 -> 0.63.1 --- sysutils/libdnf/Makefile | 2 +- sysutils/libdnf/distinfo | 6 +++--- sysutils/libdnf/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/libdnf/Makefile b/sysutils/libdnf/Makefile index 39d31c9db03e..96fe9afc09a2 100644 --- a/sysutils/libdnf/Makefile +++ b/sysutils/libdnf/Makefile @@ -1,5 +1,5 @@ PORTNAME= libdnf -DISTVERSION= 0.62.0 +DISTVERSION= 0.63.1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/libdnf/distinfo b/sysutils/libdnf/distinfo index bcedaf5fa9a6..863a76a50c30 100644 --- a/sysutils/libdnf/distinfo +++ b/sysutils/libdnf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619166352 -SHA256 (rpm-software-management-libdnf-0.62.0_GH0.tar.gz) = 15e32d8810abed98699bf403dd56ed08525e10504dad9b0e5ac6ca9b868abe0c -SIZE (rpm-software-management-libdnf-0.62.0_GH0.tar.gz) = 1066298 +TIMESTAMP = 1624219956 +SHA256 (rpm-software-management-libdnf-0.63.1_GH0.tar.gz) = b6cf7f13d39155a4add1250efe631599eb7144739a3efccf396ec28bbbfe9c2c +SIZE (rpm-software-management-libdnf-0.63.1_GH0.tar.gz) = 1125927 diff --git a/sysutils/libdnf/pkg-plist b/sysutils/libdnf/pkg-plist index 98def8cc60ad..373a35bcb80f 100644 --- a/sysutils/libdnf/pkg-plist +++ b/sysutils/libdnf/pkg-plist @@ -113,6 +113,7 @@ share/locale/pl/LC_MESSAGES/libdnf.mo share/locale/pt/LC_MESSAGES/libdnf.mo share/locale/pt_BR/LC_MESSAGES/libdnf.mo share/locale/ru/LC_MESSAGES/libdnf.mo +share/locale/si/LC_MESSAGES/libdnf.mo share/locale/sk/LC_MESSAGES/libdnf.mo share/locale/sq/LC_MESSAGES/libdnf.mo share/locale/sr/LC_MESSAGES/libdnf.mo From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 02:52:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF1F365E170; Mon, 21 Jun 2021 02:52: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 4G7YwM5789z3kxF; Mon, 21 Jun 2021 02:52: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 9222F155CD; Mon, 21 Jun 2021 02:52: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 15L2qJnX034510; Mon, 21 Jun 2021 02:52:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L2qJBq034509; Mon, 21 Jun 2021 02:52:19 GMT (envelope-from git) Date: Mon, 21 Jun 2021 02:52:19 GMT Message-Id: <202106210252.15L2qJBq034509@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: 9b1e052c82d1 - main - misc/free42: Update 3.0.3 -> 3.0.4 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: 9b1e052c82d15983130309d31b574e9a075d33b5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 02:52:19 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b1e052c82d15983130309d31b574e9a075d33b5 commit 9b1e052c82d15983130309d31b574e9a075d33b5 Author: Yuri Victorovich AuthorDate: 2021-06-21 01:49:57 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-21 02:52:14 +0000 misc/free42: Update 3.0.3 -> 3.0.4 --- misc/free42/Makefile | 2 +- misc/free42/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/free42/Makefile b/misc/free42/Makefile index b3b0c25137a5..f467879dcf37 100644 --- a/misc/free42/Makefile +++ b/misc/free42/Makefile @@ -1,5 +1,5 @@ PORTNAME= free42 -DISTVERSION= 3.0.3 +DISTVERSION= 3.0.4 CATEGORIES= misc MASTER_SITES= http://thomasokken.com/free42/upstream/ DISTNAME= ${PORTNAME}-nologo-${DISTVERSION} diff --git a/misc/free42/distinfo b/misc/free42/distinfo index a949b3680048..2fed81672ebc 100644 --- a/misc/free42/distinfo +++ b/misc/free42/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619719779 -SHA256 (free42-nologo-3.0.3.tgz) = e507ba2d932d6a1e1d9636fbed74262c69cf801781f8dc13f2e8f9e3ab027193 -SIZE (free42-nologo-3.0.3.tgz) = 7443713 +TIMESTAMP = 1624237532 +SHA256 (free42-nologo-3.0.4.tgz) = 521640b25447f06e418619b859e6bc3d09f163f4300ac8b61c271bbbd9bac67c +SIZE (free42-nologo-3.0.4.tgz) = 7444972 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 02:52:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 44B3165E171; Mon, 21 Jun 2021 02:52: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 4G7YwN70x1z3l0g; Mon, 21 Jun 2021 02:52: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 B8980153EA; Mon, 21 Jun 2021 02:52: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 15L2qK3X034534; Mon, 21 Jun 2021 02:52:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L2qKiE034533; Mon, 21 Jun 2021 02:52:20 GMT (envelope-from git) Date: Mon, 21 Jun 2021 02:52:20 GMT Message-Id: <202106210252.15L2qKiE034533@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: acfa2e8b0b88 - main - misc/librepo: Update 1.14.0 -> 1.14.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: acfa2e8b0b88a30d354742425b8da0bf3b63da34 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 02:52:21 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=acfa2e8b0b88a30d354742425b8da0bf3b63da34 commit acfa2e8b0b88a30d354742425b8da0bf3b63da34 Author: Yuri Victorovich AuthorDate: 2021-06-21 01:51:56 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-21 02:52:14 +0000 misc/librepo: Update 1.14.0 -> 1.14.1 --- misc/librepo/Makefile | 3 +-- misc/librepo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/misc/librepo/Makefile b/misc/librepo/Makefile index 333c18cc44b9..af6d039f5019 100644 --- a/misc/librepo/Makefile +++ b/misc/librepo/Makefile @@ -1,6 +1,5 @@ PORTNAME= librepo -DISTVERSION= 1.14.0 -PORTREVISION= 1 +DISTVERSION= 1.14.1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/librepo/distinfo b/misc/librepo/distinfo index 4704b4e7d4e4..9c71bacf3e77 100644 --- a/misc/librepo/distinfo +++ b/misc/librepo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618361543 -SHA256 (rpm-software-management-librepo-1.14.0_GH0.tar.gz) = d83835e468c71ae8970c896eb1df7cdb2e54298bdfe75465c396a7457838c61b -SIZE (rpm-software-management-librepo-1.14.0_GH0.tar.gz) = 824502 +TIMESTAMP = 1624240267 +SHA256 (rpm-software-management-librepo-1.14.1_GH0.tar.gz) = 7094d04bda52de315d9f3b12047c0347185059580fdbddc78b2849962ab3c0e2 +SIZE (rpm-software-management-librepo-1.14.1_GH0.tar.gz) = 824213 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 02:52:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A94B665E16F; Mon, 21 Jun 2021 02:52: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 4G7YwL4MC0z3lFv; Mon, 21 Jun 2021 02:52: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 78E4415642; Mon, 21 Jun 2021 02:52: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 15L2qIuZ034486; Mon, 21 Jun 2021 02:52:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L2qIpD034485; Mon, 21 Jun 2021 02:52:18 GMT (envelope-from git) Date: Mon, 21 Jun 2021 02:52:18 GMT Message-Id: <202106210252.15L2qIpD034485@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: 881db383b5eb - main - sysutils/dnf: Update 4.7.0 -> 4.8.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: 881db383b5eb85d6c3a09c6765c4045e8a258ab9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 02:52:18 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=881db383b5eb85d6c3a09c6765c4045e8a258ab9 commit 881db383b5eb85d6c3a09c6765c4045e8a258ab9 Author: Yuri Victorovich AuthorDate: 2021-06-21 01:48:21 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-21 02:52:14 +0000 sysutils/dnf: Update 4.7.0 -> 4.8.0 --- sysutils/dnf/Makefile | 2 +- sysutils/dnf/distinfo | 6 +++--- sysutils/dnf/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/dnf/Makefile b/sysutils/dnf/Makefile index 31f044fc52ec..3a2ed4337748 100644 --- a/sysutils/dnf/Makefile +++ b/sysutils/dnf/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnf -DISTVERSION= 4.7.0 +DISTVERSION= 4.8.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/dnf/distinfo b/sysutils/dnf/distinfo index 56284be14a4d..62de1748989d 100644 --- a/sysutils/dnf/distinfo +++ b/sysutils/dnf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619166271 -SHA256 (rpm-software-management-dnf-4.7.0_GH0.tar.gz) = 34138bef6c893c74cb067458fb8c4aabf3b547248400bdc64d9ec6643536c383 -SIZE (rpm-software-management-dnf-4.7.0_GH0.tar.gz) = 1863528 +TIMESTAMP = 1624237458 +SHA256 (rpm-software-management-dnf-4.8.0_GH0.tar.gz) = 85bf82c8a044a4932518451dfd018092c7ac6793affce9e0209fb6b1f3a111ed +SIZE (rpm-software-management-dnf-4.8.0_GH0.tar.gz) = 1938323 diff --git a/sysutils/dnf/pkg-plist b/sysutils/dnf/pkg-plist index f1b96f9b816b..b5bb1b81df6a 100644 --- a/sysutils/dnf/pkg-plist +++ b/sysutils/dnf/pkg-plist @@ -135,6 +135,7 @@ share/locale/pl/LC_MESSAGES/dnf.mo share/locale/pt/LC_MESSAGES/dnf.mo share/locale/pt_BR/LC_MESSAGES/dnf.mo share/locale/ru/LC_MESSAGES/dnf.mo +share/locale/si/LC_MESSAGES/dnf.mo share/locale/sk/LC_MESSAGES/dnf.mo share/locale/sq/LC_MESSAGES/dnf.mo share/locale/sr/LC_MESSAGES/dnf.mo From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 02:52:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B096C65E172; Mon, 21 Jun 2021 02:52: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 4G7YwQ0M2fz3lDs; Mon, 21 Jun 2021 02:52: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 D77E515762; Mon, 21 Jun 2021 02:52: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 15L2qLNq034565; Mon, 21 Jun 2021 02:52:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L2qLOD034564; Mon, 21 Jun 2021 02:52:21 GMT (envelope-from git) Date: Mon, 21 Jun 2021 02:52:21 GMT Message-Id: <202106210252.15L2qLOD034564@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: 73bbda9c1268 - main - textproc/py-citeproc-py-styles: Update 0.1.2 -> 0.1.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: 73bbda9c1268b5b5c0ea3b6f42da7f2ea51447cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 02:52:22 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=73bbda9c1268b5b5c0ea3b6f42da7f2ea51447cd commit 73bbda9c1268b5b5c0ea3b6f42da7f2ea51447cd Author: Yuri Victorovich AuthorDate: 2021-06-21 02:51:47 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-21 02:52:15 +0000 textproc/py-citeproc-py-styles: Update 0.1.2 -> 0.1.3 --- textproc/py-citeproc-py-styles/Makefile | 3 ++- textproc/py-citeproc-py-styles/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/textproc/py-citeproc-py-styles/Makefile b/textproc/py-citeproc-py-styles/Makefile index c1fbe8e6f8a0..3e56cc3cb020 100644 --- a/textproc/py-citeproc-py-styles/Makefile +++ b/textproc/py-citeproc-py-styles/Makefile @@ -1,5 +1,5 @@ PORTNAME= citeproc-py-styles -DISTVERSION= 0.1.2 +DISTVERSION= 0.1.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.1.1:devel/py-lxml@${PY_FLAVOR} \ USES= python:3.6+ USE_PYTHON= distutils autoplist + NO_ARCH= yes .include diff --git a/textproc/py-citeproc-py-styles/distinfo b/textproc/py-citeproc-py-styles/distinfo index 8e74c55a66c2..8dcabb93aeb4 100644 --- a/textproc/py-citeproc-py-styles/distinfo +++ b/textproc/py-citeproc-py-styles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589086842 -SHA256 (citeproc-py-styles-0.1.2.tar.gz) = 41107b2831f5490a13a95e8e2583101e0485968b2f6affb42d84e4e7e272dcf7 -SIZE (citeproc-py-styles-0.1.2.tar.gz) = 2072913 +TIMESTAMP = 1624243520 +SHA256 (citeproc-py-styles-0.1.3.tar.gz) = 94062470b4e6f0deb801e6a2c03fe1672a2f97dd0d8c1882c92ff60725d16405 +SIZE (citeproc-py-styles-0.1.3.tar.gz) = 3369013 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:26:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E37064161A; Mon, 21 Jun 2021 07:26: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 4G7h0Q43BQz4Z6M; Mon, 21 Jun 2021 07:26: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 6F90919392; Mon, 21 Jun 2021 07:26: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 15L7QElt095337; Mon, 21 Jun 2021 07:26:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L7QEYq095336; Mon, 21 Jun 2021 07:26:14 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:26:14 GMT Message-Id: <202106210726.15L7QEYq095336@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: 8e7d39df8599 - main - Mk/bsd.gcc.mk: Adjust to the release of GCC 11 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: 8e7d39df8599614c1fd4cb3f264ecd4cfd7b365e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:26:14 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e7d39df8599614c1fd4cb3f264ecd4cfd7b365e commit 8e7d39df8599614c1fd4cb3f264ecd4cfd7b365e Author: Gerald Pfeifer AuthorDate: 2021-06-21 07:25:53 +0000 Commit: Gerald Pfeifer CommitDate: 2021-06-21 07:25:53 +0000 Mk/bsd.gcc.mk: Adjust to the release of GCC 11 Now that GCC 11.1 has been released and lang/gcc11 is in place, have USE_GCC=11 use that instead of lang/gcc11-devel. In addition add support for USE_GCC=12 which uses lang/gcc12-devel (still in early development, not recommended for production use). --- Mk/bsd.gcc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 0fc7c2c94877..14a781f69fb5 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -44,7 +44,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # All GCC versions supported by this framework. # # When updating this, keep Mk/bsd.default-versions.mk in sync. -GCCVERSIONS= 4.8 7 8 9 10 11 +GCCVERSIONS= 4.8 7 8 9 10 11 12 # No configurable parts below this. #################################### # @@ -106,7 +106,7 @@ _USE_GCC:= ${GCC_DEFAULT} # A concrete version has been selected. Set proper ports dependencies, # CC, CXX, CPP, and flags. V:= ${_USE_GCC:S/.//} -. if ${V} == 11 +. if ${V} == 12 _GCC_PORT:= gcc${V}-devel . else _GCC_PORT:= gcc${V} From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:34:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC22A641A57; Mon, 21 Jun 2021 07:34:30 +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 4G7h9x5DDnz4Znp; Mon, 21 Jun 2021 07:34:29 +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 63F0333EBA; Mon, 21 Jun 2021 03:34:23 -0400 (EDT) Received: from [192.168.1.5] (77.118.223.5.wireless.dyn.drei.com [77.118.223.5]) (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 9A5B133EB9; Mon, 21 Jun 2021 03:34:22 -0400 (EDT) Date: Mon, 21 Jun 2021 09:34:12 +0200 (CEST) From: Gerald Pfeifer To: Charlie Li cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 8f52533f6367 - main - lang/gcc11: New port cloned from gcc11-devel In-Reply-To: Message-ID: <2871ae19-29e6-d277-bef5-4ac2b2a962@pfeifer.com> References: <202106182009.15IK9UfQ036939@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4G7h9x5DDnz4Znp X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[209.68.5.143:from]; FREEFALL_USER(0.00)[gerald]; 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]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; SPAMHAUS_ZRD(0.00)[209.68.5.143:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:34:30 -0000 On Sat, 19 Jun 2021, Charlie Li wrote: >> lang/gcc11: New port cloned from gcc11-devel >> >> Welcome GCC 11.1, the first release of the GCC 11 series! > You may want to also update Mk/bsd.gcc.mk; some ports are still calling > for lang/gcc11-devel instead of released lang/gcc11 when GCC_DEFAULT=11. Thanks, Charlie. That's been on my list of things to do; I just wanted to tread gently and first ensure the new port landed fine. Mk/bsd.gcc.mk is updated now. Note the comment above GCC_DEFAULT in Mk/bsd.default-versions.mk reads # Possible values: 8 (last to support powerpcspe), 9, 10 So GCC_DEFAULT=11 has been undocumented - and very intentionally so - and unsupported. I'll also change that in the next days, now that lang/gcc11 has landed. Still, versions of GCC_DEFAULT not documented in Mk/bsd.default-versions.mk aren't meant for general use. That's what the docs are for to guide. :-) Gerald From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:35:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 711B2641A6A; Mon, 21 Jun 2021 07:35: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 4G7hCG2q9Bz4Znx; Mon, 21 Jun 2021 07:35: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 48928190DF; Mon, 21 Jun 2021 07:35: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 15L7Zc8E008619; Mon, 21 Jun 2021 07:35:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L7Zcpf008618; Mon, 21 Jun 2021 07:35:38 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:35:38 GMT Message-Id: <202106210735.15L7Zcpf008618@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: afee04dae9fa - main - www/gitlab-ce: Added a note that you must upgrade at first to 13.12. 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: afee04dae9fa6cb66a865c3115691ed8229bb562 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:35:38 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=afee04dae9fa6cb66a865c3115691ed8229bb562 commit afee04dae9fa6cb66a865c3115691ed8229bb562 Author: Matthias Fechner AuthorDate: 2021-06-21 07:33:44 +0000 Commit: Matthias Fechner CommitDate: 2021-06-21 07:33:44 +0000 www/gitlab-ce: Added a note that you must upgrade at first to 13.12. Version 14.0.0 drops SQL migration scripts, so upgrade to 13.12 is required, otherwise you must recreate the advanced search index. --- UPDATING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UPDATING b/UPDATING index 4cf9da68c920..37d850e39cef 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210621: + AFFECTS: users of www/gitlab-ce + AUTHOR: mfechner@FreeBSD.org + + The upgrade of Gitlab 14.0.0 is in preparation. + You must upgrade first to 13.12. + For more information see here: + https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/ + + To do the upgrade, make sure you follow the upgrade manuals: + https://gitlab.fechner.net/mfechner/Gitlab-docu/-/tree/master/update + + I will merge the 14.0.0 upgrade later to quarterly branch to give you + some time for the upgrade to 13.12. + 20210620: AFFECTS: users of misc/openhab2 AUTHOR: netchild@FreeBSD.org From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CB32641C89; Mon, 21 Jun 2021 07:59: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 4G7hkX0FBwz4cB2; Mon, 21 Jun 2021 07: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 E481219660; Mon, 21 Jun 2021 07: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 15L7xFPC035123; Mon, 21 Jun 2021 07: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 15L7xFVl035122; Mon, 21 Jun 2021 07:59:15 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:15 GMT Message-Id: <202106210759.15L7xFVl035122@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: 929970ad51ee - main - dns/doh-proxy: Update to 0.9.0 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: 929970ad51eedcdad05f5d4ec9727ae23d8fc9bc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:16 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=929970ad51eedcdad05f5d4ec9727ae23d8fc9bc commit 929970ad51eedcdad05f5d4ec9727ae23d8fc9bc Author: Mathieu Arnold AuthorDate: 2021-06-21 07:01:27 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:53:23 +0000 dns/doh-proxy: Update to 0.9.0 --- dns/doh-proxy/Makefile | 3 +- dns/doh-proxy/Makefile.crates | 158 +++++++++----- dns/doh-proxy/distinfo | 482 +++++++++++++++++++++++++----------------- 3 files changed, 393 insertions(+), 250 deletions(-) diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 09f9c344f8f7..8bc26d1cf3d9 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -1,8 +1,7 @@ # Created by: Timothy Beyer PORTNAME= doh-proxy -DISTVERSION= 0.3.8 -PORTREVISION= 2 +DISTVERSION= 0.9.0 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/dns/doh-proxy/Makefile.crates b/dns/doh-proxy/Makefile.crates index 76bad9bf00d4..d37f77899d88 100644 --- a/dns/doh-proxy/Makefile.crates +++ b/dns/doh-proxy/Makefile.crates @@ -1,95 +1,143 @@ -CARGO_CRATES= ansi_term-0.11.0 \ - anyhow-1.0.38 \ +CARGO_CRATES= aead-0.3.2 \ + aes-0.6.0 \ + aes-gcm-0.8.0 \ + aes-soft-0.6.4 \ + aesni-0.10.0 \ + ansi_term-0.11.0 \ + anyhow-1.0.41 \ + arc-swap-1.3.0 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ - bumpalo-3.6.0 \ - byteorder-1.4.2 \ + bitvec-0.18.5 \ + block-buffer-0.9.0 \ + bumpalo-3.7.0 \ + byteorder-1.4.3 \ bytes-1.0.1 \ - cc-1.0.66 \ + cc-1.0.68 \ cfg-if-1.0.0 \ + chacha20-0.6.0 \ + chacha20poly1305-0.7.1 \ + cipher-0.2.5 \ clap-2.33.3 \ + cpufeatures-0.1.4 \ + cpuid-bool-0.2.0 \ + crypto-mac-0.10.0 \ + ct-codecs-1.1.1 \ + ctr-0.6.0 \ + curve25519-dalek-3.1.0 \ + digest-0.9.0 \ + dnsstamps-0.1.7 \ + elliptic-curve-0.8.5 \ + ff-0.8.0 \ fnv-1.0.7 \ fs_extra-1.2.0 \ - futures-0.3.12 \ - futures-channel-0.3.12 \ - futures-core-0.3.12 \ - futures-executor-0.3.12 \ - futures-io-0.3.12 \ - futures-macro-0.3.12 \ - futures-sink-0.3.12 \ - futures-task-0.3.12 \ - futures-util-0.3.12 \ - h2-0.3.0 \ + funty-1.1.0 \ + futures-0.3.15 \ + futures-channel-0.3.15 \ + futures-core-0.3.15 \ + futures-executor-0.3.15 \ + futures-io-0.3.15 \ + futures-macro-0.3.15 \ + futures-sink-0.3.15 \ + futures-task-0.3.15 \ + futures-util-0.3.15 \ + generic-array-0.14.4 \ + getrandom-0.2.3 \ + ghash-0.3.1 \ + group-0.8.0 \ + h2-0.3.3 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ - http-0.2.3 \ - http-body-0.4.0 \ - httparse-1.3.5 \ - httpdate-0.3.2 \ - hyper-0.14.4 \ - indexmap-1.6.1 \ + hkdf-0.10.0 \ + hmac-0.10.1 \ + hpke-0.5.1 \ + http-0.2.4 \ + http-body-0.4.2 \ + httparse-1.4.1 \ + httpdate-1.0.1 \ + hyper-0.14.9 \ + indexmap-1.6.2 \ instant-0.1.9 \ itoa-0.4.7 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ - js-sys-0.3.47 \ + js-sys-0.3.51 \ lazy_static-1.4.0 \ - libc-0.2.86 \ - libdoh-0.3.8 \ - lock_api-0.4.2 \ + libc-0.2.97 \ + libdoh-0.9.0 \ + lock_api-0.4.4 \ log-0.4.14 \ - memchr-2.3.4 \ - mio-0.7.7 \ - miow-0.3.6 \ + memchr-2.4.0 \ + mio-0.7.11 \ + miow-0.3.7 \ ntapi-0.3.6 \ num_cpus-1.13.0 \ - once_cell-1.5.2 \ + odoh-rs-1.0.0-alpha.1 \ + once_cell-1.7.2 \ + opaque-debug-0.3.0 \ + p256-0.7.3 \ parking_lot-0.11.1 \ - parking_lot_core-0.8.2 \ - pin-project-0.4.27 \ - pin-project-1.0.5 \ - pin-project-internal-0.4.27 \ - pin-project-internal-1.0.5 \ - pin-project-lite-0.2.4 \ + parking_lot_core-0.8.3 \ + pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ + poly1305-0.6.2 \ + polyval-0.4.5 \ + ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ - proc-macro2-1.0.24 \ + proc-macro2-1.0.27 \ quote-1.0.9 \ - redox_syscall-0.1.57 \ + radium-0.3.0 \ + rand-0.8.3 \ + rand_chacha-0.3.1 \ + rand_core-0.5.1 \ + rand_core-0.6.2 \ + rand_hc-0.3.0 \ + redox_syscall-0.2.8 \ ring-0.16.20 \ - rustls-0.19.0 \ + rustls-0.19.1 \ scopeguard-1.1.0 \ - sct-0.6.0 \ - slab-0.4.2 \ + sct-0.6.1 \ + sha2-0.9.5 \ + slab-0.4.3 \ smallvec-1.6.1 \ - socket2-0.3.19 \ spin-0.5.2 \ strsim-0.8.0 \ - syn-1.0.60 \ + subtle-2.4.0 \ + syn-1.0.73 \ + synstructure-0.12.4 \ textwrap-0.11.0 \ - tokio-1.2.0 \ + thiserror-1.0.25 \ + thiserror-impl-1.0.25 \ + tokio-1.6.1 \ tokio-rustls-0.22.0 \ - tokio-util-0.6.3 \ + tokio-util-0.6.7 \ tower-service-0.3.1 \ - tracing-0.1.23 \ - tracing-core-0.1.17 \ - tracing-futures-0.2.4 \ + tracing-0.1.26 \ + tracing-core-0.1.18 \ try-lock-0.2.3 \ + typenum-1.13.0 \ unicode-width-0.1.8 \ - unicode-xid-0.2.1 \ + unicode-xid-0.2.2 \ + universal-hash-0.4.0 \ untrusted-0.7.1 \ vec_map-0.8.2 \ + version_check-0.9.3 \ want-0.3.0 \ - wasm-bindgen-0.2.70 \ - wasm-bindgen-backend-0.2.70 \ - wasm-bindgen-macro-0.2.70 \ - wasm-bindgen-macro-support-0.2.70 \ - wasm-bindgen-shared-0.2.70 \ - web-sys-0.3.47 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.74 \ + wasm-bindgen-backend-0.2.74 \ + wasm-bindgen-macro-0.2.74 \ + wasm-bindgen-macro-support-0.2.74 \ + wasm-bindgen-shared-0.2.74 \ + web-sys-0.3.51 \ webpki-0.21.4 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-x86_64-pc-windows-gnu-0.4.0 + winapi-x86_64-pc-windows-gnu-0.4.0 \ + wyz-0.2.0 \ + x25519-dalek-1.1.1 \ + zeroize-1.3.0 \ + zeroize_derive-1.1.0 diff --git a/dns/doh-proxy/distinfo b/dns/doh-proxy/distinfo index 6be72894f339..989876e8d32f 100644 --- a/dns/doh-proxy/distinfo +++ b/dns/doh-proxy/distinfo @@ -1,193 +1,289 @@ -TIMESTAMP = 1614607864 -SHA256 (rust/crates/doh-proxy-0.3.8.tar.gz) = a92c4c48f6fdc42e8248669677b7378655a3f6629b23d086a18735879b638740 -SIZE (rust/crates/doh-proxy-0.3.8.tar.gz) = 16999 -SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b -SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/anyhow-1.0.38.tar.gz) = afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1 -SIZE (rust/crates/anyhow-1.0.38.tar.gz) = 30417 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a -SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 -SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd -SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/bumpalo-3.6.0.tar.gz) = 099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9 -SIZE (rust/crates/bumpalo-3.6.0.tar.gz) = 133234 -SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b -SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 -SHA256 (rust/crates/bytes-1.0.1.tar.gz) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 -SIZE (rust/crates/bytes-1.0.1.tar.gz) = 48142 -SHA256 (rust/crates/cc-1.0.66.tar.gz) = 4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48 -SIZE (rust/crates/cc-1.0.66.tar.gz) = 53454 -SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 -SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 -SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 -SHA256 (rust/crates/fnv-1.0.7.tar.gz) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 -SIZE (rust/crates/fnv-1.0.7.tar.gz) = 11266 -SHA256 (rust/crates/fs_extra-1.2.0.tar.gz) = 2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394 -SIZE (rust/crates/fs_extra-1.2.0.tar.gz) = 29918 -SHA256 (rust/crates/futures-0.3.12.tar.gz) = da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150 -SIZE (rust/crates/futures-0.3.12.tar.gz) = 38113 -SHA256 (rust/crates/futures-channel-0.3.12.tar.gz) = f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846 -SIZE (rust/crates/futures-channel-0.3.12.tar.gz) = 29527 -SHA256 (rust/crates/futures-core-0.3.12.tar.gz) = 79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65 -SIZE (rust/crates/futures-core-0.3.12.tar.gz) = 13813 -SHA256 (rust/crates/futures-executor-0.3.12.tar.gz) = e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9 -SIZE (rust/crates/futures-executor-0.3.12.tar.gz) = 17110 -SHA256 (rust/crates/futures-io-0.3.12.tar.gz) = 28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500 -SIZE (rust/crates/futures-io-0.3.12.tar.gz) = 9070 -SHA256 (rust/crates/futures-macro-0.3.12.tar.gz) = c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd -SIZE (rust/crates/futures-macro-0.3.12.tar.gz) = 9680 -SHA256 (rust/crates/futures-sink-0.3.12.tar.gz) = caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6 -SIZE (rust/crates/futures-sink-0.3.12.tar.gz) = 7659 -SHA256 (rust/crates/futures-task-0.3.12.tar.gz) = 13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86 -SIZE (rust/crates/futures-task-0.3.12.tar.gz) = 11063 -SHA256 (rust/crates/futures-util-0.3.12.tar.gz) = 632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b -SIZE (rust/crates/futures-util-0.3.12.tar.gz) = 137448 -SHA256 (rust/crates/h2-0.3.0.tar.gz) = 6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5 -SIZE (rust/crates/h2-0.3.0.tar.gz) = 155662 -SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 -SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 -SHA256 (rust/crates/hermit-abi-0.1.18.tar.gz) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c -SIZE (rust/crates/hermit-abi-0.1.18.tar.gz) = 9936 -SHA256 (rust/crates/http-0.2.3.tar.gz) = 7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747 -SIZE (rust/crates/http-0.2.3.tar.gz) = 105044 -SHA256 (rust/crates/http-body-0.4.0.tar.gz) = 2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994 -SIZE (rust/crates/http-body-0.4.0.tar.gz) = 5325 -SHA256 (rust/crates/httparse-1.3.5.tar.gz) = 615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691 -SIZE (rust/crates/httparse-1.3.5.tar.gz) = 24018 -SHA256 (rust/crates/httpdate-0.3.2.tar.gz) = 494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47 -SIZE (rust/crates/httpdate-0.3.2.tar.gz) = 10768 -SHA256 (rust/crates/hyper-0.14.4.tar.gz) = e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7 -SIZE (rust/crates/hyper-0.14.4.tar.gz) = 158482 -SHA256 (rust/crates/indexmap-1.6.1.tar.gz) = 4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b -SIZE (rust/crates/indexmap-1.6.1.tar.gz) = 49644 -SHA256 (rust/crates/instant-0.1.9.tar.gz) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec -SIZE (rust/crates/instant-0.1.9.tar.gz) = 5213 -SHA256 (rust/crates/itoa-0.4.7.tar.gz) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 -SIZE (rust/crates/itoa-0.4.7.tar.gz) = 12099 -SHA256 (rust/crates/jemalloc-sys-0.3.2.tar.gz) = 0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45 -SIZE (rust/crates/jemalloc-sys-0.3.2.tar.gz) = 1344660 -SHA256 (rust/crates/jemallocator-0.3.2.tar.gz) = 43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69 -SIZE (rust/crates/jemallocator-0.3.2.tar.gz) = 16393 -SHA256 (rust/crates/js-sys-0.3.47.tar.gz) = 5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65 -SIZE (rust/crates/js-sys-0.3.47.tar.gz) = 67063 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.86.tar.gz) = b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c -SIZE (rust/crates/libc-0.2.86.tar.gz) = 522986 -SHA256 (rust/crates/libdoh-0.3.8.tar.gz) = 34df67b1b27afcda45aa68317778f3041577f8dac31f20c72f09c63a87ecac6c -SIZE (rust/crates/libdoh-0.3.8.tar.gz) = 7981 -SHA256 (rust/crates/lock_api-0.4.2.tar.gz) = dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312 -SIZE (rust/crates/lock_api-0.4.2.tar.gz) = 20375 -SHA256 (rust/crates/log-0.4.14.tar.gz) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 -SIZE (rust/crates/log-0.4.14.tar.gz) = 34582 -SHA256 (rust/crates/memchr-2.3.4.tar.gz) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 -SIZE (rust/crates/memchr-2.3.4.tar.gz) = 23077 -SHA256 (rust/crates/mio-0.7.7.tar.gz) = e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7 -SIZE (rust/crates/mio-0.7.7.tar.gz) = 85595 -SHA256 (rust/crates/miow-0.3.6.tar.gz) = 5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897 -SIZE (rust/crates/miow-0.3.6.tar.gz) = 24533 -SHA256 (rust/crates/ntapi-0.3.6.tar.gz) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 -SIZE (rust/crates/ntapi-0.3.6.tar.gz) = 127221 -SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 -SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 -SHA256 (rust/crates/once_cell-1.5.2.tar.gz) = 13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0 -SIZE (rust/crates/once_cell-1.5.2.tar.gz) = 27660 -SHA256 (rust/crates/parking_lot-0.11.1.tar.gz) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb -SIZE (rust/crates/parking_lot-0.11.1.tar.gz) = 39854 -SHA256 (rust/crates/parking_lot_core-0.8.2.tar.gz) = 9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272 -SIZE (rust/crates/parking_lot_core-0.8.2.tar.gz) = 32142 -SHA256 (rust/crates/pin-project-0.4.27.tar.gz) = 2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15 -SIZE (rust/crates/pin-project-0.4.27.tar.gz) = 50964 -SHA256 (rust/crates/pin-project-1.0.5.tar.gz) = 96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63 -SIZE (rust/crates/pin-project-1.0.5.tar.gz) = 53782 -SHA256 (rust/crates/pin-project-internal-0.4.27.tar.gz) = 65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895 -SIZE (rust/crates/pin-project-internal-0.4.27.tar.gz) = 29739 -SHA256 (rust/crates/pin-project-internal-1.0.5.tar.gz) = 758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b -SIZE (rust/crates/pin-project-internal-1.0.5.tar.gz) = 27351 -SHA256 (rust/crates/pin-project-lite-0.2.4.tar.gz) = 439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827 -SIZE (rust/crates/pin-project-lite-0.2.4.tar.gz) = 22840 -SHA256 (rust/crates/pin-utils-0.1.0.tar.gz) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 -SIZE (rust/crates/pin-utils-0.1.0.tar.gz) = 7580 -SHA256 (rust/crates/proc-macro-hack-0.5.19.tar.gz) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 -SIZE (rust/crates/proc-macro-hack-0.5.19.tar.gz) = 15556 -SHA256 (rust/crates/proc-macro-nested-0.1.7.tar.gz) = bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086 -SIZE (rust/crates/proc-macro-nested-0.1.7.tar.gz) = 6495 -SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 -SIZE (rust/crates/proc-macro2-1.0.24.tar.gz) = 37716 -SHA256 (rust/crates/quote-1.0.9.tar.gz) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 -SIZE (rust/crates/quote-1.0.9.tar.gz) = 25042 -SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce -SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 -SHA256 (rust/crates/ring-0.16.20.tar.gz) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc -SIZE (rust/crates/ring-0.16.20.tar.gz) = 5082615 -SHA256 (rust/crates/rustls-0.19.0.tar.gz) = 064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b -SIZE (rust/crates/rustls-0.19.0.tar.gz) = 208339 -SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 -SHA256 (rust/crates/sct-0.6.0.tar.gz) = e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c -SIZE (rust/crates/sct-0.6.0.tar.gz) = 28777 -SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 -SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 -SHA256 (rust/crates/smallvec-1.6.1.tar.gz) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e -SIZE (rust/crates/smallvec-1.6.1.tar.gz) = 26444 -SHA256 (rust/crates/socket2-0.3.19.tar.gz) = 122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e -SIZE (rust/crates/socket2-0.3.19.tar.gz) = 33782 -SHA256 (rust/crates/spin-0.5.2.tar.gz) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d -SIZE (rust/crates/spin-0.5.2.tar.gz) = 12004 -SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-1.0.60.tar.gz) = c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081 -SIZE (rust/crates/syn-1.0.60.tar.gz) = 231087 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/tokio-1.2.0.tar.gz) = e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a -SIZE (rust/crates/tokio-1.2.0.tar.gz) = 428628 -SHA256 (rust/crates/tokio-rustls-0.22.0.tar.gz) = bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6 -SIZE (rust/crates/tokio-rustls-0.22.0.tar.gz) = 22706 -SHA256 (rust/crates/tokio-util-0.6.3.tar.gz) = ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b -SIZE (rust/crates/tokio-util-0.6.3.tar.gz) = 65782 -SHA256 (rust/crates/tower-service-0.3.1.tar.gz) = 360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6 -SIZE (rust/crates/tower-service-0.3.1.tar.gz) = 6299 -SHA256 (rust/crates/tracing-0.1.23.tar.gz) = f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3 -SIZE (rust/crates/tracing-0.1.23.tar.gz) = 66074 -SHA256 (rust/crates/tracing-core-0.1.17.tar.gz) = f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f -SIZE (rust/crates/tracing-core-0.1.17.tar.gz) = 47774 -SHA256 (rust/crates/tracing-futures-0.2.4.tar.gz) = ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c -SIZE (rust/crates/tracing-futures-0.2.4.tar.gz) = 10274 -SHA256 (rust/crates/try-lock-0.2.3.tar.gz) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642 -SIZE (rust/crates/try-lock-0.2.3.tar.gz) = 4158 -SHA256 (rust/crates/unicode-width-0.1.8.tar.gz) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 -SIZE (rust/crates/unicode-width-0.1.8.tar.gz) = 16732 -SHA256 (rust/crates/unicode-xid-0.2.1.tar.gz) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 -SIZE (rust/crates/unicode-xid-0.2.1.tar.gz) = 14392 -SHA256 (rust/crates/untrusted-0.7.1.tar.gz) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a -SIZE (rust/crates/untrusted-0.7.1.tar.gz) = 7924 -SHA256 (rust/crates/vec_map-0.8.2.tar.gz) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 -SIZE (rust/crates/vec_map-0.8.2.tar.gz) = 14466 -SHA256 (rust/crates/want-0.3.0.tar.gz) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 -SIZE (rust/crates/want-0.3.0.tar.gz) = 6550 -SHA256 (rust/crates/wasm-bindgen-0.2.70.tar.gz) = 55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be -SIZE (rust/crates/wasm-bindgen-0.2.70.tar.gz) = 159291 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.70.tar.gz) = 7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7 -SIZE (rust/crates/wasm-bindgen-backend-0.2.70.tar.gz) = 25517 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.70.tar.gz) = 3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c -SIZE (rust/crates/wasm-bindgen-macro-0.2.70.tar.gz) = 11596 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.70.tar.gz) = 4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.70.tar.gz) = 17904 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.70.tar.gz) = dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64 -SIZE (rust/crates/wasm-bindgen-shared-0.2.70.tar.gz) = 6729 -SHA256 (rust/crates/web-sys-0.3.47.tar.gz) = c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3 -SIZE (rust/crates/web-sys-0.3.47.tar.gz) = 648902 -SHA256 (rust/crates/webpki-0.21.4.tar.gz) = b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea -SIZE (rust/crates/webpki-0.21.4.tar.gz) = 58505 -SHA256 (rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.tar.gz) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +TIMESTAMP = 1624257837 +SHA256 (rust/crates/doh-proxy-0.9.0.crate) = 8790e5f1af455616c7d79a35d2af272a16e33202a5316bbeab849b4644754d01 +SIZE (rust/crates/doh-proxy-0.9.0.crate) = 21797 +SHA256 (rust/crates/aead-0.3.2.crate) = 7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331 +SIZE (rust/crates/aead-0.3.2.crate) = 11145 +SHA256 (rust/crates/aes-0.6.0.crate) = 884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561 +SIZE (rust/crates/aes-0.6.0.crate) = 86774 +SHA256 (rust/crates/aes-gcm-0.8.0.crate) = 5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da +SIZE (rust/crates/aes-gcm-0.8.0.crate) = 140896 +SHA256 (rust/crates/aes-soft-0.6.4.crate) = be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072 +SIZE (rust/crates/aes-soft-0.6.4.crate) = 99980 +SHA256 (rust/crates/aesni-0.10.0.crate) = ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce +SIZE (rust/crates/aesni-0.10.0.crate) = 100248 +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.41.crate) = 15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61 +SIZE (rust/crates/anyhow-1.0.41.crate) = 34561 +SHA256 (rust/crates/arc-swap-1.3.0.crate) = e906254e445520903e7fc9da4f709886c84ae4bc4ddaf0e093188d66df4dc820 +SIZE (rust/crates/arc-swap-1.3.0.crate) = 63680 +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/bitvec-0.18.5.crate) = 98fcd36dda4e17b7d7abc64cb549bf0201f4ab71e00700c798ca7e62ed3761fa +SIZE (rust/crates/bitvec-0.18.5.crate) = 137488 +SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 +SHA256 (rust/crates/bumpalo-3.7.0.crate) = 9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631 +SIZE (rust/crates/bumpalo-3.7.0.crate) = 134261 +SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 +SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 +SHA256 (rust/crates/bytes-1.0.1.crate) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.crate) = 48142 +SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 +SIZE (rust/crates/cc-1.0.68.crate) = 55936 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/chacha20-0.6.0.crate) = ed8738f14471a99f0e316c327e68fc82a3611cc2895fcb604b89eedaf8f39d95 +SIZE (rust/crates/chacha20-0.6.0.crate) = 23163 +SHA256 (rust/crates/chacha20poly1305-0.7.1.crate) = af1fc18e6d90c40164bf6c317476f2a98f04661e310e79830366b7e914c58a8e +SIZE (rust/crates/chacha20poly1305-0.7.1.crate) = 13715 +SHA256 (rust/crates/cipher-0.2.5.crate) = 12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801 +SIZE (rust/crates/cipher-0.2.5.crate) = 13099 +SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.crate) = 201925 +SHA256 (rust/crates/cpufeatures-0.1.4.crate) = ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8 +SIZE (rust/crates/cpufeatures-0.1.4.crate) = 10129 +SHA256 (rust/crates/cpuid-bool-0.2.0.crate) = dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba +SIZE (rust/crates/cpuid-bool-0.2.0.crate) = 7329 +SHA256 (rust/crates/crypto-mac-0.10.0.crate) = 4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6 +SIZE (rust/crates/crypto-mac-0.10.0.crate) = 9476 +SHA256 (rust/crates/ct-codecs-1.1.1.crate) = f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df +SIZE (rust/crates/ct-codecs-1.1.1.crate) = 5388 +SHA256 (rust/crates/ctr-0.6.0.crate) = fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f +SIZE (rust/crates/ctr-0.6.0.crate) = 17092 +SHA256 (rust/crates/curve25519-dalek-3.1.0.crate) = 639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3 +SIZE (rust/crates/curve25519-dalek-3.1.0.crate) = 511442 +SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.crate) = 13247 +SHA256 (rust/crates/dnsstamps-0.1.7.crate) = 7f7d12bbed032d87244a2cda8da668af997e1ba57c06ac7a7f7aeb9fd879c4b1 +SIZE (rust/crates/dnsstamps-0.1.7.crate) = 2622 +SHA256 (rust/crates/elliptic-curve-0.8.5.crate) = f2db227e61a43a34915680bdda462ec0e212095518020a88a1f91acd16092c39 +SIZE (rust/crates/elliptic-curve-0.8.5.crate) = 28116 +SHA256 (rust/crates/ff-0.8.0.crate) = 01646e077d4ebda82b73f1bca002ea1e91561a77df2431a9e79729bcc31950ef +SIZE (rust/crates/ff-0.8.0.crate) = 9400 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/fs_extra-1.2.0.crate) = 2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394 +SIZE (rust/crates/fs_extra-1.2.0.crate) = 29918 +SHA256 (rust/crates/funty-1.1.0.crate) = fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7 +SIZE (rust/crates/funty-1.1.0.crate) = 11631 +SHA256 (rust/crates/futures-0.3.15.crate) = 0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27 +SIZE (rust/crates/futures-0.3.15.crate) = 46425 +SHA256 (rust/crates/futures-channel-0.3.15.crate) = e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2 +SIZE (rust/crates/futures-channel-0.3.15.crate) = 31867 +SHA256 (rust/crates/futures-core-0.3.15.crate) = 0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1 +SIZE (rust/crates/futures-core-0.3.15.crate) = 14514 +SHA256 (rust/crates/futures-executor-0.3.15.crate) = badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79 +SIZE (rust/crates/futures-executor-0.3.15.crate) = 17166 +SHA256 (rust/crates/futures-io-0.3.15.crate) = acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1 +SIZE (rust/crates/futures-io-0.3.15.crate) = 9058 +SHA256 (rust/crates/futures-macro-0.3.15.crate) = a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121 +SIZE (rust/crates/futures-macro-0.3.15.crate) = 10872 +SHA256 (rust/crates/futures-sink-0.3.15.crate) = a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282 +SIZE (rust/crates/futures-sink-0.3.15.crate) = 7672 +SHA256 (rust/crates/futures-task-0.3.15.crate) = 8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae +SIZE (rust/crates/futures-task-0.3.15.crate) = 11811 +SHA256 (rust/crates/futures-util-0.3.15.crate) = feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967 +SIZE (rust/crates/futures-util-0.3.15.crate) = 141962 +SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 +SHA256 (rust/crates/ghash-0.3.1.crate) = 97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375 +SIZE (rust/crates/ghash-0.3.1.crate) = 8777 +SHA256 (rust/crates/group-0.8.0.crate) = cc11f9f5fbf1943b48ae7c2bf6846e7d827a512d1be4f23af708f5ca5d01dde1 +SIZE (rust/crates/group-0.8.0.crate) = 13328 +SHA256 (rust/crates/h2-0.3.3.crate) = 825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726 +SIZE (rust/crates/h2-0.3.3.crate) = 158845 +SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 +SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 +SHA256 (rust/crates/hkdf-0.10.0.crate) = 51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f +SIZE (rust/crates/hkdf-0.10.0.crate) = 13966 +SHA256 (rust/crates/hmac-0.10.1.crate) = c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15 +SIZE (rust/crates/hmac-0.10.1.crate) = 11120 +SHA256 (rust/crates/hpke-0.5.1.crate) = dee10a1b0e80de6480856bcd0addb21dd0f52c982c7809bde53754b7c1a9d74d +SIZE (rust/crates/hpke-0.5.1.crate) = 1741089 +SHA256 (rust/crates/http-0.2.4.crate) = 527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11 +SIZE (rust/crates/http-0.2.4.crate) = 105489 +SHA256 (rust/crates/http-body-0.4.2.crate) = 60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9 +SIZE (rust/crates/http-body-0.4.2.crate) = 7603 +SHA256 (rust/crates/httparse-1.4.1.crate) = f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68 +SIZE (rust/crates/httparse-1.4.1.crate) = 25592 +SHA256 (rust/crates/httpdate-1.0.1.crate) = 6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440 +SIZE (rust/crates/httpdate-1.0.1.crate) = 10293 +SHA256 (rust/crates/hyper-0.14.9.crate) = 07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83 +SIZE (rust/crates/hyper-0.14.9.crate) = 167073 +SHA256 (rust/crates/indexmap-1.6.2.crate) = 824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3 +SIZE (rust/crates/indexmap-1.6.2.crate) = 50225 +SHA256 (rust/crates/instant-0.1.9.crate) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec +SIZE (rust/crates/instant-0.1.9.crate) = 5213 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 +SHA256 (rust/crates/jemalloc-sys-0.3.2.crate) = 0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45 +SIZE (rust/crates/jemalloc-sys-0.3.2.crate) = 1344660 +SHA256 (rust/crates/jemallocator-0.3.2.crate) = 43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69 +SIZE (rust/crates/jemallocator-0.3.2.crate) = 16393 +SHA256 (rust/crates/js-sys-0.3.51.crate) = 83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062 +SIZE (rust/crates/js-sys-0.3.51.crate) = 67124 +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.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 +SHA256 (rust/crates/libdoh-0.9.0.crate) = 7f6a2fb51e26020f435d8635b03b0068cad179066c1acf816f4fa52f20d8073a +SIZE (rust/crates/libdoh-0.9.0.crate) = 10344 +SHA256 (rust/crates/lock_api-0.4.4.crate) = 0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb +SIZE (rust/crates/lock_api-0.4.4.crate) = 20356 +SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.crate) = 34582 +SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc +SIZE (rust/crates/memchr-2.4.0.crate) = 63392 +SHA256 (rust/crates/mio-0.7.11.crate) = cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956 +SIZE (rust/crates/mio-0.7.11.crate) = 86660 +SHA256 (rust/crates/miow-0.3.7.crate) = b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21 +SIZE (rust/crates/miow-0.3.7.crate) = 24563 +SHA256 (rust/crates/ntapi-0.3.6.crate) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 +SIZE (rust/crates/ntapi-0.3.6.crate) = 127221 +SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 +SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704 +SHA256 (rust/crates/odoh-rs-1.0.0-alpha.1.crate) = 9fa43633ab3b53ce1faae165041fc715625bcb7bf5162bd59a102cfaeb1db413 +SIZE (rust/crates/odoh-rs-1.0.0-alpha.1.crate) = 34792 +SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 +SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 +SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/p256-0.7.3.crate) = 8adcc06fe90ec8fb2d2ad46746d2cbd639b158d4240364aa832da7e263dbee91 +SIZE (rust/crates/p256-0.7.3.crate) = 41630 +SHA256 (rust/crates/parking_lot-0.11.1.crate) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb +SIZE (rust/crates/parking_lot-0.11.1.crate) = 39854 +SHA256 (rust/crates/parking_lot_core-0.8.3.crate) = fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018 +SIZE (rust/crates/parking_lot_core-0.8.3.crate) = 32147 +SHA256 (rust/crates/pin-project-lite-0.2.6.crate) = dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905 +SIZE (rust/crates/pin-project-lite-0.2.6.crate) = 25494 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/poly1305-0.6.2.crate) = 4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8 +SIZE (rust/crates/poly1305-0.6.2.crate) = 31809 +SHA256 (rust/crates/polyval-0.4.5.crate) = eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd +SIZE (rust/crates/polyval-0.4.5.crate) = 15656 +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-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.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 +SHA256 (rust/crates/radium-0.3.0.crate) = def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac +SIZE (rust/crates/radium-0.3.0.crate) = 5231 +SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.crate) = 84493 +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.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 +SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 +SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 +SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 +SHA256 (rust/crates/redox_syscall-0.2.8.crate) = 742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc +SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 +SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc +SIZE (rust/crates/ring-0.16.20.crate) = 5082615 +SHA256 (rust/crates/rustls-0.19.1.crate) = 35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7 +SIZE (rust/crates/rustls-0.19.1.crate) = 208143 +SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 +SHA256 (rust/crates/sct-0.6.1.crate) = b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce +SIZE (rust/crates/sct-0.6.1.crate) = 26825 +SHA256 (rust/crates/sha2-0.9.5.crate) = b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12 +SIZE (rust/crates/sha2-0.9.5.crate) = 19912 +SHA256 (rust/crates/slab-0.4.3.crate) = f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527 +SIZE (rust/crates/slab-0.4.3.crate) = 15681 +SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e +SIZE (rust/crates/smallvec-1.6.1.crate) = 26444 +SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d +SIZE (rust/crates/spin-0.5.2.crate) = 12004 +SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.crate) = 9309 +SHA256 (rust/crates/subtle-2.4.0.crate) = 1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2 +SIZE (rust/crates/subtle-2.4.0.crate) = 12411 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 +SHA256 (rust/crates/synstructure-0.12.4.crate) = b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701 +SIZE (rust/crates/synstructure-0.12.4.crate) = 18105 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +SHA256 (rust/crates/thiserror-1.0.25.crate) = fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6 +SIZE (rust/crates/thiserror-1.0.25.crate) = 16690 +SHA256 (rust/crates/thiserror-impl-1.0.25.crate) = 8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d +SIZE (rust/crates/thiserror-impl-1.0.25.crate) = 13364 +SHA256 (rust/crates/tokio-1.6.1.crate) = 0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975 +SIZE (rust/crates/tokio-1.6.1.crate) = 461492 +SHA256 (rust/crates/tokio-rustls-0.22.0.crate) = bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6 +SIZE (rust/crates/tokio-rustls-0.22.0.crate) = 22706 +SHA256 (rust/crates/tokio-util-0.6.7.crate) = 1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592 +SIZE (rust/crates/tokio-util-0.6.7.crate) = 73201 +SHA256 (rust/crates/tower-service-0.3.1.crate) = 360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6 +SIZE (rust/crates/tower-service-0.3.1.crate) = 6299 +SHA256 (rust/crates/tracing-0.1.26.crate) = 09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d +SIZE (rust/crates/tracing-0.1.26.crate) = 68583 +SHA256 (rust/crates/tracing-core-0.1.18.crate) = a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052 +SIZE (rust/crates/tracing-core-0.1.18.crate) = 48381 +SHA256 (rust/crates/try-lock-0.2.3.crate) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642 +SIZE (rust/crates/try-lock-0.2.3.crate) = 4158 +SHA256 (rust/crates/typenum-1.13.0.crate) = 879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06 +SIZE (rust/crates/typenum-1.13.0.crate) = 40238 +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/universal-hash-0.4.0.crate) = 8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402 +SIZE (rust/crates/universal-hash-0.4.0.crate) = 8386 +SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a +SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 +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/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 +SIZE (rust/crates/want-0.3.0.crate) = 6550 +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.74.crate) = d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd +SIZE (rust/crates/wasm-bindgen-0.2.74.crate) = 158439 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.74.crate) = 3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900 +SIZE (rust/crates/wasm-bindgen-backend-0.2.74.crate) = 25434 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.74.crate) = 088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4 +SIZE (rust/crates/wasm-bindgen-macro-0.2.74.crate) = 11536 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.74.crate) = be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.74.crate) = 17831 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.74.crate) = d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f +SIZE (rust/crates/wasm-bindgen-shared-0.2.74.crate) = 7163 +SHA256 (rust/crates/web-sys-0.3.51.crate) = e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582 +SIZE (rust/crates/web-sys-0.3.51.crate) = 651133 +SHA256 (rust/crates/webpki-0.21.4.crate) = b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea +SIZE (rust/crates/webpki-0.21.4.crate) = 58505 +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/wyz-0.2.0.crate) = 85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214 +SIZE (rust/crates/wyz-0.2.0.crate) = 12926 +SHA256 (rust/crates/x25519-dalek-1.1.1.crate) = 5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f +SIZE (rust/crates/x25519-dalek-1.1.1.crate) = 84499 +SHA256 (rust/crates/zeroize-1.3.0.crate) = 4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd +SIZE (rust/crates/zeroize-1.3.0.crate) = 15913 +SHA256 (rust/crates/zeroize_derive-1.1.0.crate) = a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1 +SIZE (rust/crates/zeroize_derive-1.1.0.crate) = 8037 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C7234641BD8; Mon, 21 Jun 2021 07:59: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 4G7hkb3Qbtz4cGm; Mon, 21 Jun 2021 07: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 50F6D199FE; Mon, 21 Jun 2021 07: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 15L7xJfo035202; Mon, 21 Jun 2021 07: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 15L7xJLM035201; Mon, 21 Jun 2021 07:59:19 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:19 GMT Message-Id: <202106210759.15L7xJLM035201@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: 9a785caa1a32 - main - sysutils/tmux: Update to 3.2a 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: 9a785caa1a32f21ee0d6ca7d3dcd09fda6fc4797 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:19 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a785caa1a32f21ee0d6ca7d3dcd09fda6fc4797 commit 9a785caa1a32f21ee0d6ca7d3dcd09fda6fc4797 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:23:06 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:53:37 +0000 sysutils/tmux: Update to 3.2a --- sysutils/tmux/Makefile | 2 +- sysutils/tmux/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 7a13e396315c..27743e1105f3 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= tmux -PORTVERSION= 3.2 +PORTVERSION= 3.2a CATEGORIES= sysutils MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/sysutils/tmux/distinfo b/sysutils/tmux/distinfo index 81c50c0f3c6b..20f51ca85de9 100644 --- a/sysutils/tmux/distinfo +++ b/sysutils/tmux/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1618391204 -SHA256 (tmux-3.2.tar.gz) = 664d345338c11cbe429d7ff939b92a5191e231a7c1ef42f381cebacb1e08a399 -SIZE (tmux-3.2.tar.gz) = 646457 +TIMESTAMP = 1624259734 +SHA256 (tmux-3.2a.tar.gz) = 551553a4f82beaa8dadc9256800bcc284d7c000081e47aa6ecbb6ff36eacd05f +SIZE (tmux-3.2a.tar.gz) = 648394 SHA256 (imomaliev-tmux-bash-completion-f5d5323_GH0.tar.gz) = 4e4f791c446e3cab1a02d39a30fbfd4cec6c7e3119365860a04c9de205eaa626 SIZE (imomaliev-tmux-bash-completion-f5d5323_GH0.tar.gz) = 8726 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D38E0641BDB; Mon, 21 Jun 2021 07:59: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 4G7hkd5Mw2z4cJl; Mon, 21 Jun 2021 07:59: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 89DEE197C7; Mon, 21 Jun 2021 07: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 15L7xL4B035250; Mon, 21 Jun 2021 07: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 15L7xL24035249; Mon, 21 Jun 2021 07:59:21 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:21 GMT Message-Id: <202106210759.15L7xL24035249@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: e4b412c6ac4c - main - dns/bind-tools: Fix redirect in WWW 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: e4b412c6ac4cb1c30303e6dd5ffb188e19fe0735 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:21 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4b412c6ac4cb1c30303e6dd5ffb188e19fe0735 commit e4b412c6ac4cb1c30303e6dd5ffb188e19fe0735 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:49:22 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:53:47 +0000 dns/bind-tools: Fix redirect in WWW --- dns/bind-tools/pkg-descr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dns/bind-tools/pkg-descr b/dns/bind-tools/pkg-descr index 12064bc1eda8..8640860173bc 100644 --- a/dns/bind-tools/pkg-descr +++ b/dns/bind-tools/pkg-descr @@ -5,5 +5,4 @@ It also includes various dnssec related tools: dnssec-dsfromkey, dnssec-importkey, dnssec-keyfromlabel, dnssec-keygen, dnssec-revoke, dnssec-settime, dnssec-signzone, dnssec-verify -WWW: https://www.isc.org/downloads/bind/ - +WWW: https://www.isc.org/bind/ From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C9DB641BD5; Mon, 21 Jun 2021 07: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 4G7hkZ1x9yz4cRh; Mon, 21 Jun 2021 07:59: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 26C051989A; Mon, 21 Jun 2021 07: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 15L7xIob035178; Mon, 21 Jun 2021 07: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 15L7xIm9035177; Mon, 21 Jun 2021 07:59:18 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:18 GMT Message-Id: <202106210759.15L7xIm9035177@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: 9913ea5a5c41 - 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: 9913ea5a5c4152467f7dedcc61dacd333f891008 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:18 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=9913ea5a5c4152467f7dedcc61dacd333f891008 commit 9913ea5a5c4152467f7dedcc61dacd333f891008 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:13:55 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:53:33 +0000 dns/bind9-devel: Update to latest commit --- dns/bind-tools/pkg-plist-devel | 14 +++++++------- dns/bind9-devel/Makefile | 4 ++-- dns/bind9-devel/distinfo | 6 +++--- dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 12 ++++++------ dns/bind9-devel/pkg-plist | 15 +++++++-------- 5 files changed, 25 insertions(+), 26 deletions(-) diff --git a/dns/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel index c99548656e3d..8ea57b8981d4 100644 --- a/dns/bind-tools/pkg-plist-devel +++ b/dns/bind-tools/pkg-plist-devel @@ -17,19 +17,19 @@ bin/nsec3hash bin/nslookup bin/nsupdate lib/bind-tools/libbind9.so -lib/bind-tools/libbind9-9.17.13.so +lib/bind-tools/libbind9-9.17.14.so lib/bind-tools/libdns.so -lib/bind-tools/libdns-9.17.13.so +lib/bind-tools/libdns-9.17.14.so lib/bind-tools/libirs.so -lib/bind-tools/libirs-9.17.13.so +lib/bind-tools/libirs-9.17.14.so lib/bind-tools/libisc.so -lib/bind-tools/libisc-9.17.13.so +lib/bind-tools/libisc-9.17.14.so lib/bind-tools/libisccc.so -lib/bind-tools/libisccc-9.17.13.so +lib/bind-tools/libisccc-9.17.14.so lib/bind-tools/libisccfg.so -lib/bind-tools/libisccfg-9.17.13.so +lib/bind-tools/libisccfg-9.17.14.so lib/bind-tools/libns.so -lib/bind-tools/libns-9.17.13.so +lib/bind-tools/libns-9.17.14.so man/man1/arpaname.1.gz man/man1/delv.1.gz man/man1/dig.1.gz diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index ac12afd08280..e7b7a46dc6f8 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.13a0.2021.06.15 +ISCVERSION= 9.17.14a0.2021.06.18 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= f035a22c42b4db6f43833a56b22aa9da32835eab +GL_COMMIT= fb335e4b47a6286da98c9cfaac211db0157c1c0d CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 7314d3cdfe30..fd1c9b10fdc9 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623743455 -SHA256 (isc-projects-bind9-f035a22c42b4db6f43833a56b22aa9da32835eab_GL0.tar.gz) = df2324dc7e3581c4d2e8c2ce70e32da504567f0ca6ae299be61f6ff0b1139a35 -SIZE (isc-projects-bind9-f035a22c42b4db6f43833a56b22aa9da32835eab_GL0.tar.gz) = 6217258 +TIMESTAMP = 1624257524 +SHA256 (isc-projects-bind9-fb335e4b47a6286da98c9cfaac211db0157c1c0d_GL0.tar.gz) = 7ff54de9f1e8dba8035c7bca33e9963cf750ebbe621e8f95ed2b6fcf8c5b1323 +SIZE (isc-projects-bind9-fb335e4b47a6286da98c9cfaac211db0157c1c0d_GL0.tar.gz) = 6216335 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 61636a10725a..fd5269fa1cdf 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,8 +1,8 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2021-05-25 05:27:59 UTC +--- bin/named/config.c.orig 2021-06-18 07:21:27 UTC +++ bin/named/config.c -@@ -185,6 +185,7 @@ options {\n\ +@@ -179,6 +179,7 @@ options {\n\ notify-source *;\n\ notify-source-v6 *;\n\ nsec3-test-zone no;\n\ @@ -10,7 +10,7 @@ Add the override-cache-ttl feature. provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2021-05-25 05:27:59 UTC +--- bin/named/server.c.orig 2021-06-18 07:21:27 UTC +++ bin/named/server.c @@ -4456,6 +4456,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -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-05-25 05:27:59 UTC +--- lib/dns/include/dns/view.h.orig 2021-06-18 07:21:27 UTC +++ lib/dns/include/dns/view.h @@ -154,6 +154,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-05-25 05:27:59 UTC +--- lib/dns/resolver.c.orig 2021-06-18 07:21:27 UTC +++ lib/dns/resolver.c @@ -6387,6 +6387,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-05-25 05:27:59 UTC +--- lib/isccfg/namedconf.c.orig 2021-06-18 07:21:27 UTC +++ lib/isccfg/namedconf.c @@ -2028,6 +2028,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index 0c7ffcb571bb..f7ed1b892cdc 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -173,7 +173,6 @@ include/isc/md.h include/isc/mem.h include/isc/meminfo.h include/isc/mutex.h -include/isc/mutexatomic.h include/isc/mutexblock.h include/isc/net.h include/isc/netaddr.h @@ -267,19 +266,19 @@ include/pkcs11/pkcs11.h lib/bind/filter-a.so lib/bind/filter-aaaa.so lib/libbind9.so -lib/libbind9-9.17.13.so +lib/libbind9-9.17.14.so lib/libdns.so -lib/libdns-9.17.13.so +lib/libdns-9.17.14.so lib/libirs.so -lib/libirs-9.17.13.so +lib/libirs-9.17.14.so lib/libisc.so -lib/libisc-9.17.13.so +lib/libisc-9.17.14.so lib/libisccc.so -lib/libisccc-9.17.13.so +lib/libisccc-9.17.14.so lib/libisccfg.so -lib/libisccfg-9.17.13.so +lib/libisccfg-9.17.14.so lib/libns.so -lib/libns-9.17.13.so +lib/libns-9.17.14.so @comment man/man1/arpaname.1.gz @comment man/man1/delv.1.gz @comment man/man1/dig.1.gz From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 54372641BD4; Mon, 21 Jun 2021 07: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 4G7hkY13Ycz4cB5; Mon, 21 Jun 2021 07: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 0971C197C6; Mon, 21 Jun 2021 07: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 15L7xG9P035152; Mon, 21 Jun 2021 07: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 15L7xGZq035151; Mon, 21 Jun 2021 07:59:16 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:16 GMT Message-Id: <202106210759.15L7xGZq035151@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: 98d0a70261e4 - main - lang/perl5-devel: Update to v5.35.1-20-gc5082864c7 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: 98d0a70261e41fa14ba5e3f8ef785e82455c2c9e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:17 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=98d0a70261e41fa14ba5e3f8ef785e82455c2c9e commit 98d0a70261e41fa14ba5e3f8ef785e82455c2c9e Author: Mathieu Arnold AuthorDate: 2021-06-21 07:02:06 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:53:28 +0000 lang/perl5-devel: Update to v5.35.1-20-gc5082864c7 --- 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 511be37a7825..9627e83caeba 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.0-138-g9b7a2e9a50 +GH_TAGNAME= v5.35.1-20-gc5082864c7 # 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 45c73f46a67e..abd909e5607b 100644 --- a/lang/perl5-devel/distinfo +++ b/lang/perl5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623743289 -SHA256 (perl/Perl-perl5-v5.35.0-138-g9b7a2e9a50_GH0.tar.gz) = b453d3f674e728ff471e3f0a8ff01fc5184796cdc862201c94b36a7936bb3d4d -SIZE (perl/Perl-perl5-v5.35.0-138-g9b7a2e9a50_GH0.tar.gz) = 19886844 +TIMESTAMP = 1624257497 +SHA256 (perl/Perl-perl5-v5.35.1-20-gc5082864c7_GH0.tar.gz) = 7bc84212cd06639bc3d69ed281215dcf2c892457cff681371812a3294235e595 +SIZE (perl/Perl-perl5-v5.35.1-20-gc5082864c7_GH0.tar.gz) = 19886060 diff --git a/lang/perl5-devel/pkg-plist b/lang/perl5-devel/pkg-plist index 6cbba5894b0c..63f32f615e35 100644 --- a/lang/perl5-devel/pkg-plist +++ b/lang/perl5-devel/pkg-plist @@ -970,6 +970,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5340delta.1.gz %%MAN1%%/perl5350delta.1.gz %%MAN1%%/perl5351delta.1.gz +%%MAN1%%/perl5352delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1769,6 +1770,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5340delta.pod %%PRIV_LIB%%/pod/perl5350delta.pod %%PRIV_LIB%%/pod/perl5351delta.pod +%%PRIV_LIB%%/pod/perl5352delta.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 356811477faa..d4dfe69f72b9 100644 --- a/lang/perl5-devel/version.mk +++ b/lang/perl5-devel/version.mk @@ -1,2 +1,2 @@ -PERL_VERSION= 5.35.1 +PERL_VERSION= 5.35.2 PERL5_DEPEND= perl5>=5.35<5.36 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E5A24641C12; Mon, 21 Jun 2021 07: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 4G7hkc4mvpz4c5p; Mon, 21 Jun 2021 07: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 682EE195F4; Mon, 21 Jun 2021 07: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 15L7xKon035226; Mon, 21 Jun 2021 07: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 15L7xK0f035225; Mon, 21 Jun 2021 07:59:20 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:20 GMT Message-Id: <202106210759.15L7xK0f035225@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: 31bcff21f123 - main - databases/p5-Bucardo: Fix redirect in WWW/MASTER_SITES 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: 31bcff21f1230acc1d13fa44c4306fe688563197 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:21 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=31bcff21f1230acc1d13fa44c4306fe688563197 commit 31bcff21f1230acc1d13fa44c4306fe688563197 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:48:51 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:53:42 +0000 databases/p5-Bucardo: Fix redirect in WWW/MASTER_SITES --- databases/p5-Bucardo/Makefile | 2 +- databases/p5-Bucardo/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/p5-Bucardo/Makefile b/databases/p5-Bucardo/Makefile index 43bedcb6c2f8..d33bb1178a80 100644 --- a/databases/p5-Bucardo/Makefile +++ b/databases/p5-Bucardo/Makefile @@ -1,7 +1,7 @@ PORTNAME= Bucardo PORTVERSION= 5.6.0 CATEGORIES= databases perl5 -MASTER_SITES= http://bucardo.org/downloads/ \ +MASTER_SITES= https://bucardo.org/downloads/ \ LOCAL/mat/${PORTNAME} PKGNAMEPREFIX= p5- diff --git a/databases/p5-Bucardo/pkg-descr b/databases/p5-Bucardo/pkg-descr index 476234647059..ab7dd71fbde6 100644 --- a/databases/p5-Bucardo/pkg-descr +++ b/databases/p5-Bucardo/pkg-descr @@ -4,4 +4,4 @@ Jon Jensen and Greg Sabino Mullane of End Point Corporation, and is now in use at many other organizations. Bucardo is free and open source software released under the BSD license. -WWW: http://bucardo.org/wiki/Bucardo +WWW: https://bucardo.org/Bucardo/ From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 030E5641FE3; Mon, 21 Jun 2021 07:59: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 4G7hkg6QN7z4cPV; Mon, 21 Jun 2021 07:59: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 C3859195F5; Mon, 21 Jun 2021 07: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 15L7xNUk035304; Mon, 21 Jun 2021 07: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 15L7xN9U035303; Mon, 21 Jun 2021 07:59:23 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:23 GMT Message-Id: <202106210759.15L7xN9U035303@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: 2f0c8b4d3ce5 - main - dns/bind911: Fix redirect in WWW 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: 2f0c8b4d3ce5d226a3a6dfa8db5ded10ca422cf4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:24 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f0c8b4d3ce5d226a3a6dfa8db5ded10ca422cf4 commit 2f0c8b4d3ce5d226a3a6dfa8db5ded10ca422cf4 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:50:14 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:53:56 +0000 dns/bind911: Fix redirect in WWW --- dns/bind911/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/bind911/pkg-descr b/dns/bind911/pkg-descr index 4696a179097d..ed414272a5ac 100644 --- a/dns/bind911/pkg-descr +++ b/dns/bind911/pkg-descr @@ -12,4 +12,4 @@ Multiprocessor Support See the CHANGES file for more information on new features. -WWW: https://www.isc.org/downloads/bind/ +WWW: https://www.isc.org/bind/ From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 697DD641BED; Mon, 21 Jun 2021 07: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 4G7hkj047Qz4cMN; Mon, 21 Jun 2021 07:59: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 DA08C195F6; Mon, 21 Jun 2021 07:59: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 15L7xOGO035328; Mon, 21 Jun 2021 07: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 15L7xOBC035327; Mon, 21 Jun 2021 07:59:24 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:24 GMT Message-Id: <202106210759.15L7xOBC035327@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: 80faaf873dc0 - main - dns/bind916: Fix redirect in WWW 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: 80faaf873dc079877f0a731d7ebfd3a12f37e7fe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:25 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=80faaf873dc079877f0a731d7ebfd3a12f37e7fe commit 80faaf873dc079877f0a731d7ebfd3a12f37e7fe Author: Mathieu Arnold AuthorDate: 2021-06-21 07:50:23 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:54:01 +0000 dns/bind916: Fix redirect in WWW --- dns/bind916/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/bind916/pkg-descr b/dns/bind916/pkg-descr index 4696a179097d..ed414272a5ac 100644 --- a/dns/bind916/pkg-descr +++ b/dns/bind916/pkg-descr @@ -12,4 +12,4 @@ Multiprocessor Support See the CHANGES file for more information on new features. -WWW: https://www.isc.org/downloads/bind/ +WWW: https://www.isc.org/bind/ From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11DBD642003; Mon, 21 Jun 2021 07: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 4G7hkf5pQrz4cMJ; Mon, 21 Jun 2021 07: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 AC1D71989B; Mon, 21 Jun 2021 07: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 15L7xMR6035275; Mon, 21 Jun 2021 07: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 15L7xMTq035274; Mon, 21 Jun 2021 07:59:22 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:22 GMT Message-Id: <202106210759.15L7xMTq035274@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: bef213d5890c - main - dns/bind9-devel: Fix redirect in WWW 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: bef213d5890c4cb35f90b728d3290a1958407761 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:23 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=bef213d5890c4cb35f90b728d3290a1958407761 commit bef213d5890c4cb35f90b728d3290a1958407761 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:50:01 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:53:52 +0000 dns/bind9-devel: Fix redirect in WWW --- dns/bind9-devel/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/bind9-devel/pkg-descr b/dns/bind9-devel/pkg-descr index 4696a179097d..ed414272a5ac 100644 --- a/dns/bind9-devel/pkg-descr +++ b/dns/bind9-devel/pkg-descr @@ -12,4 +12,4 @@ Multiprocessor Support See the CHANGES file for more information on new features. -WWW: https://www.isc.org/downloads/bind/ +WWW: https://www.isc.org/bind/ From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 36CFF64202E; Mon, 21 Jun 2021 07: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 4G7hkn62zcz4cSG; Mon, 21 Jun 2021 07: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 7AACC19661; Mon, 21 Jun 2021 07: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 15L7xTQ1035430; Mon, 21 Jun 2021 07: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 15L7xTFb035429; Mon, 21 Jun 2021 07:59:29 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:29 GMT Message-Id: <202106210759.15L7xTFb035429@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: 8c56c5b94a06 - main - sysutils/munin-common: Fix fetch 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: 8c56c5b94a0606199ceb3eb5e4fcb64000c3b647 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:30 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c56c5b94a0606199ceb3eb5e4fcb64000c3b647 commit 8c56c5b94a0606199ceb3eb5e4fcb64000c3b647 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:52:02 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:54:20 +0000 sysutils/munin-common: Fix fetch --- sysutils/munin-common/munin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk index 86fcd83bd693..595f9d60c8f0 100644 --- a/sysutils/munin-common/munin.mk +++ b/sysutils/munin-common/munin.mk @@ -1,7 +1,7 @@ LICENSE= GPLv2 MUNIN_VERSION= 2.0.67 -MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/ +MUNIN_SITES= SF/munin/stable/${MUNIN_VERSION} DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 54B4E642013; Mon, 21 Jun 2021 07:59: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 4G7hkk1Fgtz4cS6; Mon, 21 Jun 2021 07:59: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 01727197C8; Mon, 21 Jun 2021 07: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 15L7xP5X035352; Mon, 21 Jun 2021 07:59:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L7xPtG035351; Mon, 21 Jun 2021 07:59:25 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:25 GMT Message-Id: <202106210759.15L7xPtG035351@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: 0e8e6383d91b - main - mail/policyd2: Fix redirect in WWW/MASTER_SITES 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: 0e8e6383d91b3c5d316f867e110b37ee9f43de98 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:26 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e8e6383d91b3c5d316f867e110b37ee9f43de98 commit 0e8e6383d91b3c5d316f867e110b37ee9f43de98 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:50:37 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:54:06 +0000 mail/policyd2: Fix redirect in WWW/MASTER_SITES --- mail/policyd2/Makefile | 2 +- mail/policyd2/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/policyd2/Makefile b/mail/policyd2/Makefile index b6f4a3abfbd7..bb6b39a4061a 100644 --- a/mail/policyd2/Makefile +++ b/mail/policyd2/Makefile @@ -4,7 +4,7 @@ PORTNAME= policyd2 PORTVERSION= 2.0.14 PORTREVISION= 3 CATEGORIES= mail -MASTER_SITES= http://download.policyd.org/v${PORTVERSION}/ +MASTER_SITES= https://download.policyd.org/v${PORTVERSION}/ DISTNAME= cluebringer-v${PORTVERSION} MAINTAINER= mat@FreeBSD.org diff --git a/mail/policyd2/pkg-descr b/mail/policyd2/pkg-descr index c4ea3d1f3805..d97d35b0c9fc 100644 --- a/mail/policyd2/pkg-descr +++ b/mail/policyd2/pkg-descr @@ -4,4 +4,4 @@ Policyd v2 (codenamed "cluebringer") is a multi-platform policy server for popular MTAs. This policy daemon is designed mostly for large scale mail hosting environments. -WWW: http://wiki.policyd.org +WWW: https://wiki.policyd.org From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:27 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A379641C26; Mon, 21 Jun 2021 07:59: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 4G7hkl2YzBz4cS9; Mon, 21 Jun 2021 07: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 28F9D199FF; Mon, 21 Jun 2021 07: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 15L7xRCl035376; Mon, 21 Jun 2021 07: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 15L7xRaj035375; Mon, 21 Jun 2021 07:59:27 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:27 GMT Message-Id: <202106210759.15L7xRaj035375@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: 56dd4104748c - main - net-mgmt/nagios-plugins: Fix redirect in WWW/MASTER_SITES 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: 56dd4104748c498c82aefe7f97af32942aeff73d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:27 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=56dd4104748c498c82aefe7f97af32942aeff73d commit 56dd4104748c498c82aefe7f97af32942aeff73d Author: Mathieu Arnold AuthorDate: 2021-06-21 07:51:08 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:54:10 +0000 net-mgmt/nagios-plugins: Fix redirect in WWW/MASTER_SITES --- net-mgmt/nagios-plugins/Makefile | 2 +- net-mgmt/nagios-plugins/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index e03a7d741d28..8d44f1019ce6 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 2.3.3 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt -MASTER_SITES= https://www.nagios-plugins.org/download/ \ +MASTER_SITES= https://nagios-plugins.org/download/ \ LOCAL/mat/${PORTNAME} MAINTAINER= mat@FreeBSD.org diff --git a/net-mgmt/nagios-plugins/pkg-descr b/net-mgmt/nagios-plugins/pkg-descr index 9da57907934e..71db95c1b793 100644 --- a/net-mgmt/nagios-plugins/pkg-descr +++ b/net-mgmt/nagios-plugins/pkg-descr @@ -12,4 +12,4 @@ contacts in a variety of different ways (email, instant message, SMS, etc.). Current status information, historical logs, and reports can all be accessed via a web browser. -WWW: https://www.nagios-plugins.org/ +WWW: https://nagios-plugins.org/ From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 07:59:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7B1D642019; Mon, 21 Jun 2021 07: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 4G7hkm3T01z4cHG; Mon, 21 Jun 2021 07:59: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 4F0F919827; Mon, 21 Jun 2021 07: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 15L7xS4Y035400; Mon, 21 Jun 2021 07: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 15L7xScR035399; Mon, 21 Jun 2021 07:59:28 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:28 GMT Message-Id: <202106210759.15L7xScR035399@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: 3c01c6c22ce4 - main - net-mgmt/p5-Monitoring-Plugin: Fix redirect in WWW 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: 3c01c6c22ce4c1e9c632e63ce4bf433127822ebc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 07:59:29 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c01c6c22ce4c1e9c632e63ce4bf433127822ebc commit 3c01c6c22ce4c1e9c632e63ce4bf433127822ebc Author: Mathieu Arnold AuthorDate: 2021-06-21 07:51:39 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:54:15 +0000 net-mgmt/p5-Monitoring-Plugin: Fix redirect in WWW --- net-mgmt/p5-Monitoring-Plugin/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/p5-Monitoring-Plugin/pkg-descr b/net-mgmt/p5-Monitoring-Plugin/pkg-descr index de013cb2ab34..df368e80ef0b 100644 --- a/net-mgmt/p5-Monitoring-Plugin/pkg-descr +++ b/net-mgmt/p5-Monitoring-Plugin/pkg-descr @@ -4,4 +4,4 @@ This is the place for common routines when writing Nagios plugins. The idea is to make it as easy as possible for developers to conform to the plugin guidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html). -WWW: https://metacpan.org/release/Monitoring-Plugin +WWW: https://metacpan.org/dist/Monitoring-Plugin From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 08:10:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7579E642B9A; Mon, 21 Jun 2021 08:10: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 4G7hzm2xhVz4d2D; Mon, 21 Jun 2021 08:10: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 4E9FB197E8; Mon, 21 Jun 2021 08:10: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 15L8AiC0058425; Mon, 21 Jun 2021 08:10:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L8AiVo058424; Mon, 21 Jun 2021 08:10:44 GMT (envelope-from git) Date: Mon, 21 Jun 2021 08:10:44 GMT Message-Id: <202106210810.15L8AiVo058424@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: 80937d19133c - main - graphics/dia: fix build on riscv64 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: 80937d19133cf130db79ebbf28fb0398bd6ddd05 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 08:10:44 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=80937d19133cf130db79ebbf28fb0398bd6ddd05 commit 80937d19133cf130db79ebbf28fb0398bd6ddd05 Author: Piotr Kubaj AuthorDate: 2021-06-21 08:10:37 +0000 Commit: Piotr Kubaj CommitDate: 2021-06-21 08:10:37 +0000 graphics/dia: fix build on riscv64 fpsetmask() is not available on riscv64. --- graphics/dia/files/patch-app_main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graphics/dia/files/patch-app_main.c b/graphics/dia/files/patch-app_main.c index d105c04a6f64..cf626797cb6f 100644 --- a/graphics/dia/files/patch-app_main.c +++ b/graphics/dia/files/patch-app_main.c @@ -1,10 +1,12 @@ --- app/main.c.orig 2014-08-24 15:44:07 UTC +++ app/main.c -@@ -17,12 +17,16 @@ +@@ -17,12 +17,20 @@ */ #include ++#if defined(FP_X_INV) && defined(FP_X_DZ) +#include ++#endif + #include "app_procs.h" @@ -12,7 +14,9 @@ int main(int argc, char *argv[]) { ++#if defined(FP_X_INV) && defined(FP_X_DZ) + fpsetmask(0); ++#endif + app_init(argc, argv); From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 08:11:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 405766429B8; Mon, 21 Jun 2021 08:11: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 4G7j0q14K7z4dHL; Mon, 21 Jun 2021 08:11: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 0DC3219C2C; Mon, 21 Jun 2021 08:11: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 15L8BcP3059490; Mon, 21 Jun 2021 08:11:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L8Bc5M059489; Mon, 21 Jun 2021 08:11:38 GMT (envelope-from git) Date: Mon, 21 Jun 2021 08:11:38 GMT Message-Id: <202106210811.15L8Bc5M059489@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: 4226927ef6b6 - main - biology/seqan-apps: fix packaging on armv7 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: 4226927ef6b6bdc27029391316c5ba7a00012652 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 08:11:39 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=4226927ef6b6bdc27029391316c5ba7a00012652 commit 4226927ef6b6bdc27029391316c5ba7a00012652 Author: Piotr Kubaj AuthorDate: 2021-06-21 08:11:25 +0000 Commit: Piotr Kubaj CommitDate: 2021-06-21 08:11:25 +0000 biology/seqan-apps: fix packaging on armv7 Same issue as on i386. --- biology/seqan-apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index d7838638c78f..01879b514c32 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -31,7 +31,7 @@ NATIVE_CMAKE_ON= -DSEQAN_ARCH_NATIVE:BOOL=TRUE .include -.if ${ARCH} == "i386" || ${ARCH} == "powerpc" +.if ${ARCH} == "armv7" || ${ARCH} == "i386" || ${ARCH} == "powerpc" PLIST_SUB+= RM_I386="@comment " .else PLIST_SUB+= RM_I386="" From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 09:00:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9170A642FC6; Mon, 21 Jun 2021 09:00: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 4G7k5Z3g1Nz4hGs; Mon, 21 Jun 2021 09:00: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 6659F1A712; Mon, 21 Jun 2021 09: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 15L90oMU026663; Mon, 21 Jun 2021 09: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 15L90oHi026662; Mon, 21 Jun 2021 09:00:50 GMT (envelope-from git) Date: Mon, 21 Jun 2021 09:00:50 GMT Message-Id: <202106210900.15L90oHi026662@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: 5f6acc4e54eb - main - devel/forge: Update to 0.2.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: 5f6acc4e54eb3a7256f92659bd8f4271c289bb89 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 09:00:50 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f6acc4e54eb3a7256f92659bd8f4271c289bb89 commit 5f6acc4e54eb3a7256f92659bd8f4271c289bb89 Author: Yasuhiro Kimura AuthorDate: 2021-06-21 09:00:28 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-21 09:00:28 +0000 devel/forge: Update to 0.2.1 PR: 256662 Approved by: lwhsu (mentor, implicit) --- devel/forge/Makefile | 2 +- devel/forge/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/forge/Makefile b/devel/forge/Makefile index e75bf5b4c507..f5fc525e3ee8 100644 --- a/devel/forge/Makefile +++ b/devel/forge/Makefile @@ -1,6 +1,6 @@ PORTNAME= forge DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 +DISTVERSION= 0.2.1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/forge/distinfo b/devel/forge/distinfo index 5da7ea22187f..41d2795e3eb2 100644 --- a/devel/forge/distinfo +++ b/devel/forge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621962432 -SHA256 (magit-forge-v0.2.0_GH0.tar.gz) = a8a36c19ee4cb038ab0cc788ca6922f6fd640bae204bb0298d02b0e8412e4f47 -SIZE (magit-forge-v0.2.0_GH0.tar.gz) = 88431 +TIMESTAMP = 1623898902 +SHA256 (magit-forge-v0.2.1_GH0.tar.gz) = 505984505cbed3c7596a3126b238139f677231352f3850c4ea41da7ef175d6aa +SIZE (magit-forge-v0.2.1_GH0.tar.gz) = 88485 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 09:26:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76C24643C51; Mon, 21 Jun 2021 09:26: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 4G7kfk2Thlz4l8x; Mon, 21 Jun 2021 09:26: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 3ECA11A668; Mon, 21 Jun 2021 09:26: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 15L9Q6bm057966; Mon, 21 Jun 2021 09:26:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L9Q6J6057965; Mon, 21 Jun 2021 09:26:06 GMT (envelope-from git) Date: Mon, 21 Jun 2021 09:26:06 GMT Message-Id: <202106210926.15L9Q6J6057965@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: 37c26be513f5 - main - net-mgmt/networkmgr: updated to 5.5 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: 37c26be513f5b97af842f774c3b72c734ef6dcb4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 09:26:06 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=37c26be513f5b97af842f774c3b72c734ef6dcb4 commit 37c26be513f5b97af842f774c3b72c734ef6dcb4 Author: Eric Turgeon AuthorDate: 2021-06-21 09:25:17 +0000 Commit: Eric Turgeon CommitDate: 2021-06-21 09:26:01 +0000 net-mgmt/networkmgr: updated to 5.5 --- net-mgmt/networkmgr/Makefile | 2 +- net-mgmt/networkmgr/distinfo | 6 +++--- net-mgmt/networkmgr/pkg-plist | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-mgmt/networkmgr/Makefile b/net-mgmt/networkmgr/Makefile index c3f76479c9d1..8fded21ff06a 100644 --- a/net-mgmt/networkmgr/Makefile +++ b/net-mgmt/networkmgr/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Turgeon PORTNAME= networkmgr -DISTVERSION= 5.4 +DISTVERSION= 5.5 CATEGORIES= net-mgmt MAINTAINER= ericbsd@FreeBSD.org diff --git a/net-mgmt/networkmgr/distinfo b/net-mgmt/networkmgr/distinfo index 50749c0c3165..853e7b367a3a 100644 --- a/net-mgmt/networkmgr/distinfo +++ b/net-mgmt/networkmgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623713116 -SHA256 (GhostBSD-networkmgr-5.4_GH0.tar.gz) = a0fb884117e79f3b52b39dfc4fee4fe89306bccb0a8e4abf7a3d88236faf741a -SIZE (GhostBSD-networkmgr-5.4_GH0.tar.gz) = 1297273 +TIMESTAMP = 1624267388 +SHA256 (GhostBSD-networkmgr-5.5_GH0.tar.gz) = 442378794644513f0572409da26e2b957218d16722cc9981eafe012672cf683f +SIZE (GhostBSD-networkmgr-5.5_GH0.tar.gz) = 1297526 diff --git a/net-mgmt/networkmgr/pkg-plist b/net-mgmt/networkmgr/pkg-plist index 5dc65205e951..081745438000 100644 --- a/net-mgmt/networkmgr/pkg-plist +++ b/net-mgmt/networkmgr/pkg-plist @@ -1,7 +1,6 @@ bin/netcardmgr bin/networkmgr -bin/setup-nic -etc/devd/setupnic.conf +etc/devd/networkmgr.conf etc/sudoers.d/networkmgr etc/xdg/autostart/networkmgr.desktop share/icons/hicolor/128x128/apps/nm-adhoc.png @@ -200,6 +199,7 @@ share/icons/hicolor/scalable/apps/nm-signal-50-secure.svg share/icons/hicolor/scalable/apps/nm-signal-50.svg share/icons/hicolor/scalable/apps/nm-signal-75-secure.svg share/icons/hicolor/scalable/apps/nm-signal-75.svg -%%DATADIR%%/authentication.py +%%DATADIR%%/auto-switch.py %%DATADIR%%/net_api.py +%%DATADIR%%/setup-nic.py %%DATADIR%%/trayicon.py From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 09:54:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CDD86441F2; Mon, 21 Jun 2021 09:54: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 4G7lH52s6Fz4mSh; Mon, 21 Jun 2021 09:54: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 4AD2C1ADE4; Mon, 21 Jun 2021 09:54: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 15L9s90L096606; Mon, 21 Jun 2021 09:54:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L9s9h1096605; Mon, 21 Jun 2021 09:54:09 GMT (envelope-from git) Date: Mon, 21 Jun 2021 09:54:09 GMT Message-Id: <202106210954.15L9s9h1096605@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: 6b118e3de404 - main - lang/ccl: LICENSE is APACHE20 since long ago. 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: 6b118e3de404dc6c95cda775a565fed473990bbc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 09:54:09 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b118e3de404dc6c95cda775a565fed473990bbc commit 6b118e3de404dc6c95cda775a565fed473990bbc Author: Jimmy Olgeni AuthorDate: 2021-06-21 09:52:51 +0000 Commit: Jimmy Olgeni CommitDate: 2021-06-21 09:53:26 +0000 lang/ccl: LICENSE is APACHE20 since long ago. --- lang/ccl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ccl/Makefile b/lang/ccl/Makefile index d91357a3f1fb..f801f2635594 100644 --- a/lang/ccl/Makefile +++ b/lang/ccl/Makefile @@ -1,7 +1,7 @@ PORTNAME= ccl DISTVERSIONPREFIX= v DISTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang lisp MASTER_SITES+= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/:bootstrap DISTFILES= freebsdx86.tar.gz:bootstrap @@ -11,7 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Clozure CL is a free Common Lisp implementation -LICENSE= LGPL21 +LICENSE= APACHE20 ONLY_FOR_ARCHS= amd64 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 10:30:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 75158644EBC; Mon, 21 Jun 2021 10:30: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 4G7m4Y2vZwz4nvm; Mon, 21 Jun 2021 10:30: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 4BDB31B8B4; Mon, 21 Jun 2021 10:30: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 15LAU51K040606; Mon, 21 Jun 2021 10:30:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LAU55E040604; Mon, 21 Jun 2021 10:30:05 GMT (envelope-from git) Date: Mon, 21 Jun 2021 10:30:05 GMT Message-Id: <202106211030.15LAU55E040604@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: e627d8b5ddea - main - multimedia/librist: Update 0.2.0 -> 0.2.2.20210621 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: e627d8b5ddeaae45035babebc9a47e2a8da6a5ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 10:30:05 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e627d8b5ddeaae45035babebc9a47e2a8da6a5ca commit e627d8b5ddeaae45035babebc9a47e2a8da6a5ca Author: Yuri Victorovich AuthorDate: 2021-06-21 10:12:37 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-21 10:30:02 +0000 multimedia/librist: Update 0.2.0 -> 0.2.2.20210621 0.2.2.20210621 = 0.2.2 + backported fix of the wrong SONAME problem. --- multimedia/librist/Makefile | 4 ++-- multimedia/librist/distinfo | 6 +++--- multimedia/librist/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile index 8b924a86831c..d8f7e108db7f 100644 --- a/multimedia/librist/Makefile +++ b/multimedia/librist/Makefile @@ -1,5 +1,5 @@ PORTNAME= librist -DISTVERSION= 0.2.0 +DISTVERSION= 0.2.2.20210621 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,7 @@ USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= rist -GL_COMMIT= 8f139809a522c1645c194a0033a7eaf86db5521d +GL_COMMIT= 9e760bff60ea134835b92dc435ce54bdd91c6634 MESON_ARGS= -Dtest=false diff --git a/multimedia/librist/distinfo b/multimedia/librist/distinfo index bf46be924de3..fb040c616777 100644 --- a/multimedia/librist/distinfo +++ b/multimedia/librist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621666072 -SHA256 (rist-librist-8f139809a522c1645c194a0033a7eaf86db5521d_GL0.tar.gz) = 48bc7dab7de5d57cd74b43ff2868c3e188841c80f5109c19406bddb11ae88bf0 -SIZE (rist-librist-8f139809a522c1645c194a0033a7eaf86db5521d_GL0.tar.gz) = 2871330 +TIMESTAMP = 1624270008 +SHA256 (rist-librist-9e760bff60ea134835b92dc435ce54bdd91c6634_GL0.tar.gz) = a343cb025ae7bbb0af667e0985139ae65b227ea1e627987bd42d7b775d349c84 +SIZE (rist-librist-9e760bff60ea134835b92dc435ce54bdd91c6634_GL0.tar.gz) = 2873055 diff --git a/multimedia/librist/pkg-plist b/multimedia/librist/pkg-plist index bfd8500938c1..5a6be5bd61c9 100644 --- a/multimedia/librist/pkg-plist +++ b/multimedia/librist/pkg-plist @@ -11,5 +11,5 @@ include/librist/udpsocket.h include/librist/version.h lib/librist.so lib/librist.so.4 -lib/librist.so.4.0.0 +lib/librist.so.4.1.0 libdata/pkgconfig/librist.pc From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 10:30:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5A81644F10; Mon, 21 Jun 2021 10:30: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 4G7m4Z3HP7z4nm9; Mon, 21 Jun 2021 10:30: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 596A61B657; Mon, 21 Jun 2021 10:30: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 15LAU642040822; Mon, 21 Jun 2021 10:30:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LAU6AE040819; Mon, 21 Jun 2021 10:30:06 GMT (envelope-from git) Date: Mon, 21 Jun 2021 10:30:06 GMT Message-Id: <202106211030.15LAU6AE040819@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: a645703aa5ca - main - archivers/libzippp: 4.0-1.7.3 -> 4.1-1.8.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: a645703aa5ca0161007191327a84594b3418cbab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 10:30:06 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a645703aa5ca0161007191327a84594b3418cbab commit a645703aa5ca0161007191327a84594b3418cbab Author: Yuri Victorovich AuthorDate: 2021-06-21 10:15:59 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-21 10:30:02 +0000 archivers/libzippp: 4.0-1.7.3 -> 4.1-1.8.0 Reported by: portscout --- archivers/libzippp/Makefile | 2 +- archivers/libzippp/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archivers/libzippp/Makefile b/archivers/libzippp/Makefile index 04353bf6e3c2..a74779f06db6 100644 --- a/archivers/libzippp/Makefile +++ b/archivers/libzippp/Makefile @@ -1,6 +1,6 @@ PORTNAME= libzippp DISTVERSIONPREFIX= ${PORTNAME}-v -DISTVERSION= 4.0-1.7.3 +DISTVERSION= 4.1-1.8.0 CATEGORIES= archivers devel MAINTAINER= yuri@FreeBSD.org diff --git a/archivers/libzippp/distinfo b/archivers/libzippp/distinfo index 4039859cf3c0..db75b01959e7 100644 --- a/archivers/libzippp/distinfo +++ b/archivers/libzippp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622621768 -SHA256 (ctabin-libzippp-libzippp-v4.0-1.7.3_GH0.tar.gz) = 7560c2d8bbace39245ba6e89c5454b8bc5eb753bb13451bca2c7b5810c0a2f2d -SIZE (ctabin-libzippp-libzippp-v4.0-1.7.3_GH0.tar.gz) = 23835 +TIMESTAMP = 1624270458 +SHA256 (ctabin-libzippp-libzippp-v4.1-1.8.0_GH0.tar.gz) = c6e155458f8c140c918f4351346838bb00ac8c351928a9ddcc847ea88212c006 +SIZE (ctabin-libzippp-libzippp-v4.1-1.8.0_GH0.tar.gz) = 22955 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 10:30:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBB42644ACA; Mon, 21 Jun 2021 10:30: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 4G7m4b4wF6z4ngQ; Mon, 21 Jun 2021 10:30: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 872C71B658; Mon, 21 Jun 2021 10:30: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 15LAU7f2041044; Mon, 21 Jun 2021 10:30:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LAU7BA041041; Mon, 21 Jun 2021 10:30:07 GMT (envelope-from git) Date: Mon, 21 Jun 2021 10:30:07 GMT Message-Id: <202106211030.15LAU7BA041041@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: 78a0145a6848 - main - cad/openfpgaloader: Update 0.2.6 -> 0.3.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: 78a0145a684892dcfc5f1281b44c9978e859b32d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 10:30:08 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=78a0145a684892dcfc5f1281b44c9978e859b32d commit 78a0145a684892dcfc5f1281b44c9978e859b32d Author: Yuri Victorovich AuthorDate: 2021-06-21 10:27:36 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-21 10:30:03 +0000 cad/openfpgaloader: Update 0.2.6 -> 0.3.0 Reported by: portscout --- cad/openfpgaloader/Makefile | 10 ++-------- cad/openfpgaloader/distinfo | 6 +++--- cad/openfpgaloader/pkg-plist | 9 +++++++++ 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/cad/openfpgaloader/Makefile b/cad/openfpgaloader/Makefile index 5467e8d9fd11..f37711f9c2d0 100644 --- a/cad/openfpgaloader/Makefile +++ b/cad/openfpgaloader/Makefile @@ -1,6 +1,6 @@ PORTNAME= openfpgaloader DISTVERSIONPREFIX= v -DISTVERSION= 0.2.6 +DISTVERSION= 0.3.0 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -18,12 +18,6 @@ USE_GITHUB= yes GH_ACCOUNT= trabucayre GH_PROJECT= openFPGALoader -PLIST_FILES= bin/openFPGALoader \ - share/openFPGALoader/test_sfl.svf \ - share/openFPGALoader/spiOverJtag_xc7a100.bit \ - share/openFPGALoader/spiOverJtag_xc7a200.bit \ - share/openFPGALoader/spiOverJtag_xc7a35.bit \ - share/openFPGALoader/spiOverJtag_xc7a50t.bit \ - share/openFPGALoader/spiOverJtag_xc7s50.bit +DATADIR= ${PREFIX}/share/openFPGALoader .include diff --git a/cad/openfpgaloader/distinfo b/cad/openfpgaloader/distinfo index 4ca768ffca0a..6eddb2ccb98c 100644 --- a/cad/openfpgaloader/distinfo +++ b/cad/openfpgaloader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617813724 -SHA256 (trabucayre-openFPGALoader-v0.2.6_GH0.tar.gz) = fa6cf3ce9ac211481aa9725b47fd0f09e7d9182418fbffeb635661e6b5146742 -SIZE (trabucayre-openFPGALoader-v0.2.6_GH0.tar.gz) = 197867 +TIMESTAMP = 1624270521 +SHA256 (trabucayre-openFPGALoader-v0.3.0_GH0.tar.gz) = 1eff32927f93f86fbbd123101aaa3bf14360946f45969a74872cd6de81f59320 +SIZE (trabucayre-openFPGALoader-v0.3.0_GH0.tar.gz) = 258772 diff --git a/cad/openfpgaloader/pkg-plist b/cad/openfpgaloader/pkg-plist new file mode 100644 index 000000000000..45d4bc935ef7 --- /dev/null +++ b/cad/openfpgaloader/pkg-plist @@ -0,0 +1,9 @@ +bin/openFPGALoader +%%DATADIR%%/spiOverJtag_xc7a100tfgg484.bit +%%DATADIR%%/spiOverJtag_xc7a200tsbg484.bit +%%DATADIR%%/spiOverJtag_xc7a35tcsg324.bit +%%DATADIR%%/spiOverJtag_xc7a35tftg256.bit +%%DATADIR%%/spiOverJtag_xc7a50tcpg236.bit +%%DATADIR%%/spiOverJtag_xc7a75tfgg484.bit +%%DATADIR%%/spiOverJtag_xc7s50csga324.bit +%%DATADIR%%/test_sfl.svf From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 12:41:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A925647187; Mon, 21 Jun 2021 12: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 4G7q0Y0xjvz3KLM; Mon, 21 Jun 2021 12: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 09F941D78E; Mon, 21 Jun 2021 12: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 15LCfmbi020541; Mon, 21 Jun 2021 12: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 15LCfmBi020540; Mon, 21 Jun 2021 12:41:48 GMT (envelope-from git) Date: Mon, 21 Jun 2021 12:41:48 GMT Message-Id: <202106211241.15LCfmBi020540@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: 66cfc9f4c6be - main - math/octave-forge-control: update to 3.3.0. 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: 66cfc9f4c6bee130e703090b40dd068c936eb61c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 12:41:49 -0000 The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=66cfc9f4c6bee130e703090b40dd068c936eb61c commit 66cfc9f4c6bee130e703090b40dd068c936eb61c Author: Stephen Montgomery-Smith AuthorDate: 2021-06-21 12:39:25 +0000 Commit: Stephen Montgomery-Smith CommitDate: 2021-06-21 12:39:25 +0000 math/octave-forge-control: update to 3.3.0. --- math/octave-forge-control/Makefile | 3 +-- math/octave-forge-control/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile index 52038f9c2685..c1de9e2b022e 100644 --- a/math/octave-forge-control/Makefile +++ b/math/octave-forge-control/Makefile @@ -1,8 +1,7 @@ # Created by: Stephen Montgomery-Smith PORTNAME= octave-forge-control -PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTVERSION= 3.3.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-control/distinfo b/math/octave-forge-control/distinfo index 2b8d3a72a520..5f4b5cdce260 100644 --- a/math/octave-forge-control/distinfo +++ b/math/octave-forge-control/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554495751 -SHA256 (octave-forge/control-3.2.0.tar.gz) = faf1d510d16ab46e4fa91a1288f4a7839ee05469c33e4698b7a007a0bb965e3e -SIZE (octave-forge/control-3.2.0.tar.gz) = 2920885 +TIMESTAMP = 1624278973 +SHA256 (octave-forge/control-3.3.0.tar.gz) = 7ed3dc0873c6b1e6ab5b827036ed3dd2bee6058e011c8ea31e5fe017a98b7afa +SIZE (octave-forge/control-3.3.0.tar.gz) = 2981092 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 12:49:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91031646F40; Mon, 21 Jun 2021 12:49:58 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_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 4G7q9x2HB7z3LH1; Mon, 21 Jun 2021 12:49:57 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 402302600DF; Mon, 21 Jun 2021 14:49:49 +0200 (CEST) Subject: Re: git: b44acc9409bd - main - graphics/mesa-libs: enable libglvnd support To: Kevin Bowling , Baptiste Daroussin Cc: Kevin Bowling , ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202106170426.15H4Q4kS068821@gitrepo.freebsd.org> <1ac24e08-fe77-4cb1-934a-50439a71c72e@FreeBSD.org> From: Hans Petter Selasky Message-ID: Date: Mon, 21 Jun 2021 14:49:45 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 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-Rspamd-Queue-Id: 4G7q9x2HB7z3LH1 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 88.99.82.50 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; ARC_NA(0.00)[]; RCPT_COUNT_FIVE(0.00)[6]; SPAMHAUS_ZRD(0.00)[88.99.82.50:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[88.99.82.50:from]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 12:49:58 -0000 On 6/19/21 9:58 PM, Kevin Bowling wrote: >> I say probably here because you can imagine the complexity to test the solver in all possible cases, so I am not 100% sure. To be fair writting those explanations for you (sincerly thank you for asking me to explain it in this particular case) made me think of a corner case which might help me being able to automatically catch the Xephyr case here and makes upgrade more reliable for end users if I manage to write it is code now:) > I wonder what hps is up to:) https://github.com/hselasky/libhpsat > Hi Bapt, Thanks for noticing. I have infact tested it with pkg's CNF output, but it is not ready yet for main consumption. If you are interested in such matters, feel free to contribute. The solving engine is pretty compact and uses only a few generic rules. It may give good insight into making a non-SAT solver for the PKG dependencies. hpsolve (with some modifications) can solve the ports PKGs efficiently and quickly (I've tested that), but needs a bit more time, because it doesn't just spin some numbers looking for conflicts. Most of the time the picosat solver in PKG works OK. --HPS From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 12:51:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EA6F86469FF; Mon, 21 Jun 2021 12:51: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 4G7qCY5vTqz3LqG; Mon, 21 Jun 2021 12:51: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 B33A91D747; Mon, 21 Jun 2021 12:51: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 15LCpL0c035098; Mon, 21 Jun 2021 12:51:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LCpLix035097; Mon, 21 Jun 2021 12:51:21 GMT (envelope-from git) Date: Mon, 21 Jun 2021 12:51:21 GMT Message-Id: <202106211251.15LCpLix035097@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: b87f37734a9d - main - dns/knot3: update to 3.0.7. 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: b87f37734a9de7a3aa76e5520613e01519332461 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 12:51:22 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=b87f37734a9de7a3aa76e5520613e01519332461 commit b87f37734a9de7a3aa76e5520613e01519332461 Author: Vanilla I. Shu AuthorDate: 2021-06-21 12:48:14 +0000 Commit: Vanilla I. Shu CommitDate: 2021-06-21 12:50:52 +0000 dns/knot3: update to 3.0.7. PR: 256671 Reported by: maintainer --- dns/knot3/Makefile | 41 +++++++++++++++++++++-------------------- dns/knot3/distinfo | 6 +++--- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile index beadb824e5d9..77725ec40458 100644 --- a/dns/knot3/Makefile +++ b/dns/knot3/Makefile @@ -1,7 +1,7 @@ # Created by: Leo Vandewoestijne PORTNAME= knot -DISTVERSION= 3.0.6 +DISTVERSION= 3.0.7 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ @@ -27,17 +27,17 @@ CONFLICTS= knot-1.* knot1-[0-6].* knot2-[0-9].* HAS_CONFIGURE= yes BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed CONFIGURE_ARGS= --enable-recvmmsg=no \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --mandir=${MANPREFIX}/man + --mandir=${MANPREFIX}/man \ + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig .if !defined(UTILS_ONLY) && !defined(LIB_ONLY) CONFIGURE_ARGS+= --with-rundir=/var/run/knot \ --with-storage=/var/db/knot -LIB_DEPENDS+= liburcu.so:sysutils/liburcu -USE_RC_SUBR= ${PORTNAME} -#PLIST_FILES= etc/rc.d/${PORTNAME} -SUB_FILES= pkg-message -USES+= libedit +LIB_DEPENDS+= liburcu.so:sysutils/liburcu +USE_RC_SUBR= ${PORTNAME} +#PLIST_FILES= etc/rc.d/${PORTNAME} +SUB_FILES= pkg-message +USES+= libedit .endif .if defined(UTILS_ONLY) || defined(LIB_ONLY) @@ -54,41 +54,42 @@ INSTALL_TARGET= install-strip USERS= knot GROUPS= knot -SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}" +SUB_LIST+= GROUPS="${GROUPS}" \ + USERS="${USERS}" PORTDOCS= COPYING NEWS -OPTIONS_DEFINE= DNSTAP DOCS +OPTIONS_DEFINE= DNSTAP DOCS .if !defined(LIB_ONLY) -OPTIONS_DEFINE+= IDN +OPTIONS_DEFINE+= IDN .endif .if !defined(UTILS_ONLY) && !defined(LIB_ONLY) -OPTIONS_DEFINE+= FASTPARSER MAXMINDDB +OPTIONS_DEFINE+= FASTPARSER MAXMINDDB .endif DNSTAP_DESC= dnstap support (see dnstap.info) DNSTAP_CONFIGURE_ENABLE= dnstap DNSTAP_CONFIGURE_WITH= module-dnstap=yes -DNSTAP_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ - libfstrm.so:devel/fstrm +DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ + libprotobuf-c.so:devel/protobuf-c # XXX: because `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from # `src/Makefile.am' file (and thus pre-generated `src/Makefile.in') which # should contain "$libfstrm_CFLAGS $libprotobuf_c_CFLAGS" set by configure # script, provide it here explicitly as patching those files would result # in higher line count. Ideally this bug should be fixed upstream. -DNSTAP_CPPFLAGS= -I${LOCALBASE}/include +DNSTAP_CPPFLAGS= -I${LOCALBASE}/include -DOCS_CONFIGURE_OFF= --disable-documentation +DOCS_CONFIGURE_OFF= --disable-documentation FASTPARSER_DESC= Fast zone parser (demanding compilation) FASTPARSER_CONFIGURE_ENABLE= fastparser -IDN_CONFIGURE_WITH= libidn -IDN_CONFIGURE_OFF= --without-libidn -#IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 +IDN_CONFIGURE_WITH= libidn +IDN_CONFIGURE_OFF= --without-libidn +#IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 MAXMINDDB_DESC= Enable MaxMind for geodb module MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb @@ -97,7 +98,7 @@ MAXMINDDB_CONFIGURE_ENABLE= maxminddb .include .if ${ARCH} == i386 -USES+= autoreconf +USES+= autoreconf .endif post-patch: diff --git a/dns/knot3/distinfo b/dns/knot3/distinfo index 90c49749dc3f..2ea42526412e 100644 --- a/dns/knot3/distinfo +++ b/dns/knot3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621645570 -SHA256 (knot-3.0.6.tar.xz) = 63756ac5a00c3e4a066ed231a287faef5963a9183d77326e30bf0644cdf74f86 -SIZE (knot-3.0.6.tar.xz) = 1333296 +TIMESTAMP = 1623930813 +SHA256 (knot-3.0.7.tar.xz) = 2bad8be0be95c8f54a26d1e16299e65f31ae1b34bd6ad3819aa50e7b40521484 +SIZE (knot-3.0.7.tar.xz) = 1334788 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 13:43:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CD1664786D; Mon, 21 Jun 2021 13:43: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 4G7rMZ6s2mz3Npq; Mon, 21 Jun 2021 13: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 D36771E2A0; Mon, 21 Jun 2021 13: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 15LDhM6T004523; Mon, 21 Jun 2021 13: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 15LDhMkC004522; Mon, 21 Jun 2021 13:43:22 GMT (envelope-from git) Date: Mon, 21 Jun 2021 13:43:22 GMT Message-Id: <202106211343.15LDhMkC004522@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: 8581b799a82c - main - games/eduke32: fix build on riscv64 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: 8581b799a82ca113e2bf81d6915cb28c1c62bfa0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 13:43:23 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8581b799a82ca113e2bf81d6915cb28c1c62bfa0 commit 8581b799a82ca113e2bf81d6915cb28c1c62bfa0 Author: Piotr Kubaj AuthorDate: 2021-06-21 13:43:09 +0000 Commit: Piotr Kubaj CommitDate: 2021-06-21 13:43:09 +0000 games/eduke32: fix build on riscv64 LTO doesn't work on riscv64. --- games/eduke32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index e51a8b419dae..bfcc5fdc5e77 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -76,7 +76,7 @@ FULL_PLIST_FILES= ${DATADIR}/duke3d.grp ${DATADIR}/duke.rts .include -.if (${ARCH} == i386 || ${ARCH} == powerpc64) || ${OSVERSION} < 1202000 +.if (${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == riscv64) || ${OSVERSION} < 1202000 MAKE_ARGS+= LTO=0 .endif From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:17:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F4C36493DA; Mon, 21 Jun 2021 14:17: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 4G7s796pGMz3hMj; Mon, 21 Jun 2021 14:17: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 D32751E653; Mon, 21 Jun 2021 14:17: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 15LEHfEC045303; Mon, 21 Jun 2021 14:17:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEHf1D045302; Mon, 21 Jun 2021 14:17:41 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:17:41 GMT Message-Id: <202106211417.15LEHf1D045302@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: 9452147c3404 - 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: 9452147c3404e8e05e30cb08b7d2aa9be944f5d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:17:42 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9452147c3404e8e05e30cb08b7d2aa9be944f5d9 commit 9452147c3404e8e05e30cb08b7d2aa9be944f5d9 Author: Cy Schubert AuthorDate: 2021-06-21 14:01:09 +0000 Commit: Cy Schubert CommitDate: 2021-06-21 14:17:34 +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 dc51295a1054..17d2113b8e49 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -6,8 +6,8 @@ CATEGORIES= security .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel .endif -HASH= d6bf42279 -MIT_COMMIT_DATE= 2021.06.09 +HASH= aa9b4a2a6 +MIT_COMMIT_DATE= 2021.06.18 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 3d8fdc25d6b4..034a2fbca854 100644 --- a/security/krb5-devel/distinfo +++ b/security/krb5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623683645 -SHA256 (krb5-krb5-1.19.2021.06.09-d6bf42279_GH0.tar.gz) = a95772bdc5a471d367625300f1c45dafeecff636f89aa249fd007569ea89c87a -SIZE (krb5-krb5-1.19.2021.06.09-d6bf42279_GH0.tar.gz) = 5082401 +TIMESTAMP = 1624283538 +SHA256 (krb5-krb5-1.19.2021.06.18-aa9b4a2a6_GH0.tar.gz) = c177e2c6db7ea76a0e006289fa72a869dd90e8461ce9e9c97daa9f24ee5ff710 +SIZE (krb5-krb5-1.19.2021.06.18-aa9b4a2a6_GH0.tar.gz) = 5083064 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:17:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F893649618; Mon, 21 Jun 2021 14:17: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 4G7s7D20cVz3hVk; Mon, 21 Jun 2021 14:17: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 261C41E654; Mon, 21 Jun 2021 14:17: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 15LEHiAM045358; Mon, 21 Jun 2021 14:17:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEHiuC045357; Mon, 21 Jun 2021 14:17:44 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:17:44 GMT Message-Id: <202106211417.15LEHiuC045357@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: 8df25fcd6509 - main - security/wpa_supplicant-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: 8df25fcd6509fc940f203b960dc2baf050e19c38 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:17:44 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8df25fcd6509fc940f203b960dc2baf050e19c38 commit 8df25fcd6509fc940f203b960dc2baf050e19c38 Author: Cy Schubert AuthorDate: 2021-06-21 14:12:52 +0000 Commit: Cy Schubert CommitDate: 2021-06-21 14:17:34 +0000 security/wpa_supplicant-devel: Update to latest GH commit Update to the latest w1.fi commit, proxied through my GH account. --- security/wpa_supplicant-devel/Makefile | 4 ++-- security/wpa_supplicant-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile index 962a41912480..59a85edc4cb6 100644 --- a/security/wpa_supplicant-devel/Makefile +++ b/security/wpa_supplicant-devel/Makefile @@ -9,8 +9,8 @@ COMMENT= Supplicant (client) for WPA/802.1x protocols USE_GITHUB= yes GH_ACCOUNT= cschuber GH_PROJECT= hostap -GH_TAGNAME= 9f901e65b -COMMIT_DATE= 2021.06.09 +GH_TAGNAME= 311091eb4 +COMMIT_DATE= 2021.06.14 BROKEN_FreeBSD_11= Does not support OpenSSL 1.0.2 diff --git a/security/wpa_supplicant-devel/distinfo b/security/wpa_supplicant-devel/distinfo index 60aac6172517..7757eafd7bcc 100644 --- a/security/wpa_supplicant-devel/distinfo +++ b/security/wpa_supplicant-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623678107 -SHA256 (cschuber-hostap-2021.06.09-9f901e65b_GH0.tar.gz) = b40536b264952f4dd16fcac5a3ac0beeee466bbf08a27657e191912045d604fb -SIZE (cschuber-hostap-2021.06.09-9f901e65b_GH0.tar.gz) = 4784524 +TIMESTAMP = 1624284668 +SHA256 (cschuber-hostap-2021.06.14-311091eb4_GH0.tar.gz) = f5cc066561005c1f956e36d5961d6a3ff7cb5a33b596ae807146b856d97a706d +SIZE (cschuber-hostap-2021.06.14-311091eb4_GH0.tar.gz) = 4786570 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:17:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8182D649613; Mon, 21 Jun 2021 14:17: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 4G7s7C1xpdz3hPq; Mon, 21 Jun 2021 14:17: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 076301E8A3; Mon, 21 Jun 2021 14:17: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 15LEHgcW045331; Mon, 21 Jun 2021 14:17:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEHgbc045330; Mon, 21 Jun 2021 14:17:42 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:17:42 GMT Message-Id: <202106211417.15LEHgbc045330@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: 34ebd07e0dee - 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: 34ebd07e0deef4a1f0e51686072c39b83946d0b0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:17:43 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=34ebd07e0deef4a1f0e51686072c39b83946d0b0 commit 34ebd07e0deef4a1f0e51686072c39b83946d0b0 Author: Cy Schubert AuthorDate: 2021-06-21 14:04:58 +0000 Commit: Cy Schubert CommitDate: 2021-06-21 14:17:34 +0000 mail/spamassassin-devel: update to latest github commit --- mail/spamassassin-devel/Makefile | 4 ++-- mail/spamassassin-devel/distinfo | 6 +++--- mail/spamassassin-devel/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/mail/spamassassin-devel/Makefile b/mail/spamassassin-devel/Makefile index e8180ac70b56..4e1ccce10215 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= cc898ab5c -SA_COMMIT_DATE= 2021.06.14 +GH_TAGNAME= f222f8a5a +SA_COMMIT_DATE= 2021.06.21 LICENSE= APACHE20 diff --git a/mail/spamassassin-devel/distinfo b/mail/spamassassin-devel/distinfo index bfdddc609fbd..1d04b43bcfe3 100644 --- a/mail/spamassassin-devel/distinfo +++ b/mail/spamassassin-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623683715 -SHA256 (apache-spamassassin-2021.06.14-cc898ab5c_GH0.tar.gz) = 0104ce04e6f104505feacbedaf71f510818cd5442f88ee1a0e8de8eb10c76e37 -SIZE (apache-spamassassin-2021.06.14-cc898ab5c_GH0.tar.gz) = 8252758 +TIMESTAMP = 1624283484 +SHA256 (apache-spamassassin-2021.06.21-f222f8a5a_GH0.tar.gz) = a4a1bf73da6a5f264d9a646e3911b9d23b4adacb6ac2f30829fc08acdae949e5 +SIZE (apache-spamassassin-2021.06.21-f222f8a5a_GH0.tar.gz) = 8257600 diff --git a/mail/spamassassin-devel/pkg-plist b/mail/spamassassin-devel/pkg-plist index 91462bddb3df..c6c916e1fa30 100644 --- a/mail/spamassassin-devel/pkg-plist +++ b/mail/spamassassin-devel/pkg-plist @@ -84,6 +84,7 @@ lib/libspamc.so.0 %%SITE_PERL%%/Mail/SpamAssassin/Plugin/DKIM.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/DNSEval.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/DecodeShortURLs.pm +%%SITE_PERL%%/Mail/SpamAssassin/Plugin/Dmarc.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/Esp.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/ExtractText.pm %%SITE_PERL%%/Mail/SpamAssassin/Plugin/FreeMail.pm @@ -190,6 +191,7 @@ lib/libspamc.so.0 %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DKIM.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DNSEval.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::DecodeShortURLs.3.gz +%%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::Dmarc.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::Esp.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::ExtractText.3.gz %%PERL5_MAN3%%/Mail::SpamAssassin::Plugin::FreeMail.3.gz From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:17:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B30E764961C; Mon, 21 Jun 2021 14:17: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 4G7s7F3n0fz3hF9; Mon, 21 Jun 2021 14:17: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 4ED511EA34; Mon, 21 Jun 2021 14:17: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 15LEHjtE045382; Mon, 21 Jun 2021 14:17:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEHjw7045381; Mon, 21 Jun 2021 14:17:45 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:17:45 GMT Message-Id: <202106211417.15LEHjw7045381@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: 5f2c0e0cfac3 - main - net/hostapd-devel: Update to the 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: 5f2c0e0cfac36a3c22898c6c34b7599275b2f090 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:17:46 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f2c0e0cfac36a3c22898c6c34b7599275b2f090 commit 5f2c0e0cfac36a3c22898c6c34b7599275b2f090 Author: Cy Schubert AuthorDate: 2021-06-21 14:15:16 +0000 Commit: Cy Schubert CommitDate: 2021-06-21 14:17:35 +0000 net/hostapd-devel: Update to the latest GH commit Update to the latest w1.fi commit, proxied through my GH account. --- net/hostapd-devel/Makefile | 4 ++-- net/hostapd-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/hostapd-devel/Makefile b/net/hostapd-devel/Makefile index 71c096ea6637..c67c15f17c91 100644 --- a/net/hostapd-devel/Makefile +++ b/net/hostapd-devel/Makefile @@ -11,8 +11,8 @@ COMMENT= IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator USE_GITHUB= yes GH_ACCOUNT= cschuber GH_PROJECT= hostap -GH_TAGNAME= 9f901e65b -COMMIT_DATE= 2021.06.09 +GH_TAGNAME= 311091eb4 +COMMIT_DATE= 2021.06.14 BROKEN_FreeBSD_11= Does not support OpenSSL 1.0.2 diff --git a/net/hostapd-devel/distinfo b/net/hostapd-devel/distinfo index e0855159c323..3ab29a59b760 100644 --- a/net/hostapd-devel/distinfo +++ b/net/hostapd-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623678142 -SHA256 (cschuber-hostap-2021.06.09-9f901e65b_GH0.tar.gz) = b40536b264952f4dd16fcac5a3ac0beeee466bbf08a27657e191912045d604fb -SIZE (cschuber-hostap-2021.06.09-9f901e65b_GH0.tar.gz) = 4784524 +TIMESTAMP = 1624284676 +SHA256 (cschuber-hostap-2021.06.14-311091eb4_GH0.tar.gz) = f5cc066561005c1f956e36d5961d6a3ff7cb5a33b596ae807146b856d97a706d +SIZE (cschuber-hostap-2021.06.14-311091eb4_GH0.tar.gz) = 4786570 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:17:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DEBFB6493DF; Mon, 21 Jun 2021 14:17: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 4G7s7G44Q4z3hXw; Mon, 21 Jun 2021 14:17: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 6B6041E655; Mon, 21 Jun 2021 14:17: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 15LEHkuV045406; Mon, 21 Jun 2021 14:17:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEHkLU045405; Mon, 21 Jun 2021 14:17:46 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:17:46 GMT Message-Id: <202106211417.15LEHkLU045405@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: c5aea7734f90 - 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: c5aea7734f904503519e03fa0d9b5f4af442b026 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:17:47 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5aea7734f904503519e03fa0d9b5f4af442b026 commit c5aea7734f904503519e03fa0d9b5f4af442b026 Author: Cy Schubert AuthorDate: 2021-06-21 14:16:18 +0000 Commit: Cy Schubert CommitDate: 2021-06-21 14:17:35 +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 fa4a246074c2..f16013827d2d 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= 52cd7e1c -CFENGINE_COMMIT_DATE= 2021.06.11 +HASH= 12b52c25 +CFENGINE_COMMIT_DATE= 2021.06.18 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 1d5d86ef733a..b368aa44207a 100644 --- a/sysutils/cfengine-masterfiles-devel/distinfo +++ b/sysutils/cfengine-masterfiles-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623684385 -SHA256 (cfengine-masterfiles-3.2021.06.11-52cd7e1c_GH0.tar.gz) = d08c227818a22b5efa49746f4d11e919a7c0b4ef1d1d36cbd593070557ddb383 -SIZE (cfengine-masterfiles-3.2021.06.11-52cd7e1c_GH0.tar.gz) = 442189 +TIMESTAMP = 1624284379 +SHA256 (cfengine-masterfiles-3.2021.06.18-12b52c25_GH0.tar.gz) = b91460098447d46b65520729b2add90e4357a73654a8e6eeb3cda9659a9bf239 +SIZE (cfengine-masterfiles-3.2021.06.18-12b52c25_GH0.tar.gz) = 444148 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:17:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 264A76493E0; Mon, 21 Jun 2021 14:17: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 4G7s7H5TBvz3hFP; Mon, 21 Jun 2021 14:17: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 91F391EB88; Mon, 21 Jun 2021 14:17: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 15LEHlUm045430; Mon, 21 Jun 2021 14:17:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEHlph045429; Mon, 21 Jun 2021 14:17:47 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:17:47 GMT Message-Id: <202106211417.15LEHlph045429@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: 5347bf310e74 - 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: 5347bf310e74f658fe284e72f898c6a72c54db39 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:17:48 -0000 The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5347bf310e74f658fe284e72f898c6a72c54db39 commit 5347bf310e74f658fe284e72f898c6a72c54db39 Author: Cy Schubert AuthorDate: 2021-06-21 14:17:08 +0000 Commit: Cy Schubert CommitDate: 2021-06-21 14:17:35 +0000 sysutils/cfengine-devel: Update to latest GH commit --- sysutils/cfengine-devel/Makefile | 4 ++-- sysutils/cfengine-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index b3bc04c79379..7fe95e557081 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= e41fe1eae +CFENGINE_HASH= c0d2cbe4b LIBNTECH_HASH= 118d6e4 -CFENGINE_COMMIT_DATE= 2021.06.11 +CFENGINE_COMMIT_DATE= 2021.06.17 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 d04710a4fa89..4336bdac3a0f 100644 --- a/sysutils/cfengine-devel/distinfo +++ b/sysutils/cfengine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1623684321 -SHA256 (cfengine-core-3.2021.06.11-e41fe1eae_GH0.tar.gz) = f20e494a3261eeb278d7221368173d95aaa8e8256ec4965a18cc32d9a7b4600a -SIZE (cfengine-core-3.2021.06.11-e41fe1eae_GH0.tar.gz) = 2353116 +TIMESTAMP = 1624283905 +SHA256 (cfengine-core-3.2021.06.17-c0d2cbe4b_GH0.tar.gz) = 997685ccfcdd27e8682a9c6d94d59c92a201182958c77f8e392c0c8f3605eff8 +SIZE (cfengine-core-3.2021.06.17-c0d2cbe4b_GH0.tar.gz) = 2353851 SHA256 (cfengine-libntech-118d6e4_GH0.tar.gz) = 98d4518defb0ded93c434ff38f45e619f0c08d6b0554e93867610f2eb2a8fc75 SIZE (cfengine-libntech-118d6e4_GH0.tar.gz) = 369984 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:42:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68010649E20; Mon, 21 Jun 2021 14:42: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 4G7sgZ2R7bz3l5Q; Mon, 21 Jun 2021 14:42: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 3C1611ED46; Mon, 21 Jun 2021 14:42: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 15LEgI6Q085931; Mon, 21 Jun 2021 14:42:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEgI9b085930; Mon, 21 Jun 2021 14:42:18 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:42:18 GMT Message-Id: <202106211442.15LEgI9b085930@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: 5a8cb6cf2e02 - main - multimedia/kodi-addon-inputstream.adaptive: Update to 2.6.17 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: 5a8cb6cf2e02d3cdf71aacf53245add7b8704f0c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:42:18 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a8cb6cf2e02d3cdf71aacf53245add7b8704f0c commit 5a8cb6cf2e02d3cdf71aacf53245add7b8704f0c Author: Bernhard Froehlich AuthorDate: 2021-06-21 14:40:35 +0000 Commit: Bernhard Froehlich CommitDate: 2021-06-21 14:40:35 +0000 multimedia/kodi-addon-inputstream.adaptive: Update to 2.6.17 --- multimedia/kodi-addon-inputstream.adaptive/Makefile | 2 +- multimedia/kodi-addon-inputstream.adaptive/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/kodi-addon-inputstream.adaptive/Makefile b/multimedia/kodi-addon-inputstream.adaptive/Makefile index 904c72f4b2b6..9af87495a5f1 100644 --- a/multimedia/kodi-addon-inputstream.adaptive/Makefile +++ b/multimedia/kodi-addon-inputstream.adaptive/Makefile @@ -1,5 +1,5 @@ PORTNAME= inputstream.adaptive -DISTVERSION= 2.6.16 +DISTVERSION= 2.6.17 DISTVERSIONSUFFIX= -Matrix CATEGORIES= multimedia diff --git a/multimedia/kodi-addon-inputstream.adaptive/distinfo b/multimedia/kodi-addon-inputstream.adaptive/distinfo index 19060d7c2e1c..eafbc6488244 100644 --- a/multimedia/kodi-addon-inputstream.adaptive/distinfo +++ b/multimedia/kodi-addon-inputstream.adaptive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621754022 -SHA256 (peak3d-inputstream.adaptive-2.6.16-Matrix_GH0.tar.gz) = 49b9971973a8df16faa2a7a46d81156484a27c98930eae56dad12d466910db13 -SIZE (peak3d-inputstream.adaptive-2.6.16-Matrix_GH0.tar.gz) = 751849 +TIMESTAMP = 1624213451 +SHA256 (peak3d-inputstream.adaptive-2.6.17-Matrix_GH0.tar.gz) = e8cae619332e269736e95f336279e4d76e36d52714060472d6a07028bdf05a81 +SIZE (peak3d-inputstream.adaptive-2.6.17-Matrix_GH0.tar.gz) = 752293 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:50:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF75D64A0A7; Mon, 21 Jun 2021 14:50: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 4G7srW4fVlz3ld7; Mon, 21 Jun 2021 14:50: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 889F71F186; Mon, 21 Jun 2021 14:50: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 15LEo3DT088753; Mon, 21 Jun 2021 14:50:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEo3pL088750; Mon, 21 Jun 2021 14:50:03 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:50:03 GMT Message-Id: <202106211450.15LEo3pL088750@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: 308171c8508b - main - multimedia/minisatip: Add rc.d script 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: 308171c8508baa96b8023f1d833b1789a84a35d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:50:03 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=308171c8508baa96b8023f1d833b1789a84a35d9 commit 308171c8508baa96b8023f1d833b1789a84a35d9 Author: Bernhard Froehlich AuthorDate: 2021-06-21 14:45:52 +0000 Commit: Bernhard Froehlich CommitDate: 2021-06-21 14:45:52 +0000 multimedia/minisatip: Add rc.d script --- multimedia/minisatip/Makefile | 1 + multimedia/minisatip/files/minisatip.in | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/multimedia/minisatip/Makefile b/multimedia/minisatip/Makefile index 59c7fcf73947..8db32f2492eb 100644 --- a/multimedia/minisatip/Makefile +++ b/multimedia/minisatip/Makefile @@ -20,6 +20,7 @@ GH_ACCOUNT= catalinii CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes ALL_TARGET= minisatip diff --git a/multimedia/minisatip/files/minisatip.in b/multimedia/minisatip/files/minisatip.in new file mode 100644 index 000000000000..31633d1476bb --- /dev/null +++ b/multimedia/minisatip/files/minisatip.in @@ -0,0 +1,26 @@ +#!/bin/sh + +# PROVIDE: minisatip +# REQUIRE: DAEMON webcamd +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf[.local] to enable minisatip +# +# minisatip_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable minisatip. +# minisatip_flags (str): Custom flags for minisatip + +. /etc/rc.subr + +name=minisatip +rcvar=minisatip_enable + +load_rc_config $name + +: ${minisatip_enable:=NO} + +pidfile="/var/run/${name}.pid" +command="%%PREFIX%%/sbin/minisatip" +command_args="-g -R %%PREFIX%%/share/minisatip/html" + +run_rc_command "$1" From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 14:50:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 06542649E60; Mon, 21 Jun 2021 14:50: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 4G7srX58ntz3lg1; Mon, 21 Jun 2021 14:50: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 95FC61ED4C; Mon, 21 Jun 2021 14:50: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 15LEo4a8088967; Mon, 21 Jun 2021 14:50:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LEo4kq088964; Mon, 21 Jun 2021 14:50:04 GMT (envelope-from git) Date: Mon, 21 Jun 2021 14:50:04 GMT Message-Id: <202106211450.15LEo4kq088964@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: 34a42cdd226f - main - multimedia/minisatip: Update to 1.1.10 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: 34a42cdd226f1293518de566305ae15fc3d78af6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 14:50:05 -0000 The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=34a42cdd226f1293518de566305ae15fc3d78af6 commit 34a42cdd226f1293518de566305ae15fc3d78af6 Author: Bernhard Froehlich AuthorDate: 2021-06-21 14:48:18 +0000 Commit: Bernhard Froehlich CommitDate: 2021-06-21 14:48:18 +0000 multimedia/minisatip: Update to 1.1.10 --- 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 8db32f2492eb..075583d3f71f 100644 --- a/multimedia/minisatip/Makefile +++ b/multimedia/minisatip/Makefile @@ -1,7 +1,7 @@ # Created by: Bernhard Froehlich PORTNAME= minisatip -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.10 DISTVERSIONPREFIX= v CATEGORIES= multimedia diff --git a/multimedia/minisatip/distinfo b/multimedia/minisatip/distinfo index 8119ad1683f4..198bb3d645b8 100644 --- a/multimedia/minisatip/distinfo +++ b/multimedia/minisatip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624213396 -SHA256 (catalinii-minisatip-v1.1.9_GH0.tar.gz) = 1db9c5d45ebb1b9adf701549526633546e85ca45706b0a7fb1fc430bbed7822c -SIZE (catalinii-minisatip-v1.1.9_GH0.tar.gz) = 380692 +TIMESTAMP = 1624286688 +SHA256 (catalinii-minisatip-v1.1.10_GH0.tar.gz) = 137109de100c707927fe25d6d14a4a02aff5a90830650a678472622bd7e65dc3 +SIZE (catalinii-minisatip-v1.1.10_GH0.tar.gz) = 380518 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 15:28:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 793D264ACAA; Mon, 21 Jun 2021 15:28: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 4G7thf2jYJz3qq7; Mon, 21 Jun 2021 15:28: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 4551D1FA86; Mon, 21 Jun 2021 15:28: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 15LFSIVU040105; Mon, 21 Jun 2021 15:28:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LFSIJe040104; Mon, 21 Jun 2021 15:28:18 GMT (envelope-from git) Date: Mon, 21 Jun 2021 15:28:18 GMT Message-Id: <202106211528.15LFSIJe040104@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: 06db822cb4f3 - main - astro/kosmorro: upgrade to v0.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 06db822cb4f378dba461597f0922463fd9bf4a1c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 15:28:18 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=06db822cb4f378dba461597f0922463fd9bf4a1c commit 06db822cb4f378dba461597f0922463fd9bf4a1c Author: Thierry Thomas AuthorDate: 2021-06-21 15:19:35 +0000 Commit: Thierry Thomas CommitDate: 2021-06-21 15:28:04 +0000 astro/kosmorro: upgrade to v0.10.1 Release notes at . --- astro/kosmorro/Makefile | 2 +- astro/kosmorro/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile index 691353a361f5..ce88825eade5 100644 --- a/astro/kosmorro/Makefile +++ b/astro/kosmorro/Makefile @@ -1,7 +1,7 @@ # Created by: thierry@pompo.net PORTNAME= kosmorro -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 DISTVERSIONPREFIX= v CATEGORIES= astro python diff --git a/astro/kosmorro/distinfo b/astro/kosmorro/distinfo index 66ed154ccc67..4075014b3fcd 100644 --- a/astro/kosmorro/distinfo +++ b/astro/kosmorro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622577025 -SHA256 (kosmorro-kosmorro-v0.10.0_GH0.tar.gz) = b8cba4dcdfe7997d5fa91dde11bf727a05f30b159f0b0e24a1e851205616f992 -SIZE (kosmorro-kosmorro-v0.10.0_GH0.tar.gz) = 534814 +TIMESTAMP = 1624287701 +SHA256 (kosmorro-kosmorro-v0.10.1_GH0.tar.gz) = 35c95a4fd69662229d8e1bb8285e029557e2453e462de0f2a1a4c6672e116e10 +SIZE (kosmorro-kosmorro-v0.10.1_GH0.tar.gz) = 534431 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 16:22:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0AC8664B2F2; Mon, 21 Jun 2021 16:22: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 4G7vtf6nlPz3v8W; Mon, 21 Jun 2021 16:22: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 D1D8B2060F; Mon, 21 Jun 2021 16:22: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 15LGM2wo017985; Mon, 21 Jun 2021 16:22:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LGM2vh017984; Mon, 21 Jun 2021 16:22:02 GMT (envelope-from git) Date: Mon, 21 Jun 2021 16:22:02 GMT Message-Id: <202106211622.15LGM2vh017984@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: 9dc61dc24711 - main - security/vuxml: Fix 'make validate' 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: 9dc61dc24711b7ffab85e219ac0bcb831005d85d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 16:22:03 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=9dc61dc24711b7ffab85e219ac0bcb831005d85d commit 9dc61dc24711b7ffab85e219ac0bcb831005d85d Author: Danilo G. Baio AuthorDate: 2021-06-21 16:16:39 +0000 Commit: Danilo G. Baio CommitDate: 2021-06-21 16:20:13 +0000 security/vuxml: Fix 'make validate' While here, remove hyperlinks to simplify, they can be accessed through the report's url. --- security/vuxml/vuln.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 25ae8196ec9b..949dd1cffba7 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -89,10 +89,12 @@ Notes:

The Gitea Team reports for release 1.14.3:

    -
  • Encrypt migration credentials at rest (#15895) (#16187)
  • -
  • Only check access tokens if they are likely to be tokens (#16164) (#16171)
  • -
  • Add missing SameSite settings for the i_like_gitea cookie (#16037) (#16039)
  • -
  • Fix setting of SameSite on cookies (#15989) (#15991)
  • +
  • Encrypt migration credentials at rest (#15895) (#16187)
  • +
  • Only check access tokens if they are likely to be tokens + (#16164) (#16171)
  • +
  • Add missing SameSite settings for the i_like_gitea cookie + (#16037) (#16039)
  • +
  • Fix setting of SameSite on cookies (#15989) (#15991)
From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 16:51:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDD8A64BADC; Mon, 21 Jun 2021 16:51: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 4G7wY85nxFz3wXg; Mon, 21 Jun 2021 16:51: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 AF46920A57; Mon, 21 Jun 2021 16:51: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 15LGpu20058499; Mon, 21 Jun 2021 16:51:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LGpu0V058498; Mon, 21 Jun 2021 16:51:56 GMT (envelope-from git) Date: Mon, 21 Jun 2021 16:51:56 GMT Message-Id: <202106211651.15LGpu0V058498@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: 247731ce216a - main - devel/cargo-c: update to 0.8.3 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: 247731ce216a53cf1d552319c6f3bc6fdf2b4142 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 16:51:56 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=247731ce216a53cf1d552319c6f3bc6fdf2b4142 commit 247731ce216a53cf1d552319c6f3bc6fdf2b4142 Author: Jan Beich AuthorDate: 2021-06-21 14:43:29 +0000 Commit: Jan Beich CommitDate: 2021-06-21 16:51:27 +0000 devel/cargo-c: update to 0.8.3 Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.8.3 Reported by: GitHub (watch releases) --- devel/cargo-c/Makefile | 10 +++++----- devel/cargo-c/distinfo | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index abcde2ffcbbc..7a7c879a6eed 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,5 +1,5 @@ PORTNAME= cargo-c -DISTVERSION= 0.8.2 +DISTVERSION= 0.8.3 DISTVERSIONSUFFIX= +cargo-0.54 CATEGORIES= devel MASTER_SITES= CRATESIO @@ -62,7 +62,7 @@ CARGO_CRATES= adler-1.0.2 \ git2-0.13.20 \ git2-curl-0.14.1 \ glob-0.3.0 \ - globset-0.4.7 \ + globset-0.4.8 \ hashbrown-0.9.1 \ heck-0.3.3 \ hermit-abi-0.1.18 \ @@ -91,10 +91,10 @@ CARGO_CRATES= adler-1.0.2 \ num_cpus-1.13.0 \ once_cell-1.8.0 \ opener-0.4.1 \ - openssl-0.10.34 \ + openssl-0.10.35 \ openssl-probe-0.1.4 \ openssl-src-111.15.0+1.1.1k \ - openssl-sys-0.9.63 \ + openssl-sys-0.9.64 \ percent-encoding-2.1.0 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ @@ -147,7 +147,7 @@ CARGO_CRATES= adler-1.0.2 \ unicode-xid-0.2.2 \ url-2.2.2 \ utf8parse-0.1.1 \ - vcpkg-0.2.14 \ + vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.9.3 \ vte-0.3.3 \ diff --git a/devel/cargo-c/distinfo b/devel/cargo-c/distinfo index 95d53f0a2e49..7a788c3e44c1 100644 --- a/devel/cargo-c/distinfo +++ b/devel/cargo-c/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624021320 -SHA256 (rust/crates/cargo-c-0.8.2+cargo-0.54.crate) = bbc5d0c0f2fe70a216725fa4d3038c077bfcd3a0b463449ed0d63c9e9cdb4d3a -SIZE (rust/crates/cargo-c-0.8.2+cargo-0.54.crate) = 30560 +TIMESTAMP = 1624286609 +SHA256 (rust/crates/cargo-c-0.8.3+cargo-0.54.crate) = 7a7f80059eec5f33aff2473d272a3911023327643576c92c7158e6e3afdca384 +SIZE (rust/crates/cargo-c-0.8.3+cargo-0.54.crate) = 31155 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f @@ -79,8 +79,8 @@ SHA256 (rust/crates/git2-curl-0.14.1.crate) = 883539cb0ea94bab3f8371a98cd8e937bb SIZE (rust/crates/git2-curl-0.14.1.crate) = 9336 SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 SIZE (rust/crates/glob-0.3.0.crate) = 18724 -SHA256 (rust/crates/globset-0.4.7.crate) = f0fc1b9fa0e64ffb1aa5b95daa0f0f167734fd528b7c02eabc581d9d843649b1 -SIZE (rust/crates/globset-0.4.7.crate) = 22885 +SHA256 (rust/crates/globset-0.4.8.crate) = 10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd +SIZE (rust/crates/globset-0.4.8.crate) = 22886 SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c @@ -137,14 +137,14 @@ SHA256 (rust/crates/once_cell-1.8.0.crate) = 692fcb63b64b1758029e0a96ee63e049ce8 SIZE (rust/crates/once_cell-1.8.0.crate) = 28925 SHA256 (rust/crates/opener-0.4.1.crate) = 13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae SIZE (rust/crates/opener-0.4.1.crate) = 10634 -SHA256 (rust/crates/openssl-0.10.34.crate) = 6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8 -SIZE (rust/crates/openssl-0.10.34.crate) = 203996 +SHA256 (rust/crates/openssl-0.10.35.crate) = 549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885 +SIZE (rust/crates/openssl-0.10.35.crate) = 204462 SHA256 (rust/crates/openssl-probe-0.1.4.crate) = 28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a SIZE (rust/crates/openssl-probe-0.1.4.crate) = 7066 SHA256 (rust/crates/openssl-src-111.15.0+1.1.1k.crate) = b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a SIZE (rust/crates/openssl-src-111.15.0+1.1.1k.crate) = 5087962 -SHA256 (rust/crates/openssl-sys-0.9.63.crate) = b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98 -SIZE (rust/crates/openssl-sys-0.9.63.crate) = 52125 +SHA256 (rust/crates/openssl-sys-0.9.64.crate) = 209efc2fe0e980c8849efacdb567f975a1c80245c4f6980d6f012733bfa851af +SIZE (rust/crates/openssl-sys-0.9.64.crate) = 54342 SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e SIZE (rust/crates/percent-encoding-2.1.0.crate) = 9748 SHA256 (rust/crates/pkg-config-0.3.19.crate) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c @@ -249,8 +249,8 @@ SHA256 (rust/crates/url-2.2.2.crate) = a507c383b2d33b5fc35d1861e77e6b383d158b2da SIZE (rust/crates/url-2.2.2.crate) = 68555 SHA256 (rust/crates/utf8parse-0.1.1.crate) = 8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d SIZE (rust/crates/utf8parse-0.1.1.crate) = 13995 -SHA256 (rust/crates/vcpkg-0.2.14.crate) = 70455df2fdf4e9bf580a92e443f1eb0303c390d682e2ea817312c9e81f8c3399 -SIZE (rust/crates/vcpkg-0.2.14.crate) = 228682 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 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 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 16:51:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 689D664BE92; Mon, 21 Jun 2021 16: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 4G7wYB16B1z4Qvv; Mon, 21 Jun 2021 16: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 E8E01208E7; Mon, 21 Jun 2021 16:51: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 15LGpvbH058523; Mon, 21 Jun 2021 16:51:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LGpvMD058522; Mon, 21 Jun 2021 16:51:57 GMT (envelope-from git) Date: Mon, 21 Jun 2021 16:51:57 GMT Message-Id: <202106211651.15LGpvMD058522@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: 73e007346f3c - main - lang/intel-compute-runtime: update to 21.24.20098 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: 73e007346f3ce7e0bd08b561706375434d22a5f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 16:51:58 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=73e007346f3ce7e0bd08b561706375434d22a5f4 commit 73e007346f3ce7e0bd08b561706375434d22a5f4 Author: Jan Beich AuthorDate: 2021-06-10 20:37:35 +0000 Commit: Jan Beich CommitDate: 2021-06-21 16:51:28 +0000 lang/intel-compute-runtime: update to 21.24.20098 Changes: https://github.com/intel/compute-runtime/compare/21.23.20043...21.24.20098 Reported by: GitHub (watch releases) --- lang/intel-compute-runtime/Makefile | 2 +- lang/intel-compute-runtime/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index 50e391a60429..16497a7394db 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= compute-runtime -DISTVERSION= 21.23.20043 +DISTVERSION= 21.24.20098 CATEGORIES= lang PKGNAMEPREFIX= intel- diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo index 4ddb544909ab..966003e47e7a 100644 --- a/lang/intel-compute-runtime/distinfo +++ b/lang/intel-compute-runtime/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1622663918 -SHA256 (intel-compute-runtime-21.23.20043_GH0.tar.gz) = c863c57c2b9793e93a4ea39c0dfb6bbfe30a25dbf31490ed688b965736321dc9 -SIZE (intel-compute-runtime-21.23.20043_GH0.tar.gz) = 3959880 +TIMESTAMP = 1623357455 +SHA256 (intel-compute-runtime-21.24.20098_GH0.tar.gz) = 015a5f5149ec19f2e54e798d98bbbd01ebca1656c47240309731165381fa0c4f +SIZE (intel-compute-runtime-21.24.20098_GH0.tar.gz) = 4111779 SHA256 (4a926516c3ea.patch) = 1a9c4694dbe892f01a7d3be5c5229b6b3bb34222848d61054f7bdf91134ca60f SIZE (4a926516c3ea.patch) = 1691 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 16:52:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66C9964C192; Mon, 21 Jun 2021 16:52: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 4G7wZ52YhCz4R39; Mon, 21 Jun 2021 16:52: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 4034620A65; Mon, 21 Jun 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 15LGqjLU058853; Mon, 21 Jun 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 15LGqjcH058852; Mon, 21 Jun 2021 16:52:45 GMT (envelope-from git) Date: Mon, 21 Jun 2021 16:52:45 GMT Message-Id: <202106211652.15LGqjcH058852@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: 1cbf65feca56 - main - emulators/nestopia: Update to 1.51.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: 1cbf65feca561e0c10cefea3becb69f5f442f3b7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 16:52:45 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cbf65feca561e0c10cefea3becb69f5f442f3b7 commit 1cbf65feca561e0c10cefea3becb69f5f442f3b7 Author: Neel Chauhan AuthorDate: 2021-06-21 16:52:42 +0000 Commit: Neel Chauhan CommitDate: 2021-06-21 16:52:42 +0000 emulators/nestopia: Update to 1.51.0 --- emulators/nestopia/Makefile | 15 ++++++++------- emulators/nestopia/distinfo | 6 +++--- emulators/nestopia/pkg-plist | 1 - 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile index 049c992076b7..d576d5ff407d 100644 --- a/emulators/nestopia/Makefile +++ b/emulators/nestopia/Makefile @@ -1,5 +1,5 @@ PORTNAME= nestopia -DISTVERSION= 1.50 +DISTVERSION= 1.51.0 CATEGORIES= emulators MAINTAINER= nc@FreeBSD.org @@ -9,22 +9,23 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive -LIB_DEPENDS= libao.so:audio/libao libepoxy.so:graphics/libepoxy +LIB_DEPENDS= libao.so:audio/libao \ + libepoxy.so:graphics/libepoxy \ + libfltk.so:x11-toolkits/fltk -USES= autoreconf desktop-file-utils gl gnome libarchive \ - localbase:ldflags pkgconfig sdl +USES= autoreconf desktop-file-utils gl libarchive localbase:ldflags \ + pkgconfig sdl USE_CXXSTD= c++98 USE_GITHUB= yes GH_ACCOUNT= rdanbrook GNU_CONFIGURE= yes USE_GL= glu -USE_GNOME= cairo gdkpixbuf2 gtk30 USE_SDL= sdl2 INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS JACK -JACK_LIB_DEPENDS=libjack.so:audio/jack -JACK_CONFIGURE_WITH=jack +JACK_LIB_DEPENDS= libjack.so:audio/jack +JACK_CONFIGURE_WITH= jack .include diff --git a/emulators/nestopia/distinfo b/emulators/nestopia/distinfo index 81443fa9fae9..bad1fc226086 100644 --- a/emulators/nestopia/distinfo +++ b/emulators/nestopia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580229462 -SHA256 (rdanbrook-nestopia-1.50_GH0.tar.gz) = f0274f8b033852007c67237897c69725b811c0df8a6d0120f39c23e990662aae -SIZE (rdanbrook-nestopia-1.50_GH0.tar.gz) = 1529804 +TIMESTAMP = 1624293730 +SHA256 (rdanbrook-nestopia-1.51.0_GH0.tar.gz) = 9dd3253629a05f68fb730e5bc59148cd5498cea359eff2cbf4202d1e1329bce9 +SIZE (rdanbrook-nestopia-1.51.0_GH0.tar.gz) = 1577910 diff --git a/emulators/nestopia/pkg-plist b/emulators/nestopia/pkg-plist index 1de66d554ca8..0f1017de30c8 100644 --- a/emulators/nestopia/pkg-plist +++ b/emulators/nestopia/pkg-plist @@ -1,6 +1,5 @@ bin/nestopia share/applications/nestopia.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/readme.html From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 17:49:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6CC4064CF8F; Mon, 21 Jun 2021 17:49: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 4G7xqy2Pq2z4Vqs; Mon, 21 Jun 2021 17:49: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 3B0C72180D; Mon, 21 Jun 2021 17:49: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 15LHnovx028120; Mon, 21 Jun 2021 17:49:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LHnoI9028119; Mon, 21 Jun 2021 17:49:50 GMT (envelope-from git) Date: Mon, 21 Jun 2021 17:49:50 GMT Message-Id: <202106211749.15LHnoI9028119@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: d6e84975f09a - main - multimedia/x264: update to 0.163.3060 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: d6e84975f09af06c0f034aec3dae6d4812432ab0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 17:49:50 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6e84975f09af06c0f034aec3dae6d4812432ab0 commit d6e84975f09af06c0f034aec3dae6d4812432ab0 Author: Jan Beich AuthorDate: 2021-06-13 12:43:57 +0000 Commit: Jan Beich CommitDate: 2021-06-21 17:46:26 +0000 multimedia/x264: update to 0.163.3060 Changes: https://code.videolan.org/videolan/x264/compare/55d517b...5db6aa6 --- multimedia/avidemux-plugins/Makefile | 2 +- multimedia/ccextractor/Makefile | 2 +- multimedia/emby-server/Makefile | 1 + multimedia/ffmpeg/Makefile | 2 +- multimedia/gstreamer1-plugins-x264/Makefile | 2 +- multimedia/handbrake/Makefile | 2 +- multimedia/libquicktime/Makefile | 2 +- multimedia/mencoder/Makefile | 1 + multimedia/obs-studio/Makefile | 1 + multimedia/transcode/Makefile | 2 +- multimedia/vlc/Makefile | 1 + multimedia/x264/Makefile | 8 ++++---- multimedia/x264/distinfo | 6 +++--- multimedia/zoneminder/Makefile | 2 +- net/opal/Makefile | 2 +- x11/xpra/Makefile | 1 + 16 files changed, 21 insertions(+), 16 deletions(-) diff --git a/multimedia/avidemux-plugins/Makefile b/multimedia/avidemux-plugins/Makefile index fc5f20e16d65..bbe618d9b1b2 100644 --- a/multimedia/avidemux-plugins/Makefile +++ b/multimedia/avidemux-plugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= avidemux PORTVERSION= ${AVIDEMUX_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia PKGNAMESUFFIX= -plugins diff --git a/multimedia/ccextractor/Makefile b/multimedia/ccextractor/Makefile index 395405378e73..a58b460847b6 100644 --- a/multimedia/ccextractor/Makefile +++ b/multimedia/ccextractor/Makefile @@ -1,7 +1,7 @@ PORTNAME= ccextractor DISTVERSIONPREFIX= v DISTVERSION= 0.85 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= multimedia MAINTAINER= oz@nixil.net diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile index b0d5e9e72991..ee8c825c048f 100644 --- a/multimedia/emby-server/Makefile +++ b/multimedia/emby-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= emby-server PORTVERSION= 4.6.3.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \ https://mediabrowser.github.io/embytools/ diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 0373cf4893db..38316cf5dbdc 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -2,7 +2,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/gstreamer1-plugins-x264/Makefile b/multimedia/gstreamer1-plugins-x264/Makefile index c7e459151eea..11e81266684e 100644 --- a/multimedia/gstreamer1-plugins-x264/Makefile +++ b/multimedia/gstreamer1-plugins-x264/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia COMMENT= GStreamer libx264 based H264 plugin diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 82dd220b86d6..e24f3f6e24bb 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -2,7 +2,7 @@ PORTNAME= handbrake DISTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia DIST_SUBDIR= ${PORTNAME} diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index b34fa4d3b652..1dc77f6ca583 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -2,7 +2,7 @@ PORTNAME= libquicktime PORTVERSION= 1.2.4 -PORTREVISION?= 30 +PORTREVISION?= 31 CATEGORIES= multimedia MASTER_SITES= SF diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 2df6b5c12581..28b5c8eaadcd 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -2,6 +2,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index 84fb0fd8db7a..562b1dcc8976 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -1,5 +1,6 @@ PORTNAME= obs-studio DISTVERSION= 27.0.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 312d7aac65fe..238befda0cf5 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -2,7 +2,7 @@ PORTNAME= transcode PORTVERSION= 1.1.7 -PORTREVISION= 47 +PORTREVISION= 48 CATEGORIES= multimedia MASTER_SITES= https://bitbucket.org/france/transcode-tcforge/downloads/ diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 7df29ca2c4c4..4e9760676686 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -2,6 +2,7 @@ PORTNAME= vlc DISTVERSION= 3.0.14 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 788556e8738a..3e56987b83c0 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -17,7 +17,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia MASTER_SITES= https://samples.mplayerhq.hu/yuv4mpeg2/:pgo DIST_SUBDIR= x264 @@ -32,8 +32,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS?= libx264.so:multimedia/libx264 -X264_BUILD= 161 -X264_REV= 3049 +X264_BUILD= 163 +X264_REV= 3060 X264_GITVER= ${GL_COMMIT:C/^(.{7}).*/\1/} USES?= pkgconfig @@ -42,7 +42,7 @@ USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= videolan -GL_COMMIT= 55d517bc4569272a2c9a367a4106c234aba2ffbc +GL_COMMIT= 5db6aa6cab1b146e07b60cc1736a01f21da01154 HAS_CONFIGURE= yes SHEBANG_FILES= configure PLIST_FILES?= bin/x264 diff --git a/multimedia/x264/distinfo b/multimedia/x264/distinfo index 60acc7895a40..d066fe87d06f 100644 --- a/multimedia/x264/distinfo +++ b/multimedia/x264/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1618210496 +TIMESTAMP = 1623588237 SHA256 (x264/example.y4m.bz2) = a5bec9d37362bd9d7773fbd0644643f9ec096d654d20823004e88d5df32bbff7 SIZE (x264/example.y4m.bz2) = 4910029 -SHA256 (x264/videolan-x264-55d517bc4569272a2c9a367a4106c234aba2ffbc_GL0.tar.gz) = 463946031aa3dc507940e988c78ef02d2eb1769043877c17923ad9411b13af5b -SIZE (x264/videolan-x264-55d517bc4569272a2c9a367a4106c234aba2ffbc_GL0.tar.gz) = 937106 +SHA256 (x264/videolan-x264-5db6aa6cab1b146e07b60cc1736a01f21da01154_GL0.tar.gz) = e55e5ab8bec0897ef83ddf71b2c8969ea377a9cd4cb097ba5dca115a23e18ef9 +SIZE (x264/videolan-x264-5db6aa6cab1b146e07b60cc1736a01f21da01154_GL0.tar.gz) = 938734 diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index 058162e925d7..53bc45a28972 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -1,6 +1,6 @@ PORTNAME= zoneminder PORTVERSION= 1.34.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= bsd@abinet.ru diff --git a/net/opal/Makefile b/net/opal/Makefile index 396faed4736b..eac83cae0f23 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -2,7 +2,7 @@ PORTNAME= opal PORTVERSION= 3.10.10 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= net MASTER_SITES= GNOME diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 6bdf09d76cf0..d2784e238cfc 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -1,5 +1,6 @@ PORTNAME= xpra PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 18:29:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AC8E164D822; Mon, 21 Jun 2021 18: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 4G7yk34FC3z4ZXw; Mon, 21 Jun 2021 18: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 7A24922021; Mon, 21 Jun 2021 18: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 15LITl7P081970; Mon, 21 Jun 2021 18:29:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LITl6M081969; Mon, 21 Jun 2021 18:29:47 GMT (envelope-from git) Date: Mon, 21 Jun 2021 18:29:47 GMT Message-Id: <202106211829.15LITl6M081969@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: 7551042cf845 - main - net/cloudquery: Update to 0.13.7 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: 7551042cf845a90619b9dad4b6ed7ab0d2c28856 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 18:29:47 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=7551042cf845a90619b9dad4b6ed7ab0d2c28856 commit 7551042cf845a90619b9dad4b6ed7ab0d2c28856 Author: Neel Chauhan AuthorDate: 2021-06-21 18:29:43 +0000 Commit: Neel Chauhan CommitDate: 2021-06-21 18:29:43 +0000 net/cloudquery: Update to 0.13.7 --- net/cloudquery/Makefile | 2 +- net/cloudquery/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile index a65015a07b3f..8df4cb6a5250 100644 --- a/net/cloudquery/Makefile +++ b/net/cloudquery/Makefile @@ -1,6 +1,6 @@ PORTNAME= cloudquery DISTVERSIONPREFIX= v -DISTVERSION= 0.13.6 +DISTVERSION= 0.13.7 CATEGORIES= net MAINTAINER= nc@FreeBSD.org diff --git a/net/cloudquery/distinfo b/net/cloudquery/distinfo index 15013c6280aa..c916f041db89 100644 --- a/net/cloudquery/distinfo +++ b/net/cloudquery/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623629570 -SHA256 (cloudquery-cloudquery-v0.13.6_GH0.tar.gz) = ed0e4a6e247bf96e1319e28b05907a5a33a5e21d400e0a612b11e8a918d9b444 -SIZE (cloudquery-cloudquery-v0.13.6_GH0.tar.gz) = 107205 +TIMESTAMP = 1624300126 +SHA256 (cloudquery-cloudquery-v0.13.7_GH0.tar.gz) = 4d7e090112260a57170ba35e858bd23a17ab13d2081ffa2fd8035a9c0cf51dcc +SIZE (cloudquery-cloudquery-v0.13.7_GH0.tar.gz) = 105984 SHA256 (Masterminds-squirrel-v1.5.0_GH0.tar.gz) = 75ffb7555e2cde9fa25622c031b0b72058b5644e6d7eb004238c250957d97c52 SIZE (Masterminds-squirrel-v1.5.0_GH0.tar.gz) = 30302 SHA256 (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 2f26521a9207b91dfbca3d28e5545bc11cb098888ecf3e9ba8e5936387b06a33 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 19:07:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 011D464DD54; Mon, 21 Jun 2021 19:07: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 4G7zYS6R2zz4dQ6; Mon, 21 Jun 2021 19:07: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 C398322B0D; Mon, 21 Jun 2021 19:07: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 15LJ7Osv035443; Mon, 21 Jun 2021 19:07:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LJ7Oro035442; Mon, 21 Jun 2021 19:07:24 GMT (envelope-from git) Date: Mon, 21 Jun 2021 19:07:24 GMT Message-Id: <202106211907.15LJ7Oro035442@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: 65490b0eb586 - main - sysutils/auto-admin: Update to 0.7.5.2 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: 65490b0eb58637d8abb4daed83205adae455c8e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 19:07:25 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=65490b0eb58637d8abb4daed83205adae455c8e5 commit 65490b0eb58637d8abb4daed83205adae455c8e5 Author: Jason W. Bacon AuthorDate: 2021-06-21 19:06:20 +0000 Commit: Jason W. Bacon CommitDate: 2021-06-21 19:06:20 +0000 sysutils/auto-admin: Update to 0.7.5.2 auto-check-ports-branch: Fix auto-freebsd-wip-checkout usage --- sysutils/auto-admin/Makefile | 3 ++- sysutils/auto-admin/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index aa3df59d3fc5..8c94048a7e31 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -1,5 +1,6 @@ PORTNAME= auto-admin -DISTVERSION= 0.7.5 +DISTVERSION= 0.7.5-2 +DISTVERSIONSUFFIX= -g1a7969c CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org diff --git a/sysutils/auto-admin/distinfo b/sysutils/auto-admin/distinfo index a628bd8c247c..61fe94673b4f 100644 --- a/sysutils/auto-admin/distinfo +++ b/sysutils/auto-admin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623876896 -SHA256 (outpaddling-auto-admin-0.7.5_GH0.tar.gz) = 105c8e94b27b521380e0f02a8a6801dd83addcc5f6641db7bbbfeed3c5c3f848 -SIZE (outpaddling-auto-admin-0.7.5_GH0.tar.gz) = 105623 +TIMESTAMP = 1624302019 +SHA256 (outpaddling-auto-admin-0.7.5-2-g1a7969c_GH0.tar.gz) = 3298ba6a5e77c79273a8358f0d9a9ea3cefbdbe4a40c913b311591ec8927b217 +SIZE (outpaddling-auto-admin-0.7.5-2-g1a7969c_GH0.tar.gz) = 105655 From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 20:32:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D3C6B64ECF0; Mon, 21 Jun 2021 20: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 4G81S45TStz4mBy; Mon, 21 Jun 2021 20: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 A46D323876; Mon, 21 Jun 2021 20: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 15LKWq5X053959; Mon, 21 Jun 2021 20: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 15LKWqQ2053958; Mon, 21 Jun 2021 20:32:52 GMT (envelope-from git) Date: Mon, 21 Jun 2021 20:32:52 GMT Message-Id: <202106212032.15LKWqQ2053958@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rodrigo Osorio Subject: git: e259367c29da - main - comms/rtl-433: Fix typo in ports directory name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rodrigo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e259367c29da41ce739a5fe76d834519f4d75b9d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 20:32:52 -0000 The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e259367c29da41ce739a5fe76d834519f4d75b9d commit e259367c29da41ce739a5fe76d834519f4d75b9d Author: Rodrigo Osorio AuthorDate: 2021-06-21 20:27:14 +0000 Commit: Rodrigo Osorio CommitDate: 2021-06-21 20:27:14 +0000 comms/rtl-433: Fix typo in ports directory name PR: 256360 Reported by: ports-rtl433@shalott.net --- MOVED | 1 + comms/Makefile | 2 +- comms/{rtl-443 => rtl-433}/Makefile | 0 comms/{rtl-443 => rtl-433}/distinfo | 0 comms/{rtl-443 => rtl-433}/pkg-descr | 0 comms/{rtl-443 => rtl-433}/pkg-plist | 0 6 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MOVED b/MOVED index 5632d8c16cef..106e5c446dbb 100644 --- a/MOVED +++ b/MOVED @@ -16414,3 +16414,4 @@ devel/sparc64-gcc|devel/freebsd-gcc6@sparc64|2021-06-18|Replaced by a flavor devel/sparc64-xtoolchain-gcc|devel/freebsd-gcc6@sparc64|2021-06-18|Replaced by a flavor 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 diff --git a/comms/Makefile b/comms/Makefile index 292366f08766..ed430ecc19cb 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -151,7 +151,7 @@ SUBDIR += qtel SUBDIR += redsea SUBDIR += remserial - SUBDIR += rtl-443 + SUBDIR += rtl-433 SUBDIR += rtl-sdr SUBDIR += rubygem-callsign SUBDIR += rubygem-ruby-termios diff --git a/comms/rtl-443/Makefile b/comms/rtl-433/Makefile similarity index 100% rename from comms/rtl-443/Makefile rename to comms/rtl-433/Makefile diff --git a/comms/rtl-443/distinfo b/comms/rtl-433/distinfo similarity index 100% rename from comms/rtl-443/distinfo rename to comms/rtl-433/distinfo diff --git a/comms/rtl-443/pkg-descr b/comms/rtl-433/pkg-descr similarity index 100% rename from comms/rtl-443/pkg-descr rename to comms/rtl-433/pkg-descr diff --git a/comms/rtl-443/pkg-plist b/comms/rtl-433/pkg-plist similarity index 100% rename from comms/rtl-443/pkg-plist rename to comms/rtl-433/pkg-plist From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 20:34:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2723C64F556; Mon, 21 Jun 2021 20:34: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 4G81V70gLjz4mCf; Mon, 21 Jun 2021 20:34: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 F39F7235F1; Mon, 21 Jun 2021 20:34: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 15LKYcqY054277; Mon, 21 Jun 2021 20:34:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LKYcPL054276; Mon, 21 Jun 2021 20:34:38 GMT (envelope-from git) Date: Mon, 21 Jun 2021 20:34:38 GMT Message-Id: <202106212034.15LKYcPL054276@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Brad Davis Subject: git: c2a2f2b35ad4 - main - security/vuxml: Fix range for www/nginx CVE-2021-23017 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c2a2f2b35ad4a23486bd9c1b4ccb50bb5eb75bbc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 20:34:39 -0000 The branch main has been updated by brd (doc, src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=c2a2f2b35ad4a23486bd9c1b4ccb50bb5eb75bbc commit c2a2f2b35ad4a23486bd9c1b4ccb50bb5eb75bbc Author: Brad Davis AuthorDate: 2021-06-21 20:24:03 +0000 Commit: Brad Davis CommitDate: 2021-06-21 20:34:11 +0000 security/vuxml: Fix range for www/nginx CVE-2021-23017 Reviewed by: garga Sponsored by: Rubicon Communications, LLC ("Netgate") --- security/vuxml/vuln.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 949dd1cffba7..106f0b2d1434 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -1209,7 +1209,7 @@ Notes: nginx - 1.20.1 + 1.20.1,2 nginx-devel From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 21:37:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8E0C65004E; Mon, 21 Jun 2021 21:37: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 4G82tk4g4gz4pZL; Mon, 21 Jun 2021 21:37: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 87F4524999; Mon, 21 Jun 2021 21:37: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 15LLbYAQ034289; Mon, 21 Jun 2021 21:37:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LLbY1r034288; Mon, 21 Jun 2021 21:37:34 GMT (envelope-from git) Date: Mon, 21 Jun 2021 21:37:34 GMT Message-Id: <202106212137.15LLbY1r034288@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: 4c0c936fe9f8 - main - textproc/libxml2: Update to 2.9.12 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: 4c0c936fe9f8e602e56b1b0862e2cfa538cea219 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 21:37:34 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c0c936fe9f8e602e56b1b0862e2cfa538cea219 commit 4c0c936fe9f8e602e56b1b0862e2cfa538cea219 Author: Daniel Engberg AuthorDate: 2021-06-16 15:33:04 +0000 Commit: Gleb Popov CommitDate: 2021-06-21 21:19:10 +0000 textproc/libxml2: Update to 2.9.12 PR: 256436 Reviewed by: arrowd Tested by: arrowd --- textproc/libxml2/Makefile | 39 ++-- textproc/libxml2/distinfo | 14 +- textproc/libxml2/files/patch-CVE-2019-20388 | 33 ---- textproc/libxml2/files/patch-CVE-2020-24977 | 36 ---- textproc/libxml2/files/patch-CVE-2020-7595 | 32 ---- textproc/libxml2/files/patch-CVE-2021-3541 | 67 ------- textproc/libxml2/files/patch-Makefile.in | 26 ++- textproc/libxml2/files/patch-Python-39-support | 92 --------- ...git-01-85b1792e37b131e7a51af98a37f92472e8de5f3f | 211 +++++++++++++++++++++ ...git-02-13ad8736d294536da4cbcd70a96b0a2fbf47070c | 46 +++++ ...git-03-3e1aad4fe584747fd7d17cc7b2863a78e2d21a77 | 31 +++ ...git-04-92d9ab4c28842a09ca2b76d3ff2f933e01b6cd6f | 43 +++++ ...ch-git-106757e8c1e26ad9b8c924c7f304074b79e082c5 | 39 ---- 13 files changed, 378 insertions(+), 331 deletions(-) diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 749bc604fe4a..6a7a8131ba66 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,8 +1,8 @@ # Created by: Yukihiro Nakai PORTNAME= libxml2 -DISTVERSION= 2.9.10 -PORTREVISION?= 4 +DISTVERSION= 2.9.12 +#PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= http://xmlsoft.org/sources/ DIST_SUBDIR= gnome2 @@ -17,37 +17,42 @@ LICENSE_FILE_MIT= ${WRKSRC}/COPYING LICENSE_FILE_TRIO= ${FILESDIR}/LICENSE.TRIO LICENSE_PERMS_TRIO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -GNU_CONFIGURE= yes USES+= compiler cpe iconv libtool pathfix pkgconfig shebangfix +GNU_CONFIGURE= yes CPE_VENDOR= xmlsoft +SHEBANG_FILES= *.py */*.py */*/*.py USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip +TEST_TARGET= check + CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ --without-icu \ --with-lzma=/usr \ --without-python -INSTALL_TARGET= install-strip -SHEBANG_FILES= *.py */*.py */*/*.py -PLIST_SUB+= LIBVERSION=${PORTVERSION} +PLIST_SUB+= LIBVERSION=${DISTVERSION} .if !defined(MASTERDIR) -OPTIONS_DEFINE= SCHEMA VALIDATION THREADS MEM_DEBUG XMLLINT_HIST THREAD_ALLOC -OPTIONS_DEFAULT=SCHEMA VALIDATION THREADS -SCHEMA_DESC= XML schema support -SCHEMA_CONFIGURE_WITH= schemas +OPTIONS_DEFINE= MEM_DEBUG SCHEMA THREAD_ALLOC THREADS VALIDATION \ + XMLLINT_HIST +OPTIONS_DEFAULT= SCHEMA VALIDATION THREADS + +MEM_DEBUG_DESC= Memory debugging (DEVELOPERS ONLY!) +SCHEMA_DESC= XML schema support +THREAD_ALLOC_DESC= Per-thread memory (DEVELOPERS ONLY!) VALIDATION_DESC= Validation support -VALIDATION_CONFIGURE_OFF= --without-valid -THREADS_DESC= Threads support -THREADS_CONFIGURE_WITH= threads -MEM_DEBUG_DESC= Memory debugging (DEVELOPERS ONLY!) -MEM_DEBUG_CONFIGURE_WITH= mem-debug XMLLINT_HIST_DESC= History for xmllint -XMLLINT_HIST_CONFIGURE_WITH= history -THREAD_ALLOC_DESC= Per-thread memory (DEVELOPERS ONLY!) + +MEM_DEBUG_CONFIGURE_WITH= mem-debug +SCHEMA_CONFIGURE_WITH= schemas THREAD_ALLOC_CONFIGURE_WITH= thread-alloc +THREADS_CONFIGURE_WITH= threads +VALIDATION_CONFIGURE_OFF= --without-valid +XMLLINT_HIST_CONFIGURE_WITH= history .endif # !defined(MASTERDIR) diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 58a42709307a..8f7c73e85f0f 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,11 +1,3 @@ -TIMESTAMP = 1602549798 -SHA256 (gnome2/libxml2-2.9.10.tar.gz) = aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f -SIZE (gnome2/libxml2-2.9.10.tar.gz) = 5624761 -SHA256 (gnome2/7ffcd44d7e6c46704f8af0321d9314cd26e0e18a.patch) = 8bab1a7fcc22a8f9a3f89648660bbca424196d82967e213bd27c1dcc9a9544a5 -SIZE (gnome2/7ffcd44d7e6c46704f8af0321d9314cd26e0e18a.patch) = 1015 -SHA256 (gnome2/0e1a49c8907645d2e155f0d89d4d9895ac5112b5.patch) = 4a1dca36e762a0e2affb0779918fbf1665a00d984ffbd3efa45d3d202f87ea8c -SIZE (gnome2/0e1a49c8907645d2e155f0d89d4d9895ac5112b5.patch) = 996 -SHA256 (gnome2/50f06b3efb638efb0abd95dc62dca05ae67882c2.patch) = 701048e726e2f3f7f2a71a7054030fc154b5edace72e23c5934ecd9ee09ad811 -SIZE (gnome2/50f06b3efb638efb0abd95dc62dca05ae67882c2.patch) = 1052 -SHA256 (gnome2/edc7b6abb0c125eeb888748c334897f60aab0854.patch) = eac708cc0bcb19c59c63874e5518f9084b177c8a10981539d90ba41d9e8414a1 -SIZE (gnome2/edc7b6abb0c125eeb888748c334897f60aab0854.patch) = 3019 +TIMESTAMP = 1622963062 +SHA256 (gnome2/libxml2-2.9.12.tar.gz) = c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92 +SIZE (gnome2/libxml2-2.9.12.tar.gz) = 5681632 diff --git a/textproc/libxml2/files/patch-CVE-2019-20388 b/textproc/libxml2/files/patch-CVE-2019-20388 deleted file mode 100644 index a049f2c6f019..000000000000 --- a/textproc/libxml2/files/patch-CVE-2019-20388 +++ /dev/null @@ -1,33 +0,0 @@ -From 7ffcd44d7e6c46704f8af0321d9314cd26e0e18a Mon Sep 17 00:00:00 2001 -From: Zhipeng Xie -Date: Tue, 20 Aug 2019 16:33:06 +0800 -Subject: [PATCH] Fix memory leak in xmlSchemaValidateStream - -When ctxt->schema is NULL, xmlSchemaSAXPlug->xmlSchemaPreRun -alloc a new schema for ctxt->schema and set vctxt->xsiAssemble -to 1. Then xmlSchemaVStart->xmlSchemaPreRun initialize -vctxt->xsiAssemble to 0 again which cause the alloced schema -can not be freed anymore. - -Found with libFuzzer. - -Signed-off-by: Zhipeng Xie ---- - xmlschemas.c | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/xmlschemas.c b/xmlschemas.c -index 301c8449..39d92182 100644 ---- xmlschemas.c -+++ xmlschemas.c -@@ -28090,7 +28090,6 @@ xmlSchemaPreRun(xmlSchemaValidCtxtPtr vctxt) { - vctxt->nberrors = 0; - vctxt->depth = -1; - vctxt->skipDepth = -1; -- vctxt->xsiAssemble = 0; - vctxt->hasKeyrefs = 0; - #ifdef ENABLE_IDC_NODE_TABLES_TEST - vctxt->createIDCNodeTables = 1; --- -GitLab - diff --git a/textproc/libxml2/files/patch-CVE-2020-24977 b/textproc/libxml2/files/patch-CVE-2020-24977 deleted file mode 100644 index b3121d980864..000000000000 --- a/textproc/libxml2/files/patch-CVE-2020-24977 +++ /dev/null @@ -1,36 +0,0 @@ -From 50f06b3efb638efb0abd95dc62dca05ae67882c2 Mon Sep 17 00:00:00 2001 -From: Nick Wellnhofer -Date: Fri, 7 Aug 2020 21:54:27 +0200 -Subject: [PATCH] Fix out-of-bounds read with 'xmllint --htmlout' - -Make sure that truncated UTF-8 sequences don't cause an out-of-bounds -array access. - -Thanks to @SuhwanSong and the Agency for Defense Development (ADD) for -the report. - -Fixes #178. ---- - xmllint.c | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/xmllint.c b/xmllint.c -index f6a8e463..c647486f 100644 ---- xmllint.c -+++ xmllint.c -@@ -528,6 +528,12 @@ static void - xmlHTMLEncodeSend(void) { - char *result; - -+ /* -+ * xmlEncodeEntitiesReentrant assumes valid UTF-8, but the buffer might -+ * end with a truncated UTF-8 sequence. This is a hack to at least avoid -+ * an out-of-bounds read. -+ */ -+ memset(&buffer[sizeof(buffer)-4], 0, 4); - result = (char *) xmlEncodeEntitiesReentrant(NULL, BAD_CAST buffer); - if (result) { - xmlGenericError(xmlGenericErrorContext, "%s", result); --- -GitLab - diff --git a/textproc/libxml2/files/patch-CVE-2020-7595 b/textproc/libxml2/files/patch-CVE-2020-7595 deleted file mode 100644 index 5bcd916ade7f..000000000000 --- a/textproc/libxml2/files/patch-CVE-2020-7595 +++ /dev/null @@ -1,32 +0,0 @@ -From 0e1a49c8907645d2e155f0d89d4d9895ac5112b5 Mon Sep 17 00:00:00 2001 -From: Zhipeng Xie -Date: Thu, 12 Dec 2019 17:30:55 +0800 -Subject: [PATCH] Fix infinite loop in xmlStringLenDecodeEntities - -When ctxt->instate == XML_PARSER_EOF,xmlParseStringEntityRef -return NULL which cause a infinite loop in xmlStringLenDecodeEntities - -Found with libFuzzer. - -Signed-off-by: Zhipeng Xie ---- - parser.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/parser.c b/parser.c -index d1c31963..a34bb6cd 100644 ---- parser.c -+++ parser.c -@@ -2646,7 +2646,8 @@ xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, - else - c = 0; - while ((c != 0) && (c != end) && /* non input consuming loop */ -- (c != end2) && (c != end3)) { -+ (c != end2) && (c != end3) && -+ (ctxt->instate != XML_PARSER_EOF)) { - - if (c == 0) break; - if ((c == '&') && (str[1] == '#')) { --- -GitLab - diff --git a/textproc/libxml2/files/patch-CVE-2021-3541 b/textproc/libxml2/files/patch-CVE-2021-3541 deleted file mode 100644 index 3ba64fa1d967..000000000000 --- a/textproc/libxml2/files/patch-CVE-2021-3541 +++ /dev/null @@ -1,67 +0,0 @@ -From 8598060bacada41a0eb09d95c97744ff4e428f8e Mon Sep 17 00:00:00 2001 -From: Daniel Veillard -Date: Thu, 13 May 2021 14:55:12 +0200 -Subject: [PATCH] Patch for security issue CVE-2021-3541 - -This is relapted to parameter entities expansion and following -the line of the billion laugh attack. Somehow in that path the -counting of parameters was missed and the normal algorithm based -on entities "density" was useless. ---- - parser.c | 26 ++++++++++++++++++++++++++ - 1 file changed, 26 insertions(+) - -diff --git parser.c parser.c -index f5e5e169..c9312fa4 100644 ---- parser.c -+++ parser.c -@@ -140,6 +140,7 @@ xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, - xmlEntityPtr ent, size_t replacement) - { - size_t consumed = 0; -+ int i; - - if ((ctxt == NULL) || (ctxt->options & XML_PARSE_HUGE)) - return (0); -@@ -177,6 +178,28 @@ xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, - rep = NULL; - } - } -+ -+ /* -+ * Prevent entity exponential check, not just replacement while -+ * parsing the DTD -+ * The check is potentially costly so do that only once in a thousand -+ */ -+ if ((ctxt->instate == XML_PARSER_DTD) && (ctxt->nbentities > 10000) && -+ (ctxt->nbentities % 1024 == 0)) { -+ for (i = 0;i < ctxt->inputNr;i++) { -+ consumed += ctxt->inputTab[i]->consumed + -+ (ctxt->inputTab[i]->cur - ctxt->inputTab[i]->base); -+ } -+ if (ctxt->nbentities > consumed * XML_PARSER_NON_LINEAR) { -+ xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL); -+ ctxt->instate = XML_PARSER_EOF; -+ return (1); -+ } -+ consumed = 0; -+ } -+ -+ -+ - if (replacement != 0) { - if (replacement < XML_MAX_TEXT_LENGTH) - return(0); -@@ -7963,6 +7986,9 @@ xmlParsePEReference(xmlParserCtxtPtr ctxt) - xmlChar start[4]; - xmlCharEncoding enc; - -+ if (xmlParserEntityCheck(ctxt, 0, entity, 0)) -+ return; -+ - if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && - ((ctxt->options & XML_PARSE_NOENT) == 0) && - ((ctxt->options & XML_PARSE_DTDVALID) == 0) && --- -2.31.1 - diff --git a/textproc/libxml2/files/patch-Makefile.in b/textproc/libxml2/files/patch-Makefile.in index d458e1da96c7..ad6ff8409168 100644 --- a/textproc/libxml2/files/patch-Makefile.in +++ b/textproc/libxml2/files/patch-Makefile.in @@ -1,6 +1,24 @@ ---- Makefile.in.orig 2019-11-16 14:42:34 UTC +--- Makefile.in.orig 2021-06-09 19:53:33 UTC +++ Makefile.in -@@ -1284,7 +1284,7 @@ am--depfiles: $(am__depfiles_remade) +@@ -760,7 +760,7 @@ man_MANS = xml2-config.1 libxml.3 + m4datadir = $(datadir)/aclocal + m4data_DATA = libxml.m4 + runtest_SOURCES = runtest.c +-runtest_LDFLAGS = ++runtest_LDFLAGS = -pthread + runtest_DEPENDENCIES = $(DEPS) + runtest_LDADD = $(BASE_THREAD_LIBS) $(RDL_LIBS) $(LDADDS) + testrecurse_SOURCES = testrecurse.c +@@ -808,7 +808,7 @@ testC14N_LDFLAGS = + testC14N_DEPENDENCIES = $(DEPS) + testC14N_LDADD = $(LDADDS) + testThreads_SOURCES = testThreads.c +-testThreads_LDFLAGS = ++testThreads_LDFLAGS = -pthread + testThreads_DEPENDENCIES = $(DEPS) + testThreads_LDADD = $(BASE_THREAD_LIBS) $(LDADDS) + testURI_SOURCES = testURI.c +@@ -1285,7 +1285,7 @@ am--depfiles: $(am__depfiles_remade) @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @@ -9,7 +27,7 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@@ -1773,7 +1773,7 @@ check-am: all-am +@@ -1774,7 +1774,7 @@ check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive @@ -18,7 +36,7 @@ config.h install-binPROGRAMS: install-libLTLIBRARIES -@@ -1910,7 +1910,7 @@ info: info-recursive +@@ -1911,7 +1911,7 @@ info: info-recursive info-am: diff --git a/textproc/libxml2/files/patch-Python-39-support b/textproc/libxml2/files/patch-Python-39-support deleted file mode 100644 index 81f9e29b6ea7..000000000000 --- a/textproc/libxml2/files/patch-Python-39-support +++ /dev/null @@ -1,92 +0,0 @@ -From edc7b6abb0c125eeb888748c334897f60aab0854 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= -Date: Fri, 28 Feb 2020 12:48:14 +0100 -Subject: [PATCH] Parenthesize Py_Check() in ifs - -In C, if expressions should be parenthesized. -PyLong_Check, PyUnicode_Check etc. happened to expand to a parenthesized -expression before, but that's not API to rely on. - -Since Python 3.9.0a4 it needs to be parenthesized explicitly. - -Fixes https://gitlab.gnome.org/GNOME/libxml2/issues/149 ---- - python/libxml.c | 4 ++-- - python/types.c | 12 ++++++------ - 2 files changed, 8 insertions(+), 8 deletions(-) - -diff --git a/python/libxml.c b/python/libxml.c -index bc676c4e..81e709f3 100644 ---- python/libxml.c -+++ python/libxml.c -@@ -294,7 +294,7 @@ xmlPythonFileReadRaw (void * context, char * buffer, int len) { - lenread = PyBytes_Size(ret); - data = PyBytes_AsString(ret); - #ifdef PyUnicode_Check -- } else if PyUnicode_Check (ret) { -+ } else if (PyUnicode_Check (ret)) { - #if PY_VERSION_HEX >= 0x03030000 - Py_ssize_t size; - const char *tmp; -@@ -359,7 +359,7 @@ xmlPythonFileRead (void * context, char * buffer, int len) { - lenread = PyBytes_Size(ret); - data = PyBytes_AsString(ret); - #ifdef PyUnicode_Check -- } else if PyUnicode_Check (ret) { -+ } else if (PyUnicode_Check (ret)) { - #if PY_VERSION_HEX >= 0x03030000 - Py_ssize_t size; - const char *tmp; -diff --git a/python/types.c b/python/types.c -index c2bafeb1..ed284ec7 100644 ---- python/types.c -+++ python/types.c -@@ -602,16 +602,16 @@ libxml_xmlXPathObjectPtrConvert(PyObject *obj) - if (obj == NULL) { - return (NULL); - } -- if PyFloat_Check (obj) { -+ if (PyFloat_Check (obj)) { - ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj)); -- } else if PyLong_Check(obj) { -+ } else if (PyLong_Check(obj)) { - #ifdef PyLong_AS_LONG - ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj)); - #else - ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj)); - #endif - #ifdef PyBool_Check -- } else if PyBool_Check (obj) { -+ } else if (PyBool_Check (obj)) { - - if (obj == Py_True) { - ret = xmlXPathNewBoolean(1); -@@ -620,14 +620,14 @@ libxml_xmlXPathObjectPtrConvert(PyObject *obj) - ret = xmlXPathNewBoolean(0); - } - #endif -- } else if PyBytes_Check (obj) { -+ } else if (PyBytes_Check (obj)) { - xmlChar *str; - - str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj), - PyBytes_GET_SIZE(obj)); - ret = xmlXPathWrapString(str); - #ifdef PyUnicode_Check -- } else if PyUnicode_Check (obj) { -+ } else if (PyUnicode_Check (obj)) { - #if PY_VERSION_HEX >= 0x03030000 - xmlChar *str; - const char *tmp; -@@ -650,7 +650,7 @@ libxml_xmlXPathObjectPtrConvert(PyObject *obj) - ret = xmlXPathWrapString(str); - #endif - #endif -- } else if PyList_Check (obj) { -+ } else if (PyList_Check (obj)) { - int i; - PyObject *node; - xmlNodePtr cur; --- -GitLab - diff --git a/textproc/libxml2/files/patch-git-01-85b1792e37b131e7a51af98a37f92472e8de5f3f b/textproc/libxml2/files/patch-git-01-85b1792e37b131e7a51af98a37f92472e8de5f3f new file mode 100644 index 000000000000..3686454cbd24 --- /dev/null +++ b/textproc/libxml2/files/patch-git-01-85b1792e37b131e7a51af98a37f92472e8de5f3f @@ -0,0 +1,211 @@ +From 85b1792e37b131e7a51af98a37f92472e8de5f3f Mon Sep 17 00:00:00 2001 +From: Nick Wellnhofer +Date: Tue, 18 May 2021 20:08:28 +0200 +Subject: [PATCH] Work around lxml API abuse + +Make xmlNodeDumpOutput and htmlNodeDumpFormatOutput work with corrupted +parent pointers. This used to work with the old recursive code but the +non-recursive rewrite required parent pointers to be set correctly. + +Unfortunately, lxml relies on the old behavior and passes subtrees with +a corrupted structure. Fall back to a recursive function call if an +invalid parent pointer is detected. + +Fixes #255. +--- + HTMLtree.c | 46 ++++++++++++++++++++++++++++------------------ + xmlsave.c | 31 +++++++++++++++++++++---------- + 2 files changed, 49 insertions(+), 28 deletions(-) + +diff --git a/HTMLtree.c b/HTMLtree.c +index 24434d45..bdd639c7 100644 +--- HTMLtree.c ++++ HTMLtree.c +@@ -744,7 +744,7 @@ void + htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + xmlNodePtr cur, const char *encoding ATTRIBUTE_UNUSED, + int format) { +- xmlNodePtr root; ++ xmlNodePtr root, parent; + xmlAttrPtr attr; + const htmlElemDesc * info; + +@@ -755,6 +755,7 @@ htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + } + + root = cur; ++ parent = cur->parent; + while (1) { + switch (cur->type) { + case XML_HTML_DOCUMENT_NODE: +@@ -762,13 +763,25 @@ htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + if (((xmlDocPtr) cur)->intSubset != NULL) { + htmlDtdDumpOutput(buf, (xmlDocPtr) cur, NULL); + } +- if (cur->children != NULL) { ++ /* Always validate cur->parent when descending. */ ++ if ((cur->parent == parent) && (cur->children != NULL)) { ++ parent = cur; + cur = cur->children; + continue; + } + break; + + case XML_ELEMENT_NODE: ++ /* ++ * Some users like lxml are known to pass nodes with a corrupted ++ * tree structure. Fall back to a recursive call to handle this ++ * case. ++ */ ++ if ((cur->parent != parent) && (cur->children != NULL)) { ++ htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format); ++ break; ++ } ++ + /* + * Get specific HTML info for that node. + */ +@@ -817,6 +830,7 @@ htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + (cur->name != NULL) && + (cur->name[0] != 'p')) /* p, pre, param */ + xmlOutputBufferWriteString(buf, "\n"); ++ parent = cur; + cur = cur->children; + continue; + } +@@ -825,9 +839,9 @@ htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + (info != NULL) && (!info->isinline)) { + if ((cur->next->type != HTML_TEXT_NODE) && + (cur->next->type != HTML_ENTITY_REF_NODE) && +- (cur->parent != NULL) && +- (cur->parent->name != NULL) && +- (cur->parent->name[0] != 'p')) /* p, pre, param */ ++ (parent != NULL) && ++ (parent->name != NULL) && ++ (parent->name[0] != 'p')) /* p, pre, param */ + xmlOutputBufferWriteString(buf, "\n"); + } + +@@ -842,9 +856,9 @@ htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + break; + if (((cur->name == (const xmlChar *)xmlStringText) || + (cur->name != (const xmlChar *)xmlStringTextNoenc)) && +- ((cur->parent == NULL) || +- ((xmlStrcasecmp(cur->parent->name, BAD_CAST "script")) && +- (xmlStrcasecmp(cur->parent->name, BAD_CAST "style"))))) { ++ ((parent == NULL) || ++ ((xmlStrcasecmp(parent->name, BAD_CAST "script")) && ++ (xmlStrcasecmp(parent->name, BAD_CAST "style"))))) { + xmlChar *buffer; + + buffer = xmlEncodeEntitiesReentrant(doc, cur->content); +@@ -902,13 +916,9 @@ htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + break; + } + +- /* +- * The parent should never be NULL here but we want to handle +- * corrupted documents gracefully. +- */ +- if (cur->parent == NULL) +- return; +- cur = cur->parent; ++ cur = parent; ++ /* cur->parent was validated when descending. */ ++ parent = cur->parent; + + if ((cur->type == XML_HTML_DOCUMENT_NODE) || + (cur->type == XML_DOCUMENT_NODE)) { +@@ -939,9 +949,9 @@ htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + (cur->next != NULL)) { + if ((cur->next->type != HTML_TEXT_NODE) && + (cur->next->type != HTML_ENTITY_REF_NODE) && +- (cur->parent != NULL) && +- (cur->parent->name != NULL) && +- (cur->parent->name[0] != 'p')) /* p, pre, param */ ++ (parent != NULL) && ++ (parent->name != NULL) && ++ (parent->name[0] != 'p')) /* p, pre, param */ + xmlOutputBufferWriteString(buf, "\n"); + } + } +diff --git a/xmlsave.c b/xmlsave.c +index 61a40459..aedbd5e7 100644 +--- xmlsave.c ++++ xmlsave.c +@@ -847,7 +847,7 @@ htmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + static void + xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + int format = ctxt->format; +- xmlNodePtr tmp, root, unformattedNode = NULL; ++ xmlNodePtr tmp, root, unformattedNode = NULL, parent; + xmlAttrPtr attr; + xmlChar *start, *end; + xmlOutputBufferPtr buf; +@@ -856,6 +856,7 @@ xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + buf = ctxt->buf; + + root = cur; ++ parent = cur->parent; + while (1) { + switch (cur->type) { + case XML_DOCUMENT_NODE: +@@ -868,7 +869,9 @@ xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + break; + + case XML_DOCUMENT_FRAG_NODE: +- if (cur->children != NULL) { ++ /* Always validate cur->parent when descending. */ ++ if ((cur->parent == parent) && (cur->children != NULL)) { ++ parent = cur; + cur = cur->children; + continue; + } +@@ -887,7 +890,18 @@ xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + break; + + case XML_ELEMENT_NODE: +- if ((cur != root) && (ctxt->format == 1) && (xmlIndentTreeOutput)) ++ /* ++ * Some users like lxml are known to pass nodes with a corrupted ++ * tree structure. Fall back to a recursive call to handle this ++ * case. ++ */ ++ if ((cur->parent != parent) && (cur->children != NULL)) { ++ xmlNodeDumpOutputInternal(ctxt, cur); ++ break; ++ } ++ ++ if ((ctxt->level > 0) && (ctxt->format == 1) && ++ (xmlIndentTreeOutput)) + xmlOutputBufferWrite(buf, ctxt->indent_size * + (ctxt->level > ctxt->indent_nr ? + ctxt->indent_nr : ctxt->level), +@@ -942,6 +956,7 @@ xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + xmlOutputBufferWrite(buf, 1, ">"); + if (ctxt->format == 1) xmlOutputBufferWrite(buf, 1, "\n"); + if (ctxt->level >= 0) ctxt->level++; ++ parent = cur; + cur = cur->children; + continue; + } +@@ -1058,13 +1073,9 @@ xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + break; + } + +- /* +- * The parent should never be NULL here but we want to handle +- * corrupted documents gracefully. +- */ +- if (cur->parent == NULL) +- return; +- cur = cur->parent; ++ cur = parent; ++ /* cur->parent was validated when descending. */ ++ parent = cur->parent; + + if (cur->type == XML_ELEMENT_NODE) { + if (ctxt->level > 0) ctxt->level--; +-- +GitLab + diff --git a/textproc/libxml2/files/patch-git-02-13ad8736d294536da4cbcd70a96b0a2fbf47070c b/textproc/libxml2/files/patch-git-02-13ad8736d294536da4cbcd70a96b0a2fbf47070c new file mode 100644 index 000000000000..3bf47b75b3cc --- /dev/null +++ b/textproc/libxml2/files/patch-git-02-13ad8736d294536da4cbcd70a96b0a2fbf47070c @@ -0,0 +1,46 @@ +From 13ad8736d294536da4cbcd70a96b0a2fbf47070c Mon Sep 17 00:00:00 2001 +From: Nick Wellnhofer +Date: Tue, 25 May 2021 10:55:25 +0200 +Subject: [PATCH] Fix regression in xmlNodeDumpOutputInternal + +Commit 85b1792e could cause additional whitespace if xmlNodeDump was +called with a non-zero starting level. +--- + xmlsave.c | 14 +++++++------- + 1 file changed, 7 insertions(+), 7 deletions(-) + +diff --git a/xmlsave.c b/xmlsave.c +index aedbd5e7..489505f4 100644 +--- xmlsave.c ++++ xmlsave.c +@@ -890,6 +890,13 @@ xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + break; + + case XML_ELEMENT_NODE: ++ if ((cur != root) && (ctxt->format == 1) && ++ (xmlIndentTreeOutput)) ++ xmlOutputBufferWrite(buf, ctxt->indent_size * ++ (ctxt->level > ctxt->indent_nr ? ++ ctxt->indent_nr : ctxt->level), ++ ctxt->indent); ++ + /* + * Some users like lxml are known to pass nodes with a corrupted + * tree structure. Fall back to a recursive call to handle this +@@ -900,13 +907,6 @@ xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { + break; + } + +- if ((ctxt->level > 0) && (ctxt->format == 1) && +- (xmlIndentTreeOutput)) +- xmlOutputBufferWrite(buf, ctxt->indent_size * +- (ctxt->level > ctxt->indent_nr ? +- ctxt->indent_nr : ctxt->level), +- ctxt->indent); +- + xmlOutputBufferWrite(buf, 1, "<"); + if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { + xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); +-- +GitLab + diff --git a/textproc/libxml2/files/patch-git-03-3e1aad4fe584747fd7d17cc7b2863a78e2d21a77 b/textproc/libxml2/files/patch-git-03-3e1aad4fe584747fd7d17cc7b2863a78e2d21a77 new file mode 100644 index 000000000000..6ed3d25dd436 --- /dev/null +++ b/textproc/libxml2/files/patch-git-03-3e1aad4fe584747fd7d17cc7b2863a78e2d21a77 @@ -0,0 +1,31 @@ +From 3e1aad4fe584747fd7d17cc7b2863a78e2d21a77 Mon Sep 17 00:00:00 2001 +From: Nick Wellnhofer +Date: Wed, 2 Jun 2021 17:31:49 +0200 +Subject: [PATCH] Fix XPath recursion limit + +Fix accounting of recursion depth when parsing XPath expressions. + +This silly bug introduced in commit 804c5297 could lead to spurious +errors when parsing larger expressions or XSLT documents. + +Should fix #264. +--- + xpath.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/xpath.c b/xpath.c +index 7497ba07..1aa2f1ab 100644 +--- xpath.c ++++ xpath.c +@@ -10983,7 +10983,7 @@ xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) { + } + + if (xpctxt != NULL) +- xpctxt->depth -= 1; ++ xpctxt->depth -= 10; + } + + /** +-- +GitLab + diff --git a/textproc/libxml2/files/patch-git-04-92d9ab4c28842a09ca2b76d3ff2f933e01b6cd6f b/textproc/libxml2/files/patch-git-04-92d9ab4c28842a09ca2b76d3ff2f933e01b6cd6f new file mode 100644 index 000000000000..bad2cff3acc4 --- /dev/null +++ b/textproc/libxml2/files/patch-git-04-92d9ab4c28842a09ca2b76d3ff2f933e01b6cd6f @@ -0,0 +1,43 @@ +From 92d9ab4c28842a09ca2b76d3ff2f933e01b6cd6f Mon Sep 17 00:00:00 2001 +From: Nick Wellnhofer +Date: Mon, 7 Jun 2021 15:09:53 +0200 +Subject: [PATCH] Fix whitespace when serializing empty HTML documents + +The old, non-recursive HTML serialization code would always terminate +the output with a newline. The new implementation omitted the newline +if the document node had no children. Readd the newline when +serializing empty documents. + +Fixes #266. +--- + HTMLtree.c | 14 +++++++++----- + 1 file changed, 9 insertions(+), 5 deletions(-) + +diff --git a/HTMLtree.c b/HTMLtree.c +index bdd639c7..7a2b8558 100644 +--- HTMLtree.c ++++ HTMLtree.c +@@ -763,11 +763,15 @@ htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, + if (((xmlDocPtr) cur)->intSubset != NULL) { + htmlDtdDumpOutput(buf, (xmlDocPtr) cur, NULL); + } +- /* Always validate cur->parent when descending. */ +- if ((cur->parent == parent) && (cur->children != NULL)) { +- parent = cur; +- cur = cur->children; +- continue; ++ if (cur->children != NULL) { ++ /* Always validate cur->parent when descending. */ ++ if (cur->parent == parent) { ++ parent = cur; ++ cur = cur->children; ++ continue; ++ } ++ } else { ++ xmlOutputBufferWriteString(buf, "\n"); + } + break; + +-- +GitLab + diff --git a/textproc/libxml2/files/patch-git-106757e8c1e26ad9b8c924c7f304074b79e082c5 b/textproc/libxml2/files/patch-git-106757e8c1e26ad9b8c924c7f304074b79e082c5 deleted file mode 100644 index f4b1f8c56d0f..000000000000 --- a/textproc/libxml2/files/patch-git-106757e8c1e26ad9b8c924c7f304074b79e082c5 +++ /dev/null @@ -1,39 +0,0 @@ -commit 106757e8c1e26ad9b8c924c7f304074b79e082c5 -Author: Daniel Cheng -Date: Fri Apr 10 14:52:03 2020 -0700 - - Guard new calls to xmlValidatePopElement in xml_reader.c - - Closes #154. - -commit 386fb27654b93d9fb2880e03fb508d618a2e66f1 -Author: Łukasz Wojniłowicz -Date: Tue Apr 28 17:00:37 2020 +0200 - - Add LIBXML_VALID_ENABLED to xmlreader - - There are already LIBXML_VALID_ENABLED in this file to guard against - "--without-valid" at "./configure" step, but here they were missing. -diff --git xmlreader.c xmlreader.c -index 687c8b3c..3fd9aa4c 100644 ---- xmlreader.c -+++ xmlreader.c -@@ -2260,14 +2260,18 @@ xmlFreeTextReader(xmlTextReaderPtr reader) { - if (reader->ctxt != NULL) { - if (reader->dict == reader->ctxt->dict) - reader->dict = NULL; -+#ifdef LIBXML_VALID_ENABLED - if ((reader->ctxt->vctxt.vstateTab != NULL) && - (reader->ctxt->vctxt.vstateMax > 0)){ -+#ifdef LIBXML_REGEXP_ENABLED - while (reader->ctxt->vctxt.vstateNr > 0) - xmlValidatePopElement(&reader->ctxt->vctxt, NULL, NULL, NULL); -+#endif /* LIBXML_REGEXP_ENABLED */ - xmlFree(reader->ctxt->vctxt.vstateTab); - reader->ctxt->vctxt.vstateTab = NULL; - reader->ctxt->vctxt.vstateMax = 0; - } -+#endif /* LIBXML_VALID_ENABLED */ - if (reader->ctxt->myDoc != NULL) { - if (reader->preserve == 0) - xmlTextReaderFreeDoc(reader, reader->ctxt->myDoc); From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 21:37:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E940864FCCB; Mon, 21 Jun 2021 21:37: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 4G82tl5nx9z4q7P; Mon, 21 Jun 2021 21:37: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 A3ED6246E1; Mon, 21 Jun 2021 21:37: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 15LLbZkN034313; Mon, 21 Jun 2021 21:37:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LLbZli034312; Mon, 21 Jun 2021 21:37:35 GMT (envelope-from git) Date: Mon, 21 Jun 2021 21:37:35 GMT Message-Id: <202106212137.15LLbZli034312@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: 8afcf305cba3 - main - textproc/libxslt: Unbreak the build after textproc/libxml2 changes. 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: 8afcf305cba32728f5733d35505b15672a64a2cc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 21:37:36 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8afcf305cba32728f5733d35505b15672a64a2cc commit 8afcf305cba32728f5733d35505b15672a64a2cc Author: Daniel Engberg AuthorDate: 2021-06-16 20:53:14 +0000 Commit: Gleb Popov CommitDate: 2021-06-21 21:19:10 +0000 textproc/libxslt: Unbreak the build after textproc/libxml2 changes. Reported by: arrowd --- textproc/libxslt/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 3f37ccbbf28b..e1f2325119e1 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -14,7 +14,7 @@ COMMENT= XML stylesheet transformation library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gmake gnome localbase libtool pathfix +USES= cpe gmake gnome localbase libtool pathfix pkgconfig CPE_VENDOR= xmlsoft GNU_CONFIGURE= yes USE_GNOME= libxml2 @@ -32,15 +32,13 @@ OPTIONS_DEFAULT=CRYPTO CRYPTO_DESC= Enable crypto support MEM_DEBUG_DESC= Enable memory debugging -CRYPTO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt +CRYPTO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error CRYPTO_CONFIGURE_WITH= crypto MEM_DEBUG_CONFIGURE_ON= --with-mem-debug post-patch: @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} -e 's|[$$](bindir)/xsltproc|../xsltproc/xsltproc|g ; \ - s|[$$](bindir)/xmllint|../xmllint/xmllint|g' \ - ${WRKSRC}/doc/Makefile.in .include From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 22:12:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 011006501DE; Mon, 21 Jun 2021 22:12: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 4G83fm6TjPz4rVw; Mon, 21 Jun 2021 22:12: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 C6FE324F7D; Mon, 21 Jun 2021 22:12: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 15LMCGBp086252; Mon, 21 Jun 2021 22:12:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LMCGNG086251; Mon, 21 Jun 2021 22:12:16 GMT (envelope-from git) Date: Mon, 21 Jun 2021 22:12:16 GMT Message-Id: <202106212212.15LMCGNG086251@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: 441deeb3babb - main - x11/nwg-drawer: add new port 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: 441deeb3babb7928739f9eed423e76de5e9359ad Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 22:12:17 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=441deeb3babb7928739f9eed423e76de5e9359ad commit 441deeb3babb7928739f9eed423e76de5e9359ad Author: Jan Beich AuthorDate: 2021-06-21 21:36:11 +0000 Commit: Jan Beich CommitDate: 2021-06-21 22:09:35 +0000 x11/nwg-drawer: add new port Fully configurable (with command line arguments and css) dock, written in Go, aimed exclusively at sway Wayland compositor. It features pinned buttons, task buttons, the workspace switcher and the launcher button. By default the launcher starts nwg-drawer or nwggrid (if found). https://github.com/nwg-piotr/nwg-dock --- x11/Makefile | 1 + x11/nwg-drawer/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ x11/nwg-drawer/distinfo | 19 +++++++++++++++++++ x11/nwg-drawer/pkg-descr | 9 +++++++++ 4 files changed, 71 insertions(+) diff --git a/x11/Makefile b/x11/Makefile index 8872fe398647..35eb5d664de1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -246,6 +246,7 @@ SUBDIR += nvidia-secondary-driver-390 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig + SUBDIR += nwg-drawer SUBDIR += nwg-launchers SUBDIR += nxcomp SUBDIR += p5-Clipboard diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile new file mode 100644 index 000000000000..ddcfd6584c16 --- /dev/null +++ b/x11/nwg-drawer/Makefile @@ -0,0 +1,42 @@ +PORTNAME= nwg-drawer +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 +CATEGORIES= x11 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Application drawer for sway and other wlroots compositors + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell + +USES= gnome go:modules pkgconfig +USE_GITHUB= yes +USE_GNOME= cairo gdkpixbuf2 gtk30 +GH_ACCOUNT= nwg-piotr +GH_TAGNAME= be2433f # from version bump in main.go +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 \ + golang:sync:56d357773e84:golang_sync/vendor/golang.org/x/sync \ + gotk3:gotk3:v0.6.0: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 \ + uber-go:atomic:v1.3.2:uber_go_atomic/vendor/go.uber.org/atomic \ + uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr +CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 +PLIST_FILES= bin/${PORTNAME} +PORTDATA= desktop-directories *.css + +post-patch: +# Respect PREFIX for *.desktop + @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ + ${WRKSRC}/tools.go + +post-install: +# Based on install from WRKSRC/Makefile + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ + ${STAGEDIR}${DATADIR}) + +.include diff --git a/x11/nwg-drawer/distinfo b/x11/nwg-drawer/distinfo new file mode 100644 index 000000000000..2ef8c4ec4941 --- /dev/null +++ b/x11/nwg-drawer/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1624059620 +SHA256 (nwg-piotr-nwg-drawer-v0.1.0-be2433f_GH0.tar.gz) = f455463be7c5063c6c138285def154ef1a4f784208b60bc8d31470c8e01e4a44 +SIZE (nwg-piotr-nwg-drawer-v0.1.0-be2433f_GH0.tar.gz) = 3270007 +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 (golang-sync-56d357773e84_GH0.tar.gz) = b30ecf4394f01a492423b41e3815d84711c29d679ee4dd5118fc2c9bcf433b3f +SIZE (golang-sync-56d357773e84_GH0.tar.gz) = 16832 +SHA256 (gotk3-gotk3-v0.6.0_GH0.tar.gz) = 73e33cf291cc7d071e29af15482c4b45794ad614d6dcecac716df0959126a0ce +SIZE (gotk3-gotk3-v0.6.0_GH0.tar.gz) = 272701 +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 +SIZE (joshuarubin-lifecycle-v1.0.0_GH0.tar.gz) = 7265 +SHA256 (uber-go-atomic-v1.3.2_GH0.tar.gz) = ee2ec763758d8ab2095ee927086a1ed057212fa27660614448d4bbcbdc4ffe61 +SIZE (uber-go-atomic-v1.3.2_GH0.tar.gz) = 8047 +SHA256 (uber-go-multierr-v1.1.0_GH0.tar.gz) = 45405583513302d57d4715fada5ef8c8dbd9c9992956f2d0faa8758d9d885851 +SIZE (uber-go-multierr-v1.1.0_GH0.tar.gz) = 9234 diff --git a/x11/nwg-drawer/pkg-descr b/x11/nwg-drawer/pkg-descr new file mode 100644 index 000000000000..cc36f2782683 --- /dev/null +++ b/x11/nwg-drawer/pkg-descr @@ -0,0 +1,9 @@ +nwg-drawer displays the application grid. The search entry +allows to look for installed applications, and for files in XDG user +directories. The grid view may also be filtered by categories. + +nwg-drawer is a golang replacement to nwggrid from nwg-launchers. +It's being developed with sway in mind, but should also work with +other wlroots-based Wayland compositors. + +WWW: https://github.com/nwg-piotr/nwg-drawer From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 22:12:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 471B7650618; Mon, 21 Jun 2021 22:12: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 4G83fp0zH3z4rMj; Mon, 21 Jun 2021 22:12: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 EB76A24F7E; Mon, 21 Jun 2021 22:12: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 15LMCHXP086276; Mon, 21 Jun 2021 22:12:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LMCHo8086275; Mon, 21 Jun 2021 22:12:17 GMT (envelope-from git) Date: Mon, 21 Jun 2021 22:12:17 GMT Message-Id: <202106212212.15LMCHo8086275@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: 400c1af36e44 - main - x11/nwg-dock: add new port 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: 400c1af36e44f6ad699125526c70668745482c98 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 22:12:18 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=400c1af36e44f6ad699125526c70668745482c98 commit 400c1af36e44f6ad699125526c70668745482c98 Author: Jan Beich AuthorDate: 2021-06-21 20:20:34 +0000 Commit: Jan Beich CommitDate: 2021-06-21 22:09:35 +0000 x11/nwg-dock: add new port Fully configurable (with command line arguments and css) dock, written in Go, aimed exclusively at sway Wayland compositor. It features pinned buttons, task buttons, the workspace switcher and the launcher button. The latter by default starts nwg-drawer or nwggrid (application grid from nwg-launchers) - if found. https://github.com/nwg-piotr/nwg-dock --- x11/Makefile | 1 + x11/nwg-dock/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++ x11/nwg-dock/distinfo | 19 +++++++++++++++++++ x11/nwg-dock/pkg-descr | 6 ++++++ 4 files changed, 69 insertions(+) diff --git a/x11/Makefile b/x11/Makefile index 35eb5d664de1..fa49a0f12506 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -246,6 +246,7 @@ SUBDIR += nvidia-secondary-driver-390 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig + SUBDIR += nwg-dock SUBDIR += nwg-drawer SUBDIR += nwg-launchers SUBDIR += nxcomp diff --git a/x11/nwg-dock/Makefile b/x11/nwg-dock/Makefile new file mode 100644 index 000000000000..4b382a3026c2 --- /dev/null +++ b/x11/nwg-dock/Makefile @@ -0,0 +1,43 @@ +PORTNAME= nwg-dock +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.5 +CATEGORIES= x11 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= GTK3-based dock for sway + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell + +USES= gnome go:modules pkgconfig +USE_GITHUB= yes +USE_GNOME= cairo gdkpixbuf2 gtk30 +GH_ACCOUNT= nwg-piotr +GH_TAGNAME= b808f01 # from version bump in main.go +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 \ + golang:sync:56d357773e84:golang_sync/vendor/golang.org/x/sync \ + gotk3:gotk3:v0.6.0: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 \ + uber-go:atomic:v1.3.2:uber_go_atomic/vendor/go.uber.org/atomic \ + uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr +CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 +PLIST_FILES= bin/${PORTNAME} +PORTDATA= images *.css + +post-patch: +# Respect PREFIX for *.desktop + @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ + ${WRKSRC}/tools.go + +post-install: +# Based on install from WRKSRC/Makefile + @${CP} -p ${WRKSRC}/config/*.css ${WRKSRC} + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ + ${STAGEDIR}${DATADIR}) + +.include diff --git a/x11/nwg-dock/distinfo b/x11/nwg-dock/distinfo new file mode 100644 index 000000000000..cda5b37c2e7b --- /dev/null +++ b/x11/nwg-dock/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1624058743 +SHA256 (nwg-piotr-nwg-dock-v0.1.5-b808f01_GH0.tar.gz) = 8b947b9685fed2600a28707fd9a3f5823309b79c57f34856f99e23b4f8b1fa6a +SIZE (nwg-piotr-nwg-dock-v0.1.5-b808f01_GH0.tar.gz) = 3238269 +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 (golang-sync-56d357773e84_GH0.tar.gz) = b30ecf4394f01a492423b41e3815d84711c29d679ee4dd5118fc2c9bcf433b3f +SIZE (golang-sync-56d357773e84_GH0.tar.gz) = 16832 +SHA256 (gotk3-gotk3-v0.6.0_GH0.tar.gz) = 73e33cf291cc7d071e29af15482c4b45794ad614d6dcecac716df0959126a0ce +SIZE (gotk3-gotk3-v0.6.0_GH0.tar.gz) = 272701 +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 +SIZE (joshuarubin-lifecycle-v1.0.0_GH0.tar.gz) = 7265 +SHA256 (uber-go-atomic-v1.3.2_GH0.tar.gz) = ee2ec763758d8ab2095ee927086a1ed057212fa27660614448d4bbcbdc4ffe61 +SIZE (uber-go-atomic-v1.3.2_GH0.tar.gz) = 8047 +SHA256 (uber-go-multierr-v1.1.0_GH0.tar.gz) = 45405583513302d57d4715fada5ef8c8dbd9c9992956f2d0faa8758d9d885851 +SIZE (uber-go-multierr-v1.1.0_GH0.tar.gz) = 9234 diff --git a/x11/nwg-dock/pkg-descr b/x11/nwg-dock/pkg-descr new file mode 100644 index 000000000000..a839f9f4d3e2 --- /dev/null +++ b/x11/nwg-dock/pkg-descr @@ -0,0 +1,6 @@ +Fully configurable (with command line arguments and css) dock, written +in Go, aimed exclusively at sway Wayland compositor. It features +pinned buttons, task buttons, the workspace switcher and the launcher +button. By default the launcher starts nwg-drawer or nwggrid (if found). + +WWW: https://github.com/nwg-piotr/nwg-dock From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 22:12:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5359B650267; Mon, 21 Jun 2021 22:12: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 4G83fq1fkQz4rYW; Mon, 21 Jun 2021 22:12: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 1A6BD251B0; Mon, 21 Jun 2021 22:12: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 15LMCJeW086300; Mon, 21 Jun 2021 22:12:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15LMCJnN086299; Mon, 21 Jun 2021 22:12:19 GMT (envelope-from git) Date: Mon, 21 Jun 2021 22:12:19 GMT Message-Id: <202106212212.15LMCJnN086299@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: aea455822ffc - main - x11/nwg-menu: add new port 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: aea455822ffc77bd04c5b405a08e3a4f0e87dd9d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 22:12:19 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=aea455822ffc77bd04c5b405a08e3a4f0e87dd9d commit aea455822ffc77bd04c5b405a08e3a4f0e87dd9d Author: Jan Beich AuthorDate: 2021-06-21 19:29:29 +0000 Commit: Jan Beich CommitDate: 2021-06-21 22:09:35 +0000 x11/nwg-menu: add new port nwg-menu displays the system menu with simplified FreeDesktop Main Categories (8 instead of 13). It also provides the search entry, to look for installed application on the basis of .desktop files, and for files in XDG user directories. It's being developed with sway in mind, but should also work with other wlroots-based Wayland compositors such as Wayfire. https://github.com/nwg-piotr/nwg-menu --- x11/Makefile | 1 + x11/nwg-menu/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ x11/nwg-menu/distinfo | 19 +++++++++++++++++++ x11/nwg-menu/pkg-descr | 9 +++++++++ 4 files changed, 71 insertions(+) diff --git a/x11/Makefile b/x11/Makefile index fa49a0f12506..8e57835f604a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -249,6 +249,7 @@ SUBDIR += nwg-dock SUBDIR += nwg-drawer SUBDIR += nwg-launchers + SUBDIR += nwg-menu SUBDIR += nxcomp SUBDIR += p5-Clipboard SUBDIR += p5-X11-GUITest diff --git a/x11/nwg-menu/Makefile b/x11/nwg-menu/Makefile new file mode 100644 index 000000000000..b24264e5aa03 --- /dev/null +++ b/x11/nwg-menu/Makefile @@ -0,0 +1,42 @@ +PORTNAME= nwg-menu +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.1 +CATEGORIES= x11 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= MenuStart plugin to nwg-panel, also capable of working standalone + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell + +USES= gnome go:modules pkgconfig +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 \ + golang:sync:56d357773e84:golang_sync/vendor/golang.org/x/sync \ + gotk3:gotk3:v0.6.0: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 \ + uber-go:atomic:v1.3.2:uber_go_atomic/vendor/go.uber.org/atomic \ + uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr +CGO_LDFLAGS+= -Wl,--as-needed # harfbuzz, freetype2 +PLIST_FILES= bin/${PORTNAME} +PORTDATA= desktop-directories *.css + +post-patch: +# Respect PREFIX for *.desktop and system configs + @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ + ${WRKSRC}/main.go \ + ${WRKSRC}/tools.go + +post-install: +# Based on install from WRKSRC/Makefile + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" \ + ${STAGEDIR}${DATADIR}) + +.include diff --git a/x11/nwg-menu/distinfo b/x11/nwg-menu/distinfo new file mode 100644 index 000000000000..7a6e7b02b01e --- /dev/null +++ b/x11/nwg-menu/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1624145856 +SHA256 (nwg-piotr-nwg-menu-v0.1.1_GH0.tar.gz) = bc286e014eaad39d12aaad71ca48bfe2c93353114263c6fd71a0ab8cf0f2ac02 +SIZE (nwg-piotr-nwg-menu-v0.1.1_GH0.tar.gz) = 6474189 +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 (golang-sync-56d357773e84_GH0.tar.gz) = b30ecf4394f01a492423b41e3815d84711c29d679ee4dd5118fc2c9bcf433b3f +SIZE (golang-sync-56d357773e84_GH0.tar.gz) = 16832 +SHA256 (gotk3-gotk3-v0.6.0_GH0.tar.gz) = 73e33cf291cc7d071e29af15482c4b45794ad614d6dcecac716df0959126a0ce +SIZE (gotk3-gotk3-v0.6.0_GH0.tar.gz) = 272701 +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 +SIZE (joshuarubin-lifecycle-v1.0.0_GH0.tar.gz) = 7265 +SHA256 (uber-go-atomic-v1.3.2_GH0.tar.gz) = ee2ec763758d8ab2095ee927086a1ed057212fa27660614448d4bbcbdc4ffe61 +SIZE (uber-go-atomic-v1.3.2_GH0.tar.gz) = 8047 +SHA256 (uber-go-multierr-v1.1.0_GH0.tar.gz) = 45405583513302d57d4715fada5ef8c8dbd9c9992956f2d0faa8758d9d885851 +SIZE (uber-go-multierr-v1.1.0_GH0.tar.gz) = 9234 diff --git a/x11/nwg-menu/pkg-descr b/x11/nwg-menu/pkg-descr new file mode 100644 index 000000000000..035be6441f7e --- /dev/null +++ b/x11/nwg-menu/pkg-descr @@ -0,0 +1,9 @@ +nwg-menu displays the system menu with simplified FreeDesktop Main +Categories (8 instead of 13). It also provides the search entry, to +look for installed application on the basis of .desktop files, and for +files in XDG user directories. + +It's being developed with sway in mind, but should also work with +other wlroots-based Wayland compositors such as Wayfire. + +WWW: https://github.com/nwg-piotr/nwg-menu From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 22:25:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C3D765094D; Mon, 21 Jun 2021 22:25:37 +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 4G83y92v0xz4ssY; Mon, 21 Jun 2021 22:25:37 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624314337; 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=Q8lacRKGLPWt2vDh4js7n5KZNbBMcOUodwClmAzr4Ys=; b=YUOn1bI+wgQqp3IZCh6zv35SWnnsRTMlXUzmW3Kzi3WR0w63gJJ0yEu0079bW/RyCyGw+w dAqyEnUeBVdHHWv5bzaqihG7K+yV0vVELZter0kbV+QcZy3MTPEehb79JUG5nnL4B0eUT7 RgKCkXUgF2ErGC2ecjRrn6ulhi5Q4YpYohQsd6O3+xbeZ3OguHz7j7S+XbMwuMCyJOxuV4 cCpEYL5ajXIph0npNcc0t+tUNh3zqkdMotIuTR9Y22JTUnxyP7J7xnJRQ41vZymL08EMtM 9mVTBqvqZoN8oKTptqP+7YAE+FLO1g6pzZSo3NX8BBTvoY9LhDn26rk+uCpnpg== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 533454AB8; Mon, 21 Jun 2021 22:25:37 +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: 441deeb3babb - main - x11/nwg-drawer: add new port References: <202106212212.15LMCGNG086251__23324.802080036$1624313555$gmane$org@gitrepo.freebsd.org> Date: Tue, 22 Jun 2021 00:25:34 +0200 In-Reply-To: <202106212212.15LMCGNG086251__23324.802080036$1624313555$gmane$org@gitrepo.freebsd.org> (Jan Beich's message of "Mon, 21 Jun 2021 22:12:16 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=1624314337; 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=Q8lacRKGLPWt2vDh4js7n5KZNbBMcOUodwClmAzr4Ys=; b=bJqNxXKygZ4GtZMJGBIqAAaIPuVQoMZoomVRrQJ7Hi/7zbxWvahFPGblOR1QkGWBWcAWAj F3tv5IPBqenvvIwJvP6dTjp9qPTsB/+FNs2347l6RanScbDlZujh5ajfC6+feLxY78mUe9 Vo0X6xi3GcKTCgk9qbrfTuOUvqZIzyfKehs0WxYRcUcTee2HIbHP0iMFZPlk/RxNbGk0cX rV3mlvmAHOUpXba85IVNUJB2s7LcRtvVWIXaFueDtOW+45Fi69vy/LOJfWDO28pz0S7pF+ jb2YKsODG/zgOTuTrthhgClaH3EEIZHoserh0ujGOtaYqo7P3nzEox1lJ5SMFA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1624314337; a=rsa-sha256; cv=none; b=o1/Arh6TfbwsP3YOeBeTpDc5ZKqcW0U3yUZIHsL8nqMobpPlCFe4ZLOavhi48oNSmsnPRe 4uhaB4BAIXicwUhBxWEDKEwqIOQ4WUoYbZml0QlH0ZSqXvY/xldmQpexoieNj25ql6avig dVFnSD/9IEqoxniFe72A/s9Cnp4skn/AYqJBxwr5WCSRGzkt5eveYlUrl/WKg7+1jWu0hG tVlys/eSMgT9je/WC3CumGZxtQhAevNtXRtMTX6x+a7HXrRshaKwE8hW45AX14Y3EX/SUj 2Je7ySTYAGcLYP+ts9i56sCcjSfU+SYm4FZ2nLuf9CL9je/3CEGD/fgN2VjhSw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 22:25:37 -0000 Jan Beich writes: > The branch main has been updated by jbeich: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=441deeb3babb7928739f9eed423e76de5e9359ad > > commit 441deeb3babb7928739f9eed423e76de5e9359ad > Author: Jan Beich > AuthorDate: 2021-06-21 21:36:11 +0000 > Commit: Jan Beich > CommitDate: 2021-06-21 22:09:35 +0000 > > x11/nwg-drawer: add new port > > Fully configurable (with command line arguments and css) dock, written > in Go, aimed exclusively at sway Wayland compositor. It features > pinned buttons, task buttons, the workspace switcher and the launcher > button. By default the launcher starts nwg-drawer or nwggrid (if found). > > https://github.com/nwg-piotr/nwg-dock [...] > --- /dev/null > +++ b/x11/nwg-drawer/pkg-descr > @@ -0,0 +1,9 @@ > +nwg-drawer displays the application grid. The search entry > +allows to look for installed applications, and for files in XDG user > +directories. The grid view may also be filtered by categories. > + > +nwg-drawer is a golang replacement to nwggrid from nwg-launchers. > +It's being developed with sway in mind, but should also work with > +other wlroots-based Wayland compositors. > + > +WWW: https://github.com/nwg-piotr/nwg-drawer Synchronizing commit message with pkg-descr turned out to be error-prone. I regret adopting copy-pasta cargo cult... From owner-dev-commits-ports-main@freebsd.org Mon Jun 21 22:59:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C336651558; Mon, 21 Jun 2021 22: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 4G84jH6xXYz4vRP; Mon, 21 Jun 2021 22: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 D7017258D7; Mon, 21 Jun 2021 22:59: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 15LMxViZ040136; Mon, 21 Jun 2021 22: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 15LMxVS5040135; Mon, 21 Jun 2021 22:59:31 GMT (envelope-from git) Date: Mon, 21 Jun 2021 22:59:31 GMT Message-Id: <202106212259.15LMxVS5040135@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Brad Davis Subject: git: c8540e27153f - main - www/nginx: Update to 1.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c8540e27153f1ea2ee438b9aaf367ea0def9ef29 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2021 22:59:32 -0000 The branch main has been updated by brd (doc, src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=c8540e27153f1ea2ee438b9aaf367ea0def9ef29 commit c8540e27153f1ea2ee438b9aaf367ea0def9ef29 Author: Brad Davis AuthorDate: 2021-06-21 22:08:14 +0000 Commit: Brad Davis CommitDate: 2021-06-21 22:08:14 +0000 www/nginx: Update to 1.20.1 PR: 256172 Reported by: Christos Chatzaras Reviewed by: garga Approved by: maintainer timeout MFH: 2021Q2 Security: 0882f019-bd60-11eb-9bdd-8c164567ca3c Sponsored by: Rubicon Communications, LLC ("Netgate") --- www/nginx/Makefile | 4 ++-- www/nginx/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1f876403e27c..b0900310472e 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,8 +1,8 @@ # Created by: Sergey A. Osokin PORTNAME= nginx -PORTVERSION= 1.20.0 -PORTREVISION?= 2 +PORTVERSION= 1.20.1 +PORTREVISION?= 0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index a6e84cc03470..872b1a48bc25 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1618931857 -SHA256 (nginx-1.20.0.tar.gz) = 54ef91ec8ebcaa486c640c09c92d832eaeaff149b10ee52ef140f407b1b04d1c -SIZE (nginx-1.20.0.tar.gz) = 1061070 +TIMESTAMP = 1622043474 +SHA256 (nginx-1.20.1.tar.gz) = e462e11533d5c30baa05df7652160ff5979591d291736cfa5edb9fd2edb48c49 +SIZE (nginx-1.20.1.tar.gz) = 1061461 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 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 00:45:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 131936530F2; Tue, 22 Jun 2021 00:45: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 4G87335q0pz3NSx; Tue, 22 Jun 2021 00:45: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 AC040271FE; Tue, 22 Jun 2021 00:45: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 15M0j3Kf085448; Tue, 22 Jun 2021 00:45:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M0j381085447; Tue, 22 Jun 2021 00:45:03 GMT (envelope-from git) Date: Tue, 22 Jun 2021 00:45:03 GMT Message-Id: <202106220045.15M0j381085447@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: 234833d3aa3f - main - multimedia/libva: update to 2.12.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: 234833d3aa3fc5a192404b83253595bfedfc7f6b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 00:45:04 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=234833d3aa3fc5a192404b83253595bfedfc7f6b commit 234833d3aa3fc5a192404b83253595bfedfc7f6b Author: Jan Beich AuthorDate: 2021-06-17 21:41:13 +0000 Commit: Jan Beich CommitDate: 2021-06-22 00:24:48 +0000 multimedia/libva: update to 2.12.0 Rebuild a consumer that already uses VA_CHECK_VERSION(1, 12, 0) Changes: https://github.com/intel/libva/compare/2.11.0...2.12.0 Reported by: Repology --- multimedia/libva-intel-media-driver/Makefile | 1 + multimedia/libva/Makefile | 4 +--- multimedia/libva/distinfo | 8 +++----- multimedia/libva/pkg-plist | 10 +++++----- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/multimedia/libva-intel-media-driver/Makefile b/multimedia/libva-intel-media-driver/Makefile index b055a308bf03..788c6e58a8cf 100644 --- a/multimedia/libva-intel-media-driver/Makefile +++ b/multimedia/libva-intel-media-driver/Makefile @@ -1,6 +1,7 @@ PORTNAME= media-driver DISTVERSIONPREFIX= intel-media- DISTVERSION= 21.2.2 +PORTREVISION= 1 CATEGORIES= multimedia PKGNAMEPREFIX= libva-intel- diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index eddd501123d1..365a88641095 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -1,12 +1,10 @@ PORTNAME= libva -DISTVERSION= 2.11.0 -PORTREVISION= 1 +DISTVERSION= 2.12.0 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 0c9e5f2fff22.patch:-p1 # https://github.com/intel/libva/pull/292 PATCHFILES+= 657d77406161.patch:-p1 # https://github.com/intel/libva/pull/292 -PATCHFILES+= fb31fe67f303.patch:-p1 # https://github.com/intel/libva/pull/505 MAINTAINER= jbeich@FreeBSD.org COMMENT?= VAAPI wrapper and dummy driver diff --git a/multimedia/libva/distinfo b/multimedia/libva/distinfo index 685b91494397..64f2058e63e6 100644 --- a/multimedia/libva/distinfo +++ b/multimedia/libva/distinfo @@ -1,9 +1,7 @@ -TIMESTAMP = 1616496875 -SHA256 (intel-libva-2.11.0_GH0.tar.gz) = ee2bd79bad5e2404143f089360685f5da63a32dd551b54ccd61d2d49c041178a -SIZE (intel-libva-2.11.0_GH0.tar.gz) = 252204 +TIMESTAMP = 1623966073 +SHA256 (intel-libva-2.12.0_GH0.tar.gz) = 7bca8c8a854653e15e602f243e2452e84e4b454b26549bf80a932ab29d7d6b21 +SIZE (intel-libva-2.12.0_GH0.tar.gz) = 257645 SHA256 (0c9e5f2fff22.patch) = ea769e0225befd4d0046f1f6f4d60bd85c24f9c96b519c414a1597f30185abd6 SIZE (0c9e5f2fff22.patch) = 1715 SHA256 (657d77406161.patch) = 0aa9cc936440e07ebc748829a139546acb01256065afea4a9f5cdc131d97db9d SIZE (657d77406161.patch) = 1107 -SHA256 (fb31fe67f303.patch) = 2e4c65829516839a0a77e9d6d82302f37b72d9a4f136aa5949a5864804063433 -SIZE (fb31fe67f303.patch) = 2126 diff --git a/multimedia/libva/pkg-plist b/multimedia/libva/pkg-plist index 1c66666dce8a..89c47afa55c0 100644 --- a/multimedia/libva/pkg-plist +++ b/multimedia/libva/pkg-plist @@ -34,19 +34,19 @@ include/va/va_vpp.h %%X11%%include/va/va_x11.h lib/libva-drm.so lib/libva-drm.so.2 -lib/libva-drm.so.2.1100.0 +lib/libva-drm.so.2.1200.0 %%GLX%%lib/libva-glx.so %%GLX%%lib/libva-glx.so.2 -%%GLX%%lib/libva-glx.so.2.1100.0 +%%GLX%%lib/libva-glx.so.2.1200.0 %%WAYLAND%%lib/libva-wayland.so %%WAYLAND%%lib/libva-wayland.so.2 -%%WAYLAND%%lib/libva-wayland.so.2.1100.0 +%%WAYLAND%%lib/libva-wayland.so.2.1200.0 %%X11%%lib/libva-x11.so %%X11%%lib/libva-x11.so.2 -%%X11%%lib/libva-x11.so.2.1100.0 +%%X11%%lib/libva-x11.so.2.1200.0 lib/libva.so lib/libva.so.2 -lib/libva.so.2.1100.0 +lib/libva.so.2.1200.0 libdata/pkgconfig/libva-drm.pc %%GLX%%libdata/pkgconfig/libva-glx.pc %%WAYLAND%%libdata/pkgconfig/libva-wayland.pc From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 00:45:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 408A0653170; Tue, 22 Jun 2021 00:45: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 4G873503vHz3NJ9; Tue, 22 Jun 2021 00:45: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 CEC94270C9; Tue, 22 Jun 2021 00:45: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 15M0j4TE085472; Tue, 22 Jun 2021 00:45:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M0j4u1085471; Tue, 22 Jun 2021 00:45:04 GMT (envelope-from git) Date: Tue, 22 Jun 2021 00:45:04 GMT Message-Id: <202106220045.15M0j4u1085471@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: 346f835d5532 - main - emulators/rpcs3: update to 0.0.16.12409 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: 346f835d553207b0ab007d1ddde21d5ccf0941f3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 00:45:05 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=346f835d553207b0ab007d1ddde21d5ccf0941f3 commit 346f835d553207b0ab007d1ddde21d5ccf0941f3 Author: Jan Beich AuthorDate: 2021-06-20 19:08:24 +0000 Commit: Jan Beich CommitDate: 2021-06-22 00:24:48 +0000 emulators/rpcs3: update to 0.0.16.12409 Changes: https://github.com/RPCS3/rpcs3/compare/72680c770...3c614d95b --- emulators/rpcs3/Makefile | 4 ++-- emulators/rpcs3/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 2853daf4fdd7..166f9621f492 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.16-12404 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g72680c770 +DISTVERSION= 0.0.16-12409 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g3c614d95b CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index e965090b5f93..d96fdca0f4fa 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1624027669 +TIMESTAMP = 1624216104 SHA256 (libcxx-12.0.0.src.tar.xz) = 7dcb75ca4f6aae2c677d128460c48a57398c8b6791b77b74bea7cf9e04e7c3f1 SIZE (libcxx-12.0.0.src.tar.xz) = 1880864 -SHA256 (RPCS3-rpcs3-v0.0.16-12404-g72680c770_GH0.tar.gz) = 63794520f0ddf250c963da16da3937dd20414a95abee3ebc339fd1e98b170aa3 -SIZE (RPCS3-rpcs3-v0.0.16-12404-g72680c770_GH0.tar.gz) = 8067674 +SHA256 (RPCS3-rpcs3-v0.0.16-12409-g3c614d95b_GH0.tar.gz) = 66de56d08c9e4ae897dafdded254f162a09b5697a9a379167779dda158f70fda +SIZE (RPCS3-rpcs3-v0.0.16-12409-g3c614d95b_GH0.tar.gz) = 8068199 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-125-g01f601a_GH0.tar.gz) = d6aecf7a9e4d6f4935f1da5fd29cb8011f76567c8e5b571b7410e2fa6942bf37 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-125-g01f601a_GH0.tar.gz) = 120327 SHA256 (RPCS3-llvm-mirror-5836324d6443_GH0.tar.gz) = b996a126f5d1beb558d63fb79005cf193c591cf8787dd86bcdb1f289f817e964 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 00:45:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D11EE652FBE; Tue, 22 Jun 2021 00:45: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 4G87363nktz3NRm; Tue, 22 Jun 2021 00:45: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 EE742272A1; Tue, 22 Jun 2021 00:45: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 15M0j55r085496; Tue, 22 Jun 2021 00:45:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M0j5k7085495; Tue, 22 Jun 2021 00:45:05 GMT (envelope-from git) Date: Tue, 22 Jun 2021 00:45:05 GMT Message-Id: <202106220045.15M0j5k7085495@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: c8b56ee72403 - main - emulators/yuzu: update to s20210621 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: c8b56ee724039bc28b5d3fba843312554fb8f8a0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 00:45:07 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8b56ee724039bc28b5d3fba843312554fb8f8a0 commit c8b56ee724039bc28b5d3fba843312554fb8f8a0 Author: Jan Beich AuthorDate: 2021-06-21 21:56:08 +0000 Commit: Jan Beich CommitDate: 2021-06-22 00:24:48 +0000 emulators/yuzu: update to s20210621 Changes: https://github.com/yuzu-emu/yuzu/compare/3870ba670...0485b8e84 --- emulators/yuzu/Makefile | 9 +++++---- emulators/yuzu/distinfo | 16 +++++++++------- emulators/yuzu/files/patch-freebsd11 | 4 ++-- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 52c39afeefa9..00bf65c9e12c 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210618 +PORTVERSION= s20210621 PORTREVISION?= 0 CATEGORIES= emulators @@ -43,18 +43,19 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 3870ba670 +GH_TAGNAME= 0485b8e84 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ - MerryMage:dynarmic:r5-69-g0c12614d:dynarmic/externals/dynarmic \ + MerryMage:dynarmic:r5-85-gc6125082:dynarmic/externals/dynarmic \ ReinUsesLisp:sirit:eefca56:sirit/externals/sirit \ arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ + benhoyt:inih:r52:inih/externals/inih/inih \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ fmtlib:fmt:7.1.2:fmt/externals/fmt \ herumi:xbyak:v5.96:xbyak/externals/xbyak \ kinetiknz:cubeb:cubeb-0.2-1298-g8d53747:cubeb/externals/cubeb \ - benhoyt:inih:r52:inih/externals/inih/inih + yhirose:cpp-httplib:v0.9.0-5-g9648f95:cpp_httplib/externals/cpp-httplib USES= cmake:testing compiler:c++17-lang localbase:ldflags sdl ssl USE_GCC= yes:build # libc++ lacks std::atomic_ref, std::ranges diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index 44a16fd31aa6..a312a753f52c 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,18 +1,20 @@ -TIMESTAMP = 1624043895 -SHA256 (yuzu-emu-yuzu-s20210618-3870ba670_GH0.tar.gz) = 416f0016916a2e1e252f579473189901281a14aac11539057ad3ad7b799f0a92 -SIZE (yuzu-emu-yuzu-s20210618-3870ba670_GH0.tar.gz) = 3870012 +TIMESTAMP = 1624312568 +SHA256 (yuzu-emu-yuzu-s20210621-0485b8e84_GH0.tar.gz) = d17f0b59d5a8b31cd00bdd4fdd7c9b9760f2965102f264372008e98baf90c6c0 +SIZE (yuzu-emu-yuzu-s20210621-0485b8e84_GH0.tar.gz) = 3830355 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-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff SIZE (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 280829 SHA256 (KhronosGroup-Vulkan-Headers-v1.2.145_GH0.tar.gz) = c8656969f0dc33f5f544b9449f02d66b7c9de67e6e58376c1cd4999694ab8517 SIZE (KhronosGroup-Vulkan-Headers-v1.2.145_GH0.tar.gz) = 766896 -SHA256 (MerryMage-dynarmic-r5-69-g0c12614d_GH0.tar.gz) = 998ae66ce915b1dc325e2d2c3d15bdd48c817fadcd22608a6afacd9f4f2689af -SIZE (MerryMage-dynarmic-r5-69-g0c12614d_GH0.tar.gz) = 28225407 +SHA256 (MerryMage-dynarmic-r5-85-gc6125082_GH0.tar.gz) = c9e015dcd250e78028f628471e58c26052fd099a5a6c949495359f0ca360a39f +SIZE (MerryMage-dynarmic-r5-85-gc6125082_GH0.tar.gz) = 28226566 SHA256 (ReinUsesLisp-sirit-eefca56_GH0.tar.gz) = cc95e8155e14e596526c378d0a3cc2bb4bfe7da68773a79f224d48f89b20685a SIZE (ReinUsesLisp-sirit-eefca56_GH0.tar.gz) = 22035 SHA256 (arsenm-sanitizers-cmake-aab6948_GH0.tar.gz) = d9009e17948aff769a6f6e16b52d4d8752c5cc2cab1e9c381d3a31fd1a680b58 SIZE (arsenm-sanitizers-cmake-aab6948_GH0.tar.gz) = 7240 +SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc52d08772ac3e93b3cecd79c7707f871fb4534fb3a48201880 +SIZE (benhoyt-inih-r52_GH0.tar.gz) = 16808 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c SIZE (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = 59514 SHA256 (fmtlib-fmt-7.1.2_GH0.tar.gz) = 4119a1c34dff91631e1d0a3707428f764f1ea22fe3cd5e70af5b4ccd5513831c @@ -21,8 +23,8 @@ SHA256 (herumi-xbyak-v5.96_GH0.tar.gz) = 727f15d3ed786cae255ebfed1829a84a357c0e4 SIZE (herumi-xbyak-v5.96_GH0.tar.gz) = 226999 SHA256 (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = b5cd93de1ca5c9810594a8ec9ac4a3f7c0014cb5d90827034839405a82553fba SIZE (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = 218055 -SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc52d08772ac3e93b3cecd79c7707f871fb4534fb3a48201880 -SIZE (benhoyt-inih-r52_GH0.tar.gz) = 16808 +SHA256 (yhirose-cpp-httplib-v0.9.0-5-g9648f95_GH0.tar.gz) = a37315dd30f20845cb1823ef70b075ee6150c16f2979fb63cb56332ca9d293f4 +SIZE (yhirose-cpp-httplib-v0.9.0-5-g9648f95_GH0.tar.gz) = 577183 SHA256 (a2686843592e.patch) = 78ce14d6aa5f808ed6d7eb581e28b7b6af8c0c62161bf4f8d791c2bdc113e911 SIZE (a2686843592e.patch) = 10853 SHA256 (e2d5cff34554.patch) = a653e1593d13e558373bfe630a65022cb56d6cc623b382e7b8374142877a6386 diff --git a/emulators/yuzu/files/patch-freebsd11 b/emulators/yuzu/files/patch-freebsd11 index e162e6725c5a..7bf47285fa3b 100644 --- a/emulators/yuzu/files/patch-freebsd11 +++ b/emulators/yuzu/files/patch-freebsd11 @@ -19,8 +19,8 @@ externals/./httplib/httplib.h:214:2: error: Sorry, OpenSSL versions prior to 1.1 if (OPENSSL_FOUND) set(OPENSSL_LIBRARIES OpenSSL::SSL OpenSSL::Crypto) else() ---- externals/./httplib/httplib.h.orig 2020-11-18 04:02:27 UTC -+++ externals/./httplib/httplib.h +--- externals/cpp-httplib/httplib.h.orig 2020-11-18 04:02:27 UTC ++++ externals/cpp-httplib/httplib.h @@ -210,10 +210,6 @@ using socket_t = int; #include #include From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 00:45:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DC52652BF6; Tue, 22 Jun 2021 00:45: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 4G87380xFCz3Ncd; Tue, 22 Jun 2021 00:45: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 1BA8C26E51; Tue, 22 Jun 2021 00:45: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 15M0j7vu085520; Tue, 22 Jun 2021 00:45:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M0j7TL085519; Tue, 22 Jun 2021 00:45:07 GMT (envelope-from git) Date: Tue, 22 Jun 2021 00:45:07 GMT Message-Id: <202106220045.15M0j7TL085519@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: af6f8025acbb - main - x11-servers/xwayland-devel: update to 1.20.0.980 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: af6f8025acbb1ebb9b152fc9d802da2d2c673275 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 00:45:08 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=af6f8025acbb1ebb9b152fc9d802da2d2c673275 commit af6f8025acbb1ebb9b152fc9d802da2d2c673275 Author: Jan Beich AuthorDate: 2021-06-21 12:11:37 +0000 Commit: Jan Beich CommitDate: 2021-06-22 00:24:48 +0000 x11-servers/xwayland-devel: update to 1.20.0.980 Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/9adb13e29...ef89b6648 --- x11-servers/xwayland-devel/Makefile | 4 ++-- x11-servers/xwayland-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index f3fbac7b3289..b18fa4e4e0b2 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-973 -DISTVERSIONSUFFIX= -g9adb13e29 +DISTVERSION= 1.20.0-980 +DISTVERSIONSUFFIX= -gef89b6648 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel diff --git a/x11-servers/xwayland-devel/distinfo b/x11-servers/xwayland-devel/distinfo index cd6c85ce3e46..6af07fe9c532 100644 --- a/x11-servers/xwayland-devel/distinfo +++ b/x11-servers/xwayland-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623699373 -SHA256 (mirror-xserver-xorg-server-1.20.0-973-g9adb13e29_GH0.tar.gz) = a36c0c7936c0165a6bbb65c5953c644d9b6a886c95632f578609906b01444154 -SIZE (mirror-xserver-xorg-server-1.20.0-973-g9adb13e29_GH0.tar.gz) = 5859637 +TIMESTAMP = 1624277497 +SHA256 (mirror-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 2a90c0faf8ef78e3e0054b792c96319dd122985676aa17283f50ebfa63a3cdb5 +SIZE (mirror-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 5861741 SHA256 (freedesktop-xorg-xorgproto-xorgproto-2021.4.99.2_GH0.tar.gz) = ea68fe40cf55247538fd3f0f891ef0ba229b541b56e0874b7efed60688228638 SIZE (freedesktop-xorg-xorgproto-xorgproto-2021.4.99.2_GH0.tar.gz) = 981510 SHA256 (231720f8b212.patch) = ed3db053b86e5c7492cefb9dbb3dd373609f9318a5b848382aac59da322188f0 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 00:45:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E9E9653016; Tue, 22 Jun 2021 00:45: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 4G87396mHbz3NgX; Tue, 22 Jun 2021 00:45: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 57E64271FF; Tue, 22 Jun 2021 00:45: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 15M0j93a085575; Tue, 22 Jun 2021 00:45:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M0j9gc085574; Tue, 22 Jun 2021 00:45:09 GMT (envelope-from git) Date: Tue, 22 Jun 2021 00:45:09 GMT Message-Id: <202106220045.15M0j9gc085574@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: 670676cc73e1 - main - graphics/mesa-devel: update to 21.1.b.3257 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: 670676cc73e164d207f3322c8f5b6cb0be7e76db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 00:45:10 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=670676cc73e164d207f3322c8f5b6cb0be7e76db commit 670676cc73e164d207f3322c8f5b6cb0be7e76db Author: Jan Beich AuthorDate: 2021-06-21 22:54:31 +0000 Commit: Jan Beich CommitDate: 2021-06-22 00:41:15 +0000 graphics/mesa-devel: update to 21.1.b.3257 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/82de184c3a2...d3ea8f519ea --- graphics/mesa-devel/Makefile | 9 +++++---- graphics/mesa-devel/distinfo | 14 +++++++++----- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 5a6314d385e9..10e1b7cd8a35 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,7 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.1-branchpoint-3189 -DISTVERSIONSUFFIX= -g82de184c3a2 -PORTREVISION= 1 +DISTVERSION= 21.1-branchpoint-3257 +DISTVERSIONSUFFIX= -gd3ea8f519ea CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -12,10 +11,12 @@ PATCHFILES+= cb8f7a253934.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/- PATCHFILES+= 700efacda59c.patch:-p1 PATCHFILES+= e141af3ac859.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/issues/966#note_394512 PATCHFILES+= 167fa293d7b7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5464 -PATCHFILES+= 19e001833ec1.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778 +PATCHFILES+= e79bfbcf45b9.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778 +PATCHFILES+= 505d08f0c1a0.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778 PATCHFILES+= 50433886a3e3.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6881 PATCHFILES+= 79a9c5e470c2.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8221 PATCHFILES+= 891152495cf7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9168 +PATCHFILES+= fc8b31412912.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11516 MAINTAINER= jbeich@FreeBSD.org COMMENT= Bleeding edge Mesa drivers (OpenGL, Vulkan) diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 461f1bb4e18d..9c0eb342d17c 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624054587 -SHA256 (mesa3d-mesa-21.1-branchpoint-3189-g82de184c3a2_GH0.tar.gz) = 4bad1b9bd30c8f557cdc405eedc9d46f2e62b24be09835b632d553a39d32adb9 -SIZE (mesa3d-mesa-21.1-branchpoint-3189-g82de184c3a2_GH0.tar.gz) = 24160453 +TIMESTAMP = 1624316071 +SHA256 (mesa3d-mesa-21.1-branchpoint-3257-gd3ea8f519ea_GH0.tar.gz) = aa45abf306d7a58a7bbb604df5eec61f9e2e3258c4ec7a920d7f03970053f7eb +SIZE (mesa3d-mesa-21.1-branchpoint-3257-gd3ea8f519ea_GH0.tar.gz) = 24178438 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b @@ -13,11 +13,15 @@ SHA256 (e141af3ac859.patch) = b547f7389a9ea7f9d69e32e86854b291f04b2f2f5738cd87b2 SIZE (e141af3ac859.patch) = 2379 SHA256 (167fa293d7b7.patch) = cc3ad8e59d5d4d7380917e715f676abba65549b07e377dbf6fcec5c294915360 SIZE (167fa293d7b7.patch) = 2496 -SHA256 (19e001833ec1.patch) = 5ac28692c61dc3dcc5f7e74a8053d63365fc28fb28136ddb11791990a414f762 -SIZE (19e001833ec1.patch) = 4057 +SHA256 (e79bfbcf45b9.patch) = 105d46211199073923e752af9844e4d5d414312ec526e0cc78fcc85c4dce6a64 +SIZE (e79bfbcf45b9.patch) = 4023 +SHA256 (505d08f0c1a0.patch) = 7d8d2b0a3791f57c1432398d866b87faae71d18d8478df8b6d38ee4e47338313 +SIZE (505d08f0c1a0.patch) = 3893 SHA256 (50433886a3e3.patch) = 15af265e9dbb5dec7514062cfa549d1c1053f567395d9d133611c2a5138da470 SIZE (50433886a3e3.patch) = 2008 SHA256 (79a9c5e470c2.patch) = d6f5e0378d16864e21399c4e0b9192ea2de540ef1421e672b62c5e1c69252cab SIZE (79a9c5e470c2.patch) = 866 SHA256 (891152495cf7.patch) = e120e26688c1bfca76f4cb711814d1483693cbc66fcb130c88f98a8bf142f826 SIZE (891152495cf7.patch) = 1258 +SHA256 (fc8b31412912.patch) = 4dad9b88f3aef46105e0124166fd08acc0a99b7dca62a3c35fbe0f9324ab570f +SIZE (fc8b31412912.patch) = 886 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 00:45:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7121F653017; Tue, 22 Jun 2021 00:45: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 4G87390mb9z3NgM; Tue, 22 Jun 2021 00:45: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 3EE38273CF; Tue, 22 Jun 2021 00:45: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 15M0j8OC085545; Tue, 22 Jun 2021 00:45:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M0j8nf085543; Tue, 22 Jun 2021 00:45:08 GMT (envelope-from git) Date: Tue, 22 Jun 2021 00:45:08 GMT Message-Id: <202106220045.15M0j8nf085543@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: 2853c5733d10 - main - x11-servers/xwayland-devel: return to freedesktop mirror 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: 2853c5733d101813a607026d9e5aaae7937efc17 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 00:45:10 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2853c5733d101813a607026d9e5aaae7937efc17 commit 2853c5733d101813a607026d9e5aaae7937efc17 Author: Jan Beich AuthorDate: 2021-06-21 23:52:11 +0000 Commit: Jan Beich CommitDate: 2021-06-22 00:24:48 +0000 x11-servers/xwayland-devel: return to freedesktop mirror "mirror" seems to lag behind "freedesktop" nowadays. As the repo combined with all forks grew in size since then adjust patches: -index d3dd54364..bcbf98371 100644 +index d3dd543642..bcbf983717 100644 This reverts commit d3130ade8f86d30d34dfa17d14cc5cbba7f7d8274. --- x11-servers/xwayland-devel/Makefile | 4 ++-- x11-servers/xwayland-devel/distinfo | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index b18fa4e4e0b2..8ce0018e03a0 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -31,8 +31,8 @@ USES= compiler:c11 gl meson pkgconfig xorg USE_GITHUB= yes USE_GL= gbm gl USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans -GH_ACCOUNT= mirror -GH_PROJECT= xserver +GH_ACCOUNT= freedesktop +GH_PROJECT= xorg-xserver GH_TUPLE= freedesktop:xorg-xorgproto:xorgproto-2021.4.99.2:xorgproto/subprojects/xorgproto MESON_ARGS= -D${PORTNAME}=true \ -Dxorg=false \ diff --git a/x11-servers/xwayland-devel/distinfo b/x11-servers/xwayland-devel/distinfo index 6af07fe9c532..615c9a433ed0 100644 --- a/x11-servers/xwayland-devel/distinfo +++ b/x11-servers/xwayland-devel/distinfo @@ -1,11 +1,11 @@ TIMESTAMP = 1624277497 -SHA256 (mirror-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 2a90c0faf8ef78e3e0054b792c96319dd122985676aa17283f50ebfa63a3cdb5 -SIZE (mirror-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 5861741 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 38d50c27b41f7479eb5357a12bd61cb4befc3cfbb305d505519a2610b9b00981 +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 5862329 SHA256 (freedesktop-xorg-xorgproto-xorgproto-2021.4.99.2_GH0.tar.gz) = ea68fe40cf55247538fd3f0f891ef0ba229b541b56e0874b7efed60688228638 SIZE (freedesktop-xorg-xorgproto-xorgproto-2021.4.99.2_GH0.tar.gz) = 981510 -SHA256 (231720f8b212.patch) = ed3db053b86e5c7492cefb9dbb3dd373609f9318a5b848382aac59da322188f0 -SIZE (231720f8b212.patch) = 10714 -SHA256 (48a7bfeb4687.patch) = ae284622227b317085360f61553bae7fc21a57f4d2b6d4133a6ead0c93b47cee -SIZE (48a7bfeb4687.patch) = 17542 +SHA256 (231720f8b212.patch) = 50b5ff308e26982ad41f8203303e0c44d3751a2009dc66337c370a1b022f4c0d +SIZE (231720f8b212.patch) = 10728 +SHA256 (48a7bfeb4687.patch) = 68fa80068da9a93aadb81d123e16d403389218e40ca111fb478cf37916acc826 +SIZE (48a7bfeb4687.patch) = 17556 SHA256 (9fef4b809165.patch) = c658d16069924edc461cb030136f12b1cb73d82496a2548a5df7f335f3735012 SIZE (9fef4b809165.patch) = 2466 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 01:19:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C0BE6537BE; Tue, 22 Jun 2021 01:19: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 4G87pl6Dt0z3t3C; Tue, 22 Jun 2021 01:19: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 9DECE27C03; Tue, 22 Jun 2021 01:19: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 15M1JR5A026696; Tue, 22 Jun 2021 01:19:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M1JR0f026695; Tue, 22 Jun 2021 01:19:27 GMT (envelope-from git) Date: Tue, 22 Jun 2021 01:19:27 GMT Message-Id: <202106220119.15M1JR0f026695@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: 403f67e9ce98 - main - x11/nwg-drawer: switch to the tagged release 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: 403f67e9ce98a251335219c037ce32056dc34878 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 01:19:28 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=403f67e9ce98a251335219c037ce32056dc34878 commit 403f67e9ce98a251335219c037ce32056dc34878 Author: Jan Beich AuthorDate: 2021-06-22 01:17:26 +0000 Commit: Jan Beich CommitDate: 2021-06-22 01:17:54 +0000 x11/nwg-drawer: switch to the tagged release --- x11/nwg-drawer/Makefile | 1 - x11/nwg-drawer/distinfo | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile index ddcfd6584c16..0e0cb2b37eb9 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -16,7 +16,6 @@ USES= gnome go:modules pkgconfig USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= nwg-piotr -GH_TAGNAME= be2433f # from version bump in main.go 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 \ golang:sync:56d357773e84:golang_sync/vendor/golang.org/x/sync \ diff --git a/x11/nwg-drawer/distinfo b/x11/nwg-drawer/distinfo index 2ef8c4ec4941..6bda483763b3 100644 --- a/x11/nwg-drawer/distinfo +++ b/x11/nwg-drawer/distinfo @@ -1,6 +1,6 @@ TIMESTAMP = 1624059620 -SHA256 (nwg-piotr-nwg-drawer-v0.1.0-be2433f_GH0.tar.gz) = f455463be7c5063c6c138285def154ef1a4f784208b60bc8d31470c8e01e4a44 -SIZE (nwg-piotr-nwg-drawer-v0.1.0-be2433f_GH0.tar.gz) = 3270007 +SHA256 (nwg-piotr-nwg-drawer-v0.1.0_GH0.tar.gz) = 8fab34173a3a906254cba8531f4bef3a58f848ce576e05545e6dd8ca70aef853 +SIZE (nwg-piotr-nwg-drawer-v0.1.0_GH0.tar.gz) = 3269817 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 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 01:45:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDBF965399D; Tue, 22 Jun 2021 01:45: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 4G88Nd4jHHz4SfP; Tue, 22 Jun 2021 01:45: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 899F51A2; Tue, 22 Jun 2021 01:45: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 15M1jL8R065779; Tue, 22 Jun 2021 01:45:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M1jLoO065778; Tue, 22 Jun 2021 01:45:21 GMT (envelope-from git) Date: Tue, 22 Jun 2021 01:45:21 GMT Message-Id: <202106220145.15M1jLoO065778@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: dbe2a1855cfd - main - x11/nwg-menu: unbreak reboot/poweroff buttons 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: dbe2a1855cfd13c4dcc858626127b1eba355ab84 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 01:45:21 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbe2a1855cfd13c4dcc858626127b1eba355ab84 commit dbe2a1855cfd13c4dcc858626127b1eba355ab84 Author: Jan Beich AuthorDate: 2021-06-22 01:34:47 +0000 Commit: Jan Beich CommitDate: 2021-06-22 01:39:10 +0000 x11/nwg-menu: unbreak reboot/poweroff buttons env vars: []; command: 'systemctl'; args: [-i poweroff] --- x11/nwg-menu/Makefile | 1 + x11/nwg-menu/files/patch-main.go | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11/nwg-menu/Makefile b/x11/nwg-menu/Makefile index b24264e5aa03..9bee3909a9dd 100644 --- a/x11/nwg-menu/Makefile +++ b/x11/nwg-menu/Makefile @@ -1,6 +1,7 @@ PORTNAME= nwg-menu DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-menu/files/patch-main.go b/x11/nwg-menu/files/patch-main.go new file mode 100644 index 000000000000..72ee9595779e --- /dev/null +++ b/x11/nwg-menu/files/patch-main.go @@ -0,0 +1,15 @@ +- Adapt to BSD-style shutdown + +--- main.go.orig 2021-06-19 23:37:36 UTC ++++ main.go +@@ -119,8 +119,8 @@ var fileManager = flag.String("fm", "thunar", "File Ma + var term = flag.String("term", "alacritty", "Terminal emulator") + var cmdLock = flag.String("cmd-lock", "swaylock -f -c 000000", "screen lock command") + var cmdLogout = flag.String("cmd-logout", "swaymsg exit", "logout command") +-var cmdRestart = flag.String("cmd-restart", "systemctl reboot", "reboot command") +-var cmdShutdown = flag.String("cmd-shutdown", "systemctl -i poweroff", "shutdown command") ++var cmdRestart = flag.String("cmd-restart", "shutdown -r now", "reboot command") ++var cmdShutdown = flag.String("cmd-shutdown", "shutdown -p now", "shutdown command") + + func main() { + timeStart := time.Now() From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 01:52:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EFEB365420A; Tue, 22 Jun 2021 01:52: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 4G88XL6Kz0z4TRy; Tue, 22 Jun 2021 01:52: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 C1B0B39C; Tue, 22 Jun 2021 01:52: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 15M1q2pU076645; Tue, 22 Jun 2021 01:52:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M1q2ZE076644; Tue, 22 Jun 2021 01:52:02 GMT (envelope-from git) Date: Tue, 22 Jun 2021 01:52:02 GMT Message-Id: <202106220152.15M1q2ZE076644@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Fukang Chen Subject: git: 31642e81e3d4 - main - devel/py-pytest-xprocess: Update to 0.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: loader X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 31642e81e3d428993fb35b38f464ba3c68c32399 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 01:52:03 -0000 The branch main has been updated by loader: URL: https://cgit.FreeBSD.org/ports/commit/?id=31642e81e3d428993fb35b38f464ba3c68c32399 commit 31642e81e3d428993fb35b38f464ba3c68c32399 Author: Fukang Chen AuthorDate: 2021-06-22 01:39:37 +0000 Commit: Fukang Chen CommitDate: 2021-06-22 01:51:33 +0000 devel/py-pytest-xprocess: Update to 0.17.1 Approved by: koobs (ports, mentor, implicit) MFH: No (feature release) --- devel/py-pytest-xprocess/Makefile | 10 ++++------ devel/py-pytest-xprocess/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/devel/py-pytest-xprocess/Makefile b/devel/py-pytest-xprocess/Makefile index 154c06127ea5..acfb81c17f83 100644 --- a/devel/py-pytest-xprocess/Makefile +++ b/devel/py-pytest-xprocess/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-xprocess -PORTVERSION= 0.12.1 +PORTVERSION= 0.17.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,17 +10,15 @@ COMMENT= Pytest plugin to manage external processes across test runs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.3.5:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cache>0:devel/py-pytest-cache@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes - -post-extract: - ${RM} -r ${WRKSRC}/example/__pycache__ +TEST_ENV+= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-test: @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest diff --git a/devel/py-pytest-xprocess/distinfo b/devel/py-pytest-xprocess/distinfo index a15c9542efd5..e052fe53c38c 100644 --- a/devel/py-pytest-xprocess/distinfo +++ b/devel/py-pytest-xprocess/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1537860840 -SHA256 (pytest-xprocess-0.12.1.tar.gz) = 50e0d00d898a867cf2af75168a8bf6d23d582365f8765b73dfc0430d1e53821b -SIZE (pytest-xprocess-0.12.1.tar.gz) = 12078 +TIMESTAMP = 1624236496 +SHA256 (pytest-xprocess-0.17.1.tar.gz) = 59c739edee7f3f2258e7c77989241698e356c552f5efb28bb46b478616888bf6 +SIZE (pytest-xprocess-0.17.1.tar.gz) = 19758 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 05:53:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E08A656D34; Tue, 22 Jun 2021 05:53: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 4G8FtR0FQQz4msX; Tue, 22 Jun 2021 05:53: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 DA32D33E9; Tue, 22 Jun 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 15M5r2Uc002152; Tue, 22 Jun 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 15M5r2Tf002151; Tue, 22 Jun 2021 05:53:02 GMT (envelope-from git) Date: Tue, 22 Jun 2021 05:53:02 GMT Message-Id: <202106220553.15M5r2Tf002151@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: c83bb257d1cd - main - net/realtek-re-kmod: fix locking bugs. 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: c83bb257d1cd80e1627375a1875a0764b059620e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 05:53:03 -0000 The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=c83bb257d1cd80e1627375a1875a0764b059620e commit c83bb257d1cd80e1627375a1875a0764b059620e Author: Alex Dupre AuthorDate: 2021-06-22 05:51:09 +0000 Commit: Alex Dupre CommitDate: 2021-06-22 05:52:49 +0000 net/realtek-re-kmod: fix locking bugs. PR: 256757 Submitted by: Niels Bakker --- net/realtek-re-kmod/Makefile | 2 +- net/realtek-re-kmod/files/patch-if__re.c | 121 ++++++++++++++++++++++++++++--- 2 files changed, 113 insertions(+), 10 deletions(-) diff --git a/net/realtek-re-kmod/Makefile b/net/realtek-re-kmod/Makefile index 29d292213cbf..27d6904c57c1 100644 --- a/net/realtek-re-kmod/Makefile +++ b/net/realtek-re-kmod/Makefile @@ -2,7 +2,7 @@ PORTNAME= re DISTVERSION= v196.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= LOCAL/ale PKGNAMEPREFIX= realtek- diff --git a/net/realtek-re-kmod/files/patch-if__re.c b/net/realtek-re-kmod/files/patch-if__re.c index 82e11185f319..c8ee0e047037 100644 --- a/net/realtek-re-kmod/files/patch-if__re.c +++ b/net/realtek-re-kmod/files/patch-if__re.c @@ -76,7 +76,35 @@ #define RE_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP) -@@ -3428,16 +3442,6 @@ is_valid_ether_addr(const u_int8_t * addr) +@@ -930,6 +944,7 @@ static int re_alloc_buf(struct re_softc *sc) + int error =0; + int i,size; + ++ RE_UNLOCK(sc); + error = bus_dma_tag_create(sc->re_parent_tag, 1, 0, + BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, + NULL, MCLBYTES* RE_NTXSEGS, RE_NTXSEGS, 4096, 0, +@@ -938,6 +953,7 @@ static int re_alloc_buf(struct re_softc *sc) + if (error) { + //device_printf(dev,"re_tx_mtag fail\n"); + //goto fail; ++ RE_LOCK(sc); + return error; + } + +@@ -955,9 +971,11 @@ static int re_alloc_buf(struct re_softc *sc) + if (error) { + //device_printf(dev,"re_rx_mtag fail\n"); + //goto fail; ++ RE_LOCK(sc); + return error; + } + ++ RE_LOCK(sc); + if (sc->re_rx_mbuf_sz <= MCLBYTES) + size = MCLBYTES; + else if (sc->re_rx_mbuf_sz <= MJUMPAGESIZE) +@@ -3428,16 +3446,6 @@ is_valid_ether_addr(const u_int8_t * addr) return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr); } @@ -93,7 +121,7 @@ static void re_disable_now_is_oob(struct re_softc *sc) { if (sc->re_hw_supp_now_is_oob_ver == 1) -@@ -3889,7 +3893,7 @@ static void re_get_hw_mac_address(struct re_softc *sc, +@@ -3889,7 +3897,7 @@ static void re_get_hw_mac_address(struct re_softc *sc, if (!is_valid_ether_addr(eaddr)) { device_printf(dev,"Invalid ether addr: %6D\n", eaddr, ":"); @@ -102,7 +130,7 @@ device_printf(dev,"Random ether addr: %6D\n", eaddr, ":"); } -@@ -4291,9 +4295,9 @@ static void re_init_software_variable(struct re_softc +@@ -4291,9 +4299,9 @@ static void re_init_software_variable(struct re_softc sc->re_rx_mbuf_sz = sc->max_jumbo_frame_size + ETHER_VLAN_ENCAP_LEN + ETHER_HDR_LEN + ETHER_CRC_LEN + RE_ETHER_ALIGN + 1; @@ -115,7 +143,63 @@ } switch(sc->re_type) { -@@ -8614,6 +8618,22 @@ struct re_softc *sc; +@@ -7073,12 +7081,11 @@ static void re_init_unlock(void *xsc) /* Software & + return; + } + +-static void re_init(void *xsc) /* Software & Hardware Initialize */ ++static void re_init_locked(void *xsc) + { + struct re_softc *sc = xsc; + struct ifnet *ifp; + +- RE_LOCK(sc); + ifp = RE_GET_IFNET(sc); + + if (re_link_ok(sc)) { +@@ -7089,7 +7096,14 @@ static void re_init(void *xsc) /* Software & Hardwar + + sc->re_link_chg_det = 1; + re_start_timer(sc); ++} + ++static void re_init(void *xsc) /* Software & Hardware Initialize */ ++{ ++ struct re_softc *sc = xsc; ++ ++ RE_LOCK(sc); ++ re_init_locked(sc); + RE_UNLOCK(sc); + } + +@@ -8438,7 +8452,7 @@ static void re_int_task(void *arg, int npending) + if ((status & RE_ISR_FIFO_OFLOW) && + (!(status & (RE_ISR_RX_OK | RE_ISR_TX_OK | RE_ISR_RX_OVERRUN)))) { + re_reset(sc); +- re_init(sc); ++ re_init_locked(sc); + sc->rx_fifo_overflow = 0; + CSR_WRITE_2(sc, RE_ISR, RE_ISR_FIFO_OFLOW); + } +@@ -8449,7 +8463,7 @@ static void re_int_task(void *arg, int npending) + + if (status & RE_ISR_SYSTEM_ERR) { + re_reset(sc); +- re_init(sc); ++ re_init_locked(sc); + } + + switch(sc->re_type) { +@@ -8514,7 +8528,7 @@ static void re_int_task_8125(void *arg, int npending) + + if (status & RE_ISR_SYSTEM_ERR) { + re_reset(sc); +- re_init(sc); ++ re_init_locked(sc); + } + + RE_UNLOCK(sc); +@@ -8614,6 +8628,22 @@ struct re_softc *sc; return; } @@ -138,7 +222,7 @@ /* * Program the 64-bit multicast hash filter. */ -@@ -8623,7 +8643,9 @@ struct re_softc *sc; +@@ -8623,7 +8653,9 @@ struct re_softc *sc; struct ifnet *ifp; int h = 0; u_int32_t hashes[2] = { 0, 0 }; @@ -148,13 +232,13 @@ u_int32_t rxfilt; int mcnt = 0; -@@ -8640,7 +8662,12 @@ struct re_softc *sc; +@@ -8640,7 +8672,12 @@ struct re_softc *sc; } /* now program new ones */ -#if OS_VER > VERSION(6,0) +#if OS_VER >= VERSION(13,0) -+ if_foreach_llmaddr(ifp, re_hash_maddr, hashes); ++ mcnt = if_foreach_llmaddr(ifp, re_hash_maddr, hashes); +#else +#if OS_VER >= VERSION(12,0) + if_maddr_rlock(ifp); @@ -162,7 +246,7 @@ IF_ADDR_LOCK(ifp); #endif #if OS_VER < VERSION(4,9) -@@ -8662,8 +8689,11 @@ struct re_softc *sc; +@@ -8662,9 +8699,12 @@ struct re_softc *sc; hashes[1] |= (1 << (h - 32)); mcnt++; } @@ -171,7 +255,26 @@ + if_maddr_runlock(ifp); +#elif OS_VER > VERSION(6,0) IF_ADDR_UNLOCK(ifp); -+#endif #endif ++#endif if (mcnt) { + if ((sc->re_if_flags & RL_FLAG_PCIE) != 0) { +@@ -8720,7 +8760,7 @@ caddr_t data; + error =re_alloc_buf(sc); + + if (error == 0) { +- re_init(sc); ++ re_init_locked(sc); + } + RE_UNLOCK(sc); + +@@ -8743,7 +8783,7 @@ caddr_t data; + case SIOCSIFFLAGS: + RE_LOCK(sc); + if (ifp->if_flags & IFF_UP) { +- re_init(sc); ++ re_init_locked(sc); + } else if (ifp->if_drv_flags & IFF_DRV_RUNNING) { + re_stop(sc); + } From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 06:16:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E1E85657502; Tue, 22 Jun 2021 06:16: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 4G8GPr5pkhz4qZm; Tue, 22 Jun 2021 06:16: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 B02E83BF4; Tue, 22 Jun 2021 06:16: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 15M6GmR2030000; Tue, 22 Jun 2021 06:16:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M6Gm5R029999; Tue, 22 Jun 2021 06:16:48 GMT (envelope-from git) Date: Tue, 22 Jun 2021 06:16:48 GMT Message-Id: <202106220616.15M6Gm5R029999@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: 34c263788700 - main - graphics/vulkan-headers: update to 1.2.182 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: 34c263788700f362082c3c3cb99b6ecbe2f14e2b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 06:16:48 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=34c263788700f362082c3c3cb99b6ecbe2f14e2b commit 34c263788700f362082c3c3cb99b6ecbe2f14e2b Author: Jan Beich AuthorDate: 2021-06-21 07:25:14 +0000 Commit: Jan Beich CommitDate: 2021-06-22 06:14:45 +0000 graphics/vulkan-headers: update to 1.2.182 Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.181...v1.2.182 Reported by: portscout --- graphics/vulkan-headers/Makefile | 2 +- graphics/vulkan-headers/distinfo | 6 +++--- graphics/vulkan-headers/pkg-plist | 5 +++++ graphics/vulkan-loader/Makefile | 1 + graphics/vulkan-loader/pkg-plist | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 9f8fa4ce95bf..972c355cfa1a 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.2.181 +DISTVERSION= 1.2.182 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 493faa3fca45..dbe5b13dba53 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623650817 -SHA256 (KhronosGroup-Vulkan-Headers-v1.2.181_GH0.tar.gz) = fffb0bc7786b31c6d804407e0a037e6400ca0f3455f3f7b9bccd29c345305651 -SIZE (KhronosGroup-Vulkan-Headers-v1.2.181_GH0.tar.gz) = 1066370 +TIMESTAMP = 1624260314 +SHA256 (KhronosGroup-Vulkan-Headers-v1.2.182_GH0.tar.gz) = 38d1c953de7bb2d839556226851feeb690f0d23bc22ac46c823dcb66c97bfdc8 +SIZE (KhronosGroup-Vulkan-Headers-v1.2.182_GH0.tar.gz) = 1162517 diff --git a/graphics/vulkan-headers/pkg-plist b/graphics/vulkan-headers/pkg-plist index aa1d2c9d910e..81688867285c 100644 --- a/graphics/vulkan-headers/pkg-plist +++ b/graphics/vulkan-headers/pkg-plist @@ -14,12 +14,17 @@ include/vulkan/vulkan_android.h include/vulkan/vulkan_beta.h include/vulkan/vulkan_core.h include/vulkan/vulkan_directfb.h +include/vulkan/vulkan_enums.hpp include/vulkan/vulkan_fuchsia.h +include/vulkan/vulkan_funcs.hpp include/vulkan/vulkan_ggp.h +include/vulkan/vulkan_handles.hpp include/vulkan/vulkan_ios.h include/vulkan/vulkan_macos.h include/vulkan/vulkan_metal.h +include/vulkan/vulkan_raii.hpp include/vulkan/vulkan_screen.h +include/vulkan/vulkan_structs.hpp include/vulkan/vulkan_vi.h include/vulkan/vulkan_wayland.h include/vulkan/vulkan_win32.h diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 61cddac0bb05..48c6235a5a0d 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.2.181 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-loader/pkg-plist b/graphics/vulkan-loader/pkg-plist index 3dfd40c91193..5c424b7734a5 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.181 +lib/libvulkan.so.1.2.182 libdata/pkgconfig/vulkan.pc From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 06:16:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5840465730B; Tue, 22 Jun 2021 06:16: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 4G8GPt118mz4qSM; Tue, 22 Jun 2021 06:16: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 DDD4D3F14; Tue, 22 Jun 2021 06:16: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 15M6GnRb030024; Tue, 22 Jun 2021 06:16:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M6Gnat030023; Tue, 22 Jun 2021 06:16:49 GMT (envelope-from git) Date: Tue, 22 Jun 2021 06:16:49 GMT Message-Id: <202106220616.15M6Gnat030023@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: fc344be7a0fe - main - graphics/vulkan-loader: update to 1.2.182 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: fc344be7a0fe96b4ceb64912e8c7a4baaef7c5cc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 06:16:50 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc344be7a0fe96b4ceb64912e8c7a4baaef7c5cc commit fc344be7a0fe96b4ceb64912e8c7a4baaef7c5cc Author: Jan Beich AuthorDate: 2021-06-21 17:07:16 +0000 Commit: Jan Beich CommitDate: 2021-06-22 06:14:45 +0000 graphics/vulkan-loader: update to 1.2.182 Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.2.181...v1.2.182 Reported by: portscout --- graphics/vulkan-loader/Makefile | 3 +-- graphics/vulkan-loader/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 48c6235a5a0d..240dc14cb942 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,7 +1,6 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.2.181 -PORTREVISION= 1 +DISTVERSION= 1.2.182 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index 9f293c881ac5..fc2958a047e4 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1623695480 -SHA256 (KhronosGroup-Vulkan-Loader-v1.2.181_GH0.tar.gz) = 8dfc96ef560cba9531af32e5fce4c92db1739cb38377db19dae3b0139308659e -SIZE (KhronosGroup-Vulkan-Loader-v1.2.181_GH0.tar.gz) = 1468130 +SHA256 (KhronosGroup-Vulkan-Loader-v1.2.182_GH0.tar.gz) = 0d1f9fde9d21642526e9baa55d30364c95035c4fe3c6db96836631991b44dd90 +SIZE (KhronosGroup-Vulkan-Loader-v1.2.182_GH0.tar.gz) = 1469024 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 06:16:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A76C65730D; Tue, 22 Jun 2021 06:16: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 4G8GPv0nhdz4qVw; Tue, 22 Jun 2021 06:16: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 029A53F83; Tue, 22 Jun 2021 06:16: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 15M6Go2A030048; Tue, 22 Jun 2021 06:16:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M6Go4t030047; Tue, 22 Jun 2021 06:16:50 GMT (envelope-from git) Date: Tue, 22 Jun 2021 06:16:50 GMT Message-Id: <202106220616.15M6Go4t030047@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: 45d3b106a15c - main - graphics/vulkan-tools: update to 1.2.182 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: 45d3b106a15c640c680109be730c186d0c1a4188 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 06:16:51 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=45d3b106a15c640c680109be730c186d0c1a4188 commit 45d3b106a15c640c680109be730c186d0c1a4188 Author: Jan Beich AuthorDate: 2021-06-21 18:13:05 +0000 Commit: Jan Beich CommitDate: 2021-06-22 06:14:45 +0000 graphics/vulkan-tools: update to 1.2.182 Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.2.181...v1.2.182 Reported by: portscout --- graphics/vulkan-tools/Makefile | 5 +---- graphics/vulkan-tools/distinfo | 8 +++----- graphics/vulkan-tools/files/patch-werror | 6 ++---- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index c21d9369339d..cb6575a3dba8 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,11 +1,8 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.2.181 +DISTVERSION= 1.2.182 CATEGORIES= graphics -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 02897e9cb615.patch:-p1 # https://github.com/KhronosGroup/Vulkan-Tools/pull/536 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Tools and demos for the Vulkan graphics API diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 0ea6f770aaec..85bca30da68d 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1623697343 -SHA256 (KhronosGroup-Vulkan-Tools-v1.2.181_GH0.tar.gz) = 903e03264d6dedc8c9d73d5044f0886e60de79b6849a062c3bd9a69a7667d069 -SIZE (KhronosGroup-Vulkan-Tools-v1.2.181_GH0.tar.gz) = 846689 -SHA256 (02897e9cb615.patch) = 040384f564b8d174a17a9236bdfd80deac8ec848c37cea9049cbeb2f25574215 -SIZE (02897e9cb615.patch) = 1120 +TIMESTAMP = 1624299185 +SHA256 (KhronosGroup-Vulkan-Tools-v1.2.182_GH0.tar.gz) = 50c959851230d1daba20235167faced7b7686ebe5d9e626dfb1fe5c92fa30b9e +SIZE (KhronosGroup-Vulkan-Tools-v1.2.182_GH0.tar.gz) = 847991 diff --git a/graphics/vulkan-tools/files/patch-werror b/graphics/vulkan-tools/files/patch-werror index 4ec9e9c6c9ca..e6a979defc7c 100644 --- a/graphics/vulkan-tools/files/patch-werror +++ b/graphics/vulkan-tools/files/patch-werror @@ -1,9 +1,9 @@ Silence Clang warnings that GCC ignores https://github.com/KhronosGroup/Vulkan-Tools/issues/532 ---- cube/cube.cpp.orig 2021-06-14 19:02:23 UTC +--- cube/cube.cpp.orig 2021-06-21 18:13:05 UTC +++ cube/cube.cpp -@@ -405,16 +405,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM +@@ -405,14 +405,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM #endif #if defined(VK_USE_PLATFORM_WAYLAND_KHR) @@ -14,8 +14,6 @@ https://github.com/KhronosGroup/Vulkan-Tools/issues/532 -static void handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) {} - -static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {} -- --static const wl_shell_surface_listener shell_surface_listener = {handle_ping, handle_configure, handle_popup_done}; - static void pointer_handle_enter(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx, wl_fixed_t sy) {} From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 06:16:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7682657506; Tue, 22 Jun 2021 06:16: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 4G8GPx3BbLz4qpP; Tue, 22 Jun 2021 06:16: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 50D7F3DCE; Tue, 22 Jun 2021 06:16: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 15M6GrDI030101; Tue, 22 Jun 2021 06:16:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M6GrZN030100; Tue, 22 Jun 2021 06:16:53 GMT (envelope-from git) Date: Tue, 22 Jun 2021 06:16:53 GMT Message-Id: <202106220616.15M6GrZN030100@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: 2e42fbb85c03 - main - graphics/shaderc: update to 2021.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: 2e42fbb85c035debf5e287fdc2630494afc5ed7c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 06:16:54 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e42fbb85c035debf5e287fdc2630494afc5ed7c commit 2e42fbb85c035debf5e287fdc2630494afc5ed7c Author: Jan Beich AuthorDate: 2021-06-21 21:12:39 +0000 Commit: Jan Beich CommitDate: 2021-06-22 06:14:46 +0000 graphics/shaderc: update to 2021.1 Changes: https://github.com/google/shaderc/compare/v2021.0...v2021.1 Reported by: Repology --- graphics/shaderc/Makefile | 2 +- graphics/shaderc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/shaderc/Makefile b/graphics/shaderc/Makefile index 4bc3a3603c7a..e9008f8df7ed 100644 --- a/graphics/shaderc/Makefile +++ b/graphics/shaderc/Makefile @@ -1,6 +1,6 @@ PORTNAME= shaderc DISTVERSIONPREFIX= v -DISTVERSION= 2021.0 +DISTVERSION= 2021.1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/shaderc/distinfo b/graphics/shaderc/distinfo index d2bd5067a142..64cef38238ca 100644 --- a/graphics/shaderc/distinfo +++ b/graphics/shaderc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1619039605 -SHA256 (google-shaderc-v2021.0_GH0.tar.gz) = 99762c51b0ceddea4be9b8de3240a7dbf1de9131179eed94b568ce52a5496a8f -SIZE (google-shaderc-v2021.0_GH0.tar.gz) = 220240 +TIMESTAMP = 1624309959 +SHA256 (google-shaderc-v2021.1_GH0.tar.gz) = 047113bc4628da164a3cb845efc20d442728873f6054a68ab56d04a053f2c32b +SIZE (google-shaderc-v2021.1_GH0.tar.gz) = 221288 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-47-gdafead1_GH0.tar.gz) = e38cdf41c089a0688b2024a873d20f84fa259af713ad52430b4d119b5f5380a6 SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-47-gdafead1_GH0.tar.gz) = 405883 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 06:16:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F871656DC2; Tue, 22 Jun 2021 06:16: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 4G8GPw23fFz4qW1; Tue, 22 Jun 2021 06:16: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 264893DCD; Tue, 22 Jun 2021 06:16: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 15M6GqWU030072; Tue, 22 Jun 2021 06:16:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M6GqJ4030071; Tue, 22 Jun 2021 06:16:52 GMT (envelope-from git) Date: Tue, 22 Jun 2021 06:16:52 GMT Message-Id: <202106220616.15M6GqJ4030071@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: 6aed5690dbbc - main - graphics/vulkan-validation-layers: update to 1.2.182 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: 6aed5690dbbc6fd4f51f76145f0b7a68a316c4ae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 06:16:52 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6aed5690dbbc6fd4f51f76145f0b7a68a316c4ae commit 6aed5690dbbc6fd4f51f76145f0b7a68a316c4ae Author: Jan Beich AuthorDate: 2021-06-21 21:57:50 +0000 Commit: Jan Beich CommitDate: 2021-06-22 06:14:45 +0000 graphics/vulkan-validation-layers: update to 1.2.182 Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.181...v1.2.182 Reported by: portscout --- graphics/vulkan-validation-layers/Makefile | 4 ++-- graphics/vulkan-validation-layers/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index bbeb60a12044..73d2923f282e 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.181 +DISTVERSION= 1.2.182 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -17,7 +17,7 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ValidationLayers -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-29-g75b30a6:headers/external/spirv-headers \ +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-47-gdafead1:headers/external/spirv-headers \ martinus:robin-hood-hashing:3.10.0:robin_hood/external/robin-hood-hashing CMAKE_OFF= BUILD_TESTS CMAKE_ON= BUILD_LAYER_SUPPORT_FILES diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index 7f54347e3ed9..b3df6acc5fca 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1623703285 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.181_GH0.tar.gz) = 14647777953cead143dbb2bb1eafdece72bc64de90b46fbd7c3d33ea05679d6f -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.181_GH0.tar.gz) = 2781047 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-29-g75b30a6_GH0.tar.gz) = 03075fc9f52833849bb34210029d029669f96bfc9dcf937b910a8ba7f5f361db -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-29-g75b30a6_GH0.tar.gz) = 403781 +TIMESTAMP = 1624312670 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.2.182_GH0.tar.gz) = 5a1f7027c06a8e5ae777d9053b5ce46f10ca623806a43332eb2da06fe46476d4 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.2.182_GH0.tar.gz) = 2791196 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-47-gdafead1_GH0.tar.gz) = e38cdf41c089a0688b2024a873d20f84fa259af713ad52430b4d119b5f5380a6 +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-47-gdafead1_GH0.tar.gz) = 405883 SHA256 (martinus-robin-hood-hashing-3.10.0_GH0.tar.gz) = 15f031c3ab7c13addfb19bd495be6f12ac8843111b71b61873ef6fa981bfc4da SIZE (martinus-robin-hood-hashing-3.10.0_GH0.tar.gz) = 169078 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 06:16:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D68E657139; Tue, 22 Jun 2021 06:16: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 4G8GPy4x9Xz4qpW; Tue, 22 Jun 2021 06:16: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 857603C55; Tue, 22 Jun 2021 06:16: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 15M6GsnA030129; Tue, 22 Jun 2021 06:16:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M6GsRj030128; Tue, 22 Jun 2021 06:16:54 GMT (envelope-from git) Date: Tue, 22 Jun 2021 06:16:54 GMT Message-Id: <202106220616.15M6GsRj030128@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: 4199dcfb0ca2 - main - multimedia/libva-utils: update to 2.12.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: 4199dcfb0ca246bc081a2bc8f779b7efa2e1b4e1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 06:16:55 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4199dcfb0ca246bc081a2bc8f779b7efa2e1b4e1 commit 4199dcfb0ca246bc081a2bc8f779b7efa2e1b4e1 Author: Jan Beich AuthorDate: 2021-06-22 10:08:10 +0000 Commit: Jan Beich CommitDate: 2021-06-22 06:14:46 +0000 multimedia/libva-utils: update to 2.12.0 Changes: https://github.com/intel/libva-utils/compare/2.11.1...2.12.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 b0d9a0d36dd3..194a27826ec4 100644 --- a/multimedia/libva-utils/Makefile +++ b/multimedia/libva-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= libva-utils -PORTVERSION= 2.11.1 +PORTVERSION= 2.12.0 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/libva-utils/distinfo b/multimedia/libva-utils/distinfo index 3bdba171f8fb..57eccf7c1581 100644 --- a/multimedia/libva-utils/distinfo +++ b/multimedia/libva-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617114153 -SHA256 (intel-libva-utils-2.11.1_GH0.tar.gz) = 0c1eb7f717e391d00da74c53a9fe5caf3d6c510dcd35bac7f71a0e59ad1b8d26 -SIZE (intel-libva-utils-2.11.1_GH0.tar.gz) = 1205472 +TIMESTAMP = 1624356490 +SHA256 (intel-libva-utils-2.12.0_GH0.tar.gz) = bcab647f42147aa5cf83b324b6c3fe69e392e44d34aababfafcb6c3b4310377d +SIZE (intel-libva-utils-2.12.0_GH0.tar.gz) = 1213135 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 08:11:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FD50658B79; Tue, 22 Jun 2021 08: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 4G8Jxg14MGz3NgH; Tue, 22 Jun 2021 08: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 0CDC55796; Tue, 22 Jun 2021 08: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 15M8B2wb088617; Tue, 22 Jun 2021 08: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 15M8B2x3088616; Tue, 22 Jun 2021 08:11:02 GMT (envelope-from git) Date: Tue, 22 Jun 2021 08:11:02 GMT Message-Id: <202106220811.15M8B2x3088616@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: 415a9bf40102 - main - net-mgmt/zabbix5: Update to 5.0.12 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: 415a9bf401028f22e5488cd31c0353150a163691 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 08:11:03 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=415a9bf401028f22e5488cd31c0353150a163691 commit 415a9bf401028f22e5488cd31c0353150a163691 Author: Juraj Lutter AuthorDate: 2021-06-17 13:38:55 +0000 Commit: Juraj Lutter CommitDate: 2021-06-22 08:09:41 +0000 net-mgmt/zabbix5: Update to 5.0.12 Relnotes: https://www.zabbix.com/rn/rn5.0.12 Approved by: Pakhom Golynga (maintainer) Differential Revision: https://reviews.freebsd.org/D30800 --- net-mgmt/zabbix5-server/Makefile | 2 +- net-mgmt/zabbix5-server/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/zabbix5-server/Makefile b/net-mgmt/zabbix5-server/Makefile index 7125e886d119..20f34e90b373 100644 --- a/net-mgmt/zabbix5-server/Makefile +++ b/net-mgmt/zabbix5-server/Makefile @@ -1,7 +1,7 @@ # Created by: Pakhom Golynga PORTNAME= zabbix5 -DISTVERSION= 5.0.11 +DISTVERSION= 5.0.12 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ diff --git a/net-mgmt/zabbix5-server/distinfo b/net-mgmt/zabbix5-server/distinfo index dd2840d13027..425523743dbf 100644 --- a/net-mgmt/zabbix5-server/distinfo +++ b/net-mgmt/zabbix5-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620302080 -SHA256 (zabbix-5.0.11.tar.gz) = caf1f53ce0abb252b4edc5462ee8a2b0acf9b755e9731dd4000983cc11053077 -SIZE (zabbix-5.0.11.tar.gz) = 20350104 +TIMESTAMP = 1623935794 +SHA256 (zabbix-5.0.12.tar.gz) = 258ef0b246fc883aea6ff504a8a8d200192d7f79b8f48731a96dd4f177d5b4bf +SIZE (zabbix-5.0.12.tar.gz) = 20404121 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 08:24:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FED26591DD; Tue, 22 Jun 2021 08: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 4G8KFL0nHQz3Nsv; Tue, 22 Jun 2021 08:24: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 0313F5663; Tue, 22 Jun 2021 08:24: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 15M8ObtI004360; Tue, 22 Jun 2021 08: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 15M8Ob0S004359; Tue, 22 Jun 2021 08:24:37 GMT (envelope-from git) Date: Tue, 22 Jun 2021 08:24:37 GMT Message-Id: <202106220824.15M8Ob0S004359@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: de24178dbe2f - main - devel/rubygem-irb: Update to 1.3.6 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: de24178dbe2fd149879b0d838f648b3c123a4b01 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 08:24:38 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=de24178dbe2fd149879b0d838f648b3c123a4b01 commit de24178dbe2fd149879b0d838f648b3c123a4b01 Author: Koichiro Iwao AuthorDate: 2021-06-22 08:18:59 +0000 Commit: Koichiro Iwao CommitDate: 2021-06-22 08:24:30 +0000 devel/rubygem-irb: Update to 1.3.6 PR: 256753 Reported by: Yasuhiro Kimura Changes: https://github.com/ruby/irb/tree/v1.3.6 --- devel/rubygem-irb/Makefile | 4 ++-- devel/rubygem-irb/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-irb/Makefile b/devel/rubygem-irb/Makefile index 120a0b2ed73b..8433bb1edbac 100644 --- a/devel/rubygem-irb/Makefile +++ b/devel/rubygem-irb/Makefile @@ -1,5 +1,5 @@ PORTNAME= irb -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,7 +9,7 @@ COMMENT= Interactive Ruby LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-reline>=0.1.5:devel/rubygem-reline +RUN_DEPENDS= rubygem-reline>=0.2.5:devel/rubygem-reline USES= gem USE_RUBY= yes diff --git a/devel/rubygem-irb/distinfo b/devel/rubygem-irb/distinfo index 31fb69ba531d..76c058b1dcc8 100644 --- a/devel/rubygem-irb/distinfo +++ b/devel/rubygem-irb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617392573 -SHA256 (rubygem/irb-1.3.5.gem) = 4672cb0812283a9fcc3168aca094fd4a9cbf3d9682a7c99b97915419d68f201a -SIZE (rubygem/irb-1.3.5.gem) = 67584 +TIMESTAMP = 1624299333 +SHA256 (rubygem/irb-1.3.6.gem) = 79c73e1cada8aee635a07a0dbb443fc6bfac357903d277476505d8700b949e68 +SIZE (rubygem/irb-1.3.6.gem) = 68096 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 08:54:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D00466595C4; Tue, 22 Jun 2021 08:54: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 4G8Kw95KY6z3kJK; Tue, 22 Jun 2021 08:54: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 9F23C5EFC; Tue, 22 Jun 2021 08:54: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 15M8snWc043949; Tue, 22 Jun 2021 08:54:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M8snuc043948; Tue, 22 Jun 2021 08:54:49 GMT (envelope-from git) Date: Tue, 22 Jun 2021 08:54:49 GMT Message-Id: <202106220854.15M8snuc043948@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: 296d661f6108 - main - cad/verilator: Broken on i386 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: 296d661f6108a2ed080d6f1531b7f4f3c7d14e5b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 08:54:49 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=296d661f6108a2ed080d6f1531b7f4f3c7d14e5b commit 296d661f6108a2ed080d6f1531b7f4f3c7d14e5b Author: Yuri Victorovich AuthorDate: 2021-06-22 08:51:05 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-22 08:54:47 +0000 cad/verilator: Broken on i386 Reported by: fallout --- cad/verilator/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index 53496d0f1455..20021b432024 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -9,6 +9,8 @@ COMMENT= Synthesizable Verilog to C++ compiler LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= see https://github.com/verilator/verilator/issues/3037 + LIB_DEPENDS= libsystemc.so:devel/systemc RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 08:57:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A945659A13; Tue, 22 Jun 2021 08:57: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 4G8Kz02Y6pz3kRc; Tue, 22 Jun 2021 08:57: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 4052861A5; Tue, 22 Jun 2021 08:57: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 15M8vGtk044401; Tue, 22 Jun 2021 08:57:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15M8vG5I044400; Tue, 22 Jun 2021 08:57:16 GMT (envelope-from git) Date: Tue, 22 Jun 2021 08:57:16 GMT Message-Id: <202106220857.15M8vG5I044400@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Vasil Dimov Subject: git: 6bbf41c90bfd - main - net-p2p/qtum: Upgrade from 0.20.2 to 0.20.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6bbf41c90bfd8434d8b142b53419864f5edc9592 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 08:57:16 -0000 The branch main has been updated by vd: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bbf41c90bfd8434d8b142b53419864f5edc9592 commit 6bbf41c90bfd8434d8b142b53419864f5edc9592 Author: Vasil Dimov AuthorDate: 2021-06-22 08:51:16 +0000 Commit: Vasil Dimov CommitDate: 2021-06-22 08:57:11 +0000 net-p2p/qtum: Upgrade from 0.20.2 to 0.20.3 --- net-p2p/qtum/Makefile | 2 +- net-p2p/qtum/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/qtum/Makefile b/net-p2p/qtum/Makefile index dd0e0f5ad133..23954bb253ec 100644 --- a/net-p2p/qtum/Makefile +++ b/net-p2p/qtum/Makefile @@ -1,7 +1,7 @@ # Created by: Vasil Dimov PORTNAME= qtum -PORTVERSION= 0.20.2 +PORTVERSION= 0.20.3 DISTVERSIONPREFIX= mainnet-fastlane-v CATEGORIES= net-p2p finance diff --git a/net-p2p/qtum/distinfo b/net-p2p/qtum/distinfo index d78f8636748c..7a6252e0c86d 100644 --- a/net-p2p/qtum/distinfo +++ b/net-p2p/qtum/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1616400217 -SHA256 (qtumproject-qtum-mainnet-fastlane-v0.20.2_GH0.tar.gz) = 4fdb8aa3450284e9ca23859ae0cd5b714911cdd856993906e4a43bfbd53f57de -SIZE (qtumproject-qtum-mainnet-fastlane-v0.20.2_GH0.tar.gz) = 14322267 +TIMESTAMP = 1624349206 +SHA256 (qtumproject-qtum-mainnet-fastlane-v0.20.3_GH0.tar.gz) = 622096ab9703d06c92df84dea502abc33d6c482acb39180e170062474de7ea7f +SIZE (qtumproject-qtum-mainnet-fastlane-v0.20.3_GH0.tar.gz) = 14335430 SHA256 (qtumproject-cpp-eth-qtum-3f8e2fa7a3b97_GH0.tar.gz) = 7a3b46f41675501fb33d8606f1bdd3d646ab4513d6162edd4dcafbc65667b552 SIZE (qtumproject-cpp-eth-qtum-3f8e2fa7a3b97_GH0.tar.gz) = 1079015 SHA256 (ethereum-cable-3fc90c6eed80a2cbe81e968_GH0.tar.gz) = cec4a9eb03f69cb52a0a7f57e30f6d0139c7e835163ccd7095818c39e9243b75 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 10:14:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F31F965A797; Tue, 22 Jun 2021 10:13: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 4G8MgW6McRz3vKN; Tue, 22 Jun 2021 10:13: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 C355A7241; Tue, 22 Jun 2021 10:13: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 15MADxSV051380; Tue, 22 Jun 2021 10:13:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MADx3b051379; Tue, 22 Jun 2021 10:13:59 GMT (envelope-from git) Date: Tue, 22 Jun 2021 10:13:59 GMT Message-Id: <202106221013.15MADx3b051379@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: 6d51d9fa04a4 - main - lang/gcc9-devel: Update to the 20210617 snapshot of GCC 9.4.1 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: 6d51d9fa04a4d6ed383aeecd189aa800a2b2b625 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 10:14:00 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d51d9fa04a4d6ed383aeecd189aa800a2b2b625 commit 6d51d9fa04a4d6ed383aeecd189aa800a2b2b625 Author: Gerald Pfeifer AuthorDate: 2021-06-22 10:13:43 +0000 Commit: Gerald Pfeifer CommitDate: 2021-06-22 10:13:43 +0000 lang/gcc9-devel: Update to the 20210617 snapshot of GCC 9.4.1 --- lang/gcc9-devel/Makefile | 2 +- lang/gcc9-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/gcc9-devel/Makefile b/lang/gcc9-devel/Makefile index b3c62fc02bf7..f063f32b4e53 100644 --- a/lang/gcc9-devel/Makefile +++ b/lang/gcc9-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 9.4.1.s20210610 +PORTVERSION= 9.4.1.s20210617 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc9-devel/distinfo b/lang/gcc9-devel/distinfo index d7b9d593934f..282aa404465e 100644 --- a/lang/gcc9-devel/distinfo +++ b/lang/gcc9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623562697 -SHA256 (gcc-9-20210610.tar.xz) = 4b629ef51b17ba6ebb6ee6320f8feef3dfc22c161313a38a007ac9d6a4af8475 -SIZE (gcc-9-20210610.tar.xz) = 67674308 +TIMESTAMP = 1624047503 +SHA256 (gcc-9-20210617.tar.xz) = b8b5e78479485b4670e6c3077166dc9463c63fb5b9713cb16cc99f2812ed52d8 +SIZE (gcc-9-20210617.tar.xz) = 67677200 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 10:25:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6FD3465B70B; Tue, 22 Jun 2021 10:25: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 4G8MwY2TVpz3w9y; Tue, 22 Jun 2021 10:25: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 3D5B5754F; Tue, 22 Jun 2021 10:25: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 15MAPHLb064606; Tue, 22 Jun 2021 10:25:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MAPHl5064605; Tue, 22 Jun 2021 10:25:17 GMT (envelope-from git) Date: Tue, 22 Jun 2021 10:25:17 GMT Message-Id: <202106221025.15MAPHl5064605@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: 859607724140 - main - net/croc: Update to version 9.2.0. 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: 8596077241405e2919400db7c42972a606a293c7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 10:25:17 -0000 The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=8596077241405e2919400db7c42972a606a293c7 commit 8596077241405e2919400db7c42972a606a293c7 Author: Jimmy Olgeni AuthorDate: 2021-06-22 09:44:58 +0000 Commit: Jimmy Olgeni CommitDate: 2021-06-22 10:25:02 +0000 net/croc: Update to version 9.2.0. --- net/croc/Makefile | 8 ++++---- net/croc/distinfo | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/net/croc/Makefile b/net/croc/Makefile index 9413cf280bed..b583382eac40 100644 --- a/net/croc/Makefile +++ b/net/croc/Makefile @@ -1,5 +1,5 @@ PORTNAME= croc -PORTVERSION= 9.1.6 +PORTVERSION= 9.2.0 DISTVERSIONPREFIX= v CATEGORIES= net @@ -18,9 +18,9 @@ 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:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \ + golang:crypto:5ff15b29337e:golang_crypto/vendor/golang.org/x/crypto \ golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ - golang:sys:665e8c7367d1:golang_sys/vendor/golang.org/x/sys \ + golang:sys:59db8d763f22: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 \ kalafut:imohash:v1.0.2:kalafut_imohash/vendor/github.com/kalafut/imohash \ @@ -34,7 +34,7 @@ GH_TUPLE= cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash 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.1:schollz_progressbar_v3/vendor/github.com/schollz/progressbar/v3 \ + schollz:progressbar:v3.8.2:schollz_progressbar_v3/vendor/github.com/schollz/progressbar/v3 \ stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ tscholl2:siec:8da93652b094:tscholl2_siec/vendor/github.com/tscholl2/siec \ twmb:murmur3:v1.1.5:twmb_murmur3/vendor/github.com/twmb/murmur3 diff --git a/net/croc/distinfo b/net/croc/distinfo index 2de7eac30821..04e2a49e920e 100644 --- a/net/croc/distinfo +++ b/net/croc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623836907 -SHA256 (schollz-croc-v9.1.6_GH0.tar.gz) = 0a4119717346ec580f074e4ca70dedb8af99967f41e5592e93d1650bdd0aabf7 -SIZE (schollz-croc-v9.1.6_GH0.tar.gz) = 502670 +TIMESTAMP = 1624353837 +SHA256 (schollz-croc-v9.2.0_GH0.tar.gz) = e8f72be7f3c26a1c4ed00c3ebb222d2959cd6c7f7f74a097a556b56e6a24ba96 +SIZE (schollz-croc-v9.2.0_GH0.tar.gz) = 502565 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.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576 @@ -11,12 +11,12 @@ 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-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4 -SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023 +SHA256 (golang-crypto-5ff15b29337e_GH0.tar.gz) = 094d3a6563b4e2d7ce5e4ac2ff5f79bc14a4a7111a3310270e63505705a43cb6 +SIZE (golang-crypto-5ff15b29337e_GH0.tar.gz) = 1732042 SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d SIZE (golang-net-04defd469f4e_GH0.tar.gz) = 1252122 -SHA256 (golang-sys-665e8c7367d1_GH0.tar.gz) = 19c3498496d91ac9c0c0226c9b832c23a0b042b9a707be811ef976e801d373f4 -SIZE (golang-sys-665e8c7367d1_GH0.tar.gz) = 1200405 +SHA256 (golang-sys-59db8d763f22_GH0.tar.gz) = 6750e53436faf4b1552ec2ad79f3709b631e6111cc392b4620afd58a34d5f755 +SIZE (golang-sys-59db8d763f22_GH0.tar.gz) = 1201561 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 @@ -43,8 +43,8 @@ SHA256 (schollz-pake-v3.0.2_GH0.tar.gz) = 3441176fa8781c91e247855f3b058abbdc1218 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.1_GH0.tar.gz) = 4973b127546b6394d5ec42ca0e7330ee311d16b59d74adaa07da3ee35e833b7a -SIZE (schollz-progressbar-v3.8.1_GH0.tar.gz) = 603256 +SHA256 (schollz-progressbar-v3.8.2_GH0.tar.gz) = 58a7c5fc4c2aed00f8c2dcbec6351cf3c0f06bafa78b281c55e9875f49f50bd6 +SIZE (schollz-progressbar-v3.8.2_GH0.tar.gz) = 603252 SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 SHA256 (tscholl2-siec-8da93652b094_GH0.tar.gz) = 7437ad6885707c3d14f7dc7a1896812a517c710282d330fc763a7d4ea70979b9 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 11:29:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D54B665C212; Tue, 22 Jun 2021 11:29: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 4G8PLr5h7Zz4Trr; Tue, 22 Jun 2021 11:29: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 AB5DD10607; Tue, 22 Jun 2021 11:29: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 15MBTeoT045455; Tue, 22 Jun 2021 11:29:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MBTeG2045454; Tue, 22 Jun 2021 11:29:40 GMT (envelope-from git) Date: Tue, 22 Jun 2021 11:29:40 GMT Message-Id: <202106221129.15MBTeG2045454@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: 2473f3b50e82 - main - textproc/redisearch16: update to 1.6.16. 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: 2473f3b50e82caad897b31c9f44c8367c935aadf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 11:29:40 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=2473f3b50e82caad897b31c9f44c8367c935aadf commit 2473f3b50e82caad897b31c9f44c8367c935aadf Author: Sergey A. Osokin AuthorDate: 2021-06-22 11:28:24 +0000 Commit: Sergey A. Osokin CommitDate: 2021-06-22 11:28:24 +0000 textproc/redisearch16: update to 1.6.16. Reported by: portscout --- textproc/redisearch16/Makefile | 2 +- textproc/redisearch16/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/redisearch16/Makefile b/textproc/redisearch16/Makefile index becb18f0e600..8bc456c858ad 100644 --- a/textproc/redisearch16/Makefile +++ b/textproc/redisearch16/Makefile @@ -2,7 +2,7 @@ PORTNAME= redisearch16 DISTVERSIONPREFIX= v -DISTVERSION= 1.6.15 +DISTVERSION= 1.6.16 CATEGORIES= textproc MAINTAINER= osa@FreeBSD.org diff --git a/textproc/redisearch16/distinfo b/textproc/redisearch16/distinfo index 7cfa2a77e00a..e4c88c449ed6 100644 --- a/textproc/redisearch16/distinfo +++ b/textproc/redisearch16/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614205727 -SHA256 (RediSearch-RediSearch-v1.6.15_GH0.tar.gz) = 8e81b895ceb3309644c199225df25332a2bb0023311275af934ad19c59c0adbc -SIZE (RediSearch-RediSearch-v1.6.15_GH0.tar.gz) = 3671869 +TIMESTAMP = 1624361253 +SHA256 (RediSearch-RediSearch-v1.6.16_GH0.tar.gz) = a5f3f023f6b55bd693b484697f223d5c175b0a619a9bf5a5f3ef04bc24e579d4 +SIZE (RediSearch-RediSearch-v1.6.16_GH0.tar.gz) = 3674000 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 13:18:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDD3765D4E2; Tue, 22 Jun 2021 13:18: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 4G8RmJ5dmKz4gcc; Tue, 22 Jun 2021 13:18: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 A9C1011C96; Tue, 22 Jun 2021 13:18: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 15MDIOtS090717; Tue, 22 Jun 2021 13:18:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MDIODU090716; Tue, 22 Jun 2021 13:18:24 GMT (envelope-from git) Date: Tue, 22 Jun 2021 13:18:24 GMT Message-Id: <202106221318.15MDIODU090716@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: 15f586f24f7e - main - devel/py-grpcio: update to 1.38.1. 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: 15f586f24f7e22c9e73cb70e5ef1386793d13bac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 13:18:24 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=15f586f24f7e22c9e73cb70e5ef1386793d13bac commit 15f586f24f7e22c9e73cb70e5ef1386793d13bac Author: Vanilla I. Shu AuthorDate: 2021-06-22 13:15:22 +0000 Commit: Vanilla I. Shu CommitDate: 2021-06-22 13:15:22 +0000 devel/py-grpcio: update to 1.38.1. --- 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 6e60a16b12f8..c0f2e789c578 100644 --- a/devel/py-grpcio/Makefile +++ b/devel/py-grpcio/Makefile @@ -1,7 +1,7 @@ # Created by: vanilla@ PORTNAME= grpcio -PORTVERSION= 1.38.0 +PORTVERSION= 1.38.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-grpcio/distinfo b/devel/py-grpcio/distinfo index a935e374d824..bdb3436a5d6e 100644 --- a/devel/py-grpcio/distinfo +++ b/devel/py-grpcio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621578414 -SHA256 (grpcio-1.38.0.tar.gz) = abbf9c8c3df4d5233d5888c6cfa85c1bb68a6923749bd4dd1abc6e1e93986f17 -SIZE (grpcio-1.38.0.tar.gz) = 21391828 +TIMESTAMP = 1624367548 +SHA256 (grpcio-1.38.1.tar.gz) = 1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c +SIZE (grpcio-1.38.1.tar.gz) = 21392075 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 13:28:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A29D465D93D; Tue, 22 Jun 2021 13:28: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 4G8Rzp427Zz4hDg; Tue, 22 Jun 2021 13:28: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 7313911D2C; Tue, 22 Jun 2021 13:28: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 15MDSMpM003770; Tue, 22 Jun 2021 13:28:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MDSMRd003769; Tue, 22 Jun 2021 13:28:22 GMT (envelope-from git) Date: Tue, 22 Jun 2021 13:28:22 GMT Message-Id: <202106221328.15MDSMRd003769@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: 05155b4f4e1c - main - devel/py-grpcio-tools: update to 1.38.1. 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: 05155b4f4e1ccc0b682e4f823f54a360caf19220 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 13:28:22 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=05155b4f4e1ccc0b682e4f823f54a360caf19220 commit 05155b4f4e1ccc0b682e4f823f54a360caf19220 Author: Vanilla I. Shu AuthorDate: 2021-06-22 13:26:03 +0000 Commit: Vanilla I. Shu CommitDate: 2021-06-22 13:26:03 +0000 devel/py-grpcio-tools: update to 1.38.1. --- 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 c7f5198f97ea..926d83fe52b3 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.38.0 +PORTVERSION= 1.38.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-grpcio-tools/distinfo b/devel/py-grpcio-tools/distinfo index 6be41979aebc..7be01a91fe1d 100644 --- a/devel/py-grpcio-tools/distinfo +++ b/devel/py-grpcio-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621579229 -SHA256 (grpcio-tools-1.38.0.tar.gz) = c609678cf6faf4b467259757f848de4fbc7baca3c1e3f7b0e55c701c50fd94ae -SIZE (grpcio-tools-1.38.0.tar.gz) = 2128330 +TIMESTAMP = 1624367911 +SHA256 (grpcio-tools-1.38.1.tar.gz) = cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77 +SIZE (grpcio-tools-1.38.1.tar.gz) = 2128280 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 14:55:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 170CA65EA82; Tue, 22 Jun 2021 14:55: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 4G8Tw107Vkz4qLV; Tue, 22 Jun 2021 14:55: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 DC3E312B60; Tue, 22 Jun 2021 14:55: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 15MEtCQ1022192; Tue, 22 Jun 2021 14:55:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MEtCiJ022191; Tue, 22 Jun 2021 14:55:12 GMT (envelope-from git) Date: Tue, 22 Jun 2021 14:55:12 GMT Message-Id: <202106221455.15MEtCiJ022191@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Roger Pau Monn=C3=A9?= Subject: git: d0e59dedfb1b - main - emulators/xen-kernel: remove stale patch files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: royger X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d0e59dedfb1bc2fbda2002ab8de556d29973858b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 14:55:13 -0000 The branch main has been updated by royger (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=d0e59dedfb1bc2fbda2002ab8de556d29973858b commit d0e59dedfb1bc2fbda2002ab8de556d29973858b Author: Roger Pau Monné AuthorDate: 2021-06-21 08:43:36 +0000 Commit: Roger Pau Monné CommitDate: 2021-06-22 14:47:15 +0000 emulators/xen-kernel: remove stale patch files Those patches are already part of Xen 4.15 and not used by the build. Approved by: bapt (implicit) --- ...-x86-efi-enable-MS-ABI-attribute-on-clang.patch | 38 --------------- ...-x86-pvh-pass-module-command-line-to-dom0.patch | 54 ---------------------- 2 files changed, 92 deletions(-) diff --git a/emulators/xen-kernel/files/0001-x86-efi-enable-MS-ABI-attribute-on-clang.patch b/emulators/xen-kernel/files/0001-x86-efi-enable-MS-ABI-attribute-on-clang.patch deleted file mode 100644 index 81838d32e374..000000000000 --- a/emulators/xen-kernel/files/0001-x86-efi-enable-MS-ABI-attribute-on-clang.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 92f5ffa58d188c9f9a9f1bcdccb6d6348d9df612 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= -Date: Thu, 4 Feb 2021 14:02:32 +0100 -Subject: [PATCH] x86/efi: enable MS ABI attribute on clang -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Or else the EFI service calls will use the wrong calling convention. - -The __ms_abi__ attribute is available on all supported versions of -clang. Add a specific Clang check because the GCC version reported by -Clang is below the required 4.4 to use the __ms_abi__ attribute. - -Signed-off-by: Roger Pau Monné -Acked-by: Andrew Cooper -Reviewed-by: Ian Jackson -Release-Acked-by: Ian Jackson ---- - xen/include/asm-x86/x86_64/efibind.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/xen/include/asm-x86/x86_64/efibind.h b/xen/include/asm-x86/x86_64/efibind.h -index b013db175d..ddcfae07ec 100644 ---- a/xen/include/asm-x86/x86_64/efibind.h -+++ b/xen/include/asm-x86/x86_64/efibind.h -@@ -172,7 +172,7 @@ typedef uint64_t UINTN; - #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options - #ifdef _MSC_EXTENSIONS - #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler -- #elif __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) -+ #elif __clang__ || __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) - #define EFIAPI __attribute__((__ms_abi__)) // Force Microsoft ABI - #else - #define EFIAPI // Substitute expresion to force C calling convention --- -2.30.1 - diff --git a/emulators/xen-kernel/files/0001-x86-pvh-pass-module-command-line-to-dom0.patch b/emulators/xen-kernel/files/0001-x86-pvh-pass-module-command-line-to-dom0.patch deleted file mode 100644 index 2bb2993bb096..000000000000 --- a/emulators/xen-kernel/files/0001-x86-pvh-pass-module-command-line-to-dom0.patch +++ /dev/null @@ -1,54 +0,0 @@ -From ddc03f91858b21a1641909d1a1f55604be627d82 Mon Sep 17 00:00:00 2001 -From: Roger Pau Monne -Date: Fri, 29 Jan 2021 09:59:03 +0100 -Subject: [PATCH] x86/pvh: pass module command line to dom0 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Both the multiboot and the HVM start info structures allow passing a -string together with a module. Implement the missing support in -pvh_load_kernel so that module strings found in the multiboot -structure are forwarded to dom0. - -Fixes: 62ba982424 ('x86: parse Dom0 kernel for PVHv2') -Signed-off-by: Roger Pau Monné ---- -NB: str cannot be made const because __hvm_copy buf parameter (that -maps to str in the added code) is bi-directional depending on the -flags passed to the function. ---- - xen/arch/x86/hvm/dom0_build.c | 17 ++++++++++++++++- - 1 file changed, 16 insertions(+), 1 deletion(-) - -diff --git a/xen/arch/x86/hvm/dom0_build.c b/xen/arch/x86/hvm/dom0_build.c -index 12a82c9d7c..28c29d2669 100644 ---- a/xen/arch/x86/hvm/dom0_build.c -+++ b/xen/arch/x86/hvm/dom0_build.c -@@ -617,7 +617,22 @@ static int __init pvh_load_kernel(struct domain *d, const module_t *image, - - mod.paddr = last_addr; - mod.size = initrd->mod_end; -- last_addr += ROUNDUP(initrd->mod_end, PAGE_SIZE); -+ last_addr += ROUNDUP(initrd->mod_end, elf_64bit(&elf) ? 8 : 4); -+ if ( initrd->string ) -+ { -+ char *str = __va(initrd->string); -+ unsigned int len = strlen(str) + 1; -+ -+ rc = hvm_copy_to_guest_phys(last_addr, str, len, v); -+ if ( rc ) -+ { -+ printk("Unable to copy module command line\n"); -+ return rc; -+ } -+ mod.cmdline_paddr = last_addr; -+ last_addr += len; -+ } -+ last_addr = ROUNDUP(last_addr, PAGE_SIZE); - } - - /* Free temporary buffers. */ --- -2.29.2 - From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 14:55:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D1F165E987; Tue, 22 Jun 2021 14:55: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 4G8Tw21HTJz4q9Q; Tue, 22 Jun 2021 14:55: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 0D43212BD0; Tue, 22 Jun 2021 14:55: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 15MEtDlG022220; Tue, 22 Jun 2021 14:55:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MEtDRF022219; Tue, 22 Jun 2021 14:55:13 GMT (envelope-from git) Date: Tue, 22 Jun 2021 14:55:13 GMT Message-Id: <202106221455.15MEtDRF022219@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Roger Pau Monn=C3=A9?= Subject: git: fa0f04a80fb6 - main - emulators/xen-kernel: import fix for cache attributes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: royger X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fa0f04a80fb6819eaafd134cc7e88b9b9ec501e6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 14:55:14 -0000 The branch main has been updated by royger (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=fa0f04a80fb6819eaafd134cc7e88b9b9ec501e6 commit fa0f04a80fb6819eaafd134cc7e88b9b9ec501e6 Author: Roger Pau Monné AuthorDate: 2021-06-21 08:44:16 +0000 Commit: Roger Pau Monné CommitDate: 2021-06-22 14:47:15 +0000 emulators/xen-kernel: import fix for cache attributes Import fixes for cache attributes of grant and foreign maps on Intel. This should result in an I/O performance improvement when using FreeBSD as a dom0 on Intel hardware. Approved by: bapt (implicit) --- emulators/xen-kernel/Makefile | 7 +- ...-x86-mtrr-remove-stale-function-prototype.patch | 31 ++ ...mtrr-move-epte_get_entry_emt-to-p2m-ept.c.patch | 377 +++++++++++++++++++++ ...ce-WB-cache-attributes-for-grant-and-fore.patch | 139 ++++++++ 4 files changed, 553 insertions(+), 1 deletion(-) diff --git a/emulators/xen-kernel/Makefile b/emulators/xen-kernel/Makefile index 612a23cb3462..24c222999c77 100644 --- a/emulators/xen-kernel/Makefile +++ b/emulators/xen-kernel/Makefile @@ -1,6 +1,6 @@ PORTNAME= xen PORTVERSION= 4.15.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ PKGNAMESUFFIX= -kernel @@ -23,6 +23,11 @@ STRIP= # PLIST_FILES= /boot/xen \ lib/debug/boot/xen.debug +# Fix grant/foreign mapping cache attributes on Intel. +EXTRA_PATCHES+= ${PATCHDIR}/0001-x86-mtrr-remove-stale-function-prototype.patch:-p1 \ + ${PATCHDIR}/0002-x86-mtrr-move-epte_get_entry_emt-to-p2m-ept.c.patch:-p1 \ + ${PATCHDIR}/0003-x86-ept-force-WB-cache-attributes-for-grant-and-fore.patch:-p1 + .include .if ${OPSYS} != FreeBSD diff --git a/emulators/xen-kernel/files/0001-x86-mtrr-remove-stale-function-prototype.patch b/emulators/xen-kernel/files/0001-x86-mtrr-remove-stale-function-prototype.patch new file mode 100644 index 000000000000..b4cd1a4061ce --- /dev/null +++ b/emulators/xen-kernel/files/0001-x86-mtrr-remove-stale-function-prototype.patch @@ -0,0 +1,31 @@ +From c8aaa97f84170192b05b3020a55c69f71d84629f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= +Date: Mon, 31 May 2021 12:47:12 +0200 +Subject: [PATCH 1/3] x86/mtrr: remove stale function prototype +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fixes: 1c84d04673 ('VMX: remove the problematic set_uc_mode logic') +Signed-off-by: Roger Pau Monné +Acked-by: Jan Beulich +--- + xen/include/asm-x86/mtrr.h | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/xen/include/asm-x86/mtrr.h b/xen/include/asm-x86/mtrr.h +index 4be704cb6a..24e5de5c22 100644 +--- a/xen/include/asm-x86/mtrr.h ++++ b/xen/include/asm-x86/mtrr.h +@@ -78,8 +78,6 @@ extern u32 get_pat_flags(struct vcpu *v, u32 gl1e_flags, paddr_t gpaddr, + extern int epte_get_entry_emt(struct domain *, unsigned long gfn, mfn_t mfn, + unsigned int order, uint8_t *ipat, + bool_t direct_mmio); +-extern void ept_change_entry_emt_with_range( +- struct domain *d, unsigned long start_gfn, unsigned long end_gfn); + extern unsigned char pat_type_2_pte_flags(unsigned char pat_type); + extern int hold_mtrr_updates_on_aps; + extern void mtrr_aps_sync_begin(void); +-- +2.31.1 + diff --git a/emulators/xen-kernel/files/0002-x86-mtrr-move-epte_get_entry_emt-to-p2m-ept.c.patch b/emulators/xen-kernel/files/0002-x86-mtrr-move-epte_get_entry_emt-to-p2m-ept.c.patch new file mode 100644 index 000000000000..5490b63534c0 --- /dev/null +++ b/emulators/xen-kernel/files/0002-x86-mtrr-move-epte_get_entry_emt-to-p2m-ept.c.patch @@ -0,0 +1,377 @@ +From bad7fc7a20452f5ba5e2aaf0019affec7fa87271 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= +Date: Thu, 17 Jun 2021 17:58:11 +0200 +Subject: [PATCH 2/3] x86/mtrr: move epte_get_entry_emt to p2m-ept.c +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This is an EPT specific function, so it shouldn't live in the generic +mtrr file. Such movement is also needed for future work that will +require passing a p2m_type_t parameter to epte_get_entry_emt, and +making that type visible to the mtrr users is cumbersome and +unneeded. + +Moving epte_get_entry_emt out of mtrr.c requires making the helper to +get the MTRR type of an address from the mtrr state public. While +there rename the function to start with the mtrr prefix, like other +mtrr related functions. + +While there fix some of the types of the function parameters. + +No functional change intended. + +Signed-off-by: Roger Pau Monné +Reviewed-by: Jan Beulich +Reviewed-by: Kevin Tian +--- + xen/arch/x86/hvm/mtrr.c | 109 +--------------------------- + xen/arch/x86/mm/p2m-ept.c | 115 ++++++++++++++++++++++++++++-- + xen/include/asm-x86/hvm/vmx/vmx.h | 2 + + xen/include/asm-x86/mtrr.h | 5 +- + 4 files changed, 117 insertions(+), 114 deletions(-) + +diff --git a/xen/arch/x86/hvm/mtrr.c b/xen/arch/x86/hvm/mtrr.c +index fb051d59c3..4a9f3177ed 100644 +--- a/xen/arch/x86/hvm/mtrr.c ++++ b/xen/arch/x86/hvm/mtrr.c +@@ -194,8 +194,7 @@ void hvm_vcpu_cacheattr_destroy(struct vcpu *v) + * May return a negative value when order > 0, indicating to the caller + * that the respective mapping needs splitting. + */ +-static int get_mtrr_type(const struct mtrr_state *m, +- paddr_t pa, unsigned int order) ++int mtrr_get_type(const struct mtrr_state *m, paddr_t pa, unsigned int order) + { + uint8_t overlap_mtrr = 0; + uint8_t overlap_mtrr_pos = 0; +@@ -323,7 +322,7 @@ static uint8_t effective_mm_type(struct mtrr_state *m, + * just use it + */ + if ( gmtrr_mtype == NO_HARDCODE_MEM_TYPE ) +- mtrr_mtype = get_mtrr_type(m, gpa, 0); ++ mtrr_mtype = mtrr_get_type(m, gpa, 0); + else + mtrr_mtype = gmtrr_mtype; + +@@ -350,7 +349,7 @@ uint32_t get_pat_flags(struct vcpu *v, + guest_eff_mm_type = effective_mm_type(g, pat, gpaddr, + gl1e_flags, gmtrr_mtype); + /* 2. Get the memory type of host physical address, with MTRR */ +- shadow_mtrr_type = get_mtrr_type(&mtrr_state, spaddr, 0); ++ shadow_mtrr_type = mtrr_get_type(&mtrr_state, spaddr, 0); + + /* 3. Find the memory type in PAT, with host MTRR memory type + * and guest effective memory type. +@@ -789,108 +788,6 @@ void memory_type_changed(struct domain *d) + } + } + +-int epte_get_entry_emt(struct domain *d, unsigned long gfn, mfn_t mfn, +- unsigned int order, uint8_t *ipat, bool_t direct_mmio) +-{ +- int gmtrr_mtype, hmtrr_mtype; +- struct vcpu *v = current; +- unsigned long i; +- +- *ipat = 0; +- +- if ( v->domain != d ) +- v = d->vcpu ? d->vcpu[0] : NULL; +- +- /* Mask, not add, for order so it works with INVALID_MFN on unmapping */ +- if ( rangeset_overlaps_range(mmio_ro_ranges, mfn_x(mfn), +- mfn_x(mfn) | ((1UL << order) - 1)) ) +- { +- if ( !order || rangeset_contains_range(mmio_ro_ranges, mfn_x(mfn), +- mfn_x(mfn) | ((1UL << order) - 1)) ) +- { +- *ipat = 1; +- return MTRR_TYPE_UNCACHABLE; +- } +- /* Force invalid memory type so resolve_misconfig() will split it */ +- return -1; +- } +- +- if ( !mfn_valid(mfn) ) +- { +- *ipat = 1; +- return MTRR_TYPE_UNCACHABLE; +- } +- +- if ( !direct_mmio && !is_iommu_enabled(d) && !cache_flush_permitted(d) ) +- { +- *ipat = 1; +- return MTRR_TYPE_WRBACK; +- } +- +- for ( i = 0; i < (1ul << order); i++ ) +- { +- if ( is_special_page(mfn_to_page(mfn_add(mfn, i))) ) +- { +- if ( order ) +- return -1; +- *ipat = 1; +- return MTRR_TYPE_WRBACK; +- } +- } +- +- if ( direct_mmio ) +- return MTRR_TYPE_UNCACHABLE; +- +- gmtrr_mtype = hvm_get_mem_pinned_cacheattr(d, _gfn(gfn), order); +- if ( gmtrr_mtype >= 0 ) +- { +- *ipat = 1; +- return gmtrr_mtype != PAT_TYPE_UC_MINUS ? gmtrr_mtype +- : MTRR_TYPE_UNCACHABLE; +- } +- if ( gmtrr_mtype == -EADDRNOTAVAIL ) +- return -1; +- +- gmtrr_mtype = is_hvm_domain(d) && v ? +- get_mtrr_type(&v->arch.hvm.mtrr, +- gfn << PAGE_SHIFT, order) : +- MTRR_TYPE_WRBACK; +- hmtrr_mtype = get_mtrr_type(&mtrr_state, mfn_x(mfn) << PAGE_SHIFT, order); +- if ( gmtrr_mtype < 0 || hmtrr_mtype < 0 ) +- return -1; +- +- /* If both types match we're fine. */ +- if ( likely(gmtrr_mtype == hmtrr_mtype) ) +- return hmtrr_mtype; +- +- /* If either type is UC, we have to go with that one. */ +- if ( gmtrr_mtype == MTRR_TYPE_UNCACHABLE || +- hmtrr_mtype == MTRR_TYPE_UNCACHABLE ) +- return MTRR_TYPE_UNCACHABLE; +- +- /* If either type is WB, we have to go with the other one. */ +- if ( gmtrr_mtype == MTRR_TYPE_WRBACK ) +- return hmtrr_mtype; +- if ( hmtrr_mtype == MTRR_TYPE_WRBACK ) +- return gmtrr_mtype; +- +- /* +- * At this point we have disagreeing WC, WT, or WP types. The only +- * combination that can be cleanly resolved is WT:WP. The ones involving +- * WC need to be converted to UC, both due to the memory ordering +- * differences and because WC disallows reads to be cached (WT and WP +- * permit this), while WT and WP require writes to go straight to memory +- * (WC can buffer them). +- */ +- if ( (gmtrr_mtype == MTRR_TYPE_WRTHROUGH && +- hmtrr_mtype == MTRR_TYPE_WRPROT) || +- (gmtrr_mtype == MTRR_TYPE_WRPROT && +- hmtrr_mtype == MTRR_TYPE_WRTHROUGH) ) +- return MTRR_TYPE_WRPROT; +- +- return MTRR_TYPE_UNCACHABLE; +-} +- + /* + * Local variables: + * mode: C +diff --git a/xen/arch/x86/mm/p2m-ept.c b/xen/arch/x86/mm/p2m-ept.c +index 23d411f01d..542fe5ef34 100644 +--- a/xen/arch/x86/mm/p2m-ept.c ++++ b/xen/arch/x86/mm/p2m-ept.c +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -485,6 +486,109 @@ static int ept_invalidate_emt_range(struct p2m_domain *p2m, + return rc; + } + ++int epte_get_entry_emt(struct domain *d, gfn_t gfn, mfn_t mfn, ++ unsigned int order, bool *ipat, bool direct_mmio) ++{ ++ int gmtrr_mtype, hmtrr_mtype; ++ struct vcpu *v = current; ++ unsigned long i; ++ ++ *ipat = false; ++ ++ if ( v->domain != d ) ++ v = d->vcpu ? d->vcpu[0] : NULL; ++ ++ /* Mask, not add, for order so it works with INVALID_MFN on unmapping */ ++ if ( rangeset_overlaps_range(mmio_ro_ranges, mfn_x(mfn), ++ mfn_x(mfn) | ((1UL << order) - 1)) ) ++ { ++ if ( !order || rangeset_contains_range(mmio_ro_ranges, mfn_x(mfn), ++ mfn_x(mfn) | ((1UL << order) - 1)) ) ++ { ++ *ipat = true; ++ return MTRR_TYPE_UNCACHABLE; ++ } ++ /* Force invalid memory type so resolve_misconfig() will split it */ ++ return -1; ++ } ++ ++ if ( !mfn_valid(mfn) ) ++ { ++ *ipat = true; ++ return MTRR_TYPE_UNCACHABLE; ++ } ++ ++ if ( !direct_mmio && !is_iommu_enabled(d) && !cache_flush_permitted(d) ) ++ { ++ *ipat = true; ++ return MTRR_TYPE_WRBACK; ++ } ++ ++ for ( i = 0; i < (1ul << order); i++ ) ++ { ++ if ( is_special_page(mfn_to_page(mfn_add(mfn, i))) ) ++ { ++ if ( order ) ++ return -1; ++ *ipat = true; ++ return MTRR_TYPE_WRBACK; ++ } ++ } ++ ++ if ( direct_mmio ) ++ return MTRR_TYPE_UNCACHABLE; ++ ++ gmtrr_mtype = hvm_get_mem_pinned_cacheattr(d, gfn, order); ++ if ( gmtrr_mtype >= 0 ) ++ { ++ *ipat = true; ++ return gmtrr_mtype != PAT_TYPE_UC_MINUS ? gmtrr_mtype ++ : MTRR_TYPE_UNCACHABLE; ++ } ++ if ( gmtrr_mtype == -EADDRNOTAVAIL ) ++ return -1; ++ ++ gmtrr_mtype = is_hvm_domain(d) && v ? ++ mtrr_get_type(&v->arch.hvm.mtrr, ++ gfn << PAGE_SHIFT, order) : ++ MTRR_TYPE_WRBACK; ++ hmtrr_mtype = mtrr_get_type(&mtrr_state, mfn_x(mfn) << PAGE_SHIFT, ++ order); ++ if ( gmtrr_mtype < 0 || hmtrr_mtype < 0 ) ++ return -1; ++ ++ /* If both types match we're fine. */ ++ if ( likely(gmtrr_mtype == hmtrr_mtype) ) ++ return hmtrr_mtype; ++ ++ /* If either type is UC, we have to go with that one. */ ++ if ( gmtrr_mtype == MTRR_TYPE_UNCACHABLE || ++ hmtrr_mtype == MTRR_TYPE_UNCACHABLE ) ++ return MTRR_TYPE_UNCACHABLE; ++ ++ /* If either type is WB, we have to go with the other one. */ ++ if ( gmtrr_mtype == MTRR_TYPE_WRBACK ) ++ return hmtrr_mtype; ++ if ( hmtrr_mtype == MTRR_TYPE_WRBACK ) ++ return gmtrr_mtype; ++ ++ /* ++ * At this point we have disagreeing WC, WT, or WP types. The only ++ * combination that can be cleanly resolved is WT:WP. The ones involving ++ * WC need to be converted to UC, both due to the memory ordering ++ * differences and because WC disallows reads to be cached (WT and WP ++ * permit this), while WT and WP require writes to go straight to memory ++ * (WC can buffer them). ++ */ ++ if ( (gmtrr_mtype == MTRR_TYPE_WRTHROUGH && ++ hmtrr_mtype == MTRR_TYPE_WRPROT) || ++ (gmtrr_mtype == MTRR_TYPE_WRPROT && ++ hmtrr_mtype == MTRR_TYPE_WRTHROUGH) ) ++ return MTRR_TYPE_WRPROT; ++ ++ return MTRR_TYPE_UNCACHABLE; ++} ++ + /* + * Resolve deliberately mis-configured (EMT field set to an invalid value) + * entries in the page table hierarchy for the given GFN: +@@ -519,7 +623,7 @@ static int resolve_misconfig(struct p2m_domain *p2m, unsigned long gfn) + + if ( level == 0 || is_epte_superpage(&e) ) + { +- uint8_t ipat = 0; ++ bool ipat; + + if ( e.emt != MTRR_NUM_TYPES ) + break; +@@ -535,7 +639,7 @@ static int resolve_misconfig(struct p2m_domain *p2m, unsigned long gfn) + e.emt = 0; + if ( !is_epte_valid(&e) || !is_epte_present(&e) ) + continue; +- e.emt = epte_get_entry_emt(p2m->domain, gfn + i, ++ e.emt = epte_get_entry_emt(p2m->domain, _gfn(gfn + i), + _mfn(e.mfn), 0, &ipat, + e.sa_p2mt == p2m_mmio_direct); + e.ipat = ipat; +@@ -553,7 +657,8 @@ static int resolve_misconfig(struct p2m_domain *p2m, unsigned long gfn) + } + else + { +- int emt = epte_get_entry_emt(p2m->domain, gfn, _mfn(e.mfn), ++ int emt = epte_get_entry_emt(p2m->domain, _gfn(gfn), ++ _mfn(e.mfn), + level * EPT_TABLE_ORDER, &ipat, + e.sa_p2mt == p2m_mmio_direct); + bool_t recalc = e.recalc; +@@ -678,7 +783,7 @@ ept_set_entry(struct p2m_domain *p2m, gfn_t gfn_, mfn_t mfn, + int ret, rc = 0; + bool_t entry_written = 0; + bool_t direct_mmio = (p2mt == p2m_mmio_direct); +- uint8_t ipat = 0; ++ bool ipat = false; + bool_t need_modify_vtd_table = 1; + bool_t vtd_pte_present = 0; + unsigned int iommu_flags = p2m_get_iommu_flags(p2mt, mfn); +@@ -790,7 +895,7 @@ ept_set_entry(struct p2m_domain *p2m, gfn_t gfn_, mfn_t mfn, + + if ( mfn_valid(mfn) || p2m_allows_invalid_mfn(p2mt) ) + { +- int emt = epte_get_entry_emt(p2m->domain, gfn, mfn, ++ int emt = epte_get_entry_emt(p2m->domain, _gfn(gfn), mfn, + i * EPT_TABLE_ORDER, &ipat, direct_mmio); + + if ( emt >= 0 ) +diff --git a/xen/include/asm-x86/hvm/vmx/vmx.h b/xen/include/asm-x86/hvm/vmx/vmx.h +index 534e9fc221..f668ee1f09 100644 +--- a/xen/include/asm-x86/hvm/vmx/vmx.h ++++ b/xen/include/asm-x86/hvm/vmx/vmx.h +@@ -599,6 +599,8 @@ void ept_p2m_uninit(struct p2m_domain *p2m); + + void ept_walk_table(struct domain *d, unsigned long gfn); + bool_t ept_handle_misconfig(uint64_t gpa); ++int epte_get_entry_emt(struct domain *d, gfn_t gfn, mfn_t mfn, ++ unsigned int order, bool *ipat, bool direct_mmio); + void setup_ept_dump(void); + void p2m_init_altp2m_ept(struct domain *d, unsigned int i); + /* Locate an alternate p2m by its EPTP */ +diff --git a/xen/include/asm-x86/mtrr.h b/xen/include/asm-x86/mtrr.h +index 24e5de5c22..e0fd1005ce 100644 +--- a/xen/include/asm-x86/mtrr.h ++++ b/xen/include/asm-x86/mtrr.h +@@ -72,12 +72,11 @@ extern int mtrr_add_page(unsigned long base, unsigned long size, + unsigned int type, char increment); + extern int mtrr_del(int reg, unsigned long base, unsigned long size); + extern int mtrr_del_page(int reg, unsigned long base, unsigned long size); ++extern int mtrr_get_type(const struct mtrr_state *m, paddr_t pa, ++ unsigned int order); + extern void mtrr_centaur_report_mcr(int mcr, u32 lo, u32 hi); + extern u32 get_pat_flags(struct vcpu *v, u32 gl1e_flags, paddr_t gpaddr, + paddr_t spaddr, uint8_t gmtrr_mtype); +-extern int epte_get_entry_emt(struct domain *, unsigned long gfn, mfn_t mfn, +- unsigned int order, uint8_t *ipat, +- bool_t direct_mmio); + extern unsigned char pat_type_2_pte_flags(unsigned char pat_type); + extern int hold_mtrr_updates_on_aps; + extern void mtrr_aps_sync_begin(void); +-- +2.31.1 + diff --git a/emulators/xen-kernel/files/0003-x86-ept-force-WB-cache-attributes-for-grant-and-fore.patch b/emulators/xen-kernel/files/0003-x86-ept-force-WB-cache-attributes-for-grant-and-fore.patch new file mode 100644 index 000000000000..8119283dd746 --- /dev/null +++ b/emulators/xen-kernel/files/0003-x86-ept-force-WB-cache-attributes-for-grant-and-fore.patch @@ -0,0 +1,139 @@ +From 8ce6832518035a17e2d89a98235359f3d551f2c1 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= +Date: Thu, 17 Jun 2021 18:00:57 +0200 +Subject: [PATCH 3/3] x86/ept: force WB cache attributes for grant and foreign + maps +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Force WB type for grants and foreign pages. Those are usually mapped +over unpopulated physical ranges in the p2m, and those ranges would +usually be UC in the MTRR state, which is unlikely to be the correct +cache attribute. It's also cumbersome (or even impossible) for the +guest to be setting the MTRR type for all those mappings as WB, as +MTRR ranges are finite. + +Note that this is not an issue on AMD because WB cache attribute is +already set on grants and foreign mappings in the p2m and MTRR types +are ignored. Also on AMD Xen cannot force a cache attribute because of +the lack of ignore PAT equivalent, so the behavior here slightly +diverges between AMD and Intel (or EPT vs NPT/shadow). + +Signed-off-by: Roger Pau Monné +Reviewed-by: Jan Beulich +Reviewed-by: Kevin Tian +--- + xen/arch/x86/mm/p2m-ept.c | 38 +++++++++++++++++++++++++------ + xen/include/asm-x86/hvm/vmx/vmx.h | 2 +- + 2 files changed, 32 insertions(+), 8 deletions(-) + +diff --git a/xen/arch/x86/mm/p2m-ept.c b/xen/arch/x86/mm/p2m-ept.c +index 542fe5ef34..41ab3c199a 100644 +--- a/xen/arch/x86/mm/p2m-ept.c ++++ b/xen/arch/x86/mm/p2m-ept.c +@@ -487,7 +487,7 @@ static int ept_invalidate_emt_range(struct p2m_domain *p2m, + } + + int epte_get_entry_emt(struct domain *d, gfn_t gfn, mfn_t mfn, +- unsigned int order, bool *ipat, bool direct_mmio) ++ unsigned int order, bool *ipat, p2m_type_t type) + { + int gmtrr_mtype, hmtrr_mtype; + struct vcpu *v = current; +@@ -518,7 +518,8 @@ int epte_get_entry_emt(struct domain *d, gfn_t gfn, mfn_t mfn, + return MTRR_TYPE_UNCACHABLE; + } + +- if ( !direct_mmio && !is_iommu_enabled(d) && !cache_flush_permitted(d) ) ++ if ( type != p2m_mmio_direct && !is_iommu_enabled(d) && ++ !cache_flush_permitted(d) ) + { + *ipat = true; + return MTRR_TYPE_WRBACK; +@@ -535,9 +536,33 @@ int epte_get_entry_emt(struct domain *d, gfn_t gfn, mfn_t mfn, + } + } + +- if ( direct_mmio ) ++ switch ( type ) ++ { ++ case p2m_mmio_direct: + return MTRR_TYPE_UNCACHABLE; + ++ case p2m_grant_map_ro: ++ case p2m_grant_map_rw: ++ case p2m_map_foreign: ++ /* ++ * Force WB type for grants and foreign pages. Those are usually mapped ++ * over unpopulated physical ranges in the p2m, and those would usually ++ * be UC in the MTRR state, which is unlikely to be the correct cache ++ * attribute. It's also cumbersome (or even impossible) for the guest ++ * to be setting the MTRR type for all those mappings as WB, as MTRR ++ * ranges are finite. ++ * ++ * Note that on AMD we cannot force a cache attribute because of the ++ * lack of ignore PAT equivalent, so the behavior here slightly ++ * diverges. See p2m_type_to_flags for the AMD attributes. ++ */ ++ *ipat = true; ++ return MTRR_TYPE_WRBACK; ++ ++ default: ++ break; ++ } ++ + gmtrr_mtype = hvm_get_mem_pinned_cacheattr(d, gfn, order); + if ( gmtrr_mtype >= 0 ) + { +@@ -641,7 +666,7 @@ static int resolve_misconfig(struct p2m_domain *p2m, unsigned long gfn) + continue; + e.emt = epte_get_entry_emt(p2m->domain, _gfn(gfn + i), + _mfn(e.mfn), 0, &ipat, +- e.sa_p2mt == p2m_mmio_direct); ++ e.sa_p2mt); + e.ipat = ipat; + + nt = p2m_recalc_type(e.recalc, e.sa_p2mt, p2m, gfn + i); +@@ -660,7 +685,7 @@ static int resolve_misconfig(struct p2m_domain *p2m, unsigned long gfn) + int emt = epte_get_entry_emt(p2m->domain, _gfn(gfn), + _mfn(e.mfn), + level * EPT_TABLE_ORDER, &ipat, +- e.sa_p2mt == p2m_mmio_direct); ++ e.sa_p2mt); + bool_t recalc = e.recalc; + + if ( recalc && p2m_is_changeable(e.sa_p2mt) ) +@@ -782,7 +807,6 @@ ept_set_entry(struct p2m_domain *p2m, gfn_t gfn_, mfn_t mfn, + unsigned long fn_mask = !mfn_eq(mfn, INVALID_MFN) ? (gfn | mfn_x(mfn)) : gfn; + int ret, rc = 0; + bool_t entry_written = 0; +- bool_t direct_mmio = (p2mt == p2m_mmio_direct); + bool ipat = false; + bool_t need_modify_vtd_table = 1; + bool_t vtd_pte_present = 0; +@@ -896,7 +920,7 @@ ept_set_entry(struct p2m_domain *p2m, gfn_t gfn_, mfn_t mfn, + if ( mfn_valid(mfn) || p2m_allows_invalid_mfn(p2mt) ) + { + int emt = epte_get_entry_emt(p2m->domain, _gfn(gfn), mfn, +- i * EPT_TABLE_ORDER, &ipat, direct_mmio); ++ i * EPT_TABLE_ORDER, &ipat, p2mt); + + if ( emt >= 0 ) + new_entry.emt = emt; +diff --git a/xen/include/asm-x86/hvm/vmx/vmx.h b/xen/include/asm-x86/hvm/vmx/vmx.h +index f668ee1f09..0deb507490 100644 +--- a/xen/include/asm-x86/hvm/vmx/vmx.h ++++ b/xen/include/asm-x86/hvm/vmx/vmx.h +@@ -600,7 +600,7 @@ void ept_p2m_uninit(struct p2m_domain *p2m); + void ept_walk_table(struct domain *d, unsigned long gfn); + bool_t ept_handle_misconfig(uint64_t gpa); + int epte_get_entry_emt(struct domain *d, gfn_t gfn, mfn_t mfn, +- unsigned int order, bool *ipat, bool direct_mmio); ++ unsigned int order, bool *ipat, p2m_type_t type); + void setup_ept_dump(void); + void p2m_init_altp2m_ept(struct domain *d, unsigned int i); + /* Locate an alternate p2m by its EPTP */ +-- +2.31.1 + From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 15:25:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31CA865F076; Tue, 22 Jun 2021 15:25: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 4G8VZc0nGWz4sXp; Tue, 22 Jun 2021 15:25: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 F3052134A5; Tue, 22 Jun 2021 15:25: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 15MFPB3k062333; Tue, 22 Jun 2021 15:25:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MFPBbT062332; Tue, 22 Jun 2021 15:25:11 GMT (envelope-from git) Date: Tue, 22 Jun 2021 15:25:11 GMT Message-Id: <202106221525.15MFPBbT062332@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: 06e8213fe96f - main - devel/py-qt5-positioning: New port - Provide PyQt5 QtPositioning module 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: 06e8213fe96f7d5b8049667d303155da66907650 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 15:25:12 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=06e8213fe96f7d5b8049667d303155da66907650 commit 06e8213fe96f7d5b8049667d303155da66907650 Author: Rainer Hurling AuthorDate: 2021-06-19 20:37:54 +0000 Commit: Rainer Hurling CommitDate: 2021-06-22 15:24:37 +0000 devel/py-qt5-positioning: New port - Provide PyQt5 QtPositioning module The QtPositioning module contains classes to determine a position by using a variety of possible sources, including satellite, or wifi, or a text file, and so on. That information can then be used to, for example, determine a position on a map. In addition satellite information can be retrieved and area based monitoring can be performed. https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtpositioning/qtpositioning-module.html Reviewed by: lbartoletti, #portmgr! Approved by: lbartoletti (kde@) Differential Revision: https://reviews.freebsd.org/D30829 --- Mk/Uses/pyqt.mk | 5 +++++ devel/Makefile | 1 + devel/py-qt5-positioning/Makefile | 28 ++++++++++++++++++++++++++++ devel/py-qt5-positioning/pkg-descr | 10 ++++++++++ devel/py-qt5-positioning/pkg-plist | 19 +++++++++++++++++++ devel/py-qt5/Makefile | 4 ++-- 6 files changed, 65 insertions(+), 2 deletions(-) diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk index 0c5c2b4775e0..19410399575b 100644 --- a/Mk/Uses/pyqt.mk +++ b/Mk/Uses/pyqt.mk @@ -84,9 +84,11 @@ _USE_PYQT_DEVEL= core dbus dbussupport help location \ designer designerplugin remoteobjects test _USE_PYQT_GRAPHICS= svg _USE_PYQT_LANG= qml +_USE_PYQT_LOCATION= location _USE_PYQT_MISC= demo _USE_PYQT_MULTIMEDIA= multimedia multimediawidgets _USE_PYQT_NET= network networkauth +_USE_PYQT_POSITIONING= positioning _USE_PYQT_PRINT= printsupport _USE_PYQT_TEXTPROC= xml xmlpatterns _USE_PYQT_WWW= webchannel webengine webkit webkitwidgets websockets @@ -100,9 +102,11 @@ _USE_PYQT_ALL= ${_USE_PYQT_COMMS} \ ${_USE_PYQT_DEVEL} \ ${_USE_PYQT_GRAPHICS} \ ${_USE_PYQT_LANG} \ + ${_USE_PYQT_LOCATION} \ ${_USE_PYQT_MISC} \ ${_USE_PYQT_MULTIMEDIA} \ ${_USE_PYQT_NET} \ + ${_USE_PYQT_POSITIONING} \ ${_USE_PYQT_PRINT} \ ${_USE_PYQT_TEXTPROC} \ ${_USE_PYQT_WWW} \ @@ -159,6 +163,7 @@ py-multimediawidgets_DESC= Python bindings for QtMultimediaWidgets module py-network_DESC= Python bindings for QtNetwork module py-networkauth_DESC= Python bindings for QtNetworkAuth module py-opengl_DESC= Python bindings for QtOpenGL module +py-positioning_DESC= Python bindings for QtPositioning module py-printsupport_DESC= Python bindings for Printsupport module py-qml_DESC= Python bindings for Qml module py-qscintilla2_DESC= Python bindings for QScintilla2 diff --git a/devel/Makefile b/devel/Makefile index 4a37f617c125..510475116a5c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5030,6 +5030,7 @@ SUBDIR += py-qt5-designerplugin SUBDIR += py-qt5-help SUBDIR += py-qt5-location + SUBDIR += py-qt5-positioning SUBDIR += py-qt5-qscintilla2 SUBDIR += py-qt5-remoteobjects SUBDIR += py-qt5-sip diff --git a/devel/py-qt5-positioning/Makefile b/devel/py-qt5-positioning/Makefile new file mode 100644 index 000000000000..11858be1ad51 --- /dev/null +++ b/devel/py-qt5-positioning/Makefile @@ -0,0 +1,28 @@ +PORTNAME= positioning +CATEGORIES= devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtPositioning module + +CONFIGURE_ARGS= --enable QtPositioning +PYQT_DIST= yes + +USES= gl python:3.5+ pyqt:5 qt:5 +USE_GL= gl +USE_PYQT= sip_build core_run widgets_run +USE_PYTHON= concurrent flavors py3kplist +USE_QT= core gui location qmake_build widgets + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtPositioning API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/QtPositioning.so +.include diff --git a/devel/py-qt5-positioning/pkg-descr b/devel/py-qt5-positioning/pkg-descr new file mode 100644 index 000000000000..cae7478156e4 --- /dev/null +++ b/devel/py-qt5-positioning/pkg-descr @@ -0,0 +1,10 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtPositioning module. + +The QtPositioning module contains classes to determine a position by +using a variety of possible sources, including satellite, or wifi, or +a text file, and so on. That information can then be used to, for +example, determine a position on a map. In addition satellite +information can be retrieved and area based monitoring can be performed. + +WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-positioning/pkg-plist b/devel/py-qt5-positioning/pkg-plist new file mode 100644 index 000000000000..0fee6b624147 --- /dev/null +++ b/devel/py-qt5-positioning/pkg-plist @@ -0,0 +1,19 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtPositioning.pyi +%%PYTHON_SITELIBDIR%%/PyQt5/QtPositioning.so +%%PYQT_SIPDIR%%/QtPositioning/QtPositioningmod.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeoaddress.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeoareamonitorinfo.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeoareamonitorsource.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeocircle.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeocoordinate.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeolocation.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeopath.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeopolygon.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeopositioninfo.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeopositioninfosource.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeorectangle.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeosatelliteinfo.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeosatelliteinfosource.sip +%%PYQT_SIPDIR%%/QtPositioning/qgeoshape.sip +%%PYQT_SIPDIR%%/QtPositioning/qnmeapositioninfosource.sip +%%API%%%%PYQT_APIDIR%%/api/python/QtPositioning.api diff --git a/devel/py-qt5/Makefile b/devel/py-qt5/Makefile index 43f4fe2819c8..6ba275ce65e6 100644 --- a/devel/py-qt5/Makefile +++ b/devel/py-qt5/Makefile @@ -12,8 +12,8 @@ USE_PYTHON= concurrent flavors py3kplist # Keep these synchronized with _USE_PYQT_ALL in Mk/Use/pyqt.mk # portedit merge -i -e "OPTIONS_DEFINE=$(make -V _USE_PYQT_ALL:tu | tr '\n' ' ')" . OPTIONS_DEFINE= CORE CHART DBUS DBUSSUPPORT DEMO DESIGNER DESIGNERPLUGIN \ - GUI HELP MULTIMEDIA MULTIMEDIAWIDGETS NETWORK NETWORKAUTH \ - OPENGL PRINTSUPPORT QML QSCINTILLA2 QUICK QUICKWIDGETS \ + GUI HELP LOCATION MULTIMEDIA MULTIMEDIAWIDGETS NETWORK NETWORKAUTH \ + OPENGL POSITIONING PRINTSUPPORT QML QSCINTILLA2 QUICK QUICKWIDGETS \ SENSORS SERIALPORT SQL SVG TEST WEBCHANNEL WEBENGINE \ WEBKIT WEBKITWIDGETS WIDGETS WEBSOCKETS XML XMLPATTERNS \ SIP From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 16:16:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 500AA65FD98; Tue, 22 Jun 2021 16:16: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 4G8WkH1Rgmz3DV1; Tue, 22 Jun 2021 16:16: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 15F6613DED; Tue, 22 Jun 2021 16:16: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 15MGGsxw029119; Tue, 22 Jun 2021 16:16:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MGGsGN029118; Tue, 22 Jun 2021 16:16:54 GMT (envelope-from git) Date: Tue, 22 Jun 2021 16:16:54 GMT Message-Id: <202106221616.15MGGsGN029118@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: 235ae8796642 - main - security/vuxml: Document mail/dovecot vulnerabilities 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: 235ae8796642ebb88cee237620c61e4f4e911aed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 16:16:55 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=235ae8796642ebb88cee237620c61e4f4e911aed commit 235ae8796642ebb88cee237620c61e4f4e911aed Author: Juraj Lutter AuthorDate: 2021-06-22 14:43:24 +0000 Commit: Juraj Lutter CommitDate: 2021-06-22 16:14:41 +0000 security/vuxml: Document mail/dovecot vulnerabilities --- security/vuxml/vuln.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 106f0b2d1434..b89a42108619 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + dovecot -- multiple vulnerabilities + + + dovecot + 2.3.112.3.14.1 + + + + +

Dovecot team reports:

+
+

CVE-2021-29157: Dovecot does not correctly escape kid and azp + fields in JWT tokens. + This may be used to supply attacker controlled keys to validate + tokens in some configurations. This requires attacker + to be able to write files to + local disk.

+
+
+

CVE-2021-33515: On-path attacker could inject plaintext commands + before STARTTLS negotiation that would be executed after STARTTLS + finished with the client. Only the SMTP submission service is + affected.

+
+ +
+ + CVE-2021-29157 + https://dovecot.org/pipermail/dovecot-news/2021-June/000461.html + CVE-2021-33515 + >https://dovecot.org/pipermail/dovecot-news/2021-June/000462.html + + + 2021-03-22 + 2021-06-22 + +
+ gitea -- multiple vulnerabilities From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 16:17:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 423EE65FD9A; Tue, 22 Jun 2021 16:17: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 4G8WkS1LqKz3DXY; Tue, 22 Jun 2021 16:17: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 16AF4142CC; Tue, 22 Jun 2021 16:17: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 15MGH3KT029248; Tue, 22 Jun 2021 16:17:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MGH3F1029247; Tue, 22 Jun 2021 16:17:03 GMT (envelope-from git) Date: Tue, 22 Jun 2021 16:17:03 GMT Message-Id: <202106221617.15MGH3F1029247@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: a7e91b4a2f89 - main - security/vuxml: Document mail/dovecot-pigeonhole vulnerability 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: a7e91b4a2f898dba97d195a0ed946b7f70240112 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 16:17:04 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7e91b4a2f898dba97d195a0ed946b7f70240112 commit a7e91b4a2f898dba97d195a0ed946b7f70240112 Author: Juraj Lutter AuthorDate: 2021-06-22 15:09:27 +0000 Commit: Juraj Lutter CommitDate: 2021-06-22 16:14:41 +0000 security/vuxml: Document mail/dovecot-pigeonhole vulnerability --- security/vuxml/vuln.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b89a42108619..d2949a4694ff 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + dovecot-pigeonhole -- Sieve excessive resource usage + + + dovecot-pigeonhole + 2.3.15 + + + + +

Dovecot team reports reports:

+
+

Sieve interpreter is not protected against abusive + scripts that claim excessive resource usage. Fixed by limiting the + user CPU time per single script execution and cumulatively over + several script runs within a configurable timeout period. Sufficiently + large CPU time usage is summed in the Sieve script binary and execution + is blocked when the sum exceeds the limit within that time. The block + is lifted when the script is updated after the resource usage times out.

+
+ +
+ + CVE-2020-28200 + https://dovecot.org/pipermail/dovecot-news/2021-June/000460.html + + + 2020-09-23 + 2021-06-22 + +
+ dovecot -- multiple vulnerabilities From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 17:39:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 14D356603C8; Tue, 22 Jun 2021 17: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 4G8YYY6pmVz3JWh; Tue, 22 Jun 2021 17: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 D177C14E72; Tue, 22 Jun 2021 17: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 15MHdTRO035020; Tue, 22 Jun 2021 17: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 15MHdTKt035019; Tue, 22 Jun 2021 17:39:29 GMT (envelope-from git) Date: Tue, 22 Jun 2021 17:39:29 GMT Message-Id: <202106221739.15MHdTKt035019@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: 1c77cf92a1d3 - main - net-im/libsignal-client: Update to 0.8.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: 1c77cf92a1d3bee9a16b006d2f352983cf11141f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 17:39:30 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c77cf92a1d3bee9a16b006d2f352983cf11141f commit 1c77cf92a1d3bee9a16b006d2f352983cf11141f Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-16 17:54:22 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-22 17:39:16 +0000 net-im/libsignal-client: Update to 0.8.1 --- net-im/libsignal-client/Makefile | 261 ++++--- net-im/libsignal-client/distinfo | 808 +++++++++++---------- .../files/patch-cargo-crates_jni-0.17.0_build.rs | 11 - 3 files changed, 559 insertions(+), 521 deletions(-) diff --git a/net-im/libsignal-client/Makefile b/net-im/libsignal-client/Makefile index ffeda4196e47..317cae1022bc 100644 --- a/net-im/libsignal-client/Makefile +++ b/net-im/libsignal-client/Makefile @@ -1,7 +1,6 @@ PORTNAME= libsignal-client -DISTVERSIONPREFIX= java- -DISTVERSION= 0.2.3 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 0.8.1 CATEGORIES= net-im java MAINTAINER= 0mp@FreeBSD.org @@ -12,209 +11,229 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= protoc:devel/protobuf -USES= cargo +USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= signalapp -CARGO_CRATES= addr2line-0.13.0 \ - adler-0.2.3 \ +GH_TUPLE= signalapp:curve25519-dalek:2694ad3b789635f90f941648ae952f58d59ffc73:curvedalek \ + signalapp:neon:signal-2021-06-02:neon +USE_LDCONFIG= yes + +CARGO_CRATES= addr2line-0.14.1 \ + adler-1.0.2 \ aes-0.6.0 \ - aes-soft-0.6.3 \ + aes-soft-0.6.4 \ aesni-0.10.0 \ - anyhow-1.0.33 \ + aho-corasick-0.7.15 \ + anyhow-1.0.38 \ arrayref-0.3.6 \ - async-trait-0.1.41 \ + async-trait-0.1.42 \ atty-0.2.14 \ + autocfg-0.1.7 \ autocfg-1.0.1 \ - backtrace-0.3.52 \ - base64-0.13.0 \ + backtrace-0.3.56 \ + base64-0.12.3 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ block-modes-0.7.0 \ block-padding-0.2.1 \ - bstr-0.2.14 \ - bumpalo-3.4.0 \ - byteorder-1.3.4 \ - bytes-0.5.6 \ + bstr-0.2.15 \ + bumpalo-3.6.1 \ + byteorder-1.4.2 \ + bytes-1.0.1 \ cast-0.2.3 \ - cc-1.0.62 \ + cc-1.0.67 \ cesu8-1.1.0 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ - chunked_transfer-1.3.0 \ + chrono-0.4.19 \ cipher-0.2.5 \ clap-2.33.3 \ - combine-4.3.2 \ - core-foundation-0.9.1 \ - core-foundation-sys-0.8.2 \ + combine-4.5.2 \ cpuid-bool-0.1.2 \ - criterion-0.3.3 \ + criterion-0.3.4 \ criterion-plot-0.4.3 \ - crossbeam-channel-0.4.4 \ - crossbeam-deque-0.7.3 \ - crossbeam-epoch-0.8.2 \ - crossbeam-utils-0.7.2 \ + crossbeam-channel-0.5.0 \ + crossbeam-deque-0.8.0 \ + crossbeam-epoch-0.9.2 \ + crossbeam-utils-0.8.2 \ crypto-mac-0.9.1 \ cslice-0.2.0 \ - csv-1.1.3 \ + csv-1.1.5 \ csv-core-0.1.10 \ ctr-0.6.0 \ - curve25519-dalek-3.0.0 \ + derivative-2.2.0 \ digest-0.9.0 \ either-1.6.1 \ - error-chain-0.12.4 \ fixedbitset-0.2.0 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ - form_urlencoded-1.0.0 \ - futures-0.3.7 \ - futures-channel-0.3.7 \ - futures-core-0.3.7 \ - futures-executor-0.3.7 \ - futures-io-0.3.7 \ - futures-macro-0.3.7 \ - futures-sink-0.3.7 \ - futures-task-0.3.7 \ - futures-util-0.3.7 \ + futures-0.3.13 \ + futures-channel-0.3.13 \ + futures-core-0.3.13 \ + futures-executor-0.3.13 \ + futures-io-0.3.13 \ + futures-macro-0.3.13 \ + futures-sink-0.3.13 \ + futures-task-0.3.13 \ + futures-util-0.3.13 \ + generator-0.6.24 \ generic-array-0.14.4 \ - getrandom-0.1.15 \ - gimli-0.22.0 \ - half-1.6.0 \ + getrandom-0.1.16 \ + getrandom-0.2.2 \ + gimli-0.23.0 \ + half-1.7.1 \ hashbrown-0.9.1 \ - heck-0.3.1 \ - hermit-abi-0.1.17 \ + heck-0.3.2 \ + hermit-abi-0.1.18 \ hex-0.4.2 \ hmac-0.9.0 \ - idna-0.2.0 \ - indexmap-1.6.0 \ - itertools-0.8.2 \ + indexmap-1.6.1 \ itertools-0.9.0 \ - itoa-0.4.6 \ - jni-0.17.0 \ + itertools-0.10.0 \ + itoa-0.4.7 \ + jni-0.19.0 \ jni-sys-0.3.0 \ - js-sys-0.3.45 \ + js-sys-0.3.47 \ + keccak-0.1.0 \ lazy_static-1.4.0 \ - libc-0.2.79 \ - libloading-0.6.6 \ + libc-0.2.94 \ + libloading-0.6.7 \ + libm-0.2.1 \ linkme-0.2.4 \ linkme-impl-0.2.4 \ - log-0.4.11 \ - matches-0.1.8 \ - maybe-uninit-2.0.0 \ - memchr-2.3.3 \ - memoffset-0.5.6 \ - miniz_oxide-0.4.3 \ + log-0.4.14 \ + log-panics-2.0.0 \ + loom-0.4.0 \ + memchr-2.3.4 \ + memoffset-0.6.1 \ + miniz_oxide-0.4.4 \ multimap-0.8.2 \ - native-tls-0.2.6 \ - neon-0.7.0 \ - neon-build-0.5.3 \ - neon-build-0.7.0 \ - neon-macros-0.7.0 \ - neon-runtime-0.7.0 \ - num-traits-0.2.12 \ + num-bigint-0.2.6 \ + num-bigint-dig-0.6.1 \ + num-integer-0.1.44 \ + num-iter-0.1.42 \ + num-traits-0.2.14 \ num_cpus-1.13.0 \ - object-0.20.0 \ - once_cell-1.4.1 \ - oorandom-11.1.2 \ + num_enum-0.5.1 \ + num_enum_derive-0.5.1 \ + object-0.23.0 \ + oid-0.1.1 \ + once_cell-1.7.2 \ + oorandom-11.1.3 \ opaque-debug-0.3.0 \ - openssl-0.10.30 \ - openssl-probe-0.1.2 \ - openssl-sys-0.9.58 \ + openssl-0.10.32 \ + openssl-sys-0.9.60 \ packed_simd-0.3.3 \ paste-1.0.4 \ - percent-encoding-2.1.0 \ + pem-0.8.1 \ petgraph-0.5.1 \ - pin-project-1.0.1 \ - pin-project-internal-1.0.1 \ - pin-project-lite-0.1.11 \ + picky-6.2.0 \ + picky-asn1-0.3.1 \ + picky-asn1-der-0.2.4 \ + picky-asn1-x509-0.5.0 \ + pin-project-lite-0.2.4 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ - plotters-0.2.15 \ - polyval-0.4.1 \ - ppv-lite86-0.2.9 \ + plotters-0.3.0 \ + plotters-backend-0.3.0 \ + plotters-svg-0.3.0 \ + polyval-0.4.2 \ + ppv-lite86-0.2.10 \ + proc-macro-crate-0.1.5 \ proc-macro-hack-0.5.19 \ - proc-macro-nested-0.1.6 \ + proc-macro-nested-0.1.7 \ proc-macro2-1.0.24 \ - prost-0.6.1 \ - prost-build-0.6.1 \ - prost-derive-0.6.1 \ - prost-types-0.6.1 \ - qstring-0.7.2 \ - quote-1.0.7 \ + prost-0.7.0 \ + prost-build-0.7.0 \ + prost-derive-0.7.0 \ + prost-types-0.7.0 \ + quote-1.0.9 \ rand-0.7.3 \ + rand-0.8.3 \ rand_chacha-0.2.2 \ + rand_chacha-0.3.0 \ rand_core-0.5.1 \ + rand_core-0.6.2 \ rand_hc-0.2.0 \ - rayon-1.4.1 \ - rayon-core-1.8.1 \ - redox_syscall-0.1.57 \ - regex-1.4.1 \ + rand_hc-0.3.0 \ + rayon-1.5.0 \ + rayon-core-1.9.0 \ + redox_syscall-0.2.5 \ + regex-1.4.3 \ regex-automata-0.1.9 \ - regex-syntax-0.6.20 \ + regex-syntax-0.6.22 \ remove_dir_all-0.5.3 \ - rustc-demangle-0.1.17 \ + rsa-0.3.0 \ + rustc-demangle-0.1.18 \ rustc_version-0.2.3 \ + rustversion-1.0.4 \ ryu-1.0.5 \ same-file-1.0.6 \ - schannel-0.1.19 \ + scoped-tls-1.0.0 \ scopeguard-1.1.0 \ - security-framework-2.0.0 \ - security-framework-sys-2.0.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ - serde-1.0.117 \ + serde-1.0.123 \ + serde_bytes-0.11.5 \ serde_cbor-0.11.1 \ - serde_derive-1.0.117 \ - serde_json-1.0.59 \ - sha2-0.9.1 \ + serde_derive-1.0.123 \ + serde_json-1.0.62 \ + sha-1-0.9.4 \ + sha2-0.9.3 \ + sha3-0.9.1 \ + simple_asn1-0.4.1 \ slab-0.4.2 \ - smallvec-1.4.2 \ + smallvec-1.6.1 \ + spin-0.5.2 \ static_assertions-1.1.0 \ - subtle-2.3.0 \ - syn-1.0.45 \ + subtle-2.4.0 \ + syn-1.0.60 \ syn-mid-0.5.3 \ synstructure-0.12.4 \ - tempfile-3.1.0 \ + tempfile-3.2.0 \ textwrap-0.11.0 \ - tinytemplate-1.1.0 \ - tinyvec-1.1.0 \ - tinyvec_macros-0.1.0 \ + thiserror-1.0.24 \ + thiserror-impl-1.0.24 \ + thread_local-1.1.3 \ + time-0.1.43 \ + tinytemplate-1.2.0 \ + toml-0.5.8 \ typenum-1.12.0 \ - unicode-bidi-0.3.4 \ - unicode-normalization-0.1.16 \ - unicode-segmentation-1.6.0 \ + unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ universal-hash-0.4.0 \ unzip3-1.0.0 \ - ureq-1.5.2 \ - url-2.2.0 \ - vcpkg-0.2.10 \ + uuid-0.8.2 \ + vcpkg-0.2.11 \ version_check-0.9.2 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.68 \ - wasm-bindgen-backend-0.2.68 \ - wasm-bindgen-macro-0.2.68 \ - wasm-bindgen-macro-support-0.2.68 \ - wasm-bindgen-shared-0.2.68 \ - web-sys-0.3.45 \ - which-3.1.1 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.70 \ + wasm-bindgen-backend-0.2.70 \ + wasm-bindgen-macro-0.2.70 \ + wasm-bindgen-macro-support-0.2.70 \ + wasm-bindgen-shared-0.2.70 \ + web-sys-0.3.47 \ + which-4.0.2 \ 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 \ x25519-dalek-1.1.0 \ - zeroize-1.1.1 \ + zeroize-1.2.0 \ zeroize_derive-1.0.1 +CARGO_USE_GITHUB= yes CARGO_BUILD_ARGS= --package libsignal-jni CARGO_INSTALL= no # requires nightly features to build: # https://github.com/signalapp/libsignal-client/issues/141 MAKE_ENV= CARGO_PROFILE_RELEASE_LTO=thin \ + OPENSSL_INCLUDE_DIR=${OPENSSLINC} \ + OPENSSL_LIB_DIR=${OPENSSLLIB} \ RUSTC_BOOTSTRAP=1 -USE_LDCONFIG= yes - -PLIST_FILES= lib/libsignal_jni.so +PLIST_FILES= lib/libsignal_jni.so do-install: ${INSTALL_LIB} ${CARGO_TARGET_DIR}/release/libsignal_jni.so \ diff --git a/net-im/libsignal-client/distinfo b/net-im/libsignal-client/distinfo index 952ad8a2a480..d6a2a310a73c 100644 --- a/net-im/libsignal-client/distinfo +++ b/net-im/libsignal-client/distinfo @@ -1,389 +1,419 @@ -TIMESTAMP = 1615122577 -SHA256 (rust/crates/addr2line-0.13.0.tar.gz) = 1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072 -SIZE (rust/crates/addr2line-0.13.0.tar.gz) = 29996 -SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e -SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168 -SHA256 (rust/crates/aes-0.6.0.tar.gz) = 884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561 -SIZE (rust/crates/aes-0.6.0.tar.gz) = 86774 -SHA256 (rust/crates/aes-soft-0.6.3.tar.gz) = 4e8bdbc97ba3854ecf597a3b69d7bd30a719dee72d22ce6313c84dbf2c8f2694 -SIZE (rust/crates/aes-soft-0.6.3.tar.gz) = 99703 -SHA256 (rust/crates/aesni-0.10.0.tar.gz) = ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce -SIZE (rust/crates/aesni-0.10.0.tar.gz) = 100248 -SHA256 (rust/crates/anyhow-1.0.33.tar.gz) = a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c -SIZE (rust/crates/anyhow-1.0.33.tar.gz) = 28540 -SHA256 (rust/crates/arrayref-0.3.6.tar.gz) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 -SIZE (rust/crates/arrayref-0.3.6.tar.gz) = 10035 -SHA256 (rust/crates/async-trait-0.1.41.tar.gz) = b246867b8b3b6ae56035f1eb1ed557c1d8eae97f0d53696138a50fa0e3a3b8c0 -SIZE (rust/crates/async-trait-0.1.41.tar.gz) = 24830 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a -SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 -SHA256 (rust/crates/backtrace-0.3.52.tar.gz) = f813291114c186a042350e787af10c26534601062603d888be110f59f85ef8fa -SIZE (rust/crates/backtrace-0.3.52.tar.gz) = 71838 -SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd -SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 -SIZE (rust/crates/block-buffer-0.9.0.tar.gz) = 7108 -SHA256 (rust/crates/block-modes-0.7.0.tar.gz) = 57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0 -SIZE (rust/crates/block-modes-0.7.0.tar.gz) = 13464 -SHA256 (rust/crates/block-padding-0.2.1.tar.gz) = 8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae -SIZE (rust/crates/block-padding-0.2.1.tar.gz) = 7672 -SHA256 (rust/crates/bstr-0.2.14.tar.gz) = 473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf -SIZE (rust/crates/bstr-0.2.14.tar.gz) = 345490 -SHA256 (rust/crates/bumpalo-3.4.0.tar.gz) = 2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820 -SIZE (rust/crates/bumpalo-3.4.0.tar.gz) = 129102 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 -SHA256 (rust/crates/bytes-0.5.6.tar.gz) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 -SIZE (rust/crates/bytes-0.5.6.tar.gz) = 46291 -SHA256 (rust/crates/cast-0.2.3.tar.gz) = 4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0 -SIZE (rust/crates/cast-0.2.3.tar.gz) = 11446 -SHA256 (rust/crates/cc-1.0.62.tar.gz) = f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40 -SIZE (rust/crates/cc-1.0.62.tar.gz) = 52639 -SHA256 (rust/crates/cesu8-1.1.0.tar.gz) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c -SIZE (rust/crates/cesu8-1.1.0.tar.gz) = 10555 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 -SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 -SHA256 (rust/crates/chunked_transfer-1.3.0.tar.gz) = 7477065d45a8fe57167bf3cf8bcd3729b54cfcb81cca49bda2d038ea89ae82ca -SIZE (rust/crates/chunked_transfer-1.3.0.tar.gz) = 9245 -SHA256 (rust/crates/cipher-0.2.5.tar.gz) = 12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801 -SIZE (rust/crates/cipher-0.2.5.tar.gz) = 13099 -SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 -SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 -SHA256 (rust/crates/combine-4.3.2.tar.gz) = 2809f67365382d65fd2b6d9c22577231b954ed27400efeafbe687bda75abcc0b -SIZE (rust/crates/combine-4.3.2.tar.gz) = 124863 -SHA256 (rust/crates/core-foundation-0.9.1.tar.gz) = 0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62 -SIZE (rust/crates/core-foundation-0.9.1.tar.gz) = 25985 -SHA256 (rust/crates/core-foundation-sys-0.8.2.tar.gz) = ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b -SIZE (rust/crates/core-foundation-sys-0.8.2.tar.gz) = 17461 -SHA256 (rust/crates/cpuid-bool-0.1.2.tar.gz) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 -SIZE (rust/crates/cpuid-bool-0.1.2.tar.gz) = 7173 -SHA256 (rust/crates/criterion-0.3.3.tar.gz) = 70daa7ceec6cf143990669a04c7df13391d55fb27bd4079d252fca774ba244d8 -SIZE (rust/crates/criterion-0.3.3.tar.gz) = 106132 -SHA256 (rust/crates/criterion-plot-0.4.3.tar.gz) = e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d -SIZE (rust/crates/criterion-plot-0.4.3.tar.gz) = 17226 -SHA256 (rust/crates/crossbeam-channel-0.4.4.tar.gz) = b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87 -SIZE (rust/crates/crossbeam-channel-0.4.4.tar.gz) = 86868 -SHA256 (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 -SIZE (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 19888 -SHA256 (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace -SIZE (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 39283 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/crypto-mac-0.9.1.tar.gz) = 58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca -SIZE (rust/crates/crypto-mac-0.9.1.tar.gz) = 9364 -SHA256 (rust/crates/cslice-0.2.0.tar.gz) = 697c714f50560202b1f4e2e09cd50a421881c83e9025db75d15f276616f04f40 -SIZE (rust/crates/cslice-0.2.0.tar.gz) = 6114 -SHA256 (rust/crates/csv-1.1.3.tar.gz) = 00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279 -SIZE (rust/crates/csv-1.1.3.tar.gz) = 890849 -SHA256 (rust/crates/csv-core-0.1.10.tar.gz) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 -SIZE (rust/crates/csv-core-0.1.10.tar.gz) = 25668 -SHA256 (rust/crates/ctr-0.6.0.tar.gz) = fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f -SIZE (rust/crates/ctr-0.6.0.tar.gz) = 17092 -SHA256 (rust/crates/curve25519-dalek-3.0.0.tar.gz) = c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307 -SIZE (rust/crates/curve25519-dalek-3.0.0.tar.gz) = 506759 -SHA256 (rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 -SIZE (rust/crates/digest-0.9.0.tar.gz) = 13247 -SHA256 (rust/crates/either-1.6.1.tar.gz) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 -SIZE (rust/crates/either-1.6.1.tar.gz) = 13641 -SHA256 (rust/crates/error-chain-0.12.4.tar.gz) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc -SIZE (rust/crates/error-chain-0.12.4.tar.gz) = 29274 -SHA256 (rust/crates/fixedbitset-0.2.0.tar.gz) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d -SIZE (rust/crates/fixedbitset-0.2.0.tar.gz) = 13597 -SHA256 (rust/crates/foreign-types-0.3.2.tar.gz) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 -SIZE (rust/crates/foreign-types-0.3.2.tar.gz) = 7504 -SHA256 (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b -SIZE (rust/crates/foreign-types-shared-0.1.1.tar.gz) = 5672 -SHA256 (rust/crates/form_urlencoded-1.0.0.tar.gz) = ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00 -SIZE (rust/crates/form_urlencoded-1.0.0.tar.gz) = 8412 -SHA256 (rust/crates/futures-0.3.7.tar.gz) = 95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797 -SIZE (rust/crates/futures-0.3.7.tar.gz) = 39868 -SHA256 (rust/crates/futures-channel-0.3.7.tar.gz) = 0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151 -SIZE (rust/crates/futures-channel-0.3.7.tar.gz) = 29462 -SHA256 (rust/crates/futures-core-0.3.7.tar.gz) = 18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46 -SIZE (rust/crates/futures-core-0.3.7.tar.gz) = 13849 -SHA256 (rust/crates/futures-executor-0.3.7.tar.gz) = f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb -SIZE (rust/crates/futures-executor-0.3.7.tar.gz) = 16643 -SHA256 (rust/crates/futures-io-0.3.7.tar.gz) = 6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b -SIZE (rust/crates/futures-io-0.3.7.tar.gz) = 9130 -SHA256 (rust/crates/futures-macro-0.3.7.tar.gz) = e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe -SIZE (rust/crates/futures-macro-0.3.7.tar.gz) = 9771 -SHA256 (rust/crates/futures-sink-0.3.7.tar.gz) = 0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11 -SIZE (rust/crates/futures-sink-0.3.7.tar.gz) = 7729 -SHA256 (rust/crates/futures-task-0.3.7.tar.gz) = 96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c -SIZE (rust/crates/futures-task-0.3.7.tar.gz) = 11134 -SHA256 (rust/crates/futures-util-0.3.7.tar.gz) = abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34 -SIZE (rust/crates/futures-util-0.3.7.tar.gz) = 133338 -SHA256 (rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 -SIZE (rust/crates/generic-array-0.14.4.tar.gz) = 28916 -SHA256 (rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 -SIZE (rust/crates/getrandom-0.1.15.tar.gz) = 24786 -SHA256 (rust/crates/gimli-0.22.0.tar.gz) = aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724 -SIZE (rust/crates/gimli-0.22.0.tar.gz) = 704135 -SHA256 (rust/crates/half-1.6.0.tar.gz) = d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177 -SIZE (rust/crates/half-1.6.0.tar.gz) = 36740 -SHA256 (rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 -SIZE (rust/crates/hashbrown-0.9.1.tar.gz) = 77734 -SHA256 (rust/crates/heck-0.3.1.tar.gz) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 -SIZE (rust/crates/heck-0.3.1.tar.gz) = 54666 -SHA256 (rust/crates/hermit-abi-0.1.17.tar.gz) = 5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8 -SIZE (rust/crates/hermit-abi-0.1.17.tar.gz) = 10065 -SHA256 (rust/crates/hex-0.4.2.tar.gz) = 644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35 -SIZE (rust/crates/hex-0.4.2.tar.gz) = 13385 -SHA256 (rust/crates/hmac-0.9.0.tar.gz) = deae6d9dbb35ec2c502d62b8f7b1c000a0822c3b0794ba36b3149c0a1c840dff -SIZE (rust/crates/hmac-0.9.0.tar.gz) = 10964 -SHA256 (rust/crates/idna-0.2.0.tar.gz) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.tar.gz) = 257203 -SHA256 (rust/crates/indexmap-1.6.0.tar.gz) = 55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2 -SIZE (rust/crates/indexmap-1.6.0.tar.gz) = 47565 -SHA256 (rust/crates/itertools-0.8.2.tar.gz) = f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484 -SIZE (rust/crates/itertools-0.8.2.tar.gz) = 89203 -SHA256 (rust/crates/itertools-0.9.0.tar.gz) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b -SIZE (rust/crates/itertools-0.9.0.tar.gz) = 96429 -SHA256 (rust/crates/itoa-0.4.6.tar.gz) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 -SIZE (rust/crates/itoa-0.4.6.tar.gz) = 12167 -SHA256 (rust/crates/jni-0.17.0.tar.gz) = 36bcc950632e48b86da402c5c077590583da5ac0d480103611d5374e7c967a3c -SIZE (rust/crates/jni-0.17.0.tar.gz) = 63552 -SHA256 (rust/crates/jni-sys-0.3.0.tar.gz) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 -SIZE (rust/crates/jni-sys-0.3.0.tar.gz) = 10232 -SHA256 (rust/crates/js-sys-0.3.45.tar.gz) = ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8 -SIZE (rust/crates/js-sys-0.3.45.tar.gz) = 67143 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.79.tar.gz) = 2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743 -SIZE (rust/crates/libc-0.2.79.tar.gz) = 511752 -SHA256 (rust/crates/libloading-0.6.6.tar.gz) = e9367bdfa836b7e3cf895867f7a570283444da90562980ec2263d6e1569b16bc -SIZE (rust/crates/libloading-0.6.6.tar.gz) = 24527 -SHA256 (rust/crates/linkme-0.2.4.tar.gz) = af8d48c3ea47e553ce0cece93639dbca649955e44e07de98be481f5918e0c555 -SIZE (rust/crates/linkme-0.2.4.tar.gz) = 12353 -SHA256 (rust/crates/linkme-impl-0.2.4.tar.gz) = 84a81a6a2a96ffd36c5fe4904c5173e1d8636ad3156a6dda1c6370387a1f7a4a -SIZE (rust/crates/linkme-impl-0.2.4.tar.gz) = 5288 -SHA256 (rust/crates/log-0.4.11.tar.gz) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b -SIZE (rust/crates/log-0.4.11.tar.gz) = 36276 -SHA256 (rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 -SIZE (rust/crates/matches-0.1.8.tar.gz) = 2216 -SHA256 (rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 -SHA256 (rust/crates/memoffset-0.5.6.tar.gz) = 043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa -SIZE (rust/crates/memoffset-0.5.6.tar.gz) = 7382 -SHA256 (rust/crates/miniz_oxide-0.4.3.tar.gz) = 0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d -SIZE (rust/crates/miniz_oxide-0.4.3.tar.gz) = 50058 -SHA256 (rust/crates/multimap-0.8.2.tar.gz) = 1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333 -SIZE (rust/crates/multimap-0.8.2.tar.gz) = 13453 -SHA256 (rust/crates/native-tls-0.2.6.tar.gz) = 6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f -SIZE (rust/crates/native-tls-0.2.6.tar.gz) = 31552 -SHA256 (rust/crates/neon-0.7.0.tar.gz) = a171c5739a277a667669678475165bdbaec1769010e167706c365fd2f98d4f39 -SIZE (rust/crates/neon-0.7.0.tar.gz) = 167198 -SHA256 (rust/crates/neon-build-0.5.3.tar.gz) = 705d33783a2af324a7096bda033cf0c7d62aaca586a49caf99a20df613ac8ee0 -SIZE (rust/crates/neon-build-0.5.3.tar.gz) = 7460 -SHA256 (rust/crates/neon-build-0.7.0.tar.gz) = 69c4ddb734e07eeb082b1db7e94b47efd385a3672229ca758a2e2c128263db7f -SIZE (rust/crates/neon-build-0.7.0.tar.gz) = 7840 -SHA256 (rust/crates/neon-macros-0.7.0.tar.gz) = 48258a462ac1d9e35c99205588b19af8dca6be8a1a7a97a064be8f402de45f25 -SIZE (rust/crates/neon-macros-0.7.0.tar.gz) = 6761 -SHA256 (rust/crates/neon-runtime-0.7.0.tar.gz) = e4c2ae6cb6d5f5a546f5f43dc0318ae90c237b8c0fd30364e299abb7e5cda913 -SIZE (rust/crates/neon-runtime-0.7.0.tar.gz) = 20224 -SHA256 (rust/crates/num-traits-0.2.12.tar.gz) = ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611 -SIZE (rust/crates/num-traits-0.2.12.tar.gz) = 43807 -SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 -SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 -SHA256 (rust/crates/object-0.20.0.tar.gz) = 1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5 -SIZE (rust/crates/object-0.20.0.tar.gz) = 168755 -SHA256 (rust/crates/once_cell-1.4.1.tar.gz) = 260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad -SIZE (rust/crates/once_cell-1.4.1.tar.gz) = 24366 -SHA256 (rust/crates/oorandom-11.1.2.tar.gz) = a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c -SIZE (rust/crates/oorandom-11.1.2.tar.gz) = 23418 -SHA256 (rust/crates/opaque-debug-0.3.0.tar.gz) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 -SIZE (rust/crates/opaque-debug-0.3.0.tar.gz) = 5767 -SHA256 (rust/crates/openssl-0.10.30.tar.gz) = 8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4 -SIZE (rust/crates/openssl-0.10.30.tar.gz) = 191808 -SHA256 (rust/crates/openssl-probe-0.1.2.tar.gz) = 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de -SIZE (rust/crates/openssl-probe-0.1.2.tar.gz) = 6427 -SHA256 (rust/crates/openssl-sys-0.9.58.tar.gz) = a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de -SIZE (rust/crates/openssl-sys-0.9.58.tar.gz) = 47014 -SHA256 (rust/crates/packed_simd-0.3.3.tar.gz) = a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220 -SIZE (rust/crates/packed_simd-0.3.3.tar.gz) = 97485 -SHA256 (rust/crates/paste-1.0.4.tar.gz) = c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1 -SIZE (rust/crates/paste-1.0.4.tar.gz) = 17431 -SHA256 (rust/crates/percent-encoding-2.1.0.tar.gz) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e -SIZE (rust/crates/percent-encoding-2.1.0.tar.gz) = 9748 -SHA256 (rust/crates/petgraph-0.5.1.tar.gz) = 467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7 -SIZE (rust/crates/petgraph-0.5.1.tar.gz) = 147173 -SHA256 (rust/crates/pin-project-1.0.1.tar.gz) = ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841 -SIZE (rust/crates/pin-project-1.0.1.tar.gz) = 54113 -SHA256 (rust/crates/pin-project-internal-1.0.1.tar.gz) = 81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86 -SIZE (rust/crates/pin-project-internal-1.0.1.tar.gz) = 26953 -SHA256 (rust/crates/pin-project-lite-0.1.11.tar.gz) = c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b -SIZE (rust/crates/pin-project-lite-0.1.11.tar.gz) = 25308 -SHA256 (rust/crates/pin-utils-0.1.0.tar.gz) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 -SIZE (rust/crates/pin-utils-0.1.0.tar.gz) = 7580 -SHA256 (rust/crates/pkg-config-0.3.19.tar.gz) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c -SIZE (rust/crates/pkg-config-0.3.19.tar.gz) = 15451 -SHA256 (rust/crates/plotters-0.2.15.tar.gz) = 0d1685fbe7beba33de0330629da9d955ac75bd54f33d7b79f9a895590124f6bb -SIZE (rust/crates/plotters-0.2.15.tar.gz) = 1047949 -SHA256 (rust/crates/polyval-0.4.1.tar.gz) = a5884790f1ce3553ad55fec37b5aaac5882e0e845a2612df744d6c85c9bf046c -SIZE (rust/crates/polyval-0.4.1.tar.gz) = 13354 -SHA256 (rust/crates/ppv-lite86-0.2.9.tar.gz) = c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20 -SIZE (rust/crates/ppv-lite86-0.2.9.tar.gz) = 20933 -SHA256 (rust/crates/proc-macro-hack-0.5.19.tar.gz) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 -SIZE (rust/crates/proc-macro-hack-0.5.19.tar.gz) = 15556 -SHA256 (rust/crates/proc-macro-nested-0.1.6.tar.gz) = eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a -SIZE (rust/crates/proc-macro-nested-0.1.6.tar.gz) = 6498 -SHA256 (rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 -SIZE (rust/crates/proc-macro2-1.0.24.tar.gz) = 37716 -SHA256 (rust/crates/prost-0.6.1.tar.gz) = ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212 -SIZE (rust/crates/prost-0.6.1.tar.gz) = 23393 -SHA256 (rust/crates/prost-build-0.6.1.tar.gz) = 02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26 -SIZE (rust/crates/prost-build-0.6.1.tar.gz) = 7935314 -SHA256 (rust/crates/prost-derive-0.6.1.tar.gz) = 537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72 -SIZE (rust/crates/prost-derive-0.6.1.tar.gz) = 15007 -SHA256 (rust/crates/prost-types-0.6.1.tar.gz) = 1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa -SIZE (rust/crates/prost-types-0.6.1.tar.gz) = 24092 -SHA256 (rust/crates/qstring-0.7.2.tar.gz) = d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e -SIZE (rust/crates/qstring-0.7.2.tar.gz) = 4563 -SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 -SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 -SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 -SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 -SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 -SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 -SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c -SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 -SHA256 (rust/crates/rayon-1.4.1.tar.gz) = dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032 -SIZE (rust/crates/rayon-1.4.1.tar.gz) = 158219 -SHA256 (rust/crates/rayon-core-1.8.1.tar.gz) = e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf -SIZE (rust/crates/rayon-core-1.8.1.tar.gz) = 63681 -SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce -SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 -SHA256 (rust/crates/regex-1.4.1.tar.gz) = 8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b -SIZE (rust/crates/regex-1.4.1.tar.gz) = 236871 -SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 -SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 -SHA256 (rust/crates/regex-syntax-0.6.20.tar.gz) = 8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c -SIZE (rust/crates/regex-syntax-0.6.20.tar.gz) = 293727 -SHA256 (rust/crates/remove_dir_all-0.5.3.tar.gz) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 -SIZE (rust/crates/remove_dir_all-0.5.3.tar.gz) = 9184 -SHA256 (rust/crates/rustc-demangle-0.1.17.tar.gz) = b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b -SIZE (rust/crates/rustc-demangle-0.1.17.tar.gz) = 19956 -SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a -SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 -SHA256 (rust/crates/ryu-1.0.5.tar.gz) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e -SIZE (rust/crates/ryu-1.0.5.tar.gz) = 49570 -SHA256 (rust/crates/same-file-1.0.6.tar.gz) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 -SIZE (rust/crates/same-file-1.0.6.tar.gz) = 10183 -SHA256 (rust/crates/schannel-0.1.19.tar.gz) = 8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75 -SIZE (rust/crates/schannel-0.1.19.tar.gz) = 42755 -SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 -SHA256 (rust/crates/security-framework-2.0.0.tar.gz) = c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69 -SIZE (rust/crates/security-framework-2.0.0.tar.gz) = 54526 -SHA256 (rust/crates/security-framework-sys-2.0.0.tar.gz) = f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b -SIZE (rust/crates/security-framework-sys-2.0.0.tar.gz) = 10518 -SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 -SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 -SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 -SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 -SHA256 (rust/crates/serde-1.0.117.tar.gz) = b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a -SIZE (rust/crates/serde-1.0.117.tar.gz) = 74505 -SHA256 (rust/crates/serde_cbor-0.11.1.tar.gz) = 1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622 -SIZE (rust/crates/serde_cbor-0.11.1.tar.gz) = 43947 -SHA256 (rust/crates/serde_derive-1.0.117.tar.gz) = cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e -SIZE (rust/crates/serde_derive-1.0.117.tar.gz) = 50712 -SHA256 (rust/crates/serde_json-1.0.59.tar.gz) = dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95 -SIZE (rust/crates/serde_json-1.0.59.tar.gz) = 114956 -SHA256 (rust/crates/sha2-0.9.1.tar.gz) = 2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1 -SIZE (rust/crates/sha2-0.9.1.tar.gz) = 19434 -SHA256 (rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 -SIZE (rust/crates/slab-0.4.2.tar.gz) = 10136 -SHA256 (rust/crates/smallvec-1.4.2.tar.gz) = fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252 -SIZE (rust/crates/smallvec-1.4.2.tar.gz) = 26109 -SHA256 (rust/crates/static_assertions-1.1.0.tar.gz) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f -SIZE (rust/crates/static_assertions-1.1.0.tar.gz) = 18480 -SHA256 (rust/crates/subtle-2.3.0.tar.gz) = 343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd -SIZE (rust/crates/subtle-2.3.0.tar.gz) = 11096 -SHA256 (rust/crates/syn-1.0.45.tar.gz) = ea9c5432ff16d6152371f808fb5a871cd67368171b09bb21b43df8e4a47a3556 -SIZE (rust/crates/syn-1.0.45.tar.gz) = 225587 -SHA256 (rust/crates/syn-mid-0.5.3.tar.gz) = baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9 -SIZE (rust/crates/syn-mid-0.5.3.tar.gz) = 12758 -SHA256 (rust/crates/synstructure-0.12.4.tar.gz) = b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701 -SIZE (rust/crates/synstructure-0.12.4.tar.gz) = 18105 -SHA256 (rust/crates/tempfile-3.1.0.tar.gz) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.tar.gz) = 25823 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/tinytemplate-1.1.0.tar.gz) = 6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f -SIZE (rust/crates/tinytemplate-1.1.0.tar.gz) = 25611 -SHA256 (rust/crates/tinyvec-1.1.0.tar.gz) = ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f -SIZE (rust/crates/tinyvec-1.1.0.tar.gz) = 39037 -SHA256 (rust/crates/tinyvec_macros-0.1.0.tar.gz) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c -SIZE (rust/crates/tinyvec_macros-0.1.0.tar.gz) = 1817 -SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 -SIZE (rust/crates/typenum-1.12.0.tar.gz) = 36037 -SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 -SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 -SHA256 (rust/crates/unicode-normalization-0.1.16.tar.gz) = a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606 -SIZE (rust/crates/unicode-normalization-0.1.16.tar.gz) = 92805 -SHA256 (rust/crates/unicode-segmentation-1.6.0.tar.gz) = e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0 -SIZE (rust/crates/unicode-segmentation-1.6.0.tar.gz) = 90703 -SHA256 (rust/crates/unicode-width-0.1.8.tar.gz) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 -SIZE (rust/crates/unicode-width-0.1.8.tar.gz) = 16732 -SHA256 (rust/crates/unicode-xid-0.2.1.tar.gz) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 -SIZE (rust/crates/unicode-xid-0.2.1.tar.gz) = 14392 -SHA256 (rust/crates/universal-hash-0.4.0.tar.gz) = 8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402 -SIZE (rust/crates/universal-hash-0.4.0.tar.gz) = 8386 -SHA256 (rust/crates/unzip3-1.0.0.tar.gz) = 99c0ec316ab08201476c032feb2f94a5c8ece5b209765c1fbc4430dd6e931ad6 -SIZE (rust/crates/unzip3-1.0.0.tar.gz) = 1459 -SHA256 (rust/crates/ureq-1.5.2.tar.gz) = a599426c7388ab189dfd0eeb84c8d879490abc73e3e62a0b6a40e286f6427ab7 -SIZE (rust/crates/ureq-1.5.2.tar.gz) = 67002 -SHA256 (rust/crates/url-2.2.0.tar.gz) = 5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e -SIZE (rust/crates/url-2.2.0.tar.gz) = 42787 -SHA256 (rust/crates/vcpkg-0.2.10.tar.gz) = 6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c -SIZE (rust/crates/vcpkg-0.2.10.tar.gz) = 11504 -SHA256 (rust/crates/version_check-0.9.2.tar.gz) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed -SIZE (rust/crates/version_check-0.9.2.tar.gz) = 11979 -SHA256 (rust/crates/walkdir-2.3.1.tar.gz) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d -SIZE (rust/crates/walkdir-2.3.1.tar.gz) = 23413 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/wasm-bindgen-0.2.68.tar.gz) = 1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42 -SIZE (rust/crates/wasm-bindgen-0.2.68.tar.gz) = 159094 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.68.tar.gz) = f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68 -SIZE (rust/crates/wasm-bindgen-backend-0.2.68.tar.gz) = 23522 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.68.tar.gz) = 6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038 -SIZE (rust/crates/wasm-bindgen-macro-0.2.68.tar.gz) = 11630 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.68.tar.gz) = f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.68.tar.gz) = 17793 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.68.tar.gz) = 1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307 -SIZE (rust/crates/wasm-bindgen-shared-0.2.68.tar.gz) = 6725 -SHA256 (rust/crates/web-sys-0.3.45.tar.gz) = 4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d -SIZE (rust/crates/web-sys-0.3.45.tar.gz) = 630993 -SHA256 (rust/crates/which-3.1.1.tar.gz) = d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724 -SIZE (rust/crates/which-3.1.1.tar.gz) = 8071 -SHA256 (rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.tar.gz) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.tar.gz) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.tar.gz) = 10164 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (rust/crates/x25519-dalek-1.1.0.tar.gz) = bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088 -SIZE (rust/crates/x25519-dalek-1.1.0.tar.gz) = 84717 -SHA256 (rust/crates/zeroize-1.1.1.tar.gz) = 05f33972566adbd2d3588b0491eb94b98b43695c4ef897903470ede4f3f5a28a -SIZE (rust/crates/zeroize-1.1.1.tar.gz) = 15108 -SHA256 (rust/crates/zeroize_derive-1.0.1.tar.gz) = c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16 -SIZE (rust/crates/zeroize_derive-1.0.1.tar.gz) = 8047 -SHA256 (signalapp-libsignal-client-java-0.2.3_GH0.tar.gz) = 730c1dc113da5227920716656d8f888e1af167208e095a8cac3de9c0d83890c4 -SIZE (signalapp-libsignal-client-java-0.2.3_GH0.tar.gz) = 434140 -SHA256 (d722fa189805bb9e2ee6288a24d8b5bb2e2aab67.patch) = 2e247815d1b291d9b2ba7d713cace0a8d6efa7c39aae398e419fca93beafb26f -SIZE (d722fa189805bb9e2ee6288a24d8b5bb2e2aab67.patch) = 1496 -SHA256 (b2bdf6e05298486ec1fa5163333a934d6ec732e6.patch) = 493bb19545c3aecefd4b0fc9e05e89de2360633a638581e3d534ccb6cc160d64 -SIZE (b2bdf6e05298486ec1fa5163333a934d6ec732e6.patch) = 41418 +TIMESTAMP = 1623829503 +SHA256 (rust/crates/addr2line-0.14.1.crate) = a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7 +SIZE (rust/crates/addr2line-0.14.1.crate) = 31201 +SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe +SIZE (rust/crates/adler-1.0.2.crate) = 12778 +SHA256 (rust/crates/aes-0.6.0.crate) = 884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561 +SIZE (rust/crates/aes-0.6.0.crate) = 86774 +SHA256 (rust/crates/aes-soft-0.6.4.crate) = be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072 +SIZE (rust/crates/aes-soft-0.6.4.crate) = 99980 +SHA256 (rust/crates/aesni-0.10.0.crate) = ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce +SIZE (rust/crates/aesni-0.10.0.crate) = 100248 +SHA256 (rust/crates/aho-corasick-0.7.15.crate) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 +SIZE (rust/crates/aho-corasick-0.7.15.crate) = 113071 +SHA256 (rust/crates/anyhow-1.0.38.crate) = afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1 +SIZE (rust/crates/anyhow-1.0.38.crate) = 30417 +SHA256 (rust/crates/arrayref-0.3.6.crate) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 +SIZE (rust/crates/arrayref-0.3.6.crate) = 10035 +SHA256 (rust/crates/async-trait-0.1.42.crate) = 8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d +SIZE (rust/crates/async-trait-0.1.42.crate) = 24990 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/autocfg-0.1.7.crate) = 1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2 +SIZE (rust/crates/autocfg-0.1.7.crate) = 12158 +SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 +SHA256 (rust/crates/backtrace-0.3.56.crate) = 9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc +SIZE (rust/crates/backtrace-0.3.56.crate) = 73377 +SHA256 (rust/crates/base64-0.12.3.crate) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff +SIZE (rust/crates/base64-0.12.3.crate) = 57545 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 +SHA256 (rust/crates/block-modes-0.7.0.crate) = 57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0 +SIZE (rust/crates/block-modes-0.7.0.crate) = 13464 +SHA256 (rust/crates/block-padding-0.2.1.crate) = 8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae +SIZE (rust/crates/block-padding-0.2.1.crate) = 7672 +SHA256 (rust/crates/bstr-0.2.15.crate) = a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d +SIZE (rust/crates/bstr-0.2.15.crate) = 344206 +SHA256 (rust/crates/bumpalo-3.6.1.crate) = 63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe +SIZE (rust/crates/bumpalo-3.6.1.crate) = 133836 +SHA256 (rust/crates/byteorder-1.4.2.crate) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b +SIZE (rust/crates/byteorder-1.4.2.crate) = 22148 +SHA256 (rust/crates/bytes-1.0.1.crate) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.crate) = 48142 +SHA256 (rust/crates/cast-0.2.3.crate) = 4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0 +SIZE (rust/crates/cast-0.2.3.crate) = 11446 +SHA256 (rust/crates/cc-1.0.67.crate) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd +SIZE (rust/crates/cc-1.0.67.crate) = 53486 +SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c +SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 +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/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 +SIZE (rust/crates/chrono-0.4.19.crate) = 155663 +SHA256 (rust/crates/cipher-0.2.5.crate) = 12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801 +SIZE (rust/crates/cipher-0.2.5.crate) = 13099 +SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.crate) = 201925 +SHA256 (rust/crates/combine-4.5.2.crate) = cc4369b5e4c0cddf64ad8981c0111e7df4f7078f4d6ba98fb31f2e17c4c57b7e +SIZE (rust/crates/combine-4.5.2.crate) = 131467 +SHA256 (rust/crates/cpuid-bool-0.1.2.crate) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 +SIZE (rust/crates/cpuid-bool-0.1.2.crate) = 7173 +SHA256 (rust/crates/criterion-0.3.4.crate) = ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23 +SIZE (rust/crates/criterion-0.3.4.crate) = 111110 +SHA256 (rust/crates/criterion-plot-0.4.3.crate) = e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d +SIZE (rust/crates/criterion-plot-0.4.3.crate) = 17226 +SHA256 (rust/crates/crossbeam-channel-0.5.0.crate) = dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775 +SIZE (rust/crates/crossbeam-channel-0.5.0.crate) = 86811 +SHA256 (rust/crates/crossbeam-deque-0.8.0.crate) = 94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9 +SIZE (rust/crates/crossbeam-deque-0.8.0.crate) = 20756 +SHA256 (rust/crates/crossbeam-epoch-0.9.2.crate) = d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00 +SIZE (rust/crates/crossbeam-epoch-0.9.2.crate) = 42834 +SHA256 (rust/crates/crossbeam-utils-0.8.2.crate) = bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3 +SIZE (rust/crates/crossbeam-utils-0.8.2.crate) = 37236 +SHA256 (rust/crates/crypto-mac-0.9.1.crate) = 58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca +SIZE (rust/crates/crypto-mac-0.9.1.crate) = 9364 +SHA256 (rust/crates/cslice-0.2.0.crate) = 697c714f50560202b1f4e2e09cd50a421881c83e9025db75d15f276616f04f40 +SIZE (rust/crates/cslice-0.2.0.crate) = 6114 +SHA256 (rust/crates/csv-1.1.5.crate) = f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97 +SIZE (rust/crates/csv-1.1.5.crate) = 886773 +SHA256 (rust/crates/csv-core-0.1.10.crate) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 +SIZE (rust/crates/csv-core-0.1.10.crate) = 25668 +SHA256 (rust/crates/ctr-0.6.0.crate) = fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f +SIZE (rust/crates/ctr-0.6.0.crate) = 17092 +SHA256 (rust/crates/derivative-2.2.0.crate) = fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b +SIZE (rust/crates/derivative-2.2.0.crate) = 48076 +SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.crate) = 13247 +SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 +SIZE (rust/crates/either-1.6.1.crate) = 13641 +SHA256 (rust/crates/fixedbitset-0.2.0.crate) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d +SIZE (rust/crates/fixedbitset-0.2.0.crate) = 13597 +SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 +SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 +SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b +SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 +SHA256 (rust/crates/futures-0.3.13.crate) = 7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1 +SIZE (rust/crates/futures-0.3.13.crate) = 46969 +SHA256 (rust/crates/futures-channel-0.3.13.crate) = 8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939 +SIZE (rust/crates/futures-channel-0.3.13.crate) = 31089 +SHA256 (rust/crates/futures-core-0.3.13.crate) = 15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94 +SIZE (rust/crates/futures-core-0.3.13.crate) = 13835 +SHA256 (rust/crates/futures-executor-0.3.13.crate) = 891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1 +SIZE (rust/crates/futures-executor-0.3.13.crate) = 17112 +SHA256 (rust/crates/futures-io-0.3.13.crate) = d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59 +SIZE (rust/crates/futures-io-0.3.13.crate) = 9059 +SHA256 (rust/crates/futures-macro-0.3.13.crate) = ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7 +SIZE (rust/crates/futures-macro-0.3.13.crate) = 9683 +SHA256 (rust/crates/futures-sink-0.3.13.crate) = 85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3 +SIZE (rust/crates/futures-sink-0.3.13.crate) = 7660 +SHA256 (rust/crates/futures-task-0.3.13.crate) = fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80 +SIZE (rust/crates/futures-task-0.3.13.crate) = 11118 +SHA256 (rust/crates/futures-util-0.3.13.crate) = 1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1 +SIZE (rust/crates/futures-util-0.3.13.crate) = 138948 +SHA256 (rust/crates/generator-0.6.24.crate) = a9fed24fd1e18827652b4d55652899a1e9da8e54d91624dc3437a5bc3a9f9a9c +SIZE (rust/crates/generator-0.6.24.crate) = 28565 +SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 +SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 +SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/gimli-0.23.0.crate) = f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce +SIZE (rust/crates/gimli-0.23.0.crate) = 702175 +SHA256 (rust/crates/half-1.7.1.crate) = 62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3 +SIZE (rust/crates/half-1.7.1.crate) = 36168 +SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 +SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 +SHA256 (rust/crates/heck-0.3.2.crate) = 87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac +SIZE (rust/crates/heck-0.3.2.crate) = 54718 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 +SHA256 (rust/crates/hex-0.4.2.crate) = 644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35 +SIZE (rust/crates/hex-0.4.2.crate) = 13385 +SHA256 (rust/crates/hmac-0.9.0.crate) = deae6d9dbb35ec2c502d62b8f7b1c000a0822c3b0794ba36b3149c0a1c840dff +SIZE (rust/crates/hmac-0.9.0.crate) = 10964 +SHA256 (rust/crates/indexmap-1.6.1.crate) = 4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b +SIZE (rust/crates/indexmap-1.6.1.crate) = 49644 +SHA256 (rust/crates/itertools-0.9.0.crate) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b +SIZE (rust/crates/itertools-0.9.0.crate) = 96429 +SHA256 (rust/crates/itertools-0.10.0.crate) = 37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319 +SIZE (rust/crates/itertools-0.10.0.crate) = 109656 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 +SHA256 (rust/crates/jni-0.19.0.crate) = c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec +SIZE (rust/crates/jni-0.19.0.crate) = 65890 +SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 +SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 +SHA256 (rust/crates/js-sys-0.3.47.crate) = 5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65 +SIZE (rust/crates/js-sys-0.3.47.crate) = 67063 +SHA256 (rust/crates/keccak-0.1.0.crate) = 67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7 +SIZE (rust/crates/keccak-0.1.0.crate) = 5849 +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.94.crate) = 18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e +SIZE (rust/crates/libc-0.2.94.crate) = 511713 +SHA256 (rust/crates/libloading-0.6.7.crate) = 351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883 +SIZE (rust/crates/libloading-0.6.7.crate) = 25037 +SHA256 (rust/crates/libm-0.2.1.crate) = c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a +SIZE (rust/crates/libm-0.2.1.crate) = 111906 +SHA256 (rust/crates/linkme-0.2.4.crate) = af8d48c3ea47e553ce0cece93639dbca649955e44e07de98be481f5918e0c555 +SIZE (rust/crates/linkme-0.2.4.crate) = 12353 +SHA256 (rust/crates/linkme-impl-0.2.4.crate) = 84a81a6a2a96ffd36c5fe4904c5173e1d8636ad3156a6dda1c6370387a1f7a4a +SIZE (rust/crates/linkme-impl-0.2.4.crate) = 5288 +SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.crate) = 34582 +SHA256 (rust/crates/log-panics-2.0.0.crate) = ae0136257df209261daa18d6c16394757c63e032e27aafd8b07788b051082bef +SIZE (rust/crates/log-panics-2.0.0.crate) = 6781 +SHA256 (rust/crates/loom-0.4.0.crate) = d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4 +SIZE (rust/crates/loom-0.4.0.crate) = 53270 +SHA256 (rust/crates/memchr-2.3.4.crate) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 +SIZE (rust/crates/memchr-2.3.4.crate) = 23077 +SHA256 (rust/crates/memoffset-0.6.1.crate) = 157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87 +SIZE (rust/crates/memoffset-0.6.1.crate) = 7706 +SHA256 (rust/crates/miniz_oxide-0.4.4.crate) = a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b +SIZE (rust/crates/miniz_oxide-0.4.4.crate) = 49938 +SHA256 (rust/crates/multimap-0.8.2.crate) = 1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333 +SIZE (rust/crates/multimap-0.8.2.crate) = 13453 +SHA256 (rust/crates/num-bigint-0.2.6.crate) = 090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304 +SIZE (rust/crates/num-bigint-0.2.6.crate) = 87275 +SHA256 (rust/crates/num-bigint-dig-0.6.1.crate) = 5d51546d704f52ef14b3c962b5776e53d5b862e5790e40a350d366c209bd7f7a +SIZE (rust/crates/num-bigint-dig-0.6.1.crate) = 123877 +SHA256 (rust/crates/num-integer-0.1.44.crate) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db +SIZE (rust/crates/num-integer-0.1.44.crate) = 22216 +SHA256 (rust/crates/num-iter-0.1.42.crate) = b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59 +SIZE (rust/crates/num-iter-0.1.42.crate) = 10450 +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/num_enum-0.5.1.crate) = 226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066 +SIZE (rust/crates/num_enum-0.5.1.crate) = 8210 +SHA256 (rust/crates/num_enum_derive-0.5.1.crate) = 1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e +SIZE (rust/crates/num_enum_derive-0.5.1.crate) = 7579 +SHA256 (rust/crates/object-0.23.0.crate) = a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4 +SIZE (rust/crates/object-0.23.0.crate) = 203889 +SHA256 (rust/crates/oid-0.1.1.crate) = 293d5f18898078ea69ba1c84f3688d1f2b6744df8211da36197153157cee7055 +SIZE (rust/crates/oid-0.1.1.crate) = 5796 +SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 +SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 +SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 +SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 +SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/openssl-0.10.32.crate) = 038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70 +SIZE (rust/crates/openssl-0.10.32.crate) = 199469 +SHA256 (rust/crates/openssl-sys-0.9.60.crate) = 921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6 +SIZE (rust/crates/openssl-sys-0.9.60.crate) = 51509 +SHA256 (rust/crates/packed_simd-0.3.3.crate) = a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220 +SIZE (rust/crates/packed_simd-0.3.3.crate) = 97485 +SHA256 (rust/crates/paste-1.0.4.crate) = c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1 *** 222 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 17:39:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42264660A8A; Tue, 22 Jun 2021 17:39: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 4G8YYb15V7z3JFr; Tue, 22 Jun 2021 17:39: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 07F4315136; Tue, 22 Jun 2021 17:39: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 15MHdUr3035044; Tue, 22 Jun 2021 17: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 15MHdUB3035043; Tue, 22 Jun 2021 17:39:30 GMT (envelope-from git) Date: Tue, 22 Jun 2021 17:39:30 GMT Message-Id: <202106221739.15MHdUB3035043@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: 48ee5d1989d9 - main - security/openconnect-freebsd-daemon: Update to 1.2.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: 48ee5d1989d9d850d0d3cbfda0887dac6c34d9ae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 17:39:31 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=48ee5d1989d9d850d0d3cbfda0887dac6c34d9ae commit 48ee5d1989d9d850d0d3cbfda0887dac6c34d9ae Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-17 15:16:51 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-22 17:39:16 +0000 security/openconnect-freebsd-daemon: Update to 1.2.0 --- security/openconnect-freebsd-daemon/Makefile | 2 +- security/openconnect-freebsd-daemon/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/openconnect-freebsd-daemon/Makefile b/security/openconnect-freebsd-daemon/Makefile index e6ef501f2708..ce6387d291f2 100644 --- a/security/openconnect-freebsd-daemon/Makefile +++ b/security/openconnect-freebsd-daemon/Makefile @@ -1,5 +1,5 @@ PORTNAME= openconnect-freebsd-daemon -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.0 CATEGORIES= security net-vpn MAINTAINER= 0mp@FreeBSD.org diff --git a/security/openconnect-freebsd-daemon/distinfo b/security/openconnect-freebsd-daemon/distinfo index 61f953127549..17ca304b6881 100644 --- a/security/openconnect-freebsd-daemon/distinfo +++ b/security/openconnect-freebsd-daemon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621613677 -SHA256 (0mp-openconnect-freebsd-daemon-1.1.0_GH0.tar.gz) = 489760e9be9856975e40b8d066bbffded36218d10f90a4402f824f0be83764af -SIZE (0mp-openconnect-freebsd-daemon-1.1.0_GH0.tar.gz) = 2987 +TIMESTAMP = 1623942945 +SHA256 (0mp-openconnect-freebsd-daemon-1.2.0_GH0.tar.gz) = 214b9436613a91d0058b3b84adaec0bb252f4b5189f7587b9207373ec76409a5 +SIZE (0mp-openconnect-freebsd-daemon-1.2.0_GH0.tar.gz) = 3105 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 17:39:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 709D16606E5; Tue, 22 Jun 2021 17:39: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 4G8YYc23Qfz3JL5; Tue, 22 Jun 2021 17:39: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 2A6F315137; Tue, 22 Jun 2021 17:39: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 15MHdWaO035068; Tue, 22 Jun 2021 17:39:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MHdWRh035067; Tue, 22 Jun 2021 17:39:32 GMT (envelope-from git) Date: Tue, 22 Jun 2021 17:39:32 GMT Message-Id: <202106221739.15MHdWRh035067@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: deeec3765154 - main - net-im/signal-cli: Update to 0.8.4.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: deeec3765154edebcd7daddf6eee613c225c922c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 17:39:32 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=deeec3765154edebcd7daddf6eee613c225c922c commit deeec3765154edebcd7daddf6eee613c225c922c Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-22 16:54:12 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-22 17:39:17 +0000 net-im/signal-cli: Update to 0.8.4.1 --- net-im/signal-cli/Makefile | 3 ++- net-im/signal-cli/distinfo | 10 +++++----- net-im/signal-cli/pkg-plist | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/net-im/signal-cli/Makefile b/net-im/signal-cli/Makefile index b9ab3a424863..19c54514a510 100644 --- a/net-im/signal-cli/Makefile +++ b/net-im/signal-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= signal-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.8.3 +DISTVERSION= 0.8.4.1 CATEGORIES= net-im java MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSIONFULL}/:jars DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:jars @@ -15,6 +15,7 @@ EXTRACT_DEPENDS= zip:archivers/zip BUILD_DEPENDS= asciidoc>0:textproc/asciidoc LIB_DEPENDS= libsignal_jni.so:net-im/libsignal-client \ libzkgroup.so:net-im/zkgroup +RUN_DEPENDS= libsignal-client>=0.8.1:net-im/libsignal-client USES= gmake shebangfix USE_GITHUB= yes diff --git a/net-im/signal-cli/distinfo b/net-im/signal-cli/distinfo index 6a16dd2626b1..354f779e4443 100644 --- a/net-im/signal-cli/distinfo +++ b/net-im/signal-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1620919121 -SHA256 (signal-cli-0.8.3.tar.gz) = 56c38b4b070b44a335835275b3a05f8f047d887f6bfb410bf9e4e2e60ce1a15c -SIZE (signal-cli-0.8.3.tar.gz) = 17336389 -SHA256 (AsamK-signal-cli-v0.8.3_GH0.tar.gz) = ccc37e9ae477aea70709f7734e918980bc431e7555b8b6382757997f3a1b13a6 -SIZE (AsamK-signal-cli-v0.8.3_GH0.tar.gz) = 203028 +TIMESTAMP = 1624268783 +SHA256 (signal-cli-0.8.4.1.tar.gz) = f1286d0b7a759f0bc86496d87f5cb24bb9a208eb8383d0f33815452bb5a331d6 +SIZE (signal-cli-0.8.4.1.tar.gz) = 17756732 +SHA256 (AsamK-signal-cli-v0.8.4.1_GH0.tar.gz) = 0b7a2ee5564a66a9a1d1c65f5df0ffc28cecc8e6a50836543116a78c1cfd4856 +SIZE (AsamK-signal-cli-v0.8.4.1_GH0.tar.gz) = 211997 diff --git a/net-im/signal-cli/pkg-plist b/net-im/signal-cli/pkg-plist index bba07566a98d..76a669a41753 100644 --- a/net-im/signal-cli/pkg-plist +++ b/net-im/signal-cli/pkg-plist @@ -2,7 +2,7 @@ bin/signal-cli share/man/man1/signal-cli.1.gz %%DATADIR%%/bin/signal-cli %%DATADIR%%/lib/annotations-13.0.jar -%%DATADIR%%/lib/argparse4j-0.8.1.jar +%%DATADIR%%/lib/argparse4j-0.9.0.jar %%DATADIR%%/lib/asm-9.0.jar %%DATADIR%%/lib/asm-analysis-9.0.jar %%DATADIR%%/lib/asm-commons-9.0.jar @@ -30,8 +30,8 @@ share/man/man1/signal-cli.1.gz %%DATADIR%%/lib/okio-jvm-2.6.0.jar %%DATADIR%%/lib/protobuf-javalite-3.10.0.jar %%DATADIR%%/lib/signal-cli-%%VERSION%%.jar -%%DATADIR%%/lib/signal-client-java-0.2.3.jar -%%DATADIR%%/lib/signal-service-java-2.15.3_unofficial_21.jar +%%DATADIR%%/lib/signal-client-java-0.8.1.jar +%%DATADIR%%/lib/signal-service-java-2.15.3_unofficial_24.jar %%DATADIR%%/lib/slf4j-api-1.7.30.jar %%DATADIR%%/lib/slf4j-simple-1.7.30.jar %%DATADIR%%/lib/threetenbp-1.3.6.jar From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 17:39:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76ACD660161; Tue, 22 Jun 2021 17:39: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 4G8YYd2txhz3JJf; Tue, 22 Jun 2021 17:39: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 4A84214E73; Tue, 22 Jun 2021 17: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 15MHdXXt035096; Tue, 22 Jun 2021 17: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 15MHdX5h035095; Tue, 22 Jun 2021 17:39:33 GMT (envelope-from git) Date: Tue, 22 Jun 2021 17:39:33 GMT Message-Id: <202106221739.15MHdX5h035095@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: 7734d779ae69 - main - net-im/scli: Update to 0.6.3 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: 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 17:39:33 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcf commit 7734d779ae69dd4b9a4dea52d9787a0b1a7fcdcf Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-22 17:35:25 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-22 17:39:18 +0000 net-im/scli: Update to 0.6.3 --- net-im/scli/Makefile | 4 ++-- net-im/scli/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-im/scli/Makefile b/net-im/scli/Makefile index 502de0c3a57e..5266e4cb76e2 100644 --- a/net-im/scli/Makefile +++ b/net-im/scli/Makefile @@ -1,6 +1,6 @@ PORTNAME= scli DISTVERSIONPREFIX= v -DISTVERSION= 0.6.2 +DISTVERSION= 0.6.3 CATEGORIES= net-im python MAINTAINER= 0mp@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid-readline>=0:devel/py-urwid-readline@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \ dbus>=0:devel/dbus \ - signal-cli>=0.6.8_1:net-im/signal-cli + signal-cli>=0.8.4.1:net-im/signal-cli USES= python:run,3.7+ shebangfix USE_GITHUB= yes diff --git a/net-im/scli/distinfo b/net-im/scli/distinfo index 9c9f1130d584..fe032c319dbb 100644 --- a/net-im/scli/distinfo +++ b/net-im/scli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621195059 -SHA256 (isamert-scli-v0.6.2_GH0.tar.gz) = cb7d3b52f5b90ab3d6fb801831c28f5f7ebfcd9018c032dbe8594a80c123669f -SIZE (isamert-scli-v0.6.2_GH0.tar.gz) = 139304 +TIMESTAMP = 1624382216 +SHA256 (isamert-scli-v0.6.3_GH0.tar.gz) = 2cf0743484e1add2ce7ef7e48a228337db26a718e48f93b686d46882a31d467b +SIZE (isamert-scli-v0.6.3_GH0.tar.gz) = 139647 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 17:42:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9281660C05; Tue, 22 Jun 2021 17: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 4G8YdM4SVNz3JyC; Tue, 22 Jun 2021 17: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 811071549A; Tue, 22 Jun 2021 17: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 15MHglnh047617; Tue, 22 Jun 2021 17: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 15MHglQD047616; Tue, 22 Jun 2021 17:42:47 GMT (envelope-from git) Date: Tue, 22 Jun 2021 17:42:47 GMT Message-Id: <202106221742.15MHglQD047616@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: c3dd3472dd49 - main - devel/git: Fix contrib installation 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: c3dd3472dd49bc570f01294d7f7ad73202a3c684 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 17:42:47 -0000 The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3dd3472dd49bc570f01294d7f7ad73202a3c684 commit c3dd3472dd49bc570f01294d7f7ad73202a3c684 Author: Chris Hutchinson AuthorDate: 2021-06-22 17:38:15 +0000 Commit: Renato Botelho CommitDate: 2021-06-22 17:42:25 +0000 devel/git: Fix contrib installation In some cases installation is aborted when try to copy test.netrc.gpg, which is an empty file. This file is not actually needed so the fix here is to stop trying to install it PR: 255885 Sponsored by: Rubicon Communications, LLC ("Netgate") --- devel/git/Makefile | 1 + devel/git/pkg-plist | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/git/Makefile b/devel/git/Makefile index 3082a5968361..80112278449c 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -251,6 +251,7 @@ post-install-SUBTREE-on: post-install-CONTRIB-on: @${ECHO_MSG} "===> Installing contributed scripts" ${MKDIR} ${STAGEDIR}${PREFIX}/share/git-core/contrib + ${RM} ${WRKSRC}/contrib/credential/netrc/test.netrc.gpg ${CP} -R ${WRKSRC}/contrib/* ${STAGEDIR}${PREFIX}/share/git-core/contrib post-install-P4-on: diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index be4df5922928..dcc1a917cefa 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -1244,7 +1244,6 @@ share/emacs/site-lisp/git/git.el %%CONTRIB%%share/git-core/contrib/credential/netrc/test.command-option-gpg %%CONTRIB%%share/git-core/contrib/credential/netrc/test.git-config-gpg %%CONTRIB%%share/git-core/contrib/credential/netrc/test.netrc -%%CONTRIB%%share/git-core/contrib/credential/netrc/test.netrc.gpg %%CONTRIB%%share/git-core/contrib/credential/netrc/test.pl %%CONTRIB%%share/git-core/contrib/credential/osxkeychain/.gitignore %%CONTRIB%%share/git-core/contrib/credential/osxkeychain/Makefile From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 17:42:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8CB1660B99; Tue, 22 Jun 2021 17:42: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 4G8YdN5Rszz3JhN; Tue, 22 Jun 2021 17: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 A21C714F6D; Tue, 22 Jun 2021 17: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 15MHgmDl047641; Tue, 22 Jun 2021 17: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 15MHgm2b047640; Tue, 22 Jun 2021 17:42:48 GMT (envelope-from git) Date: Tue, 22 Jun 2021 17:42:48 GMT Message-Id: <202106221742.15MHgm2b047640@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: 754ca6f4c9c3 - main - devel/git: Update to 2.32.0 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: 754ca6f4c9c3c1ce86e13bdf62db3e3282346cbf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 17:42:49 -0000 The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=754ca6f4c9c3c1ce86e13bdf62db3e3282346cbf commit 754ca6f4c9c3c1ce86e13bdf62db3e3282346cbf Author: Yasuhiro Kimura AuthorDate: 2021-06-22 17:40:59 +0000 Commit: Renato Botelho CommitDate: 2021-06-22 17:42:25 +0000 devel/git: Update to 2.32.0 PR: 256442 Sponsored by: Rubicon Communications, LLC ("Netgate") --- devel/git/Makefile | 3 +-- devel/git/distinfo | 14 +++++++------- devel/git/pkg-plist | 2 ++ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/devel/git/Makefile b/devel/git/Makefile index 80112278449c..ca7d3e3ce064 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,8 +1,7 @@ # Created by: Eric Anholt PORTNAME= git -DISTVERSION= 2.31.1 -PORTREVISION= 1 +DISTVERSION= 2.32.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/devel/git/distinfo b/devel/git/distinfo index 2b16926f2ae1..65fe3fd102d8 100644 --- a/devel/git/distinfo +++ b/devel/git/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1617021380 -SHA256 (git-2.31.1.tar.xz) = 9f61417a44d5b954a5012b6f34e526a3336dcf5dd720e2bb7ada92ad8b3d6680 -SIZE (git-2.31.1.tar.xz) = 6413368 -SHA256 (git-manpages-2.31.1.tar.xz) = 5d0d443c57155da2f201584d4c8c5ad10a0a24ff3af3a7a77cdc8f56dddac702 -SIZE (git-manpages-2.31.1.tar.xz) = 487784 -SHA256 (git-htmldocs-2.31.1.tar.xz) = ae94a6b128d1972a8b4041af9fc529ece96a9f2a13952ff843262ccb7bc1642c -SIZE (git-htmldocs-2.31.1.tar.xz) = 1357592 +TIMESTAMP = 1624378171 +SHA256 (git-2.32.0.tar.xz) = 68a841da3c4389847ecd3301c25eb7e4a51d07edf5f0168615ad6179e3a83623 +SIZE (git-2.32.0.tar.xz) = 6551348 +SHA256 (git-manpages-2.32.0.tar.xz) = 19e3cb0425c94d4ad82984f41522e77c8e35093e15a891f8e7195617201f6ac1 +SIZE (git-manpages-2.32.0.tar.xz) = 491868 +SHA256 (git-htmldocs-2.32.0.tar.xz) = 821bd3b5dfd31040bf9ed38ef02df3dcf063546127f07d59ec9669274e8b8818 +SIZE (git-htmldocs-2.32.0.tar.xz) = 1381664 diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index dcc1a917cefa..6f6cda6e8972 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -46,6 +46,7 @@ libexec/git-core/git-check-ignore libexec/git-core/git-check-mailmap libexec/git-core/git-check-ref-format libexec/git-core/git-checkout +libexec/git-core/git-checkout--worker libexec/git-core/git-checkout-index libexec/git-core/git-cherry libexec/git-core/git-cherry-pick @@ -716,6 +717,7 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.30.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.31.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.32.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.txt From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 17:58:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AC3AB660AD7; Tue, 22 Jun 2021 17:58: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 4G8Yz04Cp9z3Lp0; Tue, 22 Jun 2021 17:58: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 787481570D; Tue, 22 Jun 2021 17:58: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 15MHw4VH061201; Tue, 22 Jun 2021 17:58:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MHw4et061199; Tue, 22 Jun 2021 17:58:04 GMT (envelope-from git) Date: Tue, 22 Jun 2021 17:58:04 GMT Message-Id: <202106221758.15MHw4et061199@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: 69656bf0d7d9 - main - biology/sra-tools: NCBI's toolkit for handling data in INSDC Sequence Read Archives 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: 69656bf0d7d99660e536c22472a5eae639695a97 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 17:58:04 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=69656bf0d7d99660e536c22472a5eae639695a97 commit 69656bf0d7d99660e536c22472a5eae639695a97 Author: Jason W. Bacon AuthorDate: 2021-06-22 17:55:15 +0000 Commit: Jason W. Bacon CommitDate: 2021-06-22 17:55:15 +0000 biology/sra-tools: NCBI's toolkit for handling data in INSDC Sequence Read Archives SRA tools is a toolkit for using data in the INSDC Sequence Read Archives. SRAs operated by International Nucleotide Sequence Database Collaboration houses sequence reads and alignments generated by "next-gen" sequencers. This port is a bit convoluted due to the fact that the sra-tools build requires access to the ncbi-vdb source tree. Hence, ncbi-vdb is treated as a submodule here rather than a separate library port. We are working with upstream with hope for long-term improvements. --- biology/Makefile | 1 + biology/sra-tools/Makefile | 105 +++++++ biology/sra-tools/distinfo | 7 + biology/sra-tools/files/Makefile.bsd | 72 +++++ biology/sra-tools/files/byteswap.h | 40 +++ biology/sra-tools/files/ld.bsd.clang.sh | 47 +++ biology/sra-tools/files/ld.bsd.cmn.sh | 158 ++++++++++ biology/sra-tools/files/ld.bsd.dlib.sh | 308 +++++++++++++++++++ biology/sra-tools/files/ld.bsd.exe.sh | 326 +++++++++++++++++++++ biology/sra-tools/files/ld.bsd.gcc.sh | 47 +++ biology/sra-tools/files/ld.bsd.ln.sh | 98 +++++++ biology/sra-tools/files/ld.bsd.slib.sh | 146 +++++++++ .../sra-tools/files/patch-build_ld.linux.exe.sh | 11 + .../files/patch-ncbi-vdb_build_Makefile.clang | 30 ++ .../files/patch-ncbi-vdb_build_Makefile.env | 25 ++ .../files/patch-ncbi-vdb_build_Makefile.gcc | 35 +++ .../files/patch-ncbi-vdb_build_Makefile.install | 11 + .../files/patch-ncbi-vdb_build_Makefile.shell | 31 ++ .../patch-ncbi-vdb_interfaces_os_sun_atomic32.h | 85 ++++++ .../files/patch-ncbi-vdb_libs_ext_Makefile | 12 + .../files/patch-ncbi-vdb_libs_kfg_config.c | 20 ++ .../files/patch-ncbi-vdb_libs_klib_unix_systime.c | 11 + .../files/patch-ncbi-vdb_libs_kns_unix_syssock.c | 10 + .../files/patch-ncbi-vdb_libs_ncbi-vdb_Makefile | 20 ++ .../files/patch-ncbi-vdb_libs_search_Makefile | 12 + .../files/patch-ncbi-vdb_setup_konfigure.perl | 243 +++++++++++++++ .../files/patch-ncbi-vdb_setup_os-arch.prl | 20 ++ .../files/patch-ncbi-vdb_test_kapp_run-sig-core.sh | 49 ++++ .../files/patch-ncbi-vdb_test_kfg_kfgtest.cpp | 11 + .../files/patch-ncbi-vdb_test_klib_printf-test.c | 11 + .../files/patch-ncbi-vdb_test_kns_Makefile | 19 ++ .../patch-ncbi-vdb_test_vdb_test-dependencies.cpp | 11 + ...s_redirect-rejected-names-cgi-http-to-https.cpp | 11 + biology/sra-tools/files/patch-setup_install.perl | 13 + biology/sra-tools/files/patch-setup_konfigure.perl | 121 ++++++++ .../files/patch-tools_bam-loader_loader-imp.c | 10 + .../sra-tools/files/patch-tools_copycat_Makefile | 11 + .../files/patch-tools_driver-tool_Makefile | 16 + .../files/patch-tools_driver-tool_cmdline.cpp | 13 + .../patch-tools_driver-tool_utf8proc_Makefile | 11 + .../patch-tools_fastq-loader_spot-assembler.c | 11 + .../sra-tools/files/patch-tools_sra-sort_Makefile | 13 + .../files/patch-tools_util_validate-names4.c | 13 + biology/sra-tools/pkg-descr | 18 ++ biology/sra-tools/pkg-plist | 57 ++++ 45 files changed, 2350 insertions(+) diff --git a/biology/Makefile b/biology/Makefile index ec9728ced8ee..158eb70ede1a 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -175,6 +175,7 @@ SUBDIR += smithwaterman SUBDIR += snpeff SUBDIR += spoa + SUBDIR += sra-tools SUBDIR += stacks SUBDIR += star SUBDIR += stringtie diff --git a/biology/sra-tools/Makefile b/biology/sra-tools/Makefile new file mode 100644 index 000000000000..0b6a54bd67ca --- /dev/null +++ b/biology/sra-tools/Makefile @@ -0,0 +1,105 @@ +PORTNAME= sra-tools +DISTVERSION= 2.11.0 +CATEGORIES= biology + +MAINTAINER= jwb@FreeBSD.org +COMMENT= NCBI's toolkit for handling data in INSDC Sequence Read Archives + +LICENSE= PD LGPL21+ +LICENSE_COMB= multi +LICENSE_FILE_PD= ${WRKSRC}/LICENSE +LICENSE_DISTFILES_LGPL21+ = + +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= NCBI-VDB requires SSE2 instructions, no 32-bit support + +BUILD_DEPENDS= bash:shells/bash \ + ${LOCALBASE}/lib/libngs-c++.a:biology/ngs-sdk +LIB_DEPENDS= libxml2.so:textproc/libxml2 \ + libhdf5.so:science/hdf5 \ + libepoll-shim.so:devel/libepoll-shim + +USES= compiler:c11 gmake localbase:ldflags perl5 shebangfix +USE_PERL5= build +USE_GITHUB= yes + +SHEBANG_GLOB= *.sh *.pl +GH_ACCOUNT= ncbi +GH_TUPLE+= ncbi:ngs:${DISTVERSION}:ngs/ngs # ported as biology/ngs-sdk +GH_TUPLE+= ncbi:ncbi-vdb:${DISTVERSION}:vdb/ncbi-vdb + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ngs-sdk-prefix=${LOCALBASE} \ + --with-ncbi-vdb-sources=${NCBI_VDB_WRKSRC} \ + --with-xml2-prefix=${LOCALBASE} \ + --with-hdf5-prefix=${LOCALBASE} \ + CC="${CC}" CXX="${CXX}" TOOLS="${CHOSEN_COMPILER_TYPE}" \ + --with-ncbi-vdb-build=${NCBI_VDB_WRKSRC}/amd64-portbld-freebsd$$(${FREEBSD_RELEASE}) +MAKE_ARGS= CCNAME=${CC} CXXNAME=${CXX} PKGCFLAGS="${CFLAGS}" \ + INST_ETCDIR=${STAGEDIR}${PREFIX}/etc + +NCBI_VDB_WRKSRC= ${WRKSRC}/ncbi-vdb +NCBI_VDB_FILESDIR= ${FILESDIR} +FREEBSD_RELEASE= uname -r | cut -d - -f 1 + +CFLAGS+= -I${WRKSRC}/interfaces/os/sun +CXXFLAGS+= -I${WRKSRC}/interfaces/os/sun + +BINARY_ALIAS= gcc=${CC} g++=${CXX} + +# for port developers, building with these options may fail +OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS TEST +DEBUG_PREVENTS= OPTIMIZED_CFLAGS +DEBUG_CONFIGURE_WITH= debug +OPTIMIZED_CFLAGS_MAKE_ARGS_OFF= OPT="" +TEST_TEST_TARGET= test +TEST_USES= python + +# ncbi-vdb build extras +VDB_CONFIGURE_ARGS= \ + --with-xml2-prefix=${LOCALBASE} \ + --with-hdf5-prefix=${LOCALBASE} \ + --prefix=${PREFIX} \ + --build=amd64-portbld-freebsd$$(${FREEBSD_RELEASE}) \ + CC="${CC}" CXX="${CXX}" TOOLS="${CHOSEN_COMPILER_TYPE}" +VDB_MAKE_ARGS+= -j 1 CCNAME=${CC} CXXNAME=${CXX} PKGCFLAGS="${CFLAGS}" +MAKE_ENV+= CPATH="${LOCALBASE}/include/libepoll-shim" +CFLAGS+= -I${WRKSRC}/lib + +pre-patch: + @${CP} ${FILESDIR}/Makefile.bsd ${NCBI_VDB_WRKSRC}/build/ + @${CP} ${FILESDIR}/ld.bsd.*.sh ${NCBI_VDB_WRKSRC}/build/ + @${MKDIR} ${NCBI_VDB_WRKSRC}/interfaces/os/bsd + @${CP} -p ${NCBI_VDB_WRKSRC}/interfaces/os/mac/endian.h \ + ${NCBI_VDB_WRKSRC}/interfaces/os/bsd/ + +post-patch: + @${GREP} -q '@@PREFIX@@' ${WRKSRC}/ncbi-vdb/libs/kfg/config.c || (echo "@@PREFIX@@ in file/patch-libs_kfg_config.c is overwritten probably due to using 'make makepatch'"; exit 1) + @${REINPLACE_CMD} -e 's#@@PREFIX@@#"${PREFIX}"#' ${WRKSRC}/ncbi-vdb/libs/kfg/config.c + @${LN} -s ${WRKSRC}/ncbi-vdb/interfaces/cc/gcc/x86_64 ${WRKSRC}/ncbi-vdb/interfaces/cc/gcc/amd64 + +post-patch-TEST-on: + @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/test/kget/Makefile + +pre-configure: + @${CP} ${NCBI_VDB_WRKSRC}/setup/os-arch.prl ${WRKSRC}/setup/os-arch.prl + # same as in biology/ncbi-vdb + @${CP} ${NCBI_VDB_FILESDIR}/Makefile.bsd ${WRKSRC}/build/ + @${CP} ${NCBI_VDB_WRKSRC}/build/ld.bsd.*.sh ${WRKSRC}/build/ + @${MKDIR} ${WRKSRC}/interfaces/override + @${CP} ${NCBI_VDB_WRKSRC}/interfaces/os/sun/atomic32.h ${WRKSRC}/interfaces/override + @${CP} ${FILESDIR}/byteswap.h ${WRKSRC}/interfaces/override + @cd ${WRKSRC}/ncbi-vdb && ./configure ${VDB_CONFIGURE_ARGS} + @${ECHO} ${CHOSEN_COMPILER_TYPE} > ${WRKSRC}/ncbi-vdb/build/COMP + @cd ${WRKSRC}/ncbi-vdb && ${DO_MAKE_BUILD} ${VDB_MAKE_ARGS} + +post-build-TEST-on: do-test + +do-install: + cd ${WRKSRC}/amd64-portbld-freebsd*/sra-tools/bsd/clang/*/rel/bin && \ + for f in `ls *.${PORTVERSION}`; do \ + ${INSTALL_PROGRAM} $${f} \ + ${STAGEDIR}${PREFIX}/bin/`basename $${f%%.${PORTVERSION}}`; \ + done + +.include diff --git a/biology/sra-tools/distinfo b/biology/sra-tools/distinfo new file mode 100644 index 000000000000..fa75acf23fe6 --- /dev/null +++ b/biology/sra-tools/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1624382289 +SHA256 (ncbi-sra-tools-2.11.0_GH0.tar.gz) = 10ac0a4d1fafc274bc107de811891d3e803d0713a247581dece4448231883810 +SIZE (ncbi-sra-tools-2.11.0_GH0.tar.gz) = 8966605 +SHA256 (ncbi-ngs-2.11.0_GH0.tar.gz) = 5fde50784760c00b403c2cc42ead15a4e9477697ee439f0a16edb4de3f52dfcc +SIZE (ncbi-ngs-2.11.0_GH0.tar.gz) = 1100365 +SHA256 (ncbi-ncbi-vdb-2.11.0_GH0.tar.gz) = 9a65e3885b9ae1ebecbec871f04ce3162ac3764fb556ecdc8c1e61993e2164aa +SIZE (ncbi-ncbi-vdb-2.11.0_GH0.tar.gz) = 22277539 diff --git a/biology/sra-tools/files/Makefile.bsd b/biology/sra-tools/files/Makefile.bsd new file mode 100644 index 000000000000..7692ec277948 --- /dev/null +++ b/biology/sra-tools/files/Makefile.bsd @@ -0,0 +1,72 @@ +# =========================================================================== +# +# PUBLIC DOMAIN NOTICE +# National Center for Biotechnology Information +# +# This software/database is a "United States Government Work" under the +# terms of the United States Copyright Act. It was written as part of +# the author's official duties as a United States Government employee and +# thus cannot be copyrighted. This software/database is freely available +# to the public for use. The National Library of Medicine and the U.S. +# Government have not placed any restriction on its use or reproduction. +# +# Although all reasonable efforts have been taken to ensure the accuracy +# and reliability of the software and data, the NLM and the U.S. +# Government do not and cannot warrant the performance or results that +# may be obtained by using this software or data. The NLM and the U.S. +# Government disclaim all warranties, express or implied, including +# warranties of performance, merchantability or fitness for any particular +# purpose. +# +# Please cite the author in any work or product based on this material. +# +# =========================================================================== + + +# default compiler +ifeq (,$(COMP)) + COMP = clang +endif + +# handle attempts to set cross-compilation architecture +# note that if your installation is set up for cross compilation, +# you can try to enable it on your own. +ifeq (i386,$(ARCH)) +i386: + @ true +x86_64: + @ echo "FreeBSD builds do not support cross-compilation to this architecture" +endif + +ifeq (x86_64,$(ARCH)) +i386: + @ echo "FreeBSD builds do not support cross-compilation to this architecture" +x86_64: + @ true +endif + +.PHONY: i386 x86_64 + + +# library prefix +LPFX = lib + +# file extensions +OBJX = o +LOBX = pic.o +LIBX = a +SHLX = so + +# compilation defines +DEFINES := -DBSD -DUNIX -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DPKGNAME=bsd$(BITS) + +# FreeBSD is a Unix variant; for most cases, linux sources do well +OS_DAD = linux +OS_GDAD = unix + +# flex+bison: on Mac, use source-controlled generated .c/.h files +YACC = @ true +LEX = @ true + +# build matrix +COMPILERS = CLANG GCC diff --git a/biology/sra-tools/files/byteswap.h b/biology/sra-tools/files/byteswap.h new file mode 100644 index 000000000000..ef07fe98db64 --- /dev/null +++ b/biology/sra-tools/files/byteswap.h @@ -0,0 +1,40 @@ +/*=========================================================================== +* +* PUBLIC DOMAIN NOTICE +* National Center for Biotechnology Information +* +* This software/database is a "United States Government Work" under the +* terms of the United States Copyright Act. It was written as part of +* the author's official duties as a United States Government employee and +* thus cannot be copyrighted. This software/database is freely available +* to the public for use. The National Library of Medicine and the U.S. +* Government have not placed any restriction on its use or reproduction. +* +* Although all reasonable efforts have been taken to ensure the accuracy +* and reliability of the software and data, the NLM and the U.S. +* Government do not and cannot warrant the performance or results that +* may be obtained by using this software or data. The NLM and the U.S. +* Government disclaim all warranties, express or implied, including +* warranties of performance, merchantability or fitness for any particular +* purpose. +* +* Please cite the author in any work or product based on this material. +* +* =========================================================================== +* +*/ + +#ifndef _h_byteswap_ +#define _h_byteswap_ + +#include +#include + +/* N.B. Sun's BSWAP seems to be macro-based, + meaning that (x) will be evaluated multiple times */ + +#define bswap_16(x) bswap16 (x) +#define bswap_32(x) bswap32 (x) +#define bswap_64(x) bswap64 (x) + +#endif /* _h_byteswap_ */ diff --git a/biology/sra-tools/files/ld.bsd.clang.sh b/biology/sra-tools/files/ld.bsd.clang.sh new file mode 100755 index 000000000000..61c7779adcf1 --- /dev/null +++ b/biology/sra-tools/files/ld.bsd.clang.sh @@ -0,0 +1,47 @@ +#!/usr/local/bin/bash +# =========================================================================== +# +# PUBLIC DOMAIN NOTICE +# National Center for Biotechnology Information +# +# This software/database is a "United States Government Work" under the +# terms of the United States Copyright Act. It was written as part of +# the author's official duties as a United States Government employee and +# thus cannot be copyrighted. This software/database is freely available +# to the public for use. The National Library of Medicine and the U.S. +# Government have not placed any restriction on its use or reproduction. +# +# Although all reasonable efforts have been taken to ensure the accuracy +# and reliability of the software and data, the NLM and the U.S. +# Government do not and cannot warrant the performance or results that +# may be obtained by using this software or data. The NLM and the U.S. +# Government disclaim all warranties, express or implied, including +# warranties of performance, merchantability or fitness for any particular +# purpose. +# +# Please cite the author in any work or product based on this material. +# +# =========================================================================== + +# define linker params +LD_EXPORT_GLOBAL="-Wl,--export-dynamic" +LD_MULTIPLE_DEFS="-Wl,-zmuldefs" +LD_STATIC="-Wl,-Bstatic" +LD_DYNAMIC="-Wl,-Bdynamic" +LD_ALL_SYMBOLS="-Wl,-whole-archive" +LD_REF_SYMBOLS="-Wl,-no-whole-archive" + +# build command +DLIB_CMD="$LD -shared" +EXE_CMD="$LD" + +# versioned output +if [ "$VERS" = "" ] +then + DLIB_CMD="$DLIB_CMD -o $TARG" + EXE_CMD="$EXE_CMD -o $TARG" +else + set-vers $(echo $VERS | tr '.' ' ') + DLIB_CMD="$DLIB_CMD -o $OUTDIR/$NAME$DBGAP.so.$VERS -Wl,-soname,$NAME.so.$MAJ" + EXE_CMD="$EXE_CMD -o $OUTDIR/$NAME$DBGAP.$VERS" +fi diff --git a/biology/sra-tools/files/ld.bsd.cmn.sh b/biology/sra-tools/files/ld.bsd.cmn.sh new file mode 100755 index 000000000000..a0a65f39884b --- /dev/null +++ b/biology/sra-tools/files/ld.bsd.cmn.sh @@ -0,0 +1,158 @@ +#!/usr/local/bin/bash +# =========================================================================== +# +# PUBLIC DOMAIN NOTICE +# National Center for Biotechnology Information +# +# This software/database is a "United States Government Work" under the +# terms of the United States Copyright Act. It was written as part of +# the author's official duties as a United States Government employee and +# thus cannot be copyrighted. This software/database is freely available +# to the public for use. The National Library of Medicine and the U.S. +# Government have not placed any restriction on its use or reproduction. +# +# Although all reasonable efforts have been taken to ensure the accuracy +# and reliability of the software and data, the NLM and the U.S. +# Government do not and cannot warrant the performance or results that +# may be obtained by using this software or data. The NLM and the U.S. +# Government disclaim all warranties, express or implied, including +# warranties of performance, merchantability or fitness for any particular +# purpose. +# +# Please cite the author in any work or product based on this material. +# +# =========================================================================== + +# script name +SELF_NAME="$(basename $0)" + +# parameters +LD="$1" +ARCH="$2" +BUILD="$3" +shift 3 + +SRCDIR="$1" +BINDIR="$2" +OUTDIR="$3" +TARG="$4" +NAME="$5" +DBGAP="$6" +shift 6 + +VERS="$1" +VERSFILE="$2" +DEPFILE="$3" +shift 3 + +MODE="$1" +SCMFLAGS="$2" +LDFLAGS="$3" +shift 3 + +LDIRS="$1" +XDIRS="$2" +shift 2 + +OBJS="$1" +LIBS="$2" + +# decode MODE +STATIC=$(expr $MODE % 2) +MODE=$(expr $MODE / 2) +DYLD=$(expr $MODE % 2) +MODE=$(expr $MODE / 2) +KPROC=$(expr $MODE % 2) +MODE=$(expr $MODE / 2) +THREADS=$(expr $MODE % 2) +MODE=$(expr $MODE / 2) +HAVE_M=$(expr $MODE % 2) +MODE=$(expr $MODE / 2) +HAVE_XML=$(expr $MODE % 2) + +# decode SCMFLAGS +CHECKSUM=$(expr $SCMFLAGS % 2) +STATICSYSLIBS=$(expr $SCMFLAGS / 2) + +# return parameter for find-lib +LIBPATH='' + +# initial command state +CMD='' +LD_STATIC_STATE=0 +LD_ALL_STATE=0 + +# for breaking out version +set-vers () +{ + MAJ=$1 + MIN=$2 + REL=$3 +} + +# for locating libraries +find-lib () +{ + _lib="lib$1" + _dirs="$2" + + LIBPATH='' + + while [ "$_dirs" != "" ] + do + _dir="${_dirs%%:*}" + + if [ "$_dir" != "" ] + then + if [ -e "$_dir/$_lib" ] + then + while [ -L "$_dir/$_lib" ] + do + _lib=$(readlink -n "$_dir/$_lib") + done + LIBPATH="$_dir/$_lib" + break; + fi + fi + + _dirs="${_dirs#$_dir}" + _dirs="${_dirs#:}" + done +} + +# setting state +load-static () +{ + if [ $LD_STATIC_STATE -eq 0 ] + then + CMD="$CMD $LD_STATIC" + LD_STATIC_STATE=1 + fi +} + +load-dynamic () +{ + if [ $LD_STATIC_STATE -eq 1 ] + then + CMD="$CMD $LD_DYNAMIC" + LD_STATIC_STATE=0 + fi +} + +load-all-symbols () +{ + if [ $LD_ALL_STATE -eq 0 ] + then + CMD="$CMD $LD_ALL_SYMBOLS" + LD_ALL_STATE=1 + fi +} + +load-ref-symbols () +{ + if [ $LD_ALL_STATE -eq 1 ] + then + CMD="$CMD $LD_REF_SYMBOLS" + LD_ALL_STATE=0 + fi +} diff --git a/biology/sra-tools/files/ld.bsd.dlib.sh b/biology/sra-tools/files/ld.bsd.dlib.sh new file mode 100755 index 000000000000..a74f2b006818 --- /dev/null +++ b/biology/sra-tools/files/ld.bsd.dlib.sh @@ -0,0 +1,308 @@ +#!/usr/local/bin/bash +# =========================================================================== +# +# PUBLIC DOMAIN NOTICE +# National Center for Biotechnology Information +# +# This software/database is a "United States Government Work" under the +# terms of the United States Copyright Act. It was written as part of +# the author's official duties as a United States Government employee and +# thus cannot be copyrighted. This software/database is freely available +# to the public for use. The National Library of Medicine and the U.S. +# Government have not placed any restriction on its use or reproduction. +# +# Although all reasonable efforts have been taken to ensure the accuracy +# and reliability of the software and data, the NLM and the U.S. +# Government do not and cannot warrant the performance or results that +# may be obtained by using this software or data. The NLM and the U.S. +# Government disclaim all warranties, express or implied, including +# warranties of performance, merchantability or fitness for any particular +# purpose. +# +# Please cite the author in any work or product based on this material. +# +# =========================================================================== + + +# =========================================================================== +# input library types, and their handling +# +# normal linkage +# -l : find shared or static +# -s : require static +# -d : require shared +# +# static linkage +# -l : require static +# -s : require static +# -d : ignore +# =========================================================================== + + +# script name +SELF_NAME="$(basename $0)" +BUILD_DIR="$(dirname $0)" + +# parameters and common functions +source "${0%dlib.sh}cmn.sh" + +# discover tool chain +case "$LD" in +g*) + source "${0%dlib.sh}gcc.sh" + ;; +c*) + source "${0%dlib.sh}clang.sh" + ;; + *) + echo "$SELF_NAME: unrecognized ld tool - '$LD'" + exit 5 +esac + +# DLIB_CMD was started in tool-specific source +CMD="$DLIB_CMD $LDFLAGS" + +# tack on object files +CMD="$CMD $OBJS" + +# list of static libraries used to create dynamic lib +SLIBS='' + +# initial dependency upon Makefile and vers file +DEPS="$SRCDIR/Makefile" +if [ "$LIBS" != "" ] +then + # tack on paths + DIRS="$LDIRS:$XDIRS" + while [ "$DIRS" != "" ] + do + DIR="${DIRS%%:*}" + [ "$DIR" != "" ] && CMD="$CMD -L$DIR" + DIRS="${DIRS#$DIR}" + DIRS="${DIRS#:}" + done + + # update LD_LIBRARY_PATH + unset LD_LIBRARY_PATH + export LD_LIBRARY_PATH="$LDIRS:$XDIRS" + + # tack on libraries, finding as we go + for LIB in $LIBS + do + + # strip off switch + LIBNAME="${LIB#-[lsd]}" + + # look at linkage + case "$LIB" in + -ldl|-ddl) + + # always load libdl as shared library + load-ref-symbols + load-dynamic +# CMD="$CMD -ldl" + ;; + + -l*) + + # normal or dynamic linkage + FOUND=0 + if [ $STATIC -eq 0 ] + then + find-lib $LIBNAME.so $LDIRS + if [ "$LIBPATH" != "" ] + then + + # found it + FOUND=1 + + # load normally + load-ref-symbols + load-dynamic + CMD="$CMD -l$LIBNAME" + + fi + fi + + # try static only + if [ $FOUND -eq 0 ] + then + find-lib $LIBNAME.a $LDIRS + if [ "$LIBPATH" != "" ] + then + + # found it + FOUND=1 + + # add it to dependencies + DEPS="$DEPS $LIBPATH" + SLIBS="$SLIBS $(dirname $LIBPATH)/lib$LIBNAME.a" + + # load static + load-static + load-all-symbols + CMD="$CMD -l$LIBNAME" + + fi + fi + + # not found within our directories + if [ $FOUND -eq 0 ] + then + + if [ $STATICSYSLIBS -eq 1 ] + then + case "$LIBNAME" in + z|bz2) + # set load to static + load-static + load-all-symbols + ;; + + *) + # set load to dynamic + load-ref-symbols + load-dynamic + ;; + + esac + else + # set load to normal + load-ref-symbols + load-dynamic + fi + + CMD="$CMD -l$LIBNAME" + fi + ;; + + -s*) + + # force static load + FOUND=0 + find-lib $LIBNAME.a $LDIRS + if [ "$LIBPATH" != "" ] + then + + # found it + FOUND=1 + + # add it to dependencies + DEPS="$DEPS $LIBPATH" + SLIBS="$SLIBS $(dirname $LIBPATH)/lib$LIBNAME.a" + + # load static + load-static + load-all-symbols + CMD="$CMD -l$LIBNAME" + + fi + + # not found within our directories + if [ $FOUND -eq 0 ] + then + + if [ $STATIC -eq 1 ] || [ $STATICSYSLIBS -eq 1 ] + then + # set load to static + load-static + load-all-symbols + else + + case "$LIBNAME" in + z|bz2) + # set load to dynamic + load-ref-symbols + load-dynamic + ;; + + *) + # set load to static + load-static + load-all-symbols + ;; + esac + fi + + CMD="$CMD -l$LIBNAME" + fi + ;; + + -d*) + + # only dynamic linkage + FOUND=0 + if [ $STATIC -eq 0 ] + then + find-lib $LIBNAME.so $LDIRS + if [ "$LIBPATH" != "" ] + then + + # found it + FOUND=1 + + # load normally + load-ref-symbols + load-dynamic + CMD="$CMD -l$LIBNAME" + + fi + fi + + # not found within our directories + if [ $FOUND -eq 0 ] + then + # set load to normal + load-ref-symbols + load-dynamic + CMD="$CMD -l$LIBNAME" + fi + ;; + + esac + + done +fi + +# put state back to normal +load-ref-symbols +load-dynamic + +# add in pthreads +if [ $THREADS -ne 0 ] +then + CMD="$CMD -lpthread" +fi + +# add in xml +if [ $HAVE_XML -ne 0 ] +then + CMD="$CMD -lxml2" +fi + +# add in math library +if [ $HAVE_M -ne 0 ] +then + CMD="$CMD -lm" +fi + +# produce shared library +echo "$CMD" +$CMD || exit $? + +# produce dependencies +if [ "$DEPFILE" != "" ] +then + echo "$TARG: $DEPS" > "$DEPFILE" +fi + +if [ $CHECKSUM -eq 1 ] +then + SCM_DIR="${BUILD_DIR%/*}/scm" + LOGFILE="$SCM_DIR/scm.log" + MSG=">>>>> scm: calling the collect script from ld.linux.dlib.sh <<<<<<" + #echo "$MSG" + echo "$MSG" >> $LOGFILE + + "$BUILD_DIR/scm-collect.sh" "$OBJS" "$SLIBS" | sort -u > "$TARG.md5" +fi diff --git a/biology/sra-tools/files/ld.bsd.exe.sh b/biology/sra-tools/files/ld.bsd.exe.sh new file mode 100755 index 000000000000..650a212780c3 --- /dev/null +++ b/biology/sra-tools/files/ld.bsd.exe.sh @@ -0,0 +1,326 @@ +#!/usr/local/bin/bash +# =========================================================================== +# +# PUBLIC DOMAIN NOTICE +# National Center for Biotechnology Information +# +# This software/database is a "United States Government Work" under the +# terms of the United States Copyright Act. It was written as part of +# the author's official duties as a United States Government employee and +# thus cannot be copyrighted. This software/database is freely available +# to the public for use. The National Library of Medicine and the U.S. +# Government have not placed any restriction on its use or reproduction. +# +# Although all reasonable efforts have been taken to ensure the accuracy +# and reliability of the software and data, the NLM and the U.S. +# Government do not and cannot warrant the performance or results that +# may be obtained by using this software or data. The NLM and the U.S. +# Government disclaim all warranties, express or implied, including +# warranties of performance, merchantability or fitness for any particular +# purpose. +# +# Please cite the author in any work or product based on this material. +# +# =========================================================================== + + +# =========================================================================== +# input library types, and their handling +# +# normal linkage +# -l : find shared or static +# -s : require static +# -d : ignore - will be dynamically loaded +# +# static linkage +# -l : require static +# -s : require static +# -d : require static +# =========================================================================== + + +# script name +SELF_NAME="$(basename $0)" +BUILD_DIR="$(dirname $0)" + +# parameters and common functions +source "${0%exe.sh}cmn.sh" + +# discover tool chain +case "$LD" in +g*) + source "${0%exe.sh}gcc.sh" + ;; +c*) + source "${0%exe.sh}clang.sh" + ;; +*) + echo "$SELF_NAME: unrecognized ld tool - '$LD'" + exit 5 +esac + +# EXE_CMD was started in tool-specific source +CMD="$EXE_CMD $LDFLAGS" + +# if building a static executable against dynamic libraries +# the main application will substitute for name lookup +if [ $STATIC -eq 1 ] && [ $DYLD -eq 1 ] +then +# CMD="$CMD $LD_EXPORT_GLOBAL $LD_MULTIPLE_DEFS" + CMD="$CMD $LD_EXPORT_GLOBAL" +fi + +# tack on object files +CMD="$CMD $OBJS" + +# list of static libraries used to create executable +SLIBS='' + +# initial dependency upon Makefile and vers file +DEPS="$SRCDIR/Makefile $VERSFILE" +if [ "$LIBS" != "" ] +then + # tack on paths + DIRS="$LDIRS:$XDIRS" + while [ "$DIRS" != "" ] + do + DIR="${DIRS%%:*}" + [ "$DIR" != "" ] && CMD="$CMD -L$DIR" + DIRS="${DIRS#$DIR}" + DIRS="${DIRS#:}" + done + + # update LD_LIBRARY_PATH + unset LD_LIBRARY_PATH + export LD_LIBRARY_PATH="$LDIRS:$XDIRS" + + # tack on libraries, finding as we go + for LIB in $LIBS + do + + # strip off switch + LIBNAME="${LIB#-[lsd]}" + + # look at linkage + case "$LIB" in + -ldl|-ddl) + + # always load libdl as shared library + load-ref-symbols + load-dynamic +# CMD="$CMD -ldl" + ;; + + -l*) + + # normal or dynamic linkage + FOUND=0 + if [ $STATIC -eq 0 ] + then + find-lib $LIBNAME.so $LDIRS + if [ "$LIBPATH" != "" ] *** 1707 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:01:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D108D660F40; Tue, 22 Jun 2021 18: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 4G8Z2j5R9tz3LmQ; Tue, 22 Jun 2021 18: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 A33D915716; Tue, 22 Jun 2021 18: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 15MI1HtO071299; Tue, 22 Jun 2021 18: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 15MI1HQm071298; Tue, 22 Jun 2021 18:01:17 GMT (envelope-from git) Date: Tue, 22 Jun 2021 18:01:17 GMT Message-Id: <202106221801.15MI1HQm071298@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: 1885ed0eb124 - main - biostar-tools: Add sra-tools dependency 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: 1885ed0eb12466cc4aa8ced3c0f8645f4f8a1cf6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:01:17 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=1885ed0eb12466cc4aa8ced3c0f8645f4f8a1cf6 commit 1885ed0eb12466cc4aa8ced3c0f8645f4f8a1cf6 Author: Jason W. Bacon AuthorDate: 2021-06-22 18:00:23 +0000 Commit: Jason W. Bacon CommitDate: 2021-06-22 18:00:23 +0000 biostar-tools: Add sra-tools dependency to metaport --- biology/biostar-tools/Makefile | 1 + biology/biostar-tools/distinfo | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/biology/biostar-tools/Makefile b/biology/biostar-tools/Makefile index f9f7023f4ba5..e98426952feb 100644 --- a/biology/biostar-tools/Makefile +++ b/biology/biostar-tools/Makefile @@ -32,6 +32,7 @@ RUN_DEPENDS= wget>0:ftp/wget \ seqtk>0:biology/seqtk \ datamash>0:textproc/datamash \ bcftools>0:biology/bcftools \ + sra-tools>0:biology/sra-tools \ subread>0:biology/subread \ hisat2>0:biology/hisat2 \ trimmomatic>0:biology/trimmomatic \ diff --git a/biology/biostar-tools/distinfo b/biology/biostar-tools/distinfo index 5eb0b9bcd39d..24e08ce5d333 100644 --- a/biology/biostar-tools/distinfo +++ b/biology/biostar-tools/distinfo @@ -1 +1 @@ -TIMESTAMP = 1624053283 +TIMESTAMP = 1624384778 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:14:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68107661121; Tue, 22 Jun 2021 18:14:46 +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 4G8ZLF3FJhz3Nk5; Tue, 22 Jun 2021 18:14:45 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lf1-f46.google.com with SMTP id h15so18876937lfv.12; Tue, 22 Jun 2021 11:14:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YPMmueEbpUKGaHl3j+Ozcv7CmtOcmjEAJZfS+n1uH9I=; b=QZaYFmuwk63PA64sCwkLB9WfsbQWLHG7bPBy+QISOh3/jIDduF5UhnUxJdsJdaDCJX L/ffLLrepQI+GLyh31RvOGyLT7LMfY5/JLubJCK2RUZxqxk/jUNkSFU2g/drBN2djIPb 0jijHO4sD68nZ8Z7X9CdEUh/YtaynIY5Zgg9hmWD3Y1InhCW4IYzC6wsjEBynPm7wlv0 Irzq13sdps0XZeC5sKXLEPmuab5sJ9/9AnJ7d9ICtyFnINAr/nKfhNhVV/q8KWSRPhqc CVl/MMO47IUhifzUSF6s7l5jmV2vbKKm6eSp16vLQWWSkD9GcsyA17CVwsfYY9H9z3kQ g+HQ== X-Gm-Message-State: AOAM531HU+lLTYl0l+wgOAed8z7rO8FAP9WYqW+6eynYowBuSzuTJEdC toLxTL3VbGs+fG2nOE77hgeVTy1u/IinzzNIta7/0+bhpQ4NWA== X-Google-Smtp-Source: ABdhPJxNgFlDVuAp0KeToXn96d4aLFjnNnUGcZzd5/TMN/I7g62nMYb/WWgdzGR5y5BdrwW05Pu+oLzaGZEexZherFk= X-Received: by 2002:ac2:5ec3:: with SMTP id d3mr3978358lfq.440.1624385682672; Tue, 22 Jun 2021 11:14:42 -0700 (PDT) MIME-Version: 1.0 References: <202106221525.15MFPBbT062332@gitrepo.freebsd.org> In-Reply-To: <202106221525.15MFPBbT062332@gitrepo.freebsd.org> From: Antoine Brodin Date: Tue, 22 Jun 2021 20:14:32 +0200 Message-ID: Subject: Re: git: 06e8213fe96f - main - devel/py-qt5-positioning: New port - Provide PyQt5 QtPositioning module To: Rainer Hurling 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: 4G8ZLF3FJhz3Nk5 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-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:14:46 -0000 On Tue, Jun 22, 2021 at 5:25 PM Rainer Hurling wrote: > > The branch main has been updated by rhurlin: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=06e8213fe96f7d5b8049667d303155da66907650 > > commit 06e8213fe96f7d5b8049667d303155da66907650 > Author: Rainer Hurling > AuthorDate: 2021-06-19 20:37:54 +0000 > Commit: Rainer Hurling > CommitDate: 2021-06-22 15:24:37 +0000 > > devel/py-qt5-positioning: New port - Provide PyQt5 QtPositioning module > > The QtPositioning module contains classes to determine a position by > using a variety of possible sources, including satellite, or wifi, or > a text file, and so on. That information can then be used to, for > example, determine a position on a map. In addition satellite > information can be retrieved and area based monitoring can be performed. > > https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtpositioning/qtpositioning-module.html > > Reviewed by: lbartoletti, #portmgr! > > Approved by: lbartoletti (kde@) > > Differential Revision: https://reviews.freebsd.org/D30829 Hi, This broke INDEX, please fix. Antoine From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:14:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81D23660BCC; Tue, 22 Jun 2021 18: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 4G8ZLK2cmpz3NqL; Tue, 22 Jun 2021 18: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 E873E158C6; Tue, 22 Jun 2021 18: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 15MIEmlb088386; Tue, 22 Jun 2021 18: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 15MIEmPa088385; Tue, 22 Jun 2021 18:14:48 GMT (envelope-from git) Date: Tue, 22 Jun 2021 18:14:48 GMT Message-Id: <202106221814.15MIEmPa088385@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: b0b997e3fc35 - main - graphics/mesa-devel: unbreak standalone after e502b6db284d0 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: b0b997e3fc350bd39184128d1ec9434893e819d1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:14:50 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0b997e3fc350bd39184128d1ec9434893e819d1 commit b0b997e3fc350bd39184128d1ec9434893e819d1 Author: Jan Beich AuthorDate: 2021-06-22 17:39:44 +0000 Commit: Jan Beich CommitDate: 2021-06-22 18:13:52 +0000 graphics/mesa-devel: unbreak standalone after e502b6db284d0 llvm-config found: NO found '9.0.1' but need '>= 11.0.0' Run-time dependency LLVM found: NO (tried cmake and config-tool) Looking for a fallback subproject for the dependency llvm (modules: bitwriter, engine, mcdisassembler, mcjit, core, executionengine, scalaropts, transformutils, instcombine, amdgpu, native, bitreader, ipo, asmparser) meson.build:1604:2: ERROR: Neither a subproject directory nor a llvm.wrap file was found. --- graphics/mesa-devel/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 10e1b7cd8a35..1c4afab5d440 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -94,7 +94,6 @@ anv_DESC= Haswell and newer radv_DESC= Southern Islands and newer (implies LLVM) COINST_DESC= Allow co-installation with another Mesa port -COINST_VARS= LLVM_DEFAULT=11 # chase intel-compute-runtime COINST_MESON_ON= -Degl-lib-suffix=${PKGNAMESUFFIX} COINST_PLIST_SUB= SUFFIX=${PKGNAMESUFFIX} COINST_SUB_FILES= libmap.conf @@ -146,6 +145,13 @@ ZSTD_DESC= Use ZSTD for shader cache ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd ZSTD_MESON_ENABLED= zstd +.include + +# Ignore Mk/bsd.default-versions.mk but respect make.conf(5) +.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*} +LLVM_DEFAULT= 11 # chase intel-compute-runtime +.endif + post-extract: # Work around Meson lookup order e.g., llvm-config .if defined(BINARY_ALIAS) From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:14:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1331A660BCA; Tue, 22 Jun 2021 18: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 4G8ZLJ3XN4z3Nvh; Tue, 22 Jun 2021 18: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 B8B8E15835; Tue, 22 Jun 2021 18: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 15MIElPX088362; Tue, 22 Jun 2021 18: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 15MIElmx088361; Tue, 22 Jun 2021 18:14:47 GMT (envelope-from git) Date: Tue, 22 Jun 2021 18:14:47 GMT Message-Id: <202106221814.15MIElmx088361@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: 2a14b05b6249 - main - devel/git-cinnabar: unbreak after 754ca6f4c9c3 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: 2a14b05b62492ebb4c456815d141e32d64d79ce6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:14:50 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a14b05b62492ebb4c456815d141e32d64d79ce6 commit 2a14b05b62492ebb4c456815d141e32d64d79ce6 Author: Jan Beich AuthorDate: 2021-06-22 18:10:44 +0000 Commit: Jan Beich CommitDate: 2021-06-22 18:13:52 +0000 devel/git-cinnabar: unbreak after 754ca6f4c9c3 Patching file git-core/csum-file.c using Plan A... Hunk #1 failed at 86. 1 out of 1 hunks failed--saving rejects to helper/csum-file.patched.c.rej done gmake[2]: *** [helper/helper.mk:99: helper/csum-file.patched.c] Error 1 --- devel/git-cinnabar/Makefile | 1 + devel/git-cinnabar/files/patch-git-2.32 | 117 ++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) diff --git a/devel/git-cinnabar/Makefile b/devel/git-cinnabar/Makefile index 07c478761800..ecf36657ab35 100644 --- a/devel/git-cinnabar/Makefile +++ b/devel/git-cinnabar/Makefile @@ -1,5 +1,6 @@ PORTNAME= git-cinnabar DISTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/git-cinnabar/files/patch-git-2.32 b/devel/git-cinnabar/files/patch-git-2.32 new file mode 100644 index 000000000000..fca900005564 --- /dev/null +++ b/devel/git-cinnabar/files/patch-git-2.32 @@ -0,0 +1,117 @@ +https://github.com/glandium/git-cinnabar/commit/1ffb93f88fea + +--- helper/GIT-VERSION.mk.orig 2021-03-31 21:58:42 UTC ++++ helper/GIT-VERSION.mk +@@ -1,2 +1,2 @@ +-GIT_VERSION ?= v2.31.1 ++GIT_VERSION ?= v2.32.0 + WINDOWS_GIT_VERSION ?= $(GIT_VERSION).windows.1 +--- helper/cinnabar-fast-import.c.orig 2021-03-31 21:58:42 UTC ++++ helper/cinnabar-fast-import.c +@@ -106,6 +106,7 @@ void *get_object_entry(const unsigned char *sha1) + { + struct object_id oid; + hashcpy(oid.hash, sha1); ++ oid.algo = GIT_HASH_SHA1; + return find_object(&oid); + } + +@@ -220,7 +221,7 @@ static void end_packfile() + const struct object_id empty_tree = { { + 0x4b, 0x82, 0x5d, 0xc6, 0x42, 0xcb, 0x6e, 0xb9, 0xa0, 0x60, + 0xe5, 0x4b, 0xf8, 0xd6, 0x92, 0x88, 0xfb, 0xee, 0x49, 0x04, +-} }; ++}, GIT_HASH_SHA1 }; + + /* Override fast-import.c's parse_mark_ref to allow a syntax for + * mercurial sha1s, resolved through hg2git. Hack: it uses a fixed +@@ -1285,7 +1286,7 @@ void store_git_commit(struct strbuf *commit_buf, struc + const struct object_id empty_blob = { { + 0xe6, 0x9d, 0xe2, 0x9b, 0xb2, 0xd1, 0xd6, 0x43, 0x4b, 0x8b, + 0x29, 0xae, 0x77, 0x5a, 0xd8, 0xc2, 0xe4, 0x8c, 0x53, 0x91, +-} }; ++}, GIT_HASH_SHA1 }; + + const struct object_id *ensure_empty_blob() { + struct object_entry *oe = find_object((struct object_id *)&empty_blob); +--- helper/cinnabar-helper.c.orig 2021-03-31 21:58:42 UTC ++++ helper/cinnabar-helper.c +@@ -253,8 +253,7 @@ struct ls_tree_context { + }; + + static int fill_ls_tree(const struct object_id *oid, struct strbuf *base, +- const char *pathname, unsigned mode, int stage, +- void *context) ++ const char *pathname, unsigned mode, void *context) + { + struct ls_tree_context *ctx = context; + struct strbuf *buf = &ctx->buf; +@@ -299,8 +298,7 @@ static void do_ls_tree(struct string_list *args) + goto not_found; + + memset(&match_all, 0, sizeof(match_all)); +- read_tree_recursive(the_repository, tree, "", 0, 0, &match_all, +- fill_ls_tree, &ctx); ++ read_tree(the_repository, tree, &match_all, fill_ls_tree, &ctx); + send_buffer(&ctx.buf); + strbuf_release(&ctx.buf); + +--- helper/cinnabar-notes.c.orig 2021-03-31 21:58:42 UTC ++++ helper/cinnabar-notes.c +@@ -145,7 +145,8 @@ int cinnabar_remove_note(struct cinnabar_notes_tree *t + if (!result) { + struct object_id oid; + hashcpy(oid.hash, object_sha1); +- add_note(&t->additions, &oid, &null_oid, NULL); ++ oid.algo = GIT_HASH_SHA1; ++ add_note(&t->additions, &oid, null_oid(), NULL); + } + return result && result2; + } +--- helper/csum-file.c.patch.orig 2021-03-31 21:58:42 UTC ++++ helper/csum-file.c.patch +@@ -1,5 +1,5 @@ + diff --git a/csum-file.c b/csum-file.c +-index 0f35fa5ee4..cee7bd5aeb 100644 ++index 7510950fa3..19d02e3a63 100644 + --- a/csum-file.c + +++ b/csum-file.c + @@ -86,7 +86,7 @@ int finalize_hashfile(struct hashfile *f, unsigned char *result, unsigned int fl +@@ -10,4 +10,4 @@ index 0f35fa5ee4..cee7bd5aeb 100644 + +void real_hashwrite(struct hashfile *f, const void *buf, unsigned int count) + { + while (count) { +- unsigned offset = f->offset; ++ unsigned left = sizeof(f->buffer) - f->offset; +--- helper/hg-data.h.orig 2021-03-31 21:58:42 UTC ++++ helper/hg-data.h +@@ -43,11 +43,13 @@ static inline void hg_oidcpy2git(struct object_id *dst + { + memcpy(dst->hash, src->hash, 20); + memset(dst->hash + 20, 0, the_hash_algo->rawsz - 20); ++ dst->algo = GIT_HASH_SHA1; + } + + static inline void oidcpy2hg(struct hg_object_id *dst, + const struct object_id *src) + { ++ assert(src->algo == GIT_HASH_SHA1); + memcpy(dst->hash, src->hash, 20); + } + +--- helper/tree-walk.c.patch.orig 2021-03-31 21:58:42 UTC ++++ helper/tree-walk.c.patch +@@ -1,5 +1,5 @@ + diff --git a/tree-walk.c b/tree-walk.c +-index d5a8e096a6..cace4fd6cf 100644 ++index 3a94959d64..70558d2964 100644 + --- a/tree-walk.c + +++ b/tree-walk.c + @@ -47,7 +47,7 @@ static int decode_tree_entry(struct tree_desc *desc, const char *buf, unsigned l +@@ -9,5 +9,5 @@ index d5a8e096a6..cace4fd6cf 100644 + - desc->entry.mode = canon_mode(mode); + + desc->entry.mode = mode; + desc->entry.pathlen = len - 1; +- hashcpy(desc->entry.oid.hash, (const unsigned char *)path + len); ++ oidread(&desc->entry.oid, (const unsigned char *)path + len); + From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:14:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C3A8A660E35; Tue, 22 Jun 2021 18: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 4G8ZLL2kS2z3NqS; Tue, 22 Jun 2021 18: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 1155F1573C; Tue, 22 Jun 2021 18: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 15MIEn4H088410; Tue, 22 Jun 2021 18: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 15MIEnQS088409; Tue, 22 Jun 2021 18:14:49 GMT (envelope-from git) Date: Tue, 22 Jun 2021 18:14:49 GMT Message-Id: <202106221814.15MIEnQS088409@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: 1e30f4b4e036 - main - graphics/mesa-devel: switch to llvm12 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: 1e30f4b4e036b8274f2984ce010065927a8f2d31 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:14:50 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e30f4b4e036b8274f2984ce010065927a8f2d31 commit 1e30f4b4e036b8274f2984ce010065927a8f2d31 Author: Jan Beich AuthorDate: 2021-06-22 17:59:01 +0000 Commit: Jan Beich CommitDate: 2021-06-22 18:13:52 +0000 graphics/mesa-devel: switch to llvm12 intel-graphics-compiler is currently stuck at an old pre-llvm12 version due to build issues. --- graphics/mesa-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 1c4afab5d440..8cbec9f74194 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -149,7 +149,7 @@ ZSTD_MESON_ENABLED= zstd # Ignore Mk/bsd.default-versions.mk but respect make.conf(5) .if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*} -LLVM_DEFAULT= 11 # chase intel-compute-runtime +LLVM_DEFAULT= 12 # bump if not latest release .endif post-extract: From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:19:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFDD8660E50; Tue, 22 Jun 2021 18:19: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 4G8ZS54gH7z3jK3; Tue, 22 Jun 2021 18:19: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 7D0FD15A36; Tue, 22 Jun 2021 18:19: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 15MIJn0h088863; Tue, 22 Jun 2021 18:19:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MIJnxH088862; Tue, 22 Jun 2021 18:19:49 GMT (envelope-from git) Date: Tue, 22 Jun 2021 18:19:49 GMT Message-Id: <202106221819.15MIJnxH088862@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: 038ccc9fb514 - main - benchmarks/fio: resort Makefile 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: 038ccc9fb514fc4738a1ead78c0f35d262fb6107 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:19:49 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=038ccc9fb514fc4738a1ead78c0f35d262fb6107 commit 038ccc9fb514fc4738a1ead78c0f35d262fb6107 Author: Kirill Ponomarev AuthorDate: 2021-06-22 18:19:35 +0000 Commit: Kirill Ponomarev CommitDate: 2021-06-22 18:19:35 +0000 benchmarks/fio: resort Makefile --- benchmarks/fio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 3103e185cb4a..b33be3c7882a 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -11,12 +11,12 @@ COMMENT= Flexible IO tester LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -HAS_CONFIGURE= yes USES= compiler:c11 gmake tar:bzip2 +HAS_CONFIGURE= yes CONFIGURE_ARGS+= --disable-native -OPTIONS_DEFINE= GNUPLOT EXAMPLES +OPTIONS_DEFINE= EXAMPLES GNUPLOT GNUPLOT_DESC= Support for plotting graphs GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:26:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C615F6613ED; Tue, 22 Jun 2021 18:26: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 4G8ZbX5JBnz3m9q; Tue, 22 Jun 2021 18:26: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 9D9F715E5D; Tue, 22 Jun 2021 18:26: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 15MIQG74002047; Tue, 22 Jun 2021 18:26:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MIQGQr002046; Tue, 22 Jun 2021 18:26:16 GMT (envelope-from git) Date: Tue, 22 Jun 2021 18:26:16 GMT Message-Id: <202106221826.15MIQGQr002046@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: 5e1f0af5f0ac - main - multimedia/pipewire: Update to 0.3.30 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: 5e1f0af5f0acd26028b9ae7d3ea30e68a669d0fc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:26:16 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e1f0af5f0acd26028b9ae7d3ea30e68a669d0fc commit 5e1f0af5f0acd26028b9ae7d3ea30e68a669d0fc Author: Evgeniy Khramtsov AuthorDate: 2021-06-22 18:24:11 +0000 Commit: Gleb Popov CommitDate: 2021-06-22 18:25:02 +0000 multimedia/pipewire: Update to 0.3.30 PR: 256750 Tested by: arrowd --- multimedia/pipewire/Makefile | 13 +++++++++---- multimedia/pipewire/distinfo | 6 +++--- multimedia/pipewire/pkg-plist | 6 +++++- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/multimedia/pipewire/Makefile b/multimedia/pipewire/Makefile index 8a2875ac51f4..f87011e022bf 100644 --- a/multimedia/pipewire/Makefile +++ b/multimedia/pipewire/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipewire -DISTVERSION= 0.3.28 +DISTVERSION= 0.3.30 CATEGORIES= multimedia MAINTAINER= arrowd@FreeBSD.org @@ -14,11 +14,14 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libdbus-1.so:devel/dbus \ libinotify.so:devel/libinotify \ libepoll-shim.so:devel/libepoll-shim \ - libudev.so:devel/libudev-devd + libudev.so:devel/libudev-devd \ + libwebrtc_audio_processing.so:audio/webrtc-audio-processing0 -USES= compiler:c11 gettext-tools gnome localbase:ldflags meson pkgconfig +USES= compiler:c11 gettext-tools gnome localbase:ldflags meson \ + pkgconfig python:3.6+,build shebangfix USE_GNOME= glib20 USE_LDCONFIG= yes +SHEBANG_FILES= spa/tests/gen-cpp-test.py USE_GITHUB= yes GH_ACCOUNT= PipeWire @@ -35,7 +38,9 @@ MEDIASESSION_MESON_ENABLED= alsa pipewire-alsa media-session pw-cat MEDIASESSION_LIB_DEPENDS= libsndfile.so:audio/libsndfile PULSEAUDIO_MESON_ENABLED= libpulse -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio \ + libavahi-common.so:net/avahi-app \ + libavahi-client.so:net/avahi-app VULKAN_DESC= Enable Vulkan integration VULKAN_MESON_ENABLED= vulkan diff --git a/multimedia/pipewire/distinfo b/multimedia/pipewire/distinfo index db4d298b527f..89bb566d096e 100644 --- a/multimedia/pipewire/distinfo +++ b/multimedia/pipewire/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621507131 -SHA256 (PipeWire-pipewire-0.3.28_GH0.tar.gz) = 1d9271e121a5049aef379e9bb7c50524faa6f971e668806637d7b9df1b7cab88 -SIZE (PipeWire-pipewire-0.3.28_GH0.tar.gz) = 1474219 +TIMESTAMP = 1624275647 +SHA256 (PipeWire-pipewire-0.3.30_GH0.tar.gz) = 09a002a0846e168e8dc61b3aa579d38885aef32ac971351d5d3cde20bcd1759b +SIZE (PipeWire-pipewire-0.3.30_GH0.tar.gz) = 1540950 diff --git a/multimedia/pipewire/pkg-plist b/multimedia/pipewire/pkg-plist index baad38e9112f..cf5eb09cc454 100644 --- a/multimedia/pipewire/pkg-plist +++ b/multimedia/pipewire/pkg-plist @@ -109,6 +109,7 @@ include/spa-0.2/spa/param/bluetooth/audio.h include/spa-0.2/spa/param/bluetooth/type-info.h include/spa-0.2/spa/param/format-utils.h include/spa-0.2/spa/param/format.h +include/spa-0.2/spa/param/latency-utils.h include/spa-0.2/spa/param/param.h include/spa-0.2/spa/param/profiler.h include/spa-0.2/spa/param/props.h @@ -138,6 +139,7 @@ include/spa-0.2/spa/support/log.h include/spa-0.2/spa/support/loop.h include/spa-0.2/spa/support/plugin.h include/spa-0.2/spa/support/system.h +include/spa-0.2/spa/utils/ansi.h include/spa-0.2/spa/utils/defs.h include/spa-0.2/spa/utils/dict.h include/spa-0.2/spa/utils/hook.h @@ -155,7 +157,7 @@ include/spa-0.2/spa/utils/type.h %%GSTREAMER%%lib/gstreamer-1.0/libgstpipewire.so lib/libpipewire-0.3.so lib/libpipewire-0.3.so.0 -lib/libpipewire-0.3.so.0.328.0 +lib/libpipewire-0.3.so.0.330.0 lib/pipewire-0.3/libpipewire-module-access.so lib/pipewire-0.3/libpipewire-module-adapter.so lib/pipewire-0.3/libpipewire-module-client-device.so @@ -177,6 +179,7 @@ lib/pipewire-0.3/libpipewire-module-spa-device-factory.so lib/pipewire-0.3/libpipewire-module-spa-device.so lib/pipewire-0.3/libpipewire-module-spa-node-factory.so lib/pipewire-0.3/libpipewire-module-spa-node.so +%%PULSEAUDIO%%lib/pipewire-0.3/libpipewire-module-zeroconf-discover.so %%MEDIASESSION%%lib/spa-0.2/alsa/libspa-alsa.so lib/spa-0.2/audioconvert/libspa-audioconvert.so lib/spa-0.2/audiomixer/libspa-audiomixer.so @@ -259,6 +262,7 @@ libdata/pkgconfig/libspa-0.2.pc %%MEDIASESSION%%share/alsa-card-profile/mixer/profile-sets/sennheiser-gsx.conf %%MEDIASESSION%%share/alsa-card-profile/mixer/profile-sets/simple-headphones-mic.conf %%MEDIASESSION%%share/alsa-card-profile/mixer/profile-sets/steelseries-arctis-common-usb-audio.conf +%%MEDIASESSION%%share/alsa-card-profile/mixer/profile-sets/native-instruments-komplete-audio6.conf %%MEDIASESSION%%share/alsa-card-profile/mixer/profile-sets/usb-gaming-headset.conf %%MEDIASESSION%%share/alsa/alsa.conf.d/50-pipewire.conf %%MEDIASESSION%%share/alsa/alsa.conf.d/99-pipewire-default.conf From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:27:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE670661360; Tue, 22 Jun 2021 18:27:28 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) (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 4G8Zcw4L2tz3mBB; Tue, 22 Jun 2021 18:27:28 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1lvl7O-0003Pm-Mb; Tue, 22 Jun 2021 20:27:26 +0200 Received: from krabat.raven.hur (10.250.9.200) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.2242.10; Tue, 22 Jun 2021 20:27:26 +0200 Subject: Re: git: 06e8213fe96f - main - devel/py-qt5-positioning: New port - Provide PyQt5 QtPositioning module To: Antoine Brodin CC: ports-committers , , References: <202106221525.15MFPBbT062332@gitrepo.freebsd.org> Reply-To: Rainer Hurling From: Rainer Hurling Message-ID: <939e930b-01bc-c034-9fb2-268ae734ee52@gwdg.de> Date: Tue, 22 Jun 2021 20:27:25 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.200] X-ClientProxiedBy: excmbx-16.um.gwdg.de (134.76.9.227) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4G8Zcw4L2tz3mBB 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-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:27:28 -0000 Am 22.06.21 um 20:14 schrieb Antoine Brodin: > On Tue, Jun 22, 2021 at 5:25 PM Rainer Hurling wrote: >> >> The branch main has been updated by rhurlin: >> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=06e8213fe96f7d5b8049667d303155da66907650 >> >> commit 06e8213fe96f7d5b8049667d303155da66907650 >> Author: Rainer Hurling >> AuthorDate: 2021-06-19 20:37:54 +0000 >> Commit: Rainer Hurling >> CommitDate: 2021-06-22 15:24:37 +0000 >> >> devel/py-qt5-positioning: New port - Provide PyQt5 QtPositioning module >> >> The QtPositioning module contains classes to determine a position by >> using a variety of possible sources, including satellite, or wifi, or >> a text file, and so on. That information can then be used to, for >> example, determine a position on a map. In addition satellite >> information can be retrieved and area based monitoring can be performed. >> >> https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtpositioning/qtpositioning-module.html >> >> Reviewed by: lbartoletti, #portmgr! >> >> Approved by: lbartoletti (kde@) >> >> Differential Revision: https://reviews.freebsd.org/D30829 > > Hi, > > This broke INDEX, please fix. > > Antoine > I am very sorry that this happens. But I really do not understand, what is going on here and could need some help, please. Rainer From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:34:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A2EC661610; Tue, 22 Jun 2021 18:34: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 4G8ZnQ0mKNz3nKd; Tue, 22 Jun 2021 18:34: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 02C5F15A6F; Tue, 22 Jun 2021 18:34: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 15MIYnRF014940; Tue, 22 Jun 2021 18:34:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MIYnsT014939; Tue, 22 Jun 2021 18:34:49 GMT (envelope-from git) Date: Tue, 22 Jun 2021 18:34:49 GMT Message-Id: <202106221834.15MIYnsT014939@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: 667772286cef - main - sysutils/py-salt: install zsh and bash completion files 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: 667772286cef83ac5592d3adf7267e51c5f3f2cf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:34:50 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=667772286cef83ac5592d3adf7267e51c5f3f2cf commit 667772286cef83ac5592d3adf7267e51c5f3f2cf Author: Kirill Ponomarev AuthorDate: 2021-06-22 18:32:49 +0000 Commit: Kirill Ponomarev CommitDate: 2021-06-22 18:34:46 +0000 sysutils/py-salt: install zsh and bash completion files Approved by: maintainer --- sysutils/py-salt/Makefile | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index f8666be6b742..8ae87d94e147 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -2,6 +2,7 @@ PORTNAME= salt PORTVERSION= 3002.6 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -60,8 +61,8 @@ SUB_FILES= pkg-message # Upstream archive contains files with UTF-8 names EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar -OPTIONS_DEFINE= AWS TCP ZEROMQ -OPTIONS_DEFAULT=ZEROMQ +OPTIONS_DEFINE= AWS BASH TCP ZEROMQ ZSH +OPTIONS_DEFAULT= BASH ZEROMQ ZSH AWS_DESC= Install dependencies required for Amazon Web Services TCP_DESC= Install dependencies required for TCP transport @@ -78,6 +79,9 @@ ZEROMQ_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq@${PY_FLAV ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodomex>=3.9.7:security/py-pycryptodomex@${PY_FLAVOR} +BASH_PLIST_FILES= share/bash-completion/completions/salt +ZSH_PLIST_FILES= share/zsh/site-functions/_salt + post-patch: .for file in conf/minion conf/master doc/man/salt-key.1 \ doc/man/salt-cp.1 doc/man/salt-minion.1 doc/man/salt-syndic.1 \ @@ -89,6 +93,16 @@ post-patch: .endfor @${REINPLACE_CMD} -e 's|yumpkg5|pkgng|' ${WRKSRC}/conf/minion +do-install-BASH-on: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions/ + ${INSTALL_DATA} ${WRKSRC}/pkg/salt.bash \ + ${STAGEDIR}${PREFIX}/share/bash-completion/completions/salt + +do-install-ZSH-on: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${WRKSRC}/pkg/zsh_completion.zsh \ + ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_salt + post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/conf/master ${STAGEDIR}${ETCDIR}/master.sample From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 18:53:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2359C66164C; Tue, 22 Jun 2021 18: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 4G8bBx0Hysz3p49; Tue, 22 Jun 2021 18: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 E596116079; Tue, 22 Jun 2021 18:53: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 15MIrSDL043334; Tue, 22 Jun 2021 18:53:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MIrSDH043333; Tue, 22 Jun 2021 18:53:28 GMT (envelope-from git) Date: Tue, 22 Jun 2021 18:53:28 GMT Message-Id: <202106221853.15MIrSDH043333@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: da3162c7c9f0 - main - graphics/mesa-libs: Bump reverse deps for libglvnd 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: da3162c7c9f01912ba1940e188b253f2b5c7ba77 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 18:53:29 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit da3162c7c9f01912ba1940e188b253f2b5c7ba77 Author: Kevin Bowling AuthorDate: 2021-06-19 20:16:08 +0000 Commit: Kevin Bowling CommitDate: 2021-06-22 18:53:08 +0000 graphics/mesa-libs: Bump reverse deps for libglvnd Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824 --- accessibility/caribou/Makefile | 2 +- accessibility/gammy/Makefile | 1 + accessibility/qt5-speech/Makefile | 2 +- astro/celestia/Makefile | 2 +- astro/nightfall/Makefile | 2 +- astro/opencpn/Makefile | 2 +- astro/openuniverse/Makefile | 2 +- astro/qmapshack/Makefile | 1 + audio/abgate-lv2/Makefile | 1 + audio/avldrums-lv2/Makefile | 1 + audio/bambootracker/Makefile | 1 + audio/carla/Makefile | 2 +- audio/clementine-player/Makefile | 2 +- audio/csoundqt/Makefile | 1 + audio/din/Makefile | 1 + audio/dpf-plugins-lv2/Makefile | 1 + audio/dragonfly-reverb-lv2/Makefile | 1 + audio/drumkv1-lv2/Makefile | 1 + audio/dsbmixer/Makefile | 1 + audio/faustlive/Makefile | 2 +- audio/fmit/Makefile | 1 + audio/fossmixer/Makefile | 1 + audio/gogglesmm/Makefile | 2 +- audio/guidolib/Makefile | 1 + audio/hpsjam/Makefile | 1 + audio/jamulus/Makefile | 1 + audio/komposter/Makefile | 1 + audio/lsp-plugins-lv2/Makefile | 1 + audio/midi-matrix-lv2/Makefile | 1 + audio/mixxx/Makefile | 2 +- audio/moony-lv2/Makefile | 1 + audio/mumble/Makefile | 2 +- audio/nekobi-lv2/Makefile | 2 +- audio/padthv1-lv2/Makefile | 1 + audio/pc-mixer/Makefile | 2 +- audio/pianobooster/Makefile | 1 + audio/polyphone/Makefile | 1 + audio/qaudiosonar/Makefile | 1 + audio/qjackctl/Makefile | 1 + audio/qmidictl/Makefile | 1 + audio/qsampler/Makefile | 2 +- audio/quimup/Makefile | 2 +- audio/samplv1-lv2/Makefile | 1 + audio/sherlock-lv2/Makefile | 1 + audio/sonic-visualiser/Makefile | 2 +- audio/spectacle-lv2/Makefile | 1 + audio/stmp/Makefile | 1 + audio/synthv1-lv2/Makefile | 1 + audio/tiatracker/Makefile | 2 +- audio/virtual_oss_ctl/Makefile | 1 + audio/vm-lv2/Makefile | 1 + audio/wolf-shaper-lv2/Makefile | 1 + audio/x42-plugins-lv2/Makefile | 1 + audio/zam-plugins-lv2/Makefile | 1 + audio/zynaddsubfx/Makefile | 2 +- benchmarks/glmark2/Makefile | 2 +- benchmarks/vkmark/Makefile | 1 + biology/molden/Makefile | 2 +- biology/ugene/Makefile | 1 + cad/PrusaSlicer/Makefile | 2 +- cad/brlcad/Makefile | 1 + cad/calculix/Makefile | 1 + cad/freecad/Makefile | 1 + cad/gmsh/Makefile | 2 +- cad/kicad-devel/Makefile | 2 +- cad/kicad/Makefile | 1 + cad/klayout/Makefile | 2 +- cad/ldview/Makefile | 1 + cad/leocad/Makefile | 1 + cad/librecad/Makefile | 1 + cad/librepcb/Makefile | 1 + cad/magic/Makefile | 1 + cad/meshlab/Makefile | 1 + cad/netgen/Makefile | 1 + cad/opencascade/Makefile | 2 +- cad/openctm/Makefile | 1 + cad/openscad-devel/Makefile | 2 +- cad/openscad/Makefile | 2 +- cad/openvsp/Makefile | 2 +- cad/pcb/Makefile | 2 +- cad/pdnmesh/Makefile | 2 +- cad/py-ocp/Makefile | 2 +- cad/qcad/Makefile | 2 +- cad/qelectrotech/Makefile | 1 + cad/repsnapper/Makefile | 2 +- cad/solvespace/Makefile | 2 +- cad/sumo/Makefile | 2 +- cad/veroroute/Makefile | 1 + cad/z88/Makefile | 1 + comms/cubicsdr/Makefile | 2 +- comms/gqrx/Makefile | 1 + comms/klog/Makefile | 1 + comms/limesuite/Makefile | 2 +- comms/py-qt5-sensors/Makefile | 1 + comms/py-qt5-serialport/Makefile | 1 + comms/qsstv/Makefile | 2 +- comms/wsjtx/Makefile | 2 +- databases/grass7/Makefile | 2 +- databases/pgmodeler/Makefile | 1 + databases/py-qt5-sql/Makefile | 1 + databases/redisdesktopmanager/Makefile | 1 + databases/sqlitestudio/Makefile | 1 + deskutils/anydesk/Makefile | 1 + deskutils/cairo-dock/Makefile | 2 +- deskutils/calibre/Makefile | 1 + deskutils/calindori/Makefile | 1 + deskutils/fet/Makefile | 1 + deskutils/flameshot/Makefile | 2 +- deskutils/gnome-contacts/Makefile | 1 + deskutils/gnome-maps/Makefile | 1 + deskutils/kongress/Makefile | 1 + deskutils/lumina-archiver/Makefile | 1 + deskutils/lumina-calculator/Makefile | 1 + deskutils/lumina-fileinfo/Makefile | 1 + deskutils/lumina-fm/Makefile | 1 + deskutils/lumina-mediaplayer/Makefile | 1 + deskutils/lumina-pdf/Makefile | 2 +- deskutils/lumina-photo/Makefile | 1 + deskutils/lumina-screenshot/Makefile | 1 + deskutils/lumina-textedit/Makefile | 1 + deskutils/qownnotes/Makefile | 2 +- deskutils/recoll/Makefile | 2 +- deskutils/znotes/Makefile | 1 + devel/agar/Makefile | 2 +- devel/allegro/Makefile | 2 +- devel/allegro5/Makefile | 1 + devel/bullet/Makefile | 2 +- devel/clanlib/Makefile | 2 +- devel/clanlib1/Makefile | 2 +- devel/efl/Makefile | 2 +- devel/electron12/Makefile | 1 + devel/erlang-esdl/Makefile | 1 + devel/fifechan/Makefile | 1 + devel/geany-plugin-multiterm/Makefile | 1 + devel/glui/Makefile | 2 +- devel/godot/Makefile | 2 +- devel/godot2/Makefile | 2 +- devel/guichan/Makefile | 2 +- devel/gwenhywfar-qt5/Makefile | 2 +- devel/gwenhywfar/Makefile | 2 +- devel/juce/Makefile | 2 +- devel/kyra/Makefile | 2 +- devel/liteide/Makefile | 1 + devel/love/Makefile | 1 + devel/love07/Makefile | 2 +- devel/love08/Makefile | 2 +- devel/love10/Makefile | 2 +- devel/love5/Makefile | 2 +- devel/nextpnr/Makefile | 2 +- devel/p5-SDL/Makefile | 2 +- devel/py-bullet3/Makefile | 1 + devel/py-qt5-designer/Makefile | 1 + devel/py-qt5-designerplugin/Makefile | 1 + devel/py-qt5-help/Makefile | 1 + devel/py-qt5-location/Makefile | 1 + devel/py-qt5-qscintilla2/Makefile | 1 + devel/py-qt5-remoteobjects/Makefile | 1 + devel/py-qt5-test/Makefile | 1 + devel/pyotherside-qt5/Makefile | 1 + devel/pyside2-tools/Makefile | 1 + devel/pyside2/Makefile | 1 + devel/qbs/Makefile | 1 + devel/qscintilla2-designerplugin-qt5/Makefile | 1 + devel/qscintilla2-qt5/Makefile | 1 + devel/qt5-remoteobjects/Makefile | 2 +- devel/qtcreator/Makefile | 2 +- devel/raylib/Makefile | 1 + devel/sasm/Makefile | 1 + devel/sdl20/Makefile | 2 +- devel/sdl_gnat/Makefile | 2 +- devel/sfml/Makefile | 2 +- devel/sfml1/Makefile | 2 +- devel/simavr/Makefile | 1 + devel/simgear/Makefile | 1 + devel/zeal/Makefile | 2 +- editors/encryptpad/Makefile | 2 +- editors/featherpad/Makefile | 1 + editors/focuswriter/Makefile | 1 + editors/libreoffice6/Makefile | 2 +- editors/openoffice-4/Makefile | 1 + editors/openoffice-devel/Makefile | 2 +- editors/tea/Makefile | 1 + editors/texmaker/Makefile | 2 +- editors/texstudio/Makefile | 2 +- editors/vscode/Makefile | 1 + emulators/aranym/Makefile | 1 + emulators/cannonball/Makefile | 1 + emulators/cemu/Makefile | 1 + emulators/dgen-sdl/Makefile | 2 +- emulators/dolphin-emu/Makefile | 1 + emulators/dosbox-staging/Makefile | 1 + emulators/emu64/Makefile | 2 +- emulators/emulationstation/Makefile | 1 + emulators/fs-uae/Makefile | 2 +- emulators/gens/Makefile | 2 +- emulators/gngeo/Makefile | 2 +- emulators/higan/Makefile | 2 +- emulators/libretro-ppsspp/Makefile | 2 +- emulators/magia/Makefile | 1 + emulators/mame/Makefile | 1 + emulators/mednafen/Makefile | 1 + emulators/mgba/Makefile | 1 + emulators/mupen64plus-core/Makefile | 2 +- emulators/mupen64plus-qt/Makefile | 2 +- emulators/mupen64plus-rsp-cxd4/Makefile | 2 +- emulators/mupen64plus-rsp-z64/Makefile | 1 + emulators/mupen64plus-video-arachnoid/Makefile | 2 +- emulators/mupen64plus-video-glide64/Makefile | 2 +- emulators/mupen64plus-video-glide64mk2/Makefile | 2 +- emulators/mupen64plus-video-rice/Makefile | 2 +- emulators/mupen64plus-video-z64/Makefile | 2 +- emulators/openmsx/Makefile | 1 + emulators/pcem/Makefile | 2 +- emulators/pcsxr/Makefile | 2 +- emulators/ppsspp-qt5/Makefile | 2 +- emulators/ppsspp/Makefile | 2 +- emulators/qemu-cheri/Makefile | 2 +- emulators/qemu-devel/Makefile | 1 + emulators/qemu/Makefile | 2 +- emulators/qemu31/Makefile | 2 +- emulators/qemu41/Makefile | 1 + emulators/qemu42/Makefile | 1 + emulators/qemu50/Makefile | 1 + emulators/qmc2/Makefile | 2 +- emulators/sameboy/Makefile | 1 + emulators/ukncbtl/Makefile | 1 + emulators/vice/Makefile | 2 +- emulators/virtualbox-ose-legacy/Makefile | 2 +- emulators/virtualbox-ose/Makefile | 1 + emulators/visualboyadvance-m/Makefile | 2 +- emulators/wine-proton/Makefile | 1 + finance/qtbitcointrader/Makefile | 1 + games/0ad/Makefile | 2 +- games/DDNet/Makefile | 1 + games/KnightCap/Makefile | 2 +- games/NBlood/Makefile | 1 + games/OpenDiablo2/Makefile | 1 + games/OpenLara/Makefile | 1 + games/abuse_sdl/Makefile | 2 +- games/alephone/Makefile | 2 +- games/alienarena/Makefile | 2 +- games/allacrost/Makefile | 2 +- games/apoolGL/Makefile | 2 +- games/armagetronad/Makefile | 1 + games/arx-libertatis/Makefile | 2 +- games/assaultcube/Makefile | 2 +- games/asteroids3d/Makefile | 2 +- games/astromenace/Makefile | 2 +- games/asylum/Makefile | 2 +- games/atr3d/Makefile | 2 +- games/auralquiz/Makefile | 2 +- games/avoision/Makefile | 2 +- games/avp/Makefile | 1 + games/barony/Makefile | 2 +- games/battalion/Makefile | 2 +- games/billardgl/Makefile | 2 +- games/blackshadeselite/Makefile | 2 +- games/blobby/Makefile | 2 +- games/blockout/Makefile | 2 +- games/blokish/Makefile | 2 +- games/bloodfrontier/Makefile | 2 +- games/brainparty/Makefile | 2 +- games/briquolo/Makefile | 2 +- games/brutalchess/Makefile | 2 +- games/bubble-chains/Makefile | 1 + games/burrtools/Makefile | 2 +- games/bzflag/Makefile | 1 + games/cake/Makefile | 2 +- games/caph/Makefile | 2 +- games/cave9/Makefile | 2 +- games/cdogs-sdl/Makefile | 1 + games/chessx/Makefile | 1 + games/chromium-bsu/Makefile | 2 +- games/colobot/Makefile | 2 +- games/connectagram/Makefile | 1 + games/connectfive/Makefile | 2 +- games/construo/Makefile | 2 +- games/crack-attack/Makefile | 2 +- games/craft/Makefile | 2 +- games/crashtest/Makefile | 2 +- games/cretan-hubris/Makefile | 2 +- games/criticalmass/Makefile | 2 +- games/critterding/Makefile | 2 +- games/crrcsim/Makefile | 2 +- games/csmash/Makefile | 2 +- games/cube/Makefile | 2 +- games/cultivation/Makefile | 2 +- games/cutemaze/Makefile | 1 + games/darkplaces/Makefile | 2 +- games/diaspora/Makefile | 2 +- games/doomlegacy/Makefile | 1 + games/doomsday/Makefile | 1 + games/dreamchess/Makefile | 1 + games/duel/Makefile | 2 +- games/dustrac/Makefile | 1 + games/dxx-rebirth/Makefile | 1 + games/edge/Makefile | 2 +- games/eduke32/Makefile | 1 + games/egl/Makefile | 2 +- games/egoboo/Makefile | 1 + games/el/Makefile | 1 + games/emptyepsilon/Makefile | 1 + games/endless-sky/Makefile | 1 + games/ensemblist/Makefile | 2 +- games/etracer/Makefile | 1 + games/eureka/Makefile | 1 + games/excido/Makefile | 2 +- games/ezquake/Makefile | 2 +- games/f1spirit-remake/Makefile | 2 +- games/fbg2/Makefile | 2 +- games/fishsupper/Makefile | 2 +- games/flightgear/Makefile | 1 + games/foobillard/Makefile | 2 +- games/freedroidrpg/Makefile | 2 +- games/freeminer/Makefile | 2 +- games/freeorion/Makefile | 1 + games/freetennis/Makefile | 2 +- games/frogatto/Makefile | 2 +- games/gillo/Makefile | 2 +- games/gl-117/Makefile | 2 +- games/glaxium/Makefile | 2 +- games/glest/Makefile | 2 +- games/glmaze/Makefile | 2 +- games/glsfcave/Makefile | 2 +- games/gltron/Makefile | 2 +- games/gnome-2048/Makefile | 1 + games/gnome-chess/Makefile | 1 + games/gnome-nibbles/Makefile | 1 + games/gnubg/Makefile | 2 +- games/gnubik/Makefile | 2 +- games/gnujump/Makefile | 2 +- games/golly/Makefile | 2 +- games/goonies/Makefile | 2 +- games/gottet/Makefile | 1 + games/gracer/Makefile | 2 +- games/gzdoom/Makefile | 2 +- games/hedgewars/Makefile | 2 +- games/hexalate/Makefile | 1 + games/holotz-castle/Makefile | 2 +- games/hyperrogue/Makefile | 1 + games/ioquake3/Makefile | 2 +- games/iortcw/Makefile | 1 + games/iqpuzzle/Makefile | 1 + games/jaggedalliance2/Makefile | 1 + games/jfsw/Makefile | 1 + games/jigzo/Makefile | 2 +- games/joequake/Makefile | 2 +- games/jvgs/Makefile | 2 +- games/keeperrl/Makefile | 2 +- games/kobodeluxe/Makefile | 2 +- games/ksudoku/Makefile | 1 + games/kubrick/Makefile | 1 + games/lander/Makefile | 2 +- games/legesmotus/Makefile | 2 +- games/libretro-beetle_psx/Makefile | 1 + games/libretro-desmume2015/Makefile | 1 + games/libretro-fbalpha/Makefile | 1 + games/libretro-fbneo/Makefile | 1 + games/libretro-opera/Makefile | 1 + games/libretro-paralleln64/Makefile | 1 + games/libretro-pcsx_rearmed/Makefile | 1 + games/libretro-play/Makefile | 2 +- games/libretro-tyrquake/Makefile | 1 + games/libretro-uae/Makefile | 1 + games/libretro-vecx/Makefile | 1 + games/lightsoff/Makefile | 2 +- games/lincity-ng/Makefile | 2 +- games/linwarrior/Makefile | 2 +- games/lugaru/Makefile | 1 + games/manaplus/Makefile | 1 + games/marblemarcher/Makefile | 1 + games/megaglest/Makefile | 2 +- games/megamario/Makefile | 2 +- games/memonix/Makefile | 2 +- games/minetest/Makefile | 1 + games/motogt/Makefile | 2 +- games/naev/Makefile | 2 +- games/nehquake/Makefile | 2 +- games/netherearth/Makefile | 2 +- games/netradiant/Makefile | 2 +- games/neverball/Makefile | 2 +- games/nexuiz/Makefile | 2 +- games/nighthawk/Makefile | 2 +- games/nimuh/Makefile | 2 +- games/oolite/Makefile | 2 +- games/openage/Makefile | 2 +- games/openarena/Makefile | 1 + games/opencity/Makefile | 2 +- games/openclonk/Makefile | 2 +- games/openjk/Makefile | 1 + games/openmw/Makefile | 1 + games/openrct2/Makefile | 2 +- games/openspades/Makefile | 2 +- games/openxcom/Makefile | 2 +- games/osgg/Makefile | 2 +- games/palomino/Makefile | 2 +- games/peg-e/Makefile | 1 + games/phlipple/Makefile | 2 +- games/pinball/Makefile | 1 + games/pingus/Makefile | 2 +- games/pink-pony/Makefile | 2 +- games/pioneer/Makefile | 2 +- games/pipewalker/Makefile | 2 +- games/pokerth/Makefile | 2 +- games/pouetchess/Makefile | 2 +- games/prboom-plus/Makefile | 2 +- games/prboom/Makefile | 2 +- games/py-fife/Makefile | 1 + games/q2p/Makefile | 2 +- games/q2pro/Makefile | 2 +- games/q3cellshading/Makefile | 2 +- games/quadrapassel/Makefile | 2 +- games/quake2lnx/Makefile | 2 +- games/quake2max/Makefile | 2 +- games/quake3/Makefile | 2 +- games/qudos/Makefile | 2 +- games/quetoo/Makefile | 2 +- games/r1q2/Makefile | 2 +- games/rawgl/Makefile | 1 + games/re3/Makefile | 1 + games/redeclipse/Makefile | 1 + games/redeclipse16/Makefile | 1 + games/regoth/Makefile | 2 +- games/residualvm/Makefile | 1 + games/retroarch/Makefile | 1 + games/rlvm/Makefile | 2 +- games/sauerbraten/Makefile | 1 + games/scorched3d/Makefile | 2 +- games/scourge/Makefile | 2 +- games/sdb/Makefile | 2 +- games/sdl-ball/Makefile | 1 + games/sea-defender/Makefile | 2 +- games/searchandrescue/Makefile | 2 +- games/shaaft/Makefile | 2 +- games/shockolate/Makefile | 1 + games/shootingstar/Makefile | 2 +- games/simplevaders/Makefile | 1 + games/simsu/Makefile | 1 + games/slade/Makefile | 1 + games/solarconquest/Makefile | 2 +- games/solarus/Makefile | 2 +- games/spring/Makefile | 2 +- games/steelstorm/Makefile | 2 +- games/stormbaancoureur/Makefile | 2 +- games/stratagus/Makefile | 1 + games/supertux/Makefile | 2 +- games/supertux2/Makefile | 1 + games/supertuxkart/Makefile | 1 + games/tanglet/Makefile | 1 + games/teeworlds/Makefile | 1 + games/tenebrae/Makefile | 2 +- games/tesseract/Makefile | 2 +- games/tetzle/Makefile | 1 + games/thegrind/Makefile | 2 +- games/tomatoes/Makefile | 2 +- games/tome4-beta/Makefile | 2 +- games/tome4/Makefile | 2 +- games/torcs/Makefile | 2 +- games/toycars/Makefile | 2 +- games/trackballs/Makefile | 1 + games/traingame/Makefile | 2 +- games/tremulous/Makefile | 2 +- games/trenchbroom/Makefile | 2 +- games/trigger-rally/Makefile | 2 +- games/tux-aqfh/Makefile | 2 +- games/tuxkart/Makefile | 2 +- games/tuxracer/Makefile | 2 +- games/ufoai/Makefile | 2 +- games/uhexen2/Makefile | 2 +- games/ultimatestunts/Makefile | 2 +- games/valyriatear/Makefile | 2 +- games/vamos/Makefile | 2 +- games/violetland/Makefile | 2 +- games/warzone2100/Makefile | 1 + games/widelands/Makefile | 2 +- games/wizznic/Makefile | 1 + games/worldofpadman/Makefile | 2 +- games/wyrmgus/Makefile | 1 + games/xmoto/Makefile | 2 +- games/xorgramana/Makefile | 2 +- games/zaz/Makefile | 1 + graphics/Coin/Makefile | 2 +- graphics/anttweakbar/Makefile | 1 + graphics/appleseed/Makefile | 2 +- graphics/blender-lts28/Makefile | 2 +- graphics/blender/Makefile | 2 +- graphics/bonzomatic/Makefile | 1 + graphics/cegui/Makefile | 2 +- graphics/clutter-gtk3/Makefile | 1 + graphics/clutter/Makefile | 1 + graphics/cogl/Makefile | 1 + graphics/colmap/Makefile | 2 +- graphics/darktable/Makefile | 2 +- graphics/devil/Makefile | 2 +- graphics/diffpdf/Makefile | 2 +- graphics/digikam/Makefile | 2 +- graphics/dilay/Makefile | 2 +- graphics/djview4/Makefile | 1 + graphics/dynamechs/Makefile | 2 +- graphics/egl-wayland/Makefile | 1 + graphics/electricsheep/Makefile | 2 +- graphics/embree/Makefile | 1 + graphics/engauge-digitizer/Makefile | 2 +- graphics/eog-plugins/Makefile | 1 + graphics/evolvotron/Makefile | 2 +- graphics/f3d/Makefile | 1 + graphics/fracplanet/Makefile | 2 +- graphics/fraqtive/Makefile | 2 +- graphics/freeglut/Makefile | 2 +- graphics/freetype-gl/Makefile | 2 +- graphics/ftgl/Makefile | 1 + graphics/fv/Makefile | 2 +- graphics/gauche-gl/Makefile | 2 +- graphics/geomorph/Makefile | 2 +- graphics/geomview/Makefile | 2 +- graphics/glad/Makefile | 1 + graphics/gle/Makefile | 2 +- graphics/glee/Makefile | 1 + graphics/glew-wayland/Makefile | 2 +- graphics/glew/Makefile | 2 +- graphics/glexcess/Makefile | 2 +- graphics/glfw/Makefile | 1 + graphics/glfw2/Makefile | 2 +- graphics/gliv/Makefile | 2 +- graphics/glosm/Makefile | 2 +- graphics/glpng/Makefile | 2 +- graphics/gltt/Makefile | 2 +- graphics/glx-utils/Makefile | 1 + graphics/gnash/Makefile | 2 +- graphics/gource/Makefile | 2 +- graphics/gpxsee/Makefile | 1 + graphics/gstreamer1-plugins-gl/Makefile | 2 +- graphics/gthumb/Makefile | 2 +- graphics/hugin/Makefile | 2 +- graphics/imv/Makefile | 2 +- graphics/instant-meshes/Makefile | 2 +- graphics/jasper/Makefile | 1 + graphics/jogl/Makefile | 2 +- graphics/katarakt/Makefile | 2 +- graphics/kludge3d/Makefile | 2 +- graphics/kmscube/Makefile | 1 + graphics/kquickimageeditor/Makefile | 1 + graphics/lib3ds/Makefile | 2 +- graphics/libGLU/Makefile | 1 + graphics/libQGLViewer/Makefile | 1 + graphics/libchamplain/Makefile | 1 + graphics/libepoxy/Makefile | 1 + graphics/libgfx/Makefile | 2 +- graphics/libgltext/Makefile | 2 +- graphics/libgltf/Makefile | 2 +- graphics/libosmesa/Makefile | 1 + graphics/libprojectm/Makefile | 2 +- graphics/libvisual04-plugins/Makefile | 2 +- graphics/magnum-examples/Makefile | 2 +- graphics/magnum-extras/Makefile | 2 +- graphics/magnum-plugins/Makefile | 2 +- graphics/magnum/Makefile | 2 +- graphics/maim/Makefile | 2 +- graphics/mesa-demos/Makefile | 2 +- graphics/mesa-dri/Makefile | 2 +- graphics/mesa-gallium-va/Makefile | 2 +- graphics/mesa-gallium-vdpau/Makefile | 1 + graphics/mesa-gallium-xa/Makefile | 1 + graphics/milton/Makefile | 1 + graphics/mupdf/Makefile | 1 + graphics/ocaml-lablgl/Makefile | 2 +- graphics/ogre3d/Makefile | 2 +- graphics/open3d/Makefile | 2 +- graphics/opencolorio-tools/Makefile | 1 + graphics/opencolorio/Makefile | 2 +- graphics/opencsg/Makefile | 2 +- graphics/opendx/Makefile | 2 +- graphics/openfx-arena/Makefile | 2 +- graphics/openfx-misc/Makefile | 2 +- graphics/openrm/Makefile | 2 +- graphics/opensubdiv/Makefile | 2 +- graphics/osg/Makefile | 2 +- graphics/osg34/Makefile | 2 +- graphics/osgearth/Makefile | 2 +- graphics/oyranos/Makefile | 2 +- graphics/p5-OpenGL/Makefile | 2 +- graphics/panoglview/Makefile | 2 +- graphics/partio/Makefile | 1 + graphics/pencil2d/Makefile | 1 + graphics/photoflare/Makefile | 1 + graphics/phototonic/Makefile | 1 + graphics/piglit/Makefile | 1 + graphics/pinpoint/Makefile | 2 +- graphics/pixie/Makefile | 2 +- graphics/py-PyOpenGL/Makefile | 1 + graphics/py-python-poppler-qt5/Makefile | 2 +- graphics/py-qt5-svg/Makefile | 1 + graphics/py-visvis/Makefile | 2 +- graphics/qgis-ltr/Makefile | 2 +- graphics/qgis/Makefile | 2 +- graphics/qt5-opengl/Makefile | 2 +- graphics/qt5-wayland/Makefile | 2 +- graphics/qtpbfimageplugin/Makefile | 2 +- graphics/quat-gui/Makefile | 2 +- graphics/quesa/Makefile | 2 +- graphics/quesoglc/Makefile | 2 +- graphics/qvge/Makefile | 1 + graphics/radiance/Makefile | 2 +- graphics/radius-engine/Makefile | 2 +- graphics/reallyslick/Makefile | 2 +- graphics/rubygem-opengl/Makefile | 1 + graphics/s2tc/Makefile | 2 +- graphics/sage/Makefile | 2 +- graphics/sdl_ttf/Makefile | 2 +- graphics/seexpr/Makefile | 1 + graphics/seom/Makefile | 2 +- graphics/sharpconstruct/Makefile | 2 +- graphics/simpleviewer/Makefile | 2 +- graphics/swftools/Makefile | 2 +- graphics/tiffgt/Makefile | 1 + graphics/tiled/Makefile | 1 + graphics/togl/Makefile | 2 +- graphics/urho3d/Makefile | 1 + graphics/vpaint/Makefile | 2 +- graphics/waffle/Makefile | 1 + graphics/waylandpp/Makefile | 1 + graphics/wdune/Makefile | 2 +- graphics/wings/Makefile | 1 + graphics/xaos/Makefile | 1 + graphics/yukon/Makefile | 2 +- java/java3d/Makefile | 2 +- java/openjfx14/Makefile | 2 +- lang/basic256/Makefile | 1 + lang/clover/Makefile | 1 + lang/erlang-runtime20/Makefile | 2 +- lang/erlang-runtime21/Makefile | 2 +- lang/erlang-runtime22/Makefile | 2 +- lang/erlang-runtime23/Makefile | 2 +- lang/erlang-wx/Makefile | 2 +- lang/erlang/Makefile | 2 +- lang/kf5-kross/Makefile | 1 + lang/py-qt5-qml/Makefile | 1 + lang/smalltalk/Makefile | 2 +- lang/squeak/Makefile | 2 +- mail/thunderbird/Makefile | 1 + math/analitza/Makefile | 1 + math/asymptote/Makefile | 2 +- math/cgal/Makefile | 1 + math/curv/Makefile | 2 +- math/freefem++/Makefile | 2 +- math/g2o/Makefile | 1 + math/geogram/Makefile | 1 + math/giacxcas/Makefile | 2 +- math/kalgebra/Makefile | 1 + math/mathgl/Makefile | 2 +- math/mathmod/Makefile | 1 + math/minizinc-ide/Makefile | 2 +- math/octave/Makefile | 2 +- math/octomap/Makefile | 1 + math/openmesh/Makefile | 1 + math/poly2tri/Makefile | 1 + math/qwtplot3d/Makefile | 1 + math/scilab/Makefile | 2 +- math/ump/Makefile | 2 +- math/vtk6/Makefile | 2 +- math/vtk8/Makefile | 1 + math/vtk9/Makefile | 2 +- math/zegrapher/Makefile | 1 + misc/actiona/Makefile | 2 +- misc/crosti/Makefile | 2 +- misc/dartsim/Makefile | 2 +- misc/openhantek/Makefile | 1 + misc/openvdb/Makefile | 1 + misc/orion/Makefile | 1 + misc/qbrew/Makefile | 2 +- misc/qt5ct/Makefile | 1 + misc/raspberrypi-userland/Makefile | 1 + misc/valentina/Makefile | 1 + multimedia/QtAV/Makefile | 2 +- multimedia/aegisub/Makefile | 2 +- multimedia/arcan/Makefile | 2 +- multimedia/avidemux-cli/Makefile | 1 + multimedia/avidemux-qt5/Makefile | 1 + multimedia/avidemux/Makefile | 2 +- multimedia/bino/Makefile | 2 +- multimedia/cheese/Makefile | 2 +- multimedia/clutter-gst/Makefile | 2 +- multimedia/clutter-gst3/Makefile | 1 + multimedia/dvbcut/Makefile | 2 +- multimedia/ffaudioconverter/Makefile | 1 + multimedia/gmerlin/Makefile | 2 +- multimedia/gstreamer1-qt/Makefile | 2 +- multimedia/gstreamer1-vaapi/Makefile | 2 +- multimedia/kamoso/Makefile | 1 + multimedia/kdenlive/Makefile | 1 + multimedia/kodi-addon-screensaver.biogenesis/Makefile | 1 + multimedia/kodi-addon-screensaver.matrixtrails/Makefile | 1 + multimedia/kodi-addon-screensaver.stars/Makefile | 1 + multimedia/kodi-addon-visualization.fishbmc/Makefile | 2 +- multimedia/kodi-addon-visualization.shadertoy/Makefile | 1 + multimedia/kodi-addon-visualization.spectrum/Makefile | 1 + multimedia/kodi/Makefile | 2 +- multimedia/libva-glx/Makefile | 1 + multimedia/libva-vdpau-driver/Makefile | 2 +- multimedia/libvdpau-va-gl/Makefile | 2 +- multimedia/libxine/Makefile | 2 +- multimedia/lives/Makefile | 2 +- multimedia/minitube/Makefile | 1 + multimedia/mlt/Makefile | 1 + multimedia/mpc-qt/Makefile | 1 + multimedia/mplayer/Makefile | 1 + multimedia/mpv/Makefile | 2 +- multimedia/mpvpaper/Makefile | 1 + multimedia/mythtv-frontend/Makefile | 1 + multimedia/mythtv/Makefile | 2 +- multimedia/olive/Makefile | 1 + multimedia/opentoonz/Makefile | 1 + multimedia/phonon-gstreamer/Makefile | 1 + multimedia/py-qt5-multimedia/Makefile | 1 + multimedia/py-qt5-multimediawidgets/Makefile | 1 + multimedia/qmmp-qt5/Makefile | 2 +- multimedia/qt5-multimedia/Makefile | 2 +- multimedia/shotcut/Makefile | 1 + multimedia/smplayer/Makefile | 1 + multimedia/smtube/Makefile | 1 + multimedia/vdr-plugin-xineliboutput/Makefile | 2 +- multimedia/webcamoid/Makefile | 1 + multimedia/wlrobs/Makefile | 1 + net-im/chatterino2/Makefile | 2 +- net-im/diligent/Makefile | 2 +- net-im/gitterdone/Makefile | 2 +- net-im/neochat/Makefile | 2 +- net-im/ricochet/Makefile | 2 +- net-im/spectral/Makefile | 2 +- net-im/teamwords/Makefile | 2 +- net-im/telegram-desktop/Makefile | 1 + net-p2p/qbittorrent/Makefile | 1 + net-p2p/retroshare/Makefile | 2 +- net/py-qt5-networkauth/Makefile | 1 + net/quiterss/Makefile | 1 + net/spoofer/Makefile | 1 + net/tigervnc-server/Makefile | 2 +- net/waypipe/Makefile | 1 + net/wpa_supplicant_gui/Makefile | 1 + net/x2goclient/Makefile | 1 + polish/qnapi/Makefile | 2 +- print/gl2ps/Makefile | 1 + print/limereport/Makefile | 1 + print/miktex/Makefile | 2 +- print/posterazor/Makefile | 1 + print/py-qt5-printsupport/Makefile | 1 + print/qpdfview/Makefile | 2 +- science/afni/Makefile | 2 +- science/avogadro2/Makefile | 1 + science/avogadrolibs/Makefile | 1 + science/cgnslib/Makefile | 2 +- science/drawxtl/Makefile | 1 + science/elmerfem/Makefile | 2 +- science/gabedit/Makefile | 1 + science/gchemutils/Makefile | 2 +- science/ghemical/Makefile | 2 +- science/iboview/Makefile | 2 +- science/kalzium/Makefile | 1 + science/libghemical/Makefile | 2 +- science/liboglappth/Makefile | 2 +- science/luscus/Makefile | 2 +- science/medit/Makefile | 2 +- science/molscript/Makefile | 2 +- science/opensim-core/Makefile | 2 +- science/py-pymol/Makefile | 2 +- science/scidavis/Makefile | 2 +- science/shelxle/Makefile | 1 + science/simbody/Makefile | 2 +- science/v_sim/Makefile | 2 +- science/vipster/Makefile | 1 + science/vmd/Makefile | 2 +- science/wxmacmolplt/Makefile | 2 +- science/xcrysden/Makefile | 2 +- science/xdrawchem/Makefile | 1 + security/yubikey-manager-qt/Makefile | 1 + security/yubioath-desktop/Makefile | 1 + sysutils/UEFITool/Makefile | 1 + sysutils/accounts-qml-module/Makefile | 2 +- sysutils/daggy/Makefile | 2 +- sysutils/dsbbatmon/Makefile | 1 + sysutils/dsblogoutmgr/Makefile | 1 + sysutils/dsbmc/Makefile | 1 + sysutils/dsbsu/Makefile | 1 + sysutils/logstalgia/Makefile | 2 +- sysutils/luckybackup/Makefile | 1 + sysutils/pc-networkmanager/Makefile | 2 +- sysutils/plasma5-kinfocenter/Makefile | 1 + sysutils/qdirstat/Makefile | 1 + sysutils/qsudo/Makefile | 2 +- sysutils/qtpass/Makefile | 1 + sysutils/signon-ui/Makefile | 2 +- sysutils/tarsnap-gui/Makefile | 2 +- sysutils/trueos-libqt5/Makefile | 2 +- textproc/fcitx5/Makefile | 1 + textproc/qstardict/Makefile | 2 +- textproc/uim-qt5/Makefile | 1 + www/chromium/Makefile | 1 + www/firefox-esr/Makefile | 2 +- www/firefox/Makefile | 1 + www/libwpe/Makefile | 1 + www/py-qt5-webengine/Makefile | 1 + www/py-qt5-webkit/Makefile | 1 + www/py-qt5-webkitwidgets/Makefile | 1 + www/qt5-webengine/Makefile | 2 +- www/qt5-webglplugin/Makefile | 2 +- www/qt5-webview/Makefile | 2 +- www/webkit2-gtk3/Makefile | 2 +- www/wt/Makefile | 1 + x11-clocks/glclock/Makefile | 2 +- x11-drivers/xf86-video-amdgpu/Makefile | 2 +- x11-drivers/xf86-video-ati/Makefile | 2 +- x11-drivers/xf86-video-glint/Makefile | 2 +- x11-drivers/xf86-video-mach64/Makefile | 2 +- x11-drivers/xf86-video-mga/Makefile | 2 +- x11-drivers/xf86-video-openchrome/Makefile | 2 +- x11-drivers/xf86-video-r128/Makefile | 2 +- x11-drivers/xf86-video-savage/Makefile | 2 +- x11-drivers/xf86-video-sunffb/Makefile | 2 +- x11-drivers/xf86-video-tdfx/Makefile | 2 +- x11-fm/fsv2/Makefile | 2 +- x11-fm/qtfm/Makefile | 1 + x11-fm/sushi/Makefile | 2 +- x11-fm/tdfsb/Makefile | 2 +- x11-servers/xarcan/Makefile | 1 + x11-servers/xephyr/Makefile | 1 + x11-servers/xorg-dmx/Makefile | 1 + x11-servers/xorg-nestserver/Makefile | 1 + x11-servers/xorg-server/Makefile | 1 + x11-servers/xorg-vfbserver/Makefile | 1 + x11-servers/xwayland/Makefile | 1 + x11-themes/Kvantum/Makefile | 1 + x11-themes/qgnomeplatform/Makefile | 1 + x11-themes/qt5-style-plugins/Makefile | 2 +- x11-toolkits/SoXt/Makefile | 2 +- x11-toolkits/fltk/Makefile | 1 + x11-toolkits/fox14/Makefile | 2 +- x11-toolkits/fox16/Makefile | 1 + x11-toolkits/fox17/Makefile | 1 + x11-toolkits/gnustep-back/Makefile | 1 + x11-toolkits/gtk30/Makefile | 1 + x11-toolkits/gtk40/Makefile | 2 +- x11-toolkits/gtkada3/Makefile | 2 +- x11-toolkits/gtkglarea2/Makefile | 2 +- x11-toolkits/gtkglext/Makefile | 2 +- x11-toolkits/irrlicht/Makefile | 2 +- x11-toolkits/mygui-opengl/Makefile | 2 +- x11-toolkits/nanogui/Makefile | 2 +- x11-toolkits/otk/Makefile | 2 +- x11-toolkits/pangolin/Makefile | 1 + x11-toolkits/plib/Makefile | 2 +- x11-toolkits/py-qt5-chart/Makefile | 1 + x11-toolkits/py-qt5-gui/Makefile | 3 ++- x11-toolkits/py-qt5-quick/Makefile | 1 + x11-toolkits/py-qt5-quick3d/Makefile | 1 + x11-toolkits/py-qt5-quickwidgets/Makefile | 1 + x11-toolkits/py-qt5-widgets/Makefile | 1 + x11-toolkits/py-wxPython40/Makefile | 2 +- x11-toolkits/qml-box2d/Makefile | 2 +- x11-toolkits/qt5-declarative/Makefile | 1 + x11-toolkits/qt5-gui/Makefile | 2 +- x11-toolkits/qwt6/Makefile | 1 + x11-toolkits/soqt/Makefile | 1 + x11-toolkits/swt/Makefile | 2 +- x11-toolkits/wlroots/Makefile | 2 +- x11-toolkits/wxgtk28/Makefile | 2 +- x11-toolkits/wxgtk30/Makefile | 1 + x11-toolkits/wxgtk31/Makefile | 1 + x11-toolkits/xforms/Makefile | 2 +- x11-wm/compiz-plugins-extra/Makefile | 2 +- x11-wm/compiz-plugins-main/Makefile | 2 +- x11-wm/compiz/Makefile | 2 +- x11-wm/compton/Makefile | 2 +- x11-wm/emerald/Makefile | 2 +- x11-wm/epplets/Makefile | 2 +- x11-wm/muffin/Makefile | 1 + x11-wm/mutter/Makefile | 1 + x11-wm/phoc/Makefile | 1 + x11-wm/picom/Makefile | 1 + x11-wm/plasma5-kwin/Makefile | 1 + x11-wm/sway/Makefile | 1 + x11-wm/wayfire/Makefile | 1 + x11-wm/wmanager/Makefile | 2 +- x11/3ddesktop/Makefile | 2 +- x11/aminal/Makefile | 2 +- x11/cinnamon-session/Makefile | 1 + x11/cinnamon/Makefile | 1 + x11/cool-retro-term/Makefile | 2 +- x11/dsbautostart/Makefile | 1 + x11/erun/Makefile | 2 +- x11/fireflies/Makefile | 2 +- x11/glcapsviewer/Makefile | 1 + x11/gnome-session/Makefile | 1 + x11/gnome-shell/Makefile | 2 +- x11/kf5-kwayland/Makefile | 1 + x11/kf5-plasma-framework/Makefile | 1 + x11/kitty/Makefile | 1 + x11/lumina-core/Makefile | 1 + x11/mate-screensaver/Makefile | 1 + x11/nvidia-driver-304/Makefile | 2 +- x11/nvidia-driver-340/Makefile | 2 +- x11/nvidia-driver-390/Makefile | 2 +- x11/nvidia-secondary-driver/Makefile | 2 +- x11/nvidia-settings/Makefile | 1 + x11/pcdm/Makefile | 2 +- x11/plasma5-kwayland-server/Makefile | 1 + x11/py-qt5-opengl/Makefile | 1 + x11/radare-cutter/Makefile | 1 + x11/slop/Makefile | 2 +- x11/virglrenderer/Makefile | 1 + x11/virtualgl/Makefile | 2 +- x11/xdriinfo/Makefile | 2 +- x11/xfce4-dashboard/Makefile | 1 + x11/xfce4-screensaver/Makefile | 2 +- x11/xscreensaver/Makefile | 1 + 914 files changed, 915 insertions(+), 518 deletions(-) diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index 1cb48e0c6c18..df45e65ff4db 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -2,7 +2,7 @@ PORTNAME= caribou PORTVERSION= 0.4.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/accessibility/gammy/Makefile b/accessibility/gammy/Makefile index e9687f04bb7e..18af99564c27 100644 --- a/accessibility/gammy/Makefile +++ b/accessibility/gammy/Makefile @@ -1,6 +1,7 @@ PORTNAME= gammy DISTVERSIONPREFIX= v DISTVERSION= 0.9.64 +PORTREVISION= 1 CATEGORIES= accessibility MAINTAINER= me@igalic.co diff --git a/accessibility/qt5-speech/Makefile b/accessibility/qt5-speech/Makefile index b451bb6a9a75..f78c49fdea3a 100644 --- a/accessibility/qt5-speech/Makefile +++ b/accessibility/qt5-speech/Makefile @@ -1,6 +1,6 @@ PORTNAME= speech DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility PKGNAMEPREFIX= qt5- diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 5314974973b1..e62cec3d3c48 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -2,7 +2,7 @@ PORTNAME= celestia PORTVERSION= 1.6.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Celestia-source/${PORTVERSION} PKGNAMESUFFIX= -${CELESTIA_UI} diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile *** 11060 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 19:27:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 745A3662096; Tue, 22 Jun 2021 19:27: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 4G8bxy2qrsz3qnv; Tue, 22 Jun 2021 19:27: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 3EDBD16A2B; Tue, 22 Jun 2021 19:27: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 15MJRIRD083809; Tue, 22 Jun 2021 19:27:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MJRIDe083808; Tue, 22 Jun 2021 19:27:18 GMT (envelope-from git) Date: Tue, 22 Jun 2021 19:27:18 GMT Message-Id: <202106221927.15MJRIDe083808@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 159c6c731409 - main - security/openvpn: fix missing include for PATH_MAX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 159c6c7314095a10121155f501c093ad6f18c3c4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 19:27:18 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=159c6c7314095a10121155f501c093ad6f18c3c4 commit 159c6c7314095a10121155f501c093ad6f18c3c4 Author: Matthias Andree AuthorDate: 2021-06-22 19:25:44 +0000 Commit: Matthias Andree CommitDate: 2021-06-22 19:25:44 +0000 security/openvpn: fix missing include for PATH_MAX While here, add a warning banner about libressl support status, and clean up a leftover INSTALL_DATA workaround no longer needed. Patch suggested and Reported by: Franco Fichtner PR: 256744 --- security/openvpn/Makefile | 10 +++++++--- security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c | 10 ++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index f71a1a813a10..d9b89a1c8554 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -15,7 +15,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT.GPL USES= cpe libtool localbase:ldflags pkgconfig shebangfix tar:xz -IGNORE_SSL= libressl libressl-devel USE_RC_SUBR= openvpn SHEBANG_FILES= sample/sample-scripts/verify-cn \ @@ -112,6 +111,13 @@ pre-configure: @${ECHO} " EXAMPLE: make LOG_OPENVPN=LOG_LOCAL6" @${ECHO} "" .endif +.if !empty(SSL_DEFAULT:Mlibressl*) + @${ECHO} "### --------------------------------------------------------- ###" + @${ECHO} "### NOTE that libressl is not primarily supported by OpenVPN ###" + @${ECHO} "### Do not report bugs without fixes/patches unless the issue ###" + @${ECHO} "### can be reproduced with a released OpenSSL version. ###" + @${ECHO} "### --------------------------------------------------------- ###" +.endif post-configure: ${REINPLACE_CMD} '/^CFLAGS =/s/$$/ -fPIC/' \ @@ -133,8 +139,6 @@ post-install: @${REINPLACE_CMD} 's|resolvconf -p -a|resolvconf -a|' ${STAGEDIR}${PREFIX}/libexec/openvpn-client.up ${INSTALL_SCRIPT} ${WRKDIR}/openvpn-client ${STAGEDIR}${PREFIX}/sbin/openvpn-client ${MKDIR} ${STAGEDIR}${PREFIX}/include - @: # workaround for 2.5.0 only XXX FIXME remove after 2.5.0 - ${INSTALL_MAN} ${WRKSRC}/doc/openvpn.8 ${STAGEDIR}${MANPREFIX}/man/man8 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ diff --git a/security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c b/security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c new file mode 100644 index 000000000000..633bc0f0204d --- /dev/null +++ b/security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c @@ -0,0 +1,10 @@ +--- src/plugins/auth-pam/auth-pam.c.orig 2021-06-21 04:44:39 UTC ++++ src/plugins/auth-pam/auth-pam.c +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + #include + #include + #include From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 19:32:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB18D661CC0; Tue, 22 Jun 2021 19: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 4G8c4N5hS3z3rKV; Tue, 22 Jun 2021 19: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 AC05916A56; Tue, 22 Jun 2021 19: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 15MJWq2m096675; Tue, 22 Jun 2021 19: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 15MJWqsq096674; Tue, 22 Jun 2021 19:32:52 GMT (envelope-from git) Date: Tue, 22 Jun 2021 19:32:52 GMT Message-Id: <202106221932.15MJWqsq096674@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: 77cdc8376926 - main - Mk/Uses/pyqt.mk: unbreak INDEX 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: 77cdc8376926974d383399c8d5db53844a6eaed3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 19:32:52 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=77cdc8376926974d383399c8d5db53844a6eaed3 commit 77cdc8376926974d383399c8d5db53844a6eaed3 Author: Antoine Brodin AuthorDate: 2021-06-22 19:32:34 +0000 Commit: Antoine Brodin CommitDate: 2021-06-22 19:32:34 +0000 Mk/Uses/pyqt.mk: unbreak INDEX --- Mk/Uses/pyqt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk index 19410399575b..f529204ad987 100644 --- a/Mk/Uses/pyqt.mk +++ b/Mk/Uses/pyqt.mk @@ -140,6 +140,7 @@ py-sip_PORT= devel/py-sip py-qtbuilder_PORT= devel/py-qtbuilder py-pysip_PORT= devel/${PYQT_RELNAME}-sip py-qscintilla2_PORT= devel/${PYQT_RELNAME}-qscintilla2 +py-positioning_PORT= devel/${PYQT_RELNAME}-positioning . for _categorie in comms databases devel graphics lang misc multimedia net print textproc www x11 x11-toolkits _PYQT_CATEGORIE= _USE_PYQT_${_categorie:tu} From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 19:43:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 682E36620F8; Tue, 22 Jun 2021 19:43:28 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) (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 4G8cJc2Gv7z3rpT; Tue, 22 Jun 2021 19:43:28 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1lvmIw-00055I-G7; Tue, 22 Jun 2021 21:43:26 +0200 Received: from krabat.raven.hur (10.250.9.200) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.2242.10; Tue, 22 Jun 2021 21:43:26 +0200 Subject: Re: git: 77cdc8376926 - main - Mk/Uses/pyqt.mk: unbreak INDEX To: Antoine Brodin , , , References: <202106221932.15MJWqsq096674@gitrepo.freebsd.org> Reply-To: Rainer Hurling From: Rainer Hurling Message-ID: <50e446ce-1612-7f30-4151-58743504c884@gwdg.de> Date: Tue, 22 Jun 2021 21:43:25 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <202106221932.15MJWqsq096674@gitrepo.freebsd.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.200] X-ClientProxiedBy: excmbx-18.um.gwdg.de (134.76.9.229) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4G8cJc2Gv7z3rpT 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-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 19:43:28 -0000 Am 22.06.21 um 21:32 schrieb Antoine Brodin: > The branch main has been updated by antoine: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=77cdc8376926974d383399c8d5db53844a6eaed3 > > commit 77cdc8376926974d383399c8d5db53844a6eaed3 > Author: Antoine Brodin > AuthorDate: 2021-06-22 19:32:34 +0000 > Commit: Antoine Brodin > CommitDate: 2021-06-22 19:32:34 +0000 > > Mk/Uses/pyqt.mk: unbreak INDEX > --- > Mk/Uses/pyqt.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk > index 19410399575b..f529204ad987 100644 > --- a/Mk/Uses/pyqt.mk > +++ b/Mk/Uses/pyqt.mk > @@ -140,6 +140,7 @@ py-sip_PORT= devel/py-sip > py-qtbuilder_PORT= devel/py-qtbuilder > py-pysip_PORT= devel/${PYQT_RELNAME}-sip > py-qscintilla2_PORT= devel/${PYQT_RELNAME}-qscintilla2 > +py-positioning_PORT= devel/${PYQT_RELNAME}-positioning > > . for _categorie in comms databases devel graphics lang misc multimedia net print textproc www x11 x11-toolkits > _PYQT_CATEGORIE= _USE_PYQT_${_categorie:tu} > I really didn't see that and it probably would have taken me a while to find and understand it. Many, many thanks! From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 20:13:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F23D5662648; Tue, 22 Jun 2021 20:13: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 4G8cyv6G72z3tZk; Tue, 22 Jun 2021 20:13: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 BF1FB17276; Tue, 22 Jun 2021 20:13: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 15MKDBb8050310; Tue, 22 Jun 2021 20:13:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MKDB6n050309; Tue, 22 Jun 2021 20:13:11 GMT (envelope-from git) Date: Tue, 22 Jun 2021 20:13:11 GMT Message-Id: <202106222013.15MKDB6n050309@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: aa133a965a39 - main - UPDATING: clarify mesa-libs and nvidia-driver conflicts 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: aa133a965a39087ca7b20d94de47342477bbbabe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 20:13:12 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa133a965a39087ca7b20d94de47342477bbbabe commit aa133a965a39087ca7b20d94de47342477bbbabe Author: Kevin Bowling AuthorDate: 2021-06-22 20:11:46 +0000 Commit: Kevin Bowling CommitDate: 2021-06-22 20:13:01 +0000 UPDATING: clarify mesa-libs and nvidia-driver conflicts PR: 246767 Reported by: jbeich --- UPDATING | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/UPDATING b/UPDATING index 37d850e39cef..f5ae3316e411 100644 --- a/UPDATING +++ b/UPDATING @@ -34,19 +34,21 @@ you update your ports collection, before attempting any port upgrades. both at the same time on the same port. 20210617: - AFFECTS: users of graphics/mesa-libs + AFFECTS: users of graphics/mesa-libs and x11/nvidia-driver AUTHOR: kbowling@FreeBSD.org Some libraries from mesa-libs are now provided by libglvnd while - others were renamed. When building outside poudriere make sure to - remove mesa-libs first in order to avoid conflict with libglvnd. + others were renamed. nvidia-driver already used libglvnd but bundled + a copy which is now provided as a separate package. When building + outside poudriere make sure to remove mesa-libs and nvidia-driver + first in order to avoid conflict with libglvnd. For portmaster users: - # pkg delete -f mesa-libs + # pkg delete -f mesa-libs nvidia-driver # portmaster -a For portupgrade users: - # pkg delete -f mesa-libs + # pkg delete -f mesa-libs nvidia-driver # portupgrade -a 20210523: From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 21:09:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 06D9766349F; Tue, 22 Jun 2021 21:09: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 4G8fCr6Ytvz4VPY; Tue, 22 Jun 2021 21: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 C5C4817E4B; Tue, 22 Jun 2021 21: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 15ML9SW8017906; Tue, 22 Jun 2021 21: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 15ML9SDJ017905; Tue, 22 Jun 2021 21:09:28 GMT (envelope-from git) Date: Tue, 22 Jun 2021 21:09:28 GMT Message-Id: <202106222109.15ML9SDJ017905@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: d138e505dadc - main - net-mgmt/check_ssl_cert: update to 2.3.5 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: d138e505dadc4332c59478855c29cb2ee174f472 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 21:09:29 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=d138e505dadc4332c59478855c29cb2ee174f472 commit d138e505dadc4332c59478855c29cb2ee174f472 Author: Christoph Moench-Tegeder AuthorDate: 2021-06-22 21:08:51 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-06-22 21:08:51 +0000 net-mgmt/check_ssl_cert: update to 2.3.5 Release Notes: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.3.5 --- 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 9f7af4f69dac..d7eb2d44b859 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.3.4 +DISTVERSION= 2.3.5 CATEGORIES= net-mgmt MAINTAINER= cmt@FreeBSD.org diff --git a/net-mgmt/check_ssl_cert/distinfo b/net-mgmt/check_ssl_cert/distinfo index 81e18bb0fdda..a1dd8596c958 100644 --- a/net-mgmt/check_ssl_cert/distinfo +++ b/net-mgmt/check_ssl_cert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624122224 -SHA256 (matteocorti-check_ssl_cert-v2.3.4_GH0.tar.gz) = 941209b3db2d072c446cf3cf4afafd3250977dd42e00489436b3512d592d6945 -SIZE (matteocorti-check_ssl_cert-v2.3.4_GH0.tar.gz) = 238790 +TIMESTAMP = 1624364881 +SHA256 (matteocorti-check_ssl_cert-v2.3.5_GH0.tar.gz) = 5bff1a5f3baacb03549c7d741f29b3934bec98b055506ff47cfbb729769abc6a +SIZE (matteocorti-check_ssl_cert-v2.3.5_GH0.tar.gz) = 238847 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 21:09:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECBD5662ED5; Tue, 22 Jun 2021 21:09: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 4G8fDJ6P1mz4VKG; Tue, 22 Jun 2021 21:09: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 C3BA317C47; Tue, 22 Jun 2021 21:09: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 15ML9qPg018065; Tue, 22 Jun 2021 21:09:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15ML9qro018064; Tue, 22 Jun 2021 21:09:52 GMT (envelope-from git) Date: Tue, 22 Jun 2021 21:09:52 GMT Message-Id: <202106222109.15ML9qro018064@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: f682267eb2d2 - main - security/openconnect-freebsd-daemon: Update to 1.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: f682267eb2d2a214be78449b6b7895a825e771c1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 21:09:53 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=f682267eb2d2a214be78449b6b7895a825e771c1 commit f682267eb2d2a214be78449b6b7895a825e771c1 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-22 21:08:49 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-22 21:09:49 +0000 security/openconnect-freebsd-daemon: Update to 1.3.0 --- security/openconnect-freebsd-daemon/Makefile | 2 +- security/openconnect-freebsd-daemon/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/openconnect-freebsd-daemon/Makefile b/security/openconnect-freebsd-daemon/Makefile index ce6387d291f2..d9d31ddc5cac 100644 --- a/security/openconnect-freebsd-daemon/Makefile +++ b/security/openconnect-freebsd-daemon/Makefile @@ -1,5 +1,5 @@ PORTNAME= openconnect-freebsd-daemon -DISTVERSION= 1.2.0 +DISTVERSION= 1.3.0 CATEGORIES= security net-vpn MAINTAINER= 0mp@FreeBSD.org diff --git a/security/openconnect-freebsd-daemon/distinfo b/security/openconnect-freebsd-daemon/distinfo index 17ca304b6881..0bf0f0cf3deb 100644 --- a/security/openconnect-freebsd-daemon/distinfo +++ b/security/openconnect-freebsd-daemon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623942945 -SHA256 (0mp-openconnect-freebsd-daemon-1.2.0_GH0.tar.gz) = 214b9436613a91d0058b3b84adaec0bb252f4b5189f7587b9207373ec76409a5 -SIZE (0mp-openconnect-freebsd-daemon-1.2.0_GH0.tar.gz) = 3105 +TIMESTAMP = 1624395898 +SHA256 (0mp-openconnect-freebsd-daemon-1.3.0_GH0.tar.gz) = 7c3d5403ab49f3e824cdfb47916a35612b6870d95d001d48f10cbbd6c053c2f9 +SIZE (0mp-openconnect-freebsd-daemon-1.3.0_GH0.tar.gz) = 3125 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 21:13:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C273D662F67; Tue, 22 Jun 2021 21:13: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 4G8fJK57z2z4VX8; Tue, 22 Jun 2021 21:13: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 98AAB1813A; Tue, 22 Jun 2021 21:13: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 15MLDL0r030778; Tue, 22 Jun 2021 21:13:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MLDLod030777; Tue, 22 Jun 2021 21:13:21 GMT (envelope-from git) Date: Tue, 22 Jun 2021 21:13:21 GMT Message-Id: <202106222113.15MLDLod030777@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: 3ea8298a38d0 - main - www/firefox: update to 89.0.2 (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: 3ea8298a38d0a812238cb6cd397c2dfaa8d08438 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 21:13:21 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ea8298a38d0a812238cb6cd397c2dfaa8d08438 commit 3ea8298a38d0a812238cb6cd397c2dfaa8d08438 Author: Christoph Moench-Tegeder AuthorDate: 2021-06-22 21:11:28 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-06-22 21:13:11 +0000 www/firefox: update to 89.0.2 (rc1) Release Notes (soon): https://www.mozilla.org/en-US/firefox/89.0.2/releasenotes/ --- www/firefox/Makefile | 3 +-- www/firefox/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 4ade9b45cebf..fa000f4ef498 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,7 @@ # Created by: Alan Eldridge PORTNAME= firefox -DISTVERSION= 89.0.1 -PORTREVISION= 1 +DISTVERSION= 89.0.2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index dc8277c8e5a3..ac9bfa1ba30c 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623757441 -SHA256 (firefox-89.0.1.source.tar.xz) = 3110f0b70fad1af3a306f752d561c4074238c1816698919fe8530c258290401c -SIZE (firefox-89.0.1.source.tar.xz) = 379945460 +TIMESTAMP = 1624392261 +SHA256 (firefox-89.0.2.source.tar.xz) = 3225f583c5e36bdf52ad16f71a2c359deb0c765c38205acdeb6b7b6520ac5494 +SIZE (firefox-89.0.2.source.tar.xz) = 371053016 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 21:54:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8206663919; Tue, 22 Jun 2021 21: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 4G8gCc4wMPz4XhD; Tue, 22 Jun 2021 21: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 86ABF18C81; Tue, 22 Jun 2021 21: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 15MLsKtR083223; Tue, 22 Jun 2021 21: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 15MLsKAs083222; Tue, 22 Jun 2021 21:54:20 GMT (envelope-from git) Date: Tue, 22 Jun 2021 21:54:20 GMT Message-Id: <202106222154.15MLsKAs083222@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: 0b9d5a5cba02 - main - net-im/tdlib: Update 1.7.0-747 -> 1.7.4.20210520 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: 0b9d5a5cba02c4b9c2e68e2ea0b7a21e7ac1468f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 21:54:20 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b9d5a5cba02c4b9c2e68e2ea0b7a21e7ac1468f commit 0b9d5a5cba02c4b9c2e68e2ea0b7a21e7ac1468f Author: Yuri Victorovich AuthorDate: 2021-06-22 21:19:19 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-22 21:54:16 +0000 net-im/tdlib: Update 1.7.0-747 -> 1.7.4.20210520 --- net-im/tdlib/Makefile | 10 +++++----- net-im/tdlib/distinfo | 6 +++--- net-im/tdlib/files/patch-CMakeLists.txt | 17 +++++++++++++++++ 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/net-im/tdlib/Makefile b/net-im/tdlib/Makefile index 814798dc13db..6a8787937e26 100644 --- a/net-im/tdlib/Makefile +++ b/net-im/tdlib/Makefile @@ -1,7 +1,6 @@ PORTNAME= tdlib DISTVERSIONPREFIX= v -DISTVERSION= 1.7.0-747 -DISTVERSIONSUFFIX= -gb342ec33 +DISTVERSION= 1.7.4.20210520 # 1.7.4 is not tagged, just set in CMakeLists.txt CATEGORIES= net-im devel MAINTAINER= yuri@FreeBSD.org @@ -9,14 +8,15 @@ COMMENT= Library for building Telegram clients LICENSE= BSL -USES= cmake compiler:c++14-lang gperf ssl +USES= cmake:testing compiler:c++14-lang gperf ssl USE_GITHUB= yes GH_PROJECT= td +GH_TAGNAME= e1ebf74 -CMAKE_OFF= FREEBSD_BUILD_TESTING +CMAKE_OFF= BUILD_TESTING FREEBSD_BUILD_BENCHMARKS -do-test: +xdo-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFREEBSD_BUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ diff --git a/net-im/tdlib/distinfo b/net-im/tdlib/distinfo index 1ed7a93f6497..ff2fcb1967d7 100644 --- a/net-im/tdlib/distinfo +++ b/net-im/tdlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620336229 -SHA256 (tdlib-td-v1.7.0-747-gb342ec33_GH0.tar.gz) = e9feb347f0aaa75cdc0f940663623f330eecad0029b411016ffa3713775359cc -SIZE (tdlib-td-v1.7.0-747-gb342ec33_GH0.tar.gz) = 4399729 +TIMESTAMP = 1624391403 +SHA256 (tdlib-td-v1.7.4.20210520-e1ebf74_GH0.tar.gz) = f92633b2fbcc5a76166bd730da9d870ddbbe159cd3294c009c33cbd86dc674f5 +SIZE (tdlib-td-v1.7.4.20210520-e1ebf74_GH0.tar.gz) = 4402224 diff --git a/net-im/tdlib/files/patch-CMakeLists.txt b/net-im/tdlib/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..fa81fa16eb1a --- /dev/null +++ b/net-im/tdlib/files/patch-CMakeLists.txt @@ -0,0 +1,17 @@ +- make tests and benchmarks conditional on special cmake variables, see https://github.com/tdlib/td/issues/1583 + +--- CMakeLists.txt.orig 2021-05-20 23:05:03 UTC ++++ CMakeLists.txt +@@ -189,9 +189,11 @@ add_subdirectory(sqlite) + + add_subdirectory(tddb) + ++if (BUILD_TESTING) + add_subdirectory(test) ++endif() + +-if (NOT CMAKE_CROSSCOMPILING) ++if (FREEBSD_BUILD_BENCHMARKS AND NOT CMAKE_CROSSCOMPILING) + add_subdirectory(benchmark) + endif() + From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 21:54:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F982663CEA; Tue, 22 Jun 2021 21:54: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 4G8gCg0qMrz4XsV; Tue, 22 Jun 2021 21:54: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 CC02D18C15; Tue, 22 Jun 2021 21: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 15MLsMG3083278; Tue, 22 Jun 2021 21: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 15MLsMBT083277; Tue, 22 Jun 2021 21:54:22 GMT (envelope-from git) Date: Tue, 22 Jun 2021 21:54:22 GMT Message-Id: <202106222154.15MLsMBT083277@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: f552fb4b536f - main - science/py-moltemplate: Update 2.19.10 -> 2.19.11 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: f552fb4b536ff6d5f16ee639d9bf3c9935739427 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 21:54:23 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f552fb4b536ff6d5f16ee639d9bf3c9935739427 commit f552fb4b536ff6d5f16ee639d9bf3c9935739427 Author: Yuri Victorovich AuthorDate: 2021-06-22 21:27:30 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-22 21:54:17 +0000 science/py-moltemplate: Update 2.19.10 -> 2.19.11 Reported by: portscout --- science/py-moltemplate/Makefile | 2 +- science/py-moltemplate/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/py-moltemplate/Makefile b/science/py-moltemplate/Makefile index 93c912b7f693..6cf5d25b08e6 100644 --- a/science/py-moltemplate/Makefile +++ b/science/py-moltemplate/Makefile @@ -1,5 +1,5 @@ PORTNAME= moltemplate -DISTVERSION= 2.19.10 +DISTVERSION= 2.19.11 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-moltemplate/distinfo b/science/py-moltemplate/distinfo index 5e3481649ebc..547ab14ec6f7 100644 --- a/science/py-moltemplate/distinfo +++ b/science/py-moltemplate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620184899 -SHA256 (moltemplate-2.19.10.tar.gz) = a6a12543afb9245cd7892522b128af9abcbfbd7cf7047c95677202382be0a21b -SIZE (moltemplate-2.19.10.tar.gz) = 275922 +TIMESTAMP = 1624397071 +SHA256 (moltemplate-2.19.11.tar.gz) = db2d492428699e2dbb8cf5e8c743f10e8bb3ad82e9faa64ea8d9a4f5c0e57628 +SIZE (moltemplate-2.19.11.tar.gz) = 274253 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 21:54:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E361663AAA; Tue, 22 Jun 2021 21:54: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 4G8gCh0bgxz4Xl3; Tue, 22 Jun 2021 21:54: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 EBEB618D03; Tue, 22 Jun 2021 21:54: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 15MLsNlL083302; Tue, 22 Jun 2021 21:54:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MLsNgL083301; Tue, 22 Jun 2021 21:54:23 GMT (envelope-from git) Date: Tue, 22 Jun 2021 21:54:23 GMT Message-Id: <202106222154.15MLsNgL083301@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: 1317f938e40f - main - misc/slides: Update 0.2.0 -> 0.3.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: 1317f938e40f2bfec22d630b49f80762f8cf9b1c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 21:54:24 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1317f938e40f2bfec22d630b49f80762f8cf9b1c commit 1317f938e40f2bfec22d630b49f80762f8cf9b1c Author: Yuri Victorovich AuthorDate: 2021-06-22 21:48:40 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-22 21:54:17 +0000 misc/slides: Update 0.2.0 -> 0.3.0 Reported by: portscout --- misc/slides/Makefile | 2 +- misc/slides/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/slides/Makefile b/misc/slides/Makefile index e27e09d5f99d..c5357127c7aa 100644 --- a/misc/slides/Makefile +++ b/misc/slides/Makefile @@ -1,6 +1,6 @@ PORTNAME= slides DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 +DISTVERSION= 0.3.0 CATEGORIES= misc PKGNAMESUFFIX= -presentation-tool diff --git a/misc/slides/distinfo b/misc/slides/distinfo index 50cdfdd63b50..c51e61941b93 100644 --- a/misc/slides/distinfo +++ b/misc/slides/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1623693717 -SHA256 (go/misc_slides/slides-v0.2.0/v0.2.0.mod) = 70fa37e8b5d8f4e9476f95d7f7a7f1c006a55f6bf25ebe737e85d68909bb30f9 -SIZE (go/misc_slides/slides-v0.2.0/v0.2.0.mod) = 388 -SHA256 (go/misc_slides/slides-v0.2.0/v0.2.0.zip) = 0119a5415dbc1a0261f1c953a89c74a882e32777f311f2fd621d6a1451ca6687 -SIZE (go/misc_slides/slides-v0.2.0/v0.2.0.zip) = 478585 +TIMESTAMP = 1624397341 +SHA256 (go/misc_slides/slides-v0.3.0/v0.3.0.mod) = 70fa37e8b5d8f4e9476f95d7f7a7f1c006a55f6bf25ebe737e85d68909bb30f9 +SIZE (go/misc_slides/slides-v0.3.0/v0.3.0.mod) = 388 +SHA256 (go/misc_slides/slides-v0.3.0/v0.3.0.zip) = 4ea43f5347bea25809cc6ce1a1fe2dba31ee770cad506b2265385afdc8107b9b +SIZE (go/misc_slides/slides-v0.3.0/v0.3.0.zip) = 327390 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 21:54:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 60AFA663B9E; Tue, 22 Jun 2021 21:54: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 4G8gCj27NZz4Xnq; Tue, 22 Jun 2021 21:54: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 2C91518570; Tue, 22 Jun 2021 21:54: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 15MLsPVb083326; Tue, 22 Jun 2021 21:54:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MLsPjZ083325; Tue, 22 Jun 2021 21:54:25 GMT (envelope-from git) Date: Tue, 22 Jun 2021 21:54:25 GMT Message-Id: <202106222154.15MLsPjZ083325@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: c849ff5db5f5 - main - science/py-pymatgen: Update 2022.0.8 -> 2022.0.9 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: c849ff5db5f5a85af1cefee514cdb56b5065505b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 21:54:25 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c849ff5db5f5a85af1cefee514cdb56b5065505b commit c849ff5db5f5a85af1cefee514cdb56b5065505b Author: Yuri Victorovich AuthorDate: 2021-06-22 21:53:48 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-22 21:54:17 +0000 science/py-pymatgen: Update 2022.0.8 -> 2022.0.9 Reported by: portscout --- science/py-pymatgen/Makefile | 2 +- science/py-pymatgen/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/py-pymatgen/Makefile b/science/py-pymatgen/Makefile index 1d4be40469ea..84a25fa49e25 100644 --- a/science/py-pymatgen/Makefile +++ b/science/py-pymatgen/Makefile @@ -1,5 +1,5 @@ PORTNAME= pymatgen -DISTVERSION= 2022.0.8 +DISTVERSION= 2022.0.9 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pymatgen/distinfo b/science/py-pymatgen/distinfo index ce879c8d8e65..31bc1fbc6094 100644 --- a/science/py-pymatgen/distinfo +++ b/science/py-pymatgen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620668338 -SHA256 (pymatgen-2022.0.8.tar.gz) = 4f12ac87657e8efe833087c575ec4430900dfcece890bb0486e07f034a2b34a0 -SIZE (pymatgen-2022.0.8.tar.gz) = 3319606 +TIMESTAMP = 1624397179 +SHA256 (pymatgen-2022.0.9.tar.gz) = cadeaeef0d31607c2d1515e05192e5aee430791ae28f8eb956f7791e54e24ea3 +SIZE (pymatgen-2022.0.9.tar.gz) = 3327269 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 21:54:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D3404663AA6; Tue, 22 Jun 2021 21: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 4G8gCd5Txkz4XsN; Tue, 22 Jun 2021 21: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 A472C18D02; Tue, 22 Jun 2021 21: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 15MLsLgv083254; Tue, 22 Jun 2021 21: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 15MLsLi0083253; Tue, 22 Jun 2021 21:54:21 GMT (envelope-from git) Date: Tue, 22 Jun 2021 21:54:21 GMT Message-Id: <202106222154.15MLsLi0083253@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: 6a890ada3846 - main - devel/goredo: Update 1.4.1 -> 1.5.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: 6a890ada3846684ff494b37e21f213cc2b5a87ee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 21:54:21 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a890ada3846684ff494b37e21f213cc2b5a87ee commit 6a890ada3846684ff494b37e21f213cc2b5a87ee Author: Yuri Victorovich AuthorDate: 2021-06-22 21:23:43 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-22 21:54:16 +0000 devel/goredo: Update 1.4.1 -> 1.5.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 506bf0b776ec..41d8bed4267f 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,5 +1,5 @@ PORTNAME= goredo -DISTVERSION= 1.4.1 +DISTVERSION= 1.5.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 89571c296c38..e05b8cb3900a 100644 --- a/devel/goredo/distinfo +++ b/devel/goredo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620147245 -SHA256 (goredo-1.4.1.tar.zst) = 59cf9022b92bb06037e4a788d949983948b253bf08b4f40608aa593bfbe77713 -SIZE (goredo-1.4.1.tar.zst) = 392340 +TIMESTAMP = 1624395585 +SHA256 (goredo-1.5.0.tar.zst) = 396c63edc3d481f23608f2f5b152cf911d34a774d30d2c564ea7f4df2f59abb3 +SIZE (goredo-1.5.0.tar.zst) = 396677 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 22:15:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2669366417D; Tue, 22 Jun 2021 22:15: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 4G8ghD0Kz1z4YpJ; Tue, 22 Jun 2021 22:15: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 E42F918D5D; Tue, 22 Jun 2021 22:15: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 15MMFdLr010831; Tue, 22 Jun 2021 22:15:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MMFd4T010830; Tue, 22 Jun 2021 22:15:39 GMT (envelope-from git) Date: Tue, 22 Jun 2021 22:15:39 GMT Message-Id: <202106222215.15MMFd4T010830@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: cdea3af06060 - main - lang/zig: update to 0.8.0 and add docs 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: cdea3af060600ad4e6bffa86b752be7db04e73b8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 22:15:40 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=cdea3af060600ad4e6bffa86b752be7db04e73b8 commit cdea3af060600ad4e6bffa86b752be7db04e73b8 Author: Dave Cottlehuber AuthorDate: 2021-06-11 19:24:07 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-22 22:12:39 +0000 lang/zig: update to 0.8.0 and add docs Reviewed by: jbeich Reviewed by: Daniel Engberg Differential Revision: https://reviews.freebsd.org/D30742 Sponsored by: SkunkWerks, GmbH --- lang/zig/Makefile | 44 +- lang/zig/distinfo | 6 +- lang/zig/files/patch-doc_langref.html.in | 13 + lang/zig/files/patch-lib_std_c.zig | 23 - lang/zig/files/patch-lib_std_os_bits.zig | 25 - lang/zig/files/patch-lib_std_os_bits_freebsd.zig | 24 - lang/zig/pkg-plist | 4110 +++++++++++++++++++++- 7 files changed, 3978 insertions(+), 267 deletions(-) diff --git a/lang/zig/Makefile b/lang/zig/Makefile index 02e6a7a1e97b..09903fbda7a6 100644 --- a/lang/zig/Makefile +++ b/lang/zig/Makefile @@ -1,9 +1,7 @@ PORTNAME= zig -DISTVERSION= 0.7.1 -PORTREVISION= 2 +DISTVERSION= 0.8.0 CATEGORIES= lang -MASTER_SITES= https://ziglang.org/download/${DISTVERSION}/ \ - https://ziglang.org/builds/ +MASTER_SITES= https://ziglang.org/download/${DISTVERSION}/ MAINTAINER= dch@FreeBSD.org COMMENT= Language designed for robustness, optimality, and maintainability @@ -11,18 +9,50 @@ COMMENT= Language designed for robustness, optimality, and maintainability LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= static_assert failed "static_assert(sizeof(ZigClangAPValue) == sizeof(clang::APValue), "")" IGNORE_FreeBSD_11= expects getrandom(2) which is unavailable on FreeBSD < 12.0 +ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS_REASON= not yet supported -_LLVM_VER= 11 BUILD_DEPENDS= llvm${_LLVM_VER}>=0:devel/llvm${_LLVM_VER} -USES= cmake compiler:c++11-lang tar:xz +USES= cmake compiler:c++11-lang localbase:ldflags tar:xz OPTIONS_DEFINE= STATIC OPTIONS_DEFAULT= STATIC +STATIC_DESC= sets ZIG_STATIC to avoid 800MiB LLVM dependencies + STATIC_RUN_DEPENDS_OFF= llvm${_LLVM_VER}>=0:devel/llvm${_LLVM_VER} STATIC_CMAKE_BOOL= CMAKE_SKIP_INSTALL_RPATH ZIG_STATIC +STATIC_LDFLAGS= -lz -llzma -lm -lxml2 -lmd + +_LLVM_VER= 12 +_ZIG_BIN= ${STAGEDIR}${PREFIX}/bin/zig + +post-configure-STATIC-on: + @${REINPLACE_CMD} 's/-Wl,-Bdynamic//' ${BUILD_WRKSRC}/build.ninja + +post-build: + # Produce the experimental std lib documentation. + ${MKDIR} ${WRKDIR}/cache ${WRKDIR}/doc + ${WRKDIR}/.build/zig test ${WRKSRC}/lib/std/std.zig \ + --cache-dir ${WRKDIR}/cache \ + --global-cache-dir ${WRKDIR}/cache \ + --override-lib-dir ${WRKSRC}/lib \ + -femit-docs=${WRKDIR}/doc \ + -fno-emit-bin + ${RM} ${WRKSRC}/lib/zig/std/zig-cache + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR}/std + # langref cannot be generated until after install target has run + (cd ${WRKSRC} && ${_ZIG_BIN} run \ + ./doc/docgen.zig -- ${_ZIG_BIN} \ + ./doc/langref.html.in ${STAGEDIR}${DOCSDIR}/langref.html \ + && ${RM} ${STAGEDIR}/lib/zig/std/zig-cache) + ${REINPLACE_CMD} -i '' -e 's|${STAGEDIR}||' ${STAGEDIR}${DOCSDIR}/langref.html +.for f in data.js main.js index.html + ${INSTALL_MAN} ${WRKDIR}/doc/${f} ${STAGEDIR}${DOCSDIR}/std/ +.endfor .include diff --git a/lang/zig/distinfo b/lang/zig/distinfo index dd13668ddc9c..7c4cee1d10ee 100644 --- a/lang/zig/distinfo +++ b/lang/zig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607988527 -SHA256 (zig-0.7.1.tar.xz) = 2db3b944ab368d955b48743d9f7c963b8f96de1a441ba5a35e197237cc6dae44 -SIZE (zig-0.7.1.tar.xz) = 10711824 +TIMESTAMP = 1623448037 +SHA256 (zig-0.8.0.tar.xz) = 03a828d00c06b2e3bb8b7ff706997fd76bf32503b08d759756155b6e8c981e77 +SIZE (zig-0.8.0.tar.xz) = 12614896 diff --git a/lang/zig/files/patch-doc_langref.html.in b/lang/zig/files/patch-doc_langref.html.in new file mode 100644 index 000000000000..9737977ee167 --- /dev/null +++ b/lang/zig/files/patch-doc_langref.html.in @@ -0,0 +1,13 @@ +--- doc/langref.html.in.orig 2021-06-14 12:00:33 UTC ++++ doc/langref.html.in +@@ -221,7 +221,9 @@ +

+

+ If you search for something specific in this documentation and do not find it, +- please file an issue or say something on IRC. ++ please file ++ an issue or say something on IRC. +

+

+ The code samples in this document are compiled and tested as part of the main test suite of Zig. diff --git a/lang/zig/files/patch-lib_std_c.zig b/lang/zig/files/patch-lib_std_c.zig deleted file mode 100644 index 84b2483eaf76..000000000000 --- a/lang/zig/files/patch-lib_std_c.zig +++ /dev/null @@ -1,23 +0,0 @@ ---- lib/std/c.zig.orig 2020-12-13 19:14:58 UTC -+++ lib/std/c.zig -@@ -346,3 +346,20 @@ pub extern "c" fn prctl(option: c_int, ...) c_int; - - pub extern "c" fn getrlimit(resource: rlimit_resource, rlim: *rlimit) c_int; - pub extern "c" fn setrlimit(resource: rlimit_resource, rlim: *const rlimit) c_int; -+ -+pub extern "c" fn fmemopen(noalias buf: ?*c_void, size: usize, noalias mode: [*:0]const u8) ?*FILE; -+ -+pub extern "c" fn syslog(priority: c_int, message: [*:0]const u8, ...) void; -+pub extern "c" fn openlog(ident: [*:0]const u8, logopt: c_int, facility: c_int) void; -+pub extern "c" fn closelog() void; -+pub extern "c" fn setlogmask(maskpri: c_int) c_int; -+ -+pub const max_align_t = if (std.Target.current.abi == .msvc) -+ f64 -+else if (std.Target.current.isDarwin()) -+ c_longdouble -+else -+ extern struct { -+ a: c_longlong, -+ b: c_longdouble, -+ }; diff --git a/lang/zig/files/patch-lib_std_os_bits.zig b/lang/zig/files/patch-lib_std_os_bits.zig deleted file mode 100644 index 12dfc199a802..000000000000 --- a/lang/zig/files/patch-lib_std_os_bits.zig +++ /dev/null @@ -1,25 +0,0 @@ ---- lib/std/os/bits.zig.orig 2020-12-13 19:14:58 UTC -+++ lib/std/os/bits.zig -@@ -34,3 +34,22 @@ pub const iovec_const = extern struct { - iov_base: [*]const u8, - iov_len: usize, - }; -+ -+// syslog -+ -+/// system is unusable -+pub const LOG_EMERG = 0; -+/// action must be taken immediately -+pub const LOG_ALERT = 1; -+/// critical conditions -+pub const LOG_CRIT = 2; -+/// error conditions -+pub const LOG_ERR = 3; -+/// warning conditions -+pub const LOG_WARNING = 4; -+/// normal but significant condition -+pub const LOG_NOTICE = 5; -+/// informational -+pub const LOG_INFO = 6; -+/// debug-level messages -+pub const LOG_DEBUG = 7; diff --git a/lang/zig/files/patch-lib_std_os_bits_freebsd.zig b/lang/zig/files/patch-lib_std_os_bits_freebsd.zig deleted file mode 100644 index e0a77a1f879e..000000000000 --- a/lang/zig/files/patch-lib_std_os_bits_freebsd.zig +++ /dev/null @@ -1,24 +0,0 @@ ---- lib/std/os/bits/freebsd.zig.orig 2020-12-13 19:14:58 UTC -+++ lib/std/os/bits/freebsd.zig -@@ -15,6 +15,7 @@ pub const gid_t = u32; - pub const mode_t = c_uint; - - pub const socklen_t = u32; -+pub const suseconds_t = c_long; - - /// Renamed from `kevent` to `Kevent` to avoid conflict with function name. - pub const Kevent = extern struct { -@@ -159,6 +160,13 @@ pub const libc_stat = extern struct { - pub const timespec = extern struct { - tv_sec: isize, - tv_nsec: isize, -+}; -+ -+pub const timeval = extern struct { -+ /// seconds -+ tv_sec: time_t, -+ /// microseconds -+ tv_usec: suseconds_t, - }; - - pub const dirent = extern struct { diff --git a/lang/zig/pkg-plist b/lang/zig/pkg-plist index b0b55d1496cb..ee4c4bd00692 100644 --- a/lang/zig/pkg-plist +++ b/lang/zig/pkg-plist @@ -1,3 +1,9 @@ +@dir lib/zig/std/net +@dir lib/zig/std/unicode +%%DOCSDIR%%/langref.html +%%DOCSDIR%%/std/data.js +%%DOCSDIR%%/std/index.html +%%DOCSDIR%%/std/main.js bin/zig lib/zig/include/__clang_cuda_builtin_vars.h lib/zig/include/__clang_cuda_cmath.h @@ -8,6 +14,7 @@ lib/zig/include/__clang_cuda_libdevice_declares.h lib/zig/include/__clang_cuda_math.h lib/zig/include/__clang_cuda_math_forward_declares.h lib/zig/include/__clang_cuda_runtime_wrapper.h +lib/zig/include/__clang_hip_cmath.h lib/zig/include/__clang_hip_libdevice_declares.h lib/zig/include/__clang_hip_math.h lib/zig/include/__clang_hip_runtime_wrapper.h @@ -56,6 +63,7 @@ lib/zig/include/avx512vp2intersectintrin.h lib/zig/include/avx512vpopcntdqintrin.h lib/zig/include/avx512vpopcntdqvlintrin.h lib/zig/include/avxintrin.h +lib/zig/include/avxvnniintrin.h lib/zig/include/bmi2intrin.h lib/zig/include/bmiintrin.h lib/zig/include/cet.h @@ -76,6 +84,7 @@ lib/zig/include/fma4intrin.h lib/zig/include/fmaintrin.h lib/zig/include/fxsrintrin.h lib/zig/include/gfniintrin.h +lib/zig/include/hresetintrin.h lib/zig/include/htmintrin.h lib/zig/include/htmxlintrin.h lib/zig/include/ia32intrin.h @@ -84,6 +93,7 @@ lib/zig/include/intrin.h lib/zig/include/inttypes.h lib/zig/include/invpcidintrin.h lib/zig/include/iso646.h +lib/zig/include/keylockerintrin.h lib/zig/include/limits.h lib/zig/include/lwpintrin.h lib/zig/include/lzcntintrin.h @@ -101,6 +111,7 @@ lib/zig/include/openmp_wrappers/__clang_openmp_device_functions.h lib/zig/include/openmp_wrappers/cmath lib/zig/include/openmp_wrappers/complex lib/zig/include/openmp_wrappers/complex.h +lib/zig/include/openmp_wrappers/complex_cmath.h lib/zig/include/openmp_wrappers/math.h lib/zig/include/openmp_wrappers/new lib/zig/include/pconfigintrin.h @@ -134,6 +145,7 @@ lib/zig/include/tbmintrin.h lib/zig/include/tgmath.h lib/zig/include/tmmintrin.h lib/zig/include/tsxldtrkintrin.h +lib/zig/include/uintrintrin.h lib/zig/include/unwind.h lib/zig/include/vadefs.h lib/zig/include/vaesintrin.h @@ -144,6 +156,7 @@ lib/zig/include/waitpkgintrin.h lib/zig/include/wasm_simd128.h lib/zig/include/wbnoinvdintrin.h lib/zig/include/wmmintrin.h +lib/zig/include/x86gprintrin.h lib/zig/include/x86intrin.h lib/zig/include/xmmintrin.h lib/zig/include/xopintrin.h @@ -383,7 +396,6 @@ lib/zig/libc/glibc/sysdeps/sparc/crti.S lib/zig/libc/glibc/sysdeps/sparc/crtn.S lib/zig/libc/glibc/sysdeps/sparc/dl-dtprocnum.h lib/zig/libc/glibc/sysdeps/sparc/dl-sysdep.h -lib/zig/libc/glibc/sysdeps/sparc/nptl/bits/pthreadtypes-arch.h lib/zig/libc/glibc/sysdeps/sparc/sparc32/start.S lib/zig/libc/glibc/sysdeps/sparc/sparc64/start.S lib/zig/libc/glibc/sysdeps/sparc/sysdep.h @@ -525,9 +537,9 @@ lib/zig/libc/include/aarch64-linux-gnu/bits/pthreadtypes-arch.h lib/zig/libc/include/aarch64-linux-gnu/bits/semaphore.h lib/zig/libc/include/aarch64-linux-gnu/bits/setjmp.h lib/zig/libc/include/aarch64-linux-gnu/bits/sigstack.h -lib/zig/libc/include/aarch64-linux-gnu/bits/stat.h lib/zig/libc/include/aarch64-linux-gnu/bits/statfs.h lib/zig/libc/include/aarch64-linux-gnu/bits/struct_rwlock.h +lib/zig/libc/include/aarch64-linux-gnu/bits/struct_stat.h lib/zig/libc/include/aarch64-linux-gnu/bits/typesizes.h lib/zig/libc/include/aarch64-linux-gnu/bits/wordsize.h lib/zig/libc/include/aarch64-linux-gnu/fpu_control.h @@ -549,6 +561,163 @@ lib/zig/libc/include/aarch64-linux-musl/bits/setjmp.h lib/zig/libc/include/aarch64-linux-musl/bits/signal.h lib/zig/libc/include/aarch64-linux-musl/bits/syscall.h lib/zig/libc/include/aarch64-linux-musl/bits/user.h +lib/zig/libc/include/aarch64-macos-gnu/Availability.h +lib/zig/libc/include/aarch64-macos-gnu/AvailabilityInternal.h +lib/zig/libc/include/aarch64-macos-gnu/AvailabilityMacros.h +lib/zig/libc/include/aarch64-macos-gnu/AvailabilityVersions.h +lib/zig/libc/include/aarch64-macos-gnu/TargetConditionals.h +lib/zig/libc/include/aarch64-macos-gnu/_ctermid.h +lib/zig/libc/include/aarch64-macos-gnu/arm/_limits.h +lib/zig/libc/include/aarch64-macos-gnu/arm/_mcontext.h +lib/zig/libc/include/aarch64-macos-gnu/arm/_param.h +lib/zig/libc/include/aarch64-macos-gnu/arm/_types.h +lib/zig/libc/include/aarch64-macos-gnu/arm/arch.h +lib/zig/libc/include/aarch64-macos-gnu/arm/endian.h +lib/zig/libc/include/aarch64-macos-gnu/arm/limits.h +lib/zig/libc/include/aarch64-macos-gnu/arm/param.h +lib/zig/libc/include/aarch64-macos-gnu/arm/signal.h +lib/zig/libc/include/aarch64-macos-gnu/arm/types.h +lib/zig/libc/include/aarch64-macos-gnu/bsm/audit.h +lib/zig/libc/include/aarch64-macos-gnu/dispatch/block.h +lib/zig/libc/include/aarch64-macos-gnu/dispatch/dispatch.h +lib/zig/libc/include/aarch64-macos-gnu/dispatch/group.h +lib/zig/libc/include/aarch64-macos-gnu/dispatch/object.h +lib/zig/libc/include/aarch64-macos-gnu/dispatch/queue.h +lib/zig/libc/include/aarch64-macos-gnu/dispatch/semaphore.h +lib/zig/libc/include/aarch64-macos-gnu/dispatch/source.h +lib/zig/libc/include/aarch64-macos-gnu/dispatch/workloop.h +lib/zig/libc/include/aarch64-macos-gnu/libkern/OSAtomic.h +lib/zig/libc/include/aarch64-macos-gnu/libkern/OSAtomicDeprecated.h +lib/zig/libc/include/aarch64-macos-gnu/libkern/OSAtomicQueue.h +lib/zig/libc/include/aarch64-macos-gnu/libkern/OSByteOrder.h +lib/zig/libc/include/aarch64-macos-gnu/libkern/OSSpinLockDeprecated.h +lib/zig/libc/include/aarch64-macos-gnu/libkern/_OSByteOrder.h +lib/zig/libc/include/aarch64-macos-gnu/libkern/arm/OSByteOrder.h +lib/zig/libc/include/aarch64-macos-gnu/libproc.h +lib/zig/libc/include/aarch64-macos-gnu/mach-o/dyld.h +lib/zig/libc/include/aarch64-macos-gnu/mach-o/loader.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/_structs.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/boolean.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/exception.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/kern_return.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/processor_info.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/rpc.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/thread_state.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/thread_status.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/vm_param.h +lib/zig/libc/include/aarch64-macos-gnu/mach/arm/vm_types.h +lib/zig/libc/include/aarch64-macos-gnu/mach/kern_return.h +lib/zig/libc/include/aarch64-macos-gnu/mach/mach_port.h +lib/zig/libc/include/aarch64-macos-gnu/mach/mach_traps.h +lib/zig/libc/include/aarch64-macos-gnu/mach/mach_types.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/_structs.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/boolean.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/exception.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/kern_return.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/processor_info.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/rpc.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/thread_state.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/thread_status.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/vm_param.h +lib/zig/libc/include/aarch64-macos-gnu/mach/machine/vm_types.h +lib/zig/libc/include/aarch64-macos-gnu/mach/message.h +lib/zig/libc/include/aarch64-macos-gnu/mach/port.h +lib/zig/libc/include/aarch64-macos-gnu/mach/processor_set.h +lib/zig/libc/include/aarch64-macos-gnu/mach/task.h +lib/zig/libc/include/aarch64-macos-gnu/mach/task_info.h +lib/zig/libc/include/aarch64-macos-gnu/mach/task_policy.h +lib/zig/libc/include/aarch64-macos-gnu/mach/task_special_ports.h +lib/zig/libc/include/aarch64-macos-gnu/mach/thread_act.h +lib/zig/libc/include/aarch64-macos-gnu/mach/thread_special_ports.h +lib/zig/libc/include/aarch64-macos-gnu/mach/thread_status.h +lib/zig/libc/include/aarch64-macos-gnu/mach/vm_prot.h +lib/zig/libc/include/aarch64-macos-gnu/mach/vm_statistics.h +lib/zig/libc/include/aarch64-macos-gnu/mach/vm_types.h +lib/zig/libc/include/aarch64-macos-gnu/machine/_mcontext.h +lib/zig/libc/include/aarch64-macos-gnu/machine/_param.h +lib/zig/libc/include/aarch64-macos-gnu/machine/_types.h +lib/zig/libc/include/aarch64-macos-gnu/machine/endian.h +lib/zig/libc/include/aarch64-macos-gnu/machine/limits.h +lib/zig/libc/include/aarch64-macos-gnu/machine/param.h +lib/zig/libc/include/aarch64-macos-gnu/machine/signal.h +lib/zig/libc/include/aarch64-macos-gnu/machine/types.h +lib/zig/libc/include/aarch64-macos-gnu/malloc/_malloc.h +lib/zig/libc/include/aarch64-macos-gnu/malloc/malloc.h +lib/zig/libc/include/aarch64-macos-gnu/math.h +lib/zig/libc/include/aarch64-macos-gnu/net/if.h +lib/zig/libc/include/aarch64-macos-gnu/net/if_var.h +lib/zig/libc/include/aarch64-macos-gnu/net/route.h +lib/zig/libc/include/aarch64-macos-gnu/netinet/in.h +lib/zig/libc/include/aarch64-macos-gnu/netinet/tcp.h +lib/zig/libc/include/aarch64-macos-gnu/netinet6/in6.h +lib/zig/libc/include/aarch64-macos-gnu/objc/objc-api.h +lib/zig/libc/include/aarch64-macos-gnu/objc/runtime.h +lib/zig/libc/include/aarch64-macos-gnu/os/base.h +lib/zig/libc/include/aarch64-macos-gnu/os/clock.h +lib/zig/libc/include/aarch64-macos-gnu/os/object.h +lib/zig/libc/include/aarch64-macos-gnu/os/workgroup.h +lib/zig/libc/include/aarch64-macos-gnu/os/workgroup_base.h +lib/zig/libc/include/aarch64-macos-gnu/os/workgroup_interval.h +lib/zig/libc/include/aarch64-macos-gnu/os/workgroup_object.h +lib/zig/libc/include/aarch64-macos-gnu/os/workgroup_parallel.h +lib/zig/libc/include/aarch64-macos-gnu/pthread.h +lib/zig/libc/include/aarch64-macos-gnu/pthread/sched.h +lib/zig/libc/include/aarch64-macos-gnu/sched.h +lib/zig/libc/include/aarch64-macos-gnu/signal.h +lib/zig/libc/include/aarch64-macos-gnu/simd/common.h +lib/zig/libc/include/aarch64-macos-gnu/simd/conversion.h +lib/zig/libc/include/aarch64-macos-gnu/simd/logic.h +lib/zig/libc/include/aarch64-macos-gnu/simd/math.h +lib/zig/libc/include/aarch64-macos-gnu/simd/packed.h +lib/zig/libc/include/aarch64-macos-gnu/simd/quaternion.h +lib/zig/libc/include/aarch64-macos-gnu/spawn.h +lib/zig/libc/include/aarch64-macos-gnu/stdio.h +lib/zig/libc/include/aarch64-macos-gnu/stdlib.h +lib/zig/libc/include/aarch64-macos-gnu/string.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_pthread/_pthread_attr_t.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_pthread/_pthread_cond_t.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_pthread/_pthread_condattr_t.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_pthread/_pthread_rwlock_t.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_pthread/_pthread_rwlockattr_t.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_pthread/_pthread_t.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_pthread/_pthread_types.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_select.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_symbol_aliasing.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_types/_fd_def.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_types/_int8_t.h +lib/zig/libc/include/aarch64-macos-gnu/sys/_types/_ucontext.h +lib/zig/libc/include/aarch64-macos-gnu/sys/acl.h +lib/zig/libc/include/aarch64-macos-gnu/sys/attr.h +lib/zig/libc/include/aarch64-macos-gnu/sys/cdefs.h +lib/zig/libc/include/aarch64-macos-gnu/sys/event.h +lib/zig/libc/include/aarch64-macos-gnu/sys/fcntl.h +lib/zig/libc/include/aarch64-macos-gnu/sys/ioccom.h +lib/zig/libc/include/aarch64-macos-gnu/sys/kauth.h +lib/zig/libc/include/aarch64-macos-gnu/sys/kern_control.h +lib/zig/libc/include/aarch64-macos-gnu/sys/mman.h +lib/zig/libc/include/aarch64-macos-gnu/sys/mount.h +lib/zig/libc/include/aarch64-macos-gnu/sys/param.h +lib/zig/libc/include/aarch64-macos-gnu/sys/proc.h +lib/zig/libc/include/aarch64-macos-gnu/sys/proc_info.h +lib/zig/libc/include/aarch64-macos-gnu/sys/resource.h +lib/zig/libc/include/aarch64-macos-gnu/sys/shm.h +lib/zig/libc/include/aarch64-macos-gnu/sys/socket.h +lib/zig/libc/include/aarch64-macos-gnu/sys/sockio.h +lib/zig/libc/include/aarch64-macos-gnu/sys/spawn.h +lib/zig/libc/include/aarch64-macos-gnu/sys/stat.h +lib/zig/libc/include/aarch64-macos-gnu/sys/sysctl.h +lib/zig/libc/include/aarch64-macos-gnu/sys/syslimits.h +lib/zig/libc/include/aarch64-macos-gnu/sys/ucontext.h +lib/zig/libc/include/aarch64-macos-gnu/sys/uio.h +lib/zig/libc/include/aarch64-macos-gnu/sys/un.h +lib/zig/libc/include/aarch64-macos-gnu/ucontext.h +lib/zig/libc/include/aarch64-macos-gnu/xlocale/_inttypes.h +lib/zig/libc/include/aarch64-macos-gnu/xlocale/_wchar.h +lib/zig/libc/include/aarch64-macos-gnu/xpc/availability.h +lib/zig/libc/include/aarch64-macos-gnu/xpc/base.h +lib/zig/libc/include/aarch64-macos-gnu/xpc/connection.h +lib/zig/libc/include/aarch64-macos-gnu/xpc/xpc.h lib/zig/libc/include/aarch64_be-linux-any/asm/auxvec.h lib/zig/libc/include/aarch64_be-linux-any/asm/bitsperlong.h lib/zig/libc/include/aarch64_be-linux-any/asm/bpf_perf_event.h @@ -583,9 +752,9 @@ lib/zig/libc/include/aarch64_be-linux-gnu/bits/pthreadtypes-arch.h lib/zig/libc/include/aarch64_be-linux-gnu/bits/semaphore.h lib/zig/libc/include/aarch64_be-linux-gnu/bits/setjmp.h lib/zig/libc/include/aarch64_be-linux-gnu/bits/sigstack.h -lib/zig/libc/include/aarch64_be-linux-gnu/bits/stat.h lib/zig/libc/include/aarch64_be-linux-gnu/bits/statfs.h lib/zig/libc/include/aarch64_be-linux-gnu/bits/struct_rwlock.h +lib/zig/libc/include/aarch64_be-linux-gnu/bits/struct_stat.h lib/zig/libc/include/aarch64_be-linux-gnu/bits/typesizes.h lib/zig/libc/include/aarch64_be-linux-gnu/bits/wordsize.h lib/zig/libc/include/aarch64_be-linux-gnu/fpu_control.h @@ -1416,6 +1585,297 @@ lib/zig/libc/include/any-linux-any/linux/xfrm.h lib/zig/libc/include/any-linux-any/linux/xilinx-v4l2-controls.h lib/zig/libc/include/any-linux-any/linux/zorro.h lib/zig/libc/include/any-linux-any/linux/zorro_ids.h +lib/zig/libc/include/any-macos-any/AssertMacros.h +lib/zig/libc/include/any-macos-any/Block.h +lib/zig/libc/include/any-macos-any/ConditionalMacros.h +lib/zig/libc/include/any-macos-any/MacTypes.h +lib/zig/libc/include/any-macos-any/__wctype.h +lib/zig/libc/include/any-macos-any/_ctype.h +lib/zig/libc/include/any-macos-any/_locale.h +lib/zig/libc/include/any-macos-any/_regex.h +lib/zig/libc/include/any-macos-any/_stdio.h +lib/zig/libc/include/any-macos-any/_types.h +lib/zig/libc/include/any-macos-any/_types/_intmax_t.h +lib/zig/libc/include/any-macos-any/_types/_nl_item.h +lib/zig/libc/include/any-macos-any/_types/_uint16_t.h +lib/zig/libc/include/any-macos-any/_types/_uint32_t.h +lib/zig/libc/include/any-macos-any/_types/_uint64_t.h +lib/zig/libc/include/any-macos-any/_types/_uint8_t.h +lib/zig/libc/include/any-macos-any/_types/_uintmax_t.h +lib/zig/libc/include/any-macos-any/_types/_wctrans_t.h +lib/zig/libc/include/any-macos-any/_types/_wctype_t.h +lib/zig/libc/include/any-macos-any/_wctype.h +lib/zig/libc/include/any-macos-any/_xlocale.h +lib/zig/libc/include/any-macos-any/aio.h +lib/zig/libc/include/any-macos-any/alloca.h +lib/zig/libc/include/any-macos-any/architecture/byte_order.h +lib/zig/libc/include/any-macos-any/arpa/inet.h +lib/zig/libc/include/any-macos-any/assert.h +lib/zig/libc/include/any-macos-any/complex.h +lib/zig/libc/include/any-macos-any/copyfile.h +lib/zig/libc/include/any-macos-any/cpio.h +lib/zig/libc/include/any-macos-any/crt_externs.h +lib/zig/libc/include/any-macos-any/ctype.h +lib/zig/libc/include/any-macos-any/device/device_types.h +lib/zig/libc/include/any-macos-any/dirent.h +lib/zig/libc/include/any-macos-any/dispatch/base.h +lib/zig/libc/include/any-macos-any/dispatch/data.h +lib/zig/libc/include/any-macos-any/dispatch/io.h +lib/zig/libc/include/any-macos-any/dispatch/once.h +lib/zig/libc/include/any-macos-any/dispatch/time.h +lib/zig/libc/include/any-macos-any/dlfcn.h +lib/zig/libc/include/any-macos-any/errno.h +lib/zig/libc/include/any-macos-any/execinfo.h +lib/zig/libc/include/any-macos-any/fcntl.h +lib/zig/libc/include/any-macos-any/fenv.h +lib/zig/libc/include/any-macos-any/float.h +lib/zig/libc/include/any-macos-any/fmtmsg.h +lib/zig/libc/include/any-macos-any/fnmatch.h +lib/zig/libc/include/any-macos-any/ftw.h +lib/zig/libc/include/any-macos-any/gethostuuid.h +lib/zig/libc/include/any-macos-any/glob.h +lib/zig/libc/include/any-macos-any/grp.h +lib/zig/libc/include/any-macos-any/hfs/hfs_format.h +lib/zig/libc/include/any-macos-any/hfs/hfs_unistr.h +lib/zig/libc/include/any-macos-any/iconv.h +lib/zig/libc/include/any-macos-any/ifaddrs.h +lib/zig/libc/include/any-macos-any/inttypes.h +lib/zig/libc/include/any-macos-any/langinfo.h +lib/zig/libc/include/any-macos-any/launch.h +lib/zig/libc/include/any-macos-any/libgen.h +lib/zig/libc/include/any-macos-any/libkern/OSTypes.h +lib/zig/libc/include/any-macos-any/limits.h +lib/zig/libc/include/any-macos-any/locale.h +lib/zig/libc/include/any-macos-any/mach/boolean.h +lib/zig/libc/include/any-macos-any/mach/clock.h +lib/zig/libc/include/any-macos-any/mach/clock_priv.h +lib/zig/libc/include/any-macos-any/mach/clock_types.h +lib/zig/libc/include/any-macos-any/mach/dyld_kernel.h +lib/zig/libc/include/any-macos-any/mach/error.h +lib/zig/libc/include/any-macos-any/mach/exception_types.h +lib/zig/libc/include/any-macos-any/mach/host_info.h +lib/zig/libc/include/any-macos-any/mach/host_notify.h +lib/zig/libc/include/any-macos-any/mach/host_priv.h +lib/zig/libc/include/any-macos-any/mach/host_security.h +lib/zig/libc/include/any-macos-any/mach/host_special_ports.h +lib/zig/libc/include/any-macos-any/mach/kmod.h +lib/zig/libc/include/any-macos-any/mach/lock_set.h +lib/zig/libc/include/any-macos-any/mach/mach.h +lib/zig/libc/include/any-macos-any/mach/mach_error.h +lib/zig/libc/include/any-macos-any/mach/mach_host.h +lib/zig/libc/include/any-macos-any/mach/mach_init.h +lib/zig/libc/include/any-macos-any/mach/mach_interface.h +lib/zig/libc/include/any-macos-any/mach/mach_time.h +lib/zig/libc/include/any-macos-any/mach/mach_voucher_types.h +lib/zig/libc/include/any-macos-any/mach/memory_object_types.h +lib/zig/libc/include/any-macos-any/mach/mig.h +lib/zig/libc/include/any-macos-any/mach/mig_errors.h +lib/zig/libc/include/any-macos-any/mach/mig_strncpy_zerofill_support.h +lib/zig/libc/include/any-macos-any/mach/ndr.h +lib/zig/libc/include/any-macos-any/mach/notify.h +lib/zig/libc/include/any-macos-any/mach/policy.h +lib/zig/libc/include/any-macos-any/mach/processor.h +lib/zig/libc/include/any-macos-any/mach/processor_info.h +lib/zig/libc/include/any-macos-any/mach/rpc.h +lib/zig/libc/include/any-macos-any/mach/semaphore.h +lib/zig/libc/include/any-macos-any/mach/std_types.h +lib/zig/libc/include/any-macos-any/mach/sync_policy.h +lib/zig/libc/include/any-macos-any/mach/task_inspect.h +lib/zig/libc/include/any-macos-any/mach/thread_info.h +lib/zig/libc/include/any-macos-any/mach/thread_policy.h +lib/zig/libc/include/any-macos-any/mach/thread_switch.h +lib/zig/libc/include/any-macos-any/mach/time_value.h +lib/zig/libc/include/any-macos-any/mach/vm_attributes.h +lib/zig/libc/include/any-macos-any/mach/vm_behavior.h +lib/zig/libc/include/any-macos-any/mach/vm_inherit.h +lib/zig/libc/include/any-macos-any/mach/vm_map.h +lib/zig/libc/include/any-macos-any/mach/vm_page_size.h +lib/zig/libc/include/any-macos-any/mach/vm_purgable.h +lib/zig/libc/include/any-macos-any/mach/vm_region.h +lib/zig/libc/include/any-macos-any/mach/vm_sync.h +lib/zig/libc/include/any-macos-any/mach_debug/hash_info.h +lib/zig/libc/include/any-macos-any/mach_debug/ipc_info.h +lib/zig/libc/include/any-macos-any/mach_debug/lockgroup_info.h +lib/zig/libc/include/any-macos-any/mach_debug/mach_debug_types.h +lib/zig/libc/include/any-macos-any/mach_debug/page_info.h +lib/zig/libc/include/any-macos-any/mach_debug/vm_info.h +lib/zig/libc/include/any-macos-any/mach_debug/zone_info.h +lib/zig/libc/include/any-macos-any/memory.h +lib/zig/libc/include/any-macos-any/monetary.h +lib/zig/libc/include/any-macos-any/ndbm.h +lib/zig/libc/include/any-macos-any/net/if_dl.h +lib/zig/libc/include/any-macos-any/net/net_kev.h +lib/zig/libc/include/any-macos-any/netdb.h +lib/zig/libc/include/any-macos-any/nl_types.h +lib/zig/libc/include/any-macos-any/objc/NSObjCRuntime.h +lib/zig/libc/include/any-macos-any/objc/NSObject.h +lib/zig/libc/include/any-macos-any/objc/message.h +lib/zig/libc/include/any-macos-any/objc/objc.h +lib/zig/libc/include/any-macos-any/os/availability.h +lib/zig/libc/include/any-macos-any/os/lock.h +lib/zig/libc/include/any-macos-any/poll.h +lib/zig/libc/include/any-macos-any/pthread/pthread_impl.h +lib/zig/libc/include/any-macos-any/pthread/qos.h +lib/zig/libc/include/any-macos-any/pwd.h +lib/zig/libc/include/any-macos-any/regex.h +lib/zig/libc/include/any-macos-any/runetype.h +lib/zig/libc/include/any-macos-any/search.h +lib/zig/libc/include/any-macos-any/secure/_common.h +lib/zig/libc/include/any-macos-any/secure/_stdio.h +lib/zig/libc/include/any-macos-any/secure/_string.h +lib/zig/libc/include/any-macos-any/secure/_strings.h +lib/zig/libc/include/any-macos-any/semaphore.h +lib/zig/libc/include/any-macos-any/setjmp.h +lib/zig/libc/include/any-macos-any/simd/base.h +lib/zig/libc/include/any-macos-any/simd/extern.h +lib/zig/libc/include/any-macos-any/simd/geometry.h +lib/zig/libc/include/any-macos-any/simd/matrix.h +lib/zig/libc/include/any-macos-any/simd/matrix_types.h +lib/zig/libc/include/any-macos-any/simd/simd.h +lib/zig/libc/include/any-macos-any/simd/types.h +lib/zig/libc/include/any-macos-any/simd/vector.h +lib/zig/libc/include/any-macos-any/simd/vector_make.h +lib/zig/libc/include/any-macos-any/simd/vector_types.h +lib/zig/libc/include/any-macos-any/stdint.h +lib/zig/libc/include/any-macos-any/strings.h +lib/zig/libc/include/any-macos-any/sys/_endian.h +lib/zig/libc/include/any-macos-any/sys/_posix_availability.h +lib/zig/libc/include/any-macos-any/sys/_pthread/_pthread_key_t.h +lib/zig/libc/include/any-macos-any/sys/_pthread/_pthread_mutex_t.h +lib/zig/libc/include/any-macos-any/sys/_pthread/_pthread_mutexattr_t.h +lib/zig/libc/include/any-macos-any/sys/_pthread/_pthread_once_t.h +lib/zig/libc/include/any-macos-any/sys/_types.h +lib/zig/libc/include/any-macos-any/sys/_types/_blkcnt_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_blksize_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_caddr_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_clock_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_ct_rune_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_dev_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_errno_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_fd_clr.h +lib/zig/libc/include/any-macos-any/sys/_types/_fd_copy.h +lib/zig/libc/include/any-macos-any/sys/_types/_fd_isset.h +lib/zig/libc/include/any-macos-any/sys/_types/_fd_set.h +lib/zig/libc/include/any-macos-any/sys/_types/_fd_setsize.h +lib/zig/libc/include/any-macos-any/sys/_types/_fd_zero.h +lib/zig/libc/include/any-macos-any/sys/_types/_filesec_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_fsblkcnt_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_fsfilcnt_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_fsid_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_fsobj_id_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_gid_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_guid_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_id_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_in_addr_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_in_port_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_ino64_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_ino_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_int16_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_int32_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_int64_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_intptr_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_iovec_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_key_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_mach_port_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_mbstate_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_mode_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_nlink_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_null.h +lib/zig/libc/include/any-macos-any/sys/_types/_o_dsync.h +lib/zig/libc/include/any-macos-any/sys/_types/_o_sync.h +lib/zig/libc/include/any-macos-any/sys/_types/_off_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_os_inline.h +lib/zig/libc/include/any-macos-any/sys/_types/_pid_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_posix_vdisable.h +lib/zig/libc/include/any-macos-any/sys/_types/_rsize_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_rune_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_s_ifmt.h +lib/zig/libc/include/any-macos-any/sys/_types/_sa_family_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_seek_set.h +lib/zig/libc/include/any-macos-any/sys/_types/_sigaltstack.h +lib/zig/libc/include/any-macos-any/sys/_types/_sigset_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_size_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_socklen_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_ssize_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_suseconds_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_time_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_timespec.h +lib/zig/libc/include/any-macos-any/sys/_types/_timeval.h +lib/zig/libc/include/any-macos-any/sys/_types/_timeval32.h +lib/zig/libc/include/any-macos-any/sys/_types/_timeval64.h +lib/zig/libc/include/any-macos-any/sys/_types/_u_char.h +lib/zig/libc/include/any-macos-any/sys/_types/_u_int.h +lib/zig/libc/include/any-macos-any/sys/_types/_u_int16_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_u_int32_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_u_int64_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_u_int8_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_u_short.h +lib/zig/libc/include/any-macos-any/sys/_types/_uid_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_uintptr_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_useconds_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_uuid_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_va_list.h +lib/zig/libc/include/any-macos-any/sys/_types/_wchar_t.h +lib/zig/libc/include/any-macos-any/sys/_types/_wint_t.h +lib/zig/libc/include/any-macos-any/sys/aio.h +lib/zig/libc/include/any-macos-any/sys/appleapiopts.h +lib/zig/libc/include/any-macos-any/sys/dirent.h +lib/zig/libc/include/any-macos-any/sys/errno.h +lib/zig/libc/include/any-macos-any/sys/file.h +lib/zig/libc/include/any-macos-any/sys/filio.h +lib/zig/libc/include/any-macos-any/sys/ioctl.h +lib/zig/libc/include/any-macos-any/sys/ipc.h +lib/zig/libc/include/any-macos-any/sys/lock.h +lib/zig/libc/include/any-macos-any/sys/msg.h +lib/zig/libc/include/any-macos-any/sys/poll.h +lib/zig/libc/include/any-macos-any/sys/qos.h +lib/zig/libc/include/any-macos-any/sys/queue.h +lib/zig/libc/include/any-macos-any/sys/select.h +lib/zig/libc/include/any-macos-any/sys/sem.h +lib/zig/libc/include/any-macos-any/sys/semaphore.h +lib/zig/libc/include/any-macos-any/sys/signal.h +lib/zig/libc/include/any-macos-any/sys/statvfs.h +lib/zig/libc/include/any-macos-any/sys/stdio.h +lib/zig/libc/include/any-macos-any/sys/syslog.h +lib/zig/libc/include/any-macos-any/sys/termios.h +lib/zig/libc/include/any-macos-any/sys/time.h +lib/zig/libc/include/any-macos-any/sys/times.h +lib/zig/libc/include/any-macos-any/sys/ttycom.h +lib/zig/libc/include/any-macos-any/sys/ttydefaults.h +lib/zig/libc/include/any-macos-any/sys/types.h +lib/zig/libc/include/any-macos-any/sys/ucred.h +lib/zig/libc/include/any-macos-any/sys/unistd.h +lib/zig/libc/include/any-macos-any/sys/utsname.h +lib/zig/libc/include/any-macos-any/sys/vm.h +lib/zig/libc/include/any-macos-any/sys/wait.h +lib/zig/libc/include/any-macos-any/sysexits.h +lib/zig/libc/include/any-macos-any/syslog.h +lib/zig/libc/include/any-macos-any/tar.h +lib/zig/libc/include/any-macos-any/termios.h +lib/zig/libc/include/any-macos-any/tgmath.h +lib/zig/libc/include/any-macos-any/time.h +lib/zig/libc/include/any-macos-any/ulimit.h +lib/zig/libc/include/any-macos-any/unistd.h +lib/zig/libc/include/any-macos-any/utime.h +lib/zig/libc/include/any-macos-any/utmpx.h +lib/zig/libc/include/any-macos-any/uuid/uuid.h +lib/zig/libc/include/any-macos-any/wchar.h +lib/zig/libc/include/any-macos-any/wctype.h +lib/zig/libc/include/any-macos-any/wordexp.h +lib/zig/libc/include/any-macos-any/xlocale.h +lib/zig/libc/include/any-macos-any/xlocale/__wctype.h +lib/zig/libc/include/any-macos-any/xlocale/_ctype.h +lib/zig/libc/include/any-macos-any/xlocale/_langinfo.h +lib/zig/libc/include/any-macos-any/xlocale/_monetary.h +lib/zig/libc/include/any-macos-any/xlocale/_regex.h +lib/zig/libc/include/any-macos-any/xlocale/_stdio.h +lib/zig/libc/include/any-macos-any/xlocale/_stdlib.h +lib/zig/libc/include/any-macos-any/xlocale/_string.h +lib/zig/libc/include/any-macos-any/xlocale/_time.h +lib/zig/libc/include/any-macos-any/xlocale/_wctype.h +lib/zig/libc/include/any-macos-any/xpc/activity.h +lib/zig/libc/include/any-macos-any/xpc/debug.h +lib/zig/libc/include/any-macos-any/xpc/endpoint.h lib/zig/libc/include/any-windows-any/GL/gl.h lib/zig/libc/include/any-windows-any/GL/glaux.h lib/zig/libc/include/any-windows-any/GL/glcorearb.h @@ -1480,9 +1940,7 @@ lib/zig/libc/include/any-windows-any/alg.h lib/zig/libc/include/any-windows-any/alink.h lib/zig/libc/include/any-windows-any/amaudio.h lib/zig/libc/include/any-windows-any/amstream.h -lib/zig/libc/include/any-windows-any/amstream.idl lib/zig/libc/include/any-windows-any/amvideo.h -lib/zig/libc/include/any-windows-any/amvideo.idl lib/zig/libc/include/any-windows-any/apdevpkey.h lib/zig/libc/include/any-windows-any/apiset.h lib/zig/libc/include/any-windows-any/apisetcconv.h @@ -1490,6 +1948,7 @@ lib/zig/libc/include/any-windows-any/appmgmt.h lib/zig/libc/include/any-windows-any/aqadmtyp.h lib/zig/libc/include/any-windows-any/asptlb.h lib/zig/libc/include/any-windows-any/assert.h +lib/zig/libc/include/any-windows-any/asyncinfo.h lib/zig/libc/include/any-windows-any/atacct.h lib/zig/libc/include/any-windows-any/atalkwsh.h lib/zig/libc/include/any-windows-any/atsmedia.h @@ -1501,7 +1960,6 @@ lib/zig/libc/include/any-windows-any/audioengineendpoint.h lib/zig/libc/include/any-windows-any/audiopolicy.h lib/zig/libc/include/any-windows-any/audiosessiontypes.h lib/zig/libc/include/any-windows-any/austream.h -lib/zig/libc/include/any-windows-any/austream.idl lib/zig/libc/include/any-windows-any/authif.h lib/zig/libc/include/any-windows-any/authz.h lib/zig/libc/include/any-windows-any/aux_ulib.h @@ -1633,7 +2091,6 @@ lib/zig/libc/include/any-windows-any/d2dbasetypes.h lib/zig/libc/include/any-windows-any/d2derr.h lib/zig/libc/include/any-windows-any/d3d.h lib/zig/libc/include/any-windows-any/d3d10.h -lib/zig/libc/include/any-windows-any/d3d10.idl lib/zig/libc/include/any-windows-any/d3d10_1.h lib/zig/libc/include/any-windows-any/d3d10_1shader.h lib/zig/libc/include/any-windows-any/d3d10effect.h @@ -1641,22 +2098,16 @@ lib/zig/libc/include/any-windows-any/d3d10misc.h lib/zig/libc/include/any-windows-any/d3d10sdklayers.h lib/zig/libc/include/any-windows-any/d3d10shader.h lib/zig/libc/include/any-windows-any/d3d11.h -lib/zig/libc/include/any-windows-any/d3d11.idl lib/zig/libc/include/any-windows-any/d3d11_1.h -lib/zig/libc/include/any-windows-any/d3d11_1.idl lib/zig/libc/include/any-windows-any/d3d11_2.h -lib/zig/libc/include/any-windows-any/d3d11_2.idl lib/zig/libc/include/any-windows-any/d3d11_3.h -lib/zig/libc/include/any-windows-any/d3d11_3.idl lib/zig/libc/include/any-windows-any/d3d11_4.h -lib/zig/libc/include/any-windows-any/d3d11_4.idl +lib/zig/libc/include/any-windows-any/d3d11on12.h lib/zig/libc/include/any-windows-any/d3d11sdklayers.h -lib/zig/libc/include/any-windows-any/d3d11sdklayers.idl lib/zig/libc/include/any-windows-any/d3d11shader.h lib/zig/libc/include/any-windows-any/d3d12.h -lib/zig/libc/include/any-windows-any/d3d12.idl +lib/zig/libc/include/any-windows-any/d3d12sdklayers.h lib/zig/libc/include/any-windows-any/d3d12shader.h -lib/zig/libc/include/any-windows-any/d3d12shader.idl lib/zig/libc/include/any-windows-any/d3d8.h lib/zig/libc/include/any-windows-any/d3d8caps.h lib/zig/libc/include/any-windows-any/d3d8types.h @@ -1667,7 +2118,6 @@ lib/zig/libc/include/any-windows-any/d3dcaps.h lib/zig/libc/include/any-windows-any/d3dcommon.h lib/zig/libc/include/any-windows-any/d3dcompiler.h lib/zig/libc/include/any-windows-any/d3dhal.h -lib/zig/libc/include/any-windows-any/d3dnthal.h lib/zig/libc/include/any-windows-any/d3drm.h lib/zig/libc/include/any-windows-any/d3drmdef.h lib/zig/libc/include/any-windows-any/d3drmobj.h @@ -1784,14 +2234,10 @@ lib/zig/libc/include/any-windows-any/ddk/wmidata.h lib/zig/libc/include/any-windows-any/ddk/wmilib.h lib/zig/libc/include/any-windows-any/ddk/ws2san.h lib/zig/libc/include/any-windows-any/ddk/xfilter.h -lib/zig/libc/include/any-windows-any/ddkernel.h -lib/zig/libc/include/any-windows-any/ddkmapi.h lib/zig/libc/include/any-windows-any/ddraw.h lib/zig/libc/include/any-windows-any/ddrawgdi.h lib/zig/libc/include/any-windows-any/ddrawi.h -lib/zig/libc/include/any-windows-any/ddrawint.h lib/zig/libc/include/any-windows-any/ddstream.h -lib/zig/libc/include/any-windows-any/ddstream.idl lib/zig/libc/include/any-windows-any/debugapi.h lib/zig/libc/include/any-windows-any/delayimp.h lib/zig/libc/include/any-windows-any/devguid.h @@ -1812,8 +2258,11 @@ lib/zig/libc/include/any-windows-any/dinput.h lib/zig/libc/include/any-windows-any/dinputd.h lib/zig/libc/include/any-windows-any/dir.h lib/zig/libc/include/any-windows-any/direct.h +lib/zig/libc/include/any-windows-any/directmanipulation.h +lib/zig/libc/include/any-windows-any/directxmath.h lib/zig/libc/include/any-windows-any/dirent.h lib/zig/libc/include/any-windows-any/diskguid.h +lib/zig/libc/include/any-windows-any/dismapi.h lib/zig/libc/include/any-windows-any/dispatch.h lib/zig/libc/include/any-windows-any/dispatcherqueue.h lib/zig/libc/include/any-windows-any/dispdib.h @@ -1828,7 +2277,6 @@ lib/zig/libc/include/any-windows-any/dmerror.h lib/zig/libc/include/any-windows-any/dmksctrl.h lib/zig/libc/include/any-windows-any/dmo.h lib/zig/libc/include/any-windows-any/dmodshow.h -lib/zig/libc/include/any-windows-any/dmodshow.idl lib/zig/libc/include/any-windows-any/dmoreg.h lib/zig/libc/include/any-windows-any/dmort.h lib/zig/libc/include/any-windows-any/dmplugin.h @@ -1871,7 +2319,6 @@ lib/zig/libc/include/any-windows-any/dvdif.h lib/zig/libc/include/any-windows-any/dvdmedia.h lib/zig/libc/include/any-windows-any/dvec.h lib/zig/libc/include/any-windows-any/dvobj.h -lib/zig/libc/include/any-windows-any/dvp.h lib/zig/libc/include/any-windows-any/dwmapi.h lib/zig/libc/include/any-windows-any/dwrite.h lib/zig/libc/include/any-windows-any/dwrite_1.h @@ -1882,24 +2329,15 @@ lib/zig/libc/include/any-windows-any/dxerr8.h lib/zig/libc/include/any-windows-any/dxerr9.h lib/zig/libc/include/any-windows-any/dxfile.h lib/zig/libc/include/any-windows-any/dxgi.h -lib/zig/libc/include/any-windows-any/dxgi.idl lib/zig/libc/include/any-windows-any/dxgi1_2.h -lib/zig/libc/include/any-windows-any/dxgi1_2.idl lib/zig/libc/include/any-windows-any/dxgi1_3.h -lib/zig/libc/include/any-windows-any/dxgi1_3.idl lib/zig/libc/include/any-windows-any/dxgi1_4.h -lib/zig/libc/include/any-windows-any/dxgi1_4.idl lib/zig/libc/include/any-windows-any/dxgi1_5.h -lib/zig/libc/include/any-windows-any/dxgi1_5.idl lib/zig/libc/include/any-windows-any/dxgi1_6.h -lib/zig/libc/include/any-windows-any/dxgi1_6.idl lib/zig/libc/include/any-windows-any/dxgicommon.h -lib/zig/libc/include/any-windows-any/dxgicommon.idl lib/zig/libc/include/any-windows-any/dxgidebug.h lib/zig/libc/include/any-windows-any/dxgiformat.h -lib/zig/libc/include/any-windows-any/dxgiformat.idl lib/zig/libc/include/any-windows-any/dxgitype.h -lib/zig/libc/include/any-windows-any/dxgitype.idl lib/zig/libc/include/any-windows-any/dxtmpl.h lib/zig/libc/include/any-windows-any/dxva.h lib/zig/libc/include/any-windows-any/dxva2api.h @@ -1918,6 +2356,7 @@ lib/zig/libc/include/any-windows-any/edevdefs.h lib/zig/libc/include/any-windows-any/eh.h lib/zig/libc/include/any-windows-any/ehstorapi.h lib/zig/libc/include/any-windows-any/elscore.h +lib/zig/libc/include/any-windows-any/elssrvc.h lib/zig/libc/include/any-windows-any/emostore.h lib/zig/libc/include/any-windows-any/emptyvc.h lib/zig/libc/include/any-windows-any/endpointvolume.h @@ -1930,6 +2369,7 @@ lib/zig/libc/include/any-windows-any/esent.h lib/zig/libc/include/any-windows-any/evcode.h lib/zig/libc/include/any-windows-any/evcoll.h lib/zig/libc/include/any-windows-any/eventsys.h +lib/zig/libc/include/any-windows-any/eventtoken.h lib/zig/libc/include/any-windows-any/evntcons.h lib/zig/libc/include/any-windows-any/evntprov.h lib/zig/libc/include/any-windows-any/evntrace.h @@ -2184,9 +2624,7 @@ lib/zig/libc/include/any-windows-any/mdhcp.h lib/zig/libc/include/any-windows-any/mdmsg.h lib/zig/libc/include/any-windows-any/mediaerr.h lib/zig/libc/include/any-windows-any/mediaobj.h -lib/zig/libc/include/any-windows-any/mediaobj.idl lib/zig/libc/include/any-windows-any/medparam.h -lib/zig/libc/include/any-windows-any/medparam.idl lib/zig/libc/include/any-windows-any/mem.h lib/zig/libc/include/any-windows-any/memory.h lib/zig/libc/include/any-windows-any/memoryapi.h @@ -2194,7 +2632,6 @@ lib/zig/libc/include/any-windows-any/mergemod.h lib/zig/libc/include/any-windows-any/mfapi.h lib/zig/libc/include/any-windows-any/mferror.h lib/zig/libc/include/any-windows-any/mfidl.h -lib/zig/libc/include/any-windows-any/mfidl.idl lib/zig/libc/include/any-windows-any/mfmp2dlna.h lib/zig/libc/include/any-windows-any/mfobjects.h lib/zig/libc/include/any-windows-any/mfplay.h @@ -2211,10 +2648,10 @@ lib/zig/libc/include/any-windows-any/minwindef.h lib/zig/libc/include/any-windows-any/mlang.h lib/zig/libc/include/any-windows-any/mmc.h lib/zig/libc/include/any-windows-any/mmcobj.h +lib/zig/libc/include/any-windows-any/mmddk.h lib/zig/libc/include/any-windows-any/mmdeviceapi.h lib/zig/libc/include/any-windows-any/mmreg.h lib/zig/libc/include/any-windows-any/mmstream.h -lib/zig/libc/include/any-windows-any/mmstream.idl lib/zig/libc/include/any-windows-any/mmsystem.h lib/zig/libc/include/any-windows-any/mobsync.h lib/zig/libc/include/any-windows-any/moniker.h @@ -2319,7 +2756,6 @@ lib/zig/libc/include/any-windows-any/napsystemhealthagent.h lib/zig/libc/include/any-windows-any/napsystemhealthvalidator.h lib/zig/libc/include/any-windows-any/naptypes.h lib/zig/libc/include/any-windows-any/naputil.h -lib/zig/libc/include/any-windows-any/naputil.w lib/zig/libc/include/any-windows-any/nb30.h lib/zig/libc/include/any-windows-any/ncrypt.h lib/zig/libc/include/any-windows-any/ndattrib.h @@ -2484,10 +2920,8 @@ lib/zig/libc/include/any-windows-any/pthread_signal.h lib/zig/libc/include/any-windows-any/pthread_time.h lib/zig/libc/include/any-windows-any/pthread_unistd.h lib/zig/libc/include/any-windows-any/qedit.h -lib/zig/libc/include/any-windows-any/qedit.idl lib/zig/libc/include/any-windows-any/qmgr.h lib/zig/libc/include/any-windows-any/qnetwork.h -lib/zig/libc/include/any-windows-any/qnetwork.idl lib/zig/libc/include/any-windows-any/qos.h lib/zig/libc/include/any-windows-any/qos2.h lib/zig/libc/include/any-windows-any/qosname.h @@ -2507,6 +2941,7 @@ lib/zig/libc/include/any-windows-any/recguids.h lib/zig/libc/include/any-windows-any/reconcil.h lib/zig/libc/include/any-windows-any/regbag.h lib/zig/libc/include/any-windows-any/regstr.h +lib/zig/libc/include/any-windows-any/relogger.h lib/zig/libc/include/any-windows-any/rend.h lib/zig/libc/include/any-windows-any/resapi.h lib/zig/libc/include/any-windows-any/restartmanager.h @@ -2535,6 +2970,7 @@ lib/zig/libc/include/any-windows-any/rtinfo.h *** 4356 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 22:26:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4792866402E; Tue, 22 Jun 2021 22:26: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 4G8gxD1Rqmz4Zcm; Tue, 22 Jun 2021 22:26: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 19C221922A; Tue, 22 Jun 2021 22:26: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 15MMQuYJ023934; Tue, 22 Jun 2021 22:26:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MMQusw023933; Tue, 22 Jun 2021 22:26:56 GMT (envelope-from git) Date: Tue, 22 Jun 2021 22:26:56 GMT Message-Id: <202106222226.15MMQusw023933@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: 7e1f3f9afd2e - main - news/inn-current: Update to 20210621 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: 7e1f3f9afd2e72c706ed8d947d2bafa0aa3c1301 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 22:26:56 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e1f3f9afd2e72c706ed8d947d2bafa0aa3c1301 commit 7e1f3f9afd2e72c706ed8d947d2bafa0aa3c1301 Author: Kevin Bowling AuthorDate: 2021-06-22 22:00:56 +0000 Commit: Kevin Bowling CommitDate: 2021-06-22 22:26:48 +0000 news/inn-current: Update to 20210621 --- 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 87148b7ae20d..4456ac1d4ac7 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= CURRENT -SNAPSHOT= 20210610 +SNAPSHOT= 20210621 CONFLICTS= inn-2.[0-9]* diff --git a/news/inn-current/distinfo b/news/inn-current/distinfo index d06ed321fe4a..dab46c68efc7 100644 --- a/news/inn-current/distinfo +++ b/news/inn-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623451171 -SHA256 (inn-CURRENT-20210610.tar.gz) = 262821a7e270d4d1c0e022c125b229509c8fd1eba0955337f4091f55413af4c6 -SIZE (inn-CURRENT-20210610.tar.gz) = 2647364 +TIMESTAMP = 1624399223 +SHA256 (inn-CURRENT-20210621.tar.gz) = 6cc6b57044547d56406b1e4c99f6ca4bf7ea041442a3b588cd8d672753675ef7 +SIZE (inn-CURRENT-20210621.tar.gz) = 2647601 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 22:33:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 40C826641B8; Tue, 22 Jun 2021 22: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 4G8h4t125Pz4b5L; Tue, 22 Jun 2021 22: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 0B97B1924E; Tue, 22 Jun 2021 22:33: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 15MMXXV1036739; Tue, 22 Jun 2021 22: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 15MMXXYI036738; Tue, 22 Jun 2021 22:33:33 GMT (envelope-from git) Date: Tue, 22 Jun 2021 22:33:33 GMT Message-Id: <202106222233.15MMXXYI036738@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: bed6ad136f0b - main - textproc/ripgrep: Update to 13.0.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: bed6ad136f0be3a13098095d0cf6246bc1746715 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 22:33:34 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=bed6ad136f0be3a13098095d0cf6246bc1746715 commit bed6ad136f0be3a13098095d0cf6246bc1746715 Author: Petteri Valkonen AuthorDate: 2021-06-22 22:30:39 +0000 Commit: Kevin Bowling CommitDate: 2021-06-22 22:30:39 +0000 textproc/ripgrep: Update to 13.0.0 Changes https://github.com/BurntSushi/ripgrep/releases/tag/13.0.0 PR: 256740 Approved by: maintainer --- textproc/ripgrep/Makefile | 88 ++++++++-------- textproc/ripgrep/distinfo | 248 +++++++++++++++++++++++++--------------------- 2 files changed, 180 insertions(+), 156 deletions(-) diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index 107d13aaa1e5..40a4a321e90b 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -1,8 +1,7 @@ # Created by: Petteri Valkonen PORTNAME= ripgrep -DISTVERSION= 12.1.1 -PORTREVISION= 12 +DISTVERSION= 13.0.0 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi @@ -19,59 +18,68 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= BurntSushi -CARGO_CRATES= aho-corasick-0.7.10 \ +CARGO_CRATES= aho-corasick-0.7.18 \ atty-0.2.14 \ - autocfg-1.0.0 \ - base64-0.12.1 \ + base64-0.13.0 \ bitflags-1.2.1 \ - bstr-0.2.13 \ - bytecount-0.6.0 \ - byteorder-1.3.4 \ - cc-1.0.54 \ + bstr-0.2.16 \ + bytecount-0.6.2 \ + cc-1.0.68 \ cfg-if-0.1.10 \ - clap-2.33.1 \ - crossbeam-channel-0.4.2 \ - crossbeam-utils-0.7.2 \ - encoding_rs-0.8.23 \ + cfg-if-1.0.0 \ + clap-2.33.3 \ + crossbeam-channel-0.5.1 \ + crossbeam-utils-0.8.5 \ + encoding_rs-0.8.28 \ encoding_rs_io-0.1.7 \ fnv-1.0.7 \ - fs_extra-1.1.0 \ + fs_extra-1.2.0 \ glob-0.3.0 \ - hermit-abi-0.1.13 \ - itoa-0.4.5 \ + globset-0.4.7 \ + grep-0.2.8 \ + grep-cli-0.1.6 \ + grep-matcher-0.1.5 \ + grep-pcre2-0.1.5 \ + grep-printer-0.1.6 \ + grep-regex-0.1.9 \ + grep-searcher-0.1.8 \ + hermit-abi-0.1.18 \ + ignore-0.4.18 \ + itoa-0.4.7 \ jemalloc-sys-0.3.2 \ jemallocator-0.3.2 \ + jobserver-0.1.22 \ lazy_static-1.4.0 \ - libc-0.2.71 \ + libc-0.2.97 \ libm-0.1.4 \ - log-0.4.8 \ - maybe-uninit-2.0.0 \ - memchr-2.3.3 \ - memmap-0.7.0 \ + log-0.4.14 \ + memchr-2.4.0 \ + memmap2-0.3.0 \ num_cpus-1.13.0 \ + once_cell-1.7.2 \ packed_simd_2-0.3.5 \ pcre2-0.2.3 \ - pcre2-sys-0.2.2 \ - pkg-config-0.3.17 \ - proc-macro2-1.0.17 \ - quote-1.0.6 \ - regex-1.3.9 \ - regex-automata-0.1.9 \ - regex-syntax-0.6.18 \ - ryu-1.0.4 \ + pcre2-sys-0.2.5 \ + pkg-config-0.3.19 \ + proc-macro2-1.0.27 \ + quote-1.0.9 \ + regex-1.5.4 \ + regex-automata-0.1.10 \ + regex-syntax-0.6.25 \ + ryu-1.0.5 \ same-file-1.0.6 \ - serde-1.0.110 \ - serde_derive-1.0.110 \ - serde_json-1.0.53 \ + serde-1.0.126 \ + serde_derive-1.0.126 \ + serde_json-1.0.64 \ strsim-0.8.0 \ - syn-1.0.27 \ - termcolor-1.1.0 \ + syn-1.0.73 \ + termcolor-1.1.2 \ textwrap-0.11.0 \ - thread_local-1.0.1 \ - unicode-width-0.1.7 \ - unicode-xid-0.2.0 \ - walkdir-2.3.1 \ - winapi-0.3.8 \ + thread_local-1.1.3 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.2 \ + walkdir-2.3.2 \ + 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 @@ -107,8 +115,6 @@ SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" post-patch: @${REINPLACE_CMD} -e 's|OUT_DIR|RIPGREP_OUTDIR|' ${WRKSRC}/build.rs - @${RLN} ${CARGO_VENDOR_DIR}/packed_simd_2-* ${CARGO_VENDOR_DIR}/packed_simd - @${REINPLACE_CMD} 's/packed_simd_2/packed_simd/' ${CARGO_VENDOR_DIR}/packed_simd/Cargo.toml post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rg diff --git a/textproc/ripgrep/distinfo b/textproc/ripgrep/distinfo index 480dc263218b..2e74b0614be6 100644 --- a/textproc/ripgrep/distinfo +++ b/textproc/ripgrep/distinfo @@ -1,115 +1,133 @@ -TIMESTAMP = 1623587388 -SHA256 (rust/crates/aho-corasick-0.7.10.tar.gz) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada -SIZE (rust/crates/aho-corasick-0.7.10.tar.gz) = 111039 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.0.tar.gz) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.tar.gz) = 12870 -SHA256 (rust/crates/base64-0.12.1.tar.gz) = 53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42 -SIZE (rust/crates/base64-0.12.1.tar.gz) = 56378 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/bstr-0.2.13.tar.gz) = 31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931 -SIZE (rust/crates/bstr-0.2.13.tar.gz) = 345445 -SHA256 (rust/crates/bytecount-0.6.0.tar.gz) = b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e -SIZE (rust/crates/bytecount-0.6.0.tar.gz) = 11905 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 -SHA256 (rust/crates/cc-1.0.54.tar.gz) = 7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311 -SIZE (rust/crates/cc-1.0.54.tar.gz) = 51972 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 -SHA256 (rust/crates/clap-2.33.1.tar.gz) = bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129 -SIZE (rust/crates/clap-2.33.1.tar.gz) = 201567 -SHA256 (rust/crates/crossbeam-channel-0.4.2.tar.gz) = cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061 -SIZE (rust/crates/crossbeam-channel-0.4.2.tar.gz) = 87419 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/encoding_rs-0.8.23.tar.gz) = e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171 -SIZE (rust/crates/encoding_rs-0.8.23.tar.gz) = 1403543 -SHA256 (rust/crates/encoding_rs_io-0.1.7.tar.gz) = 1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83 -SIZE (rust/crates/encoding_rs_io-0.1.7.tar.gz) = 16969 -SHA256 (rust/crates/fnv-1.0.7.tar.gz) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 -SIZE (rust/crates/fnv-1.0.7.tar.gz) = 11266 -SHA256 (rust/crates/fs_extra-1.1.0.tar.gz) = 5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674 -SIZE (rust/crates/fs_extra-1.1.0.tar.gz) = 29292 -SHA256 (rust/crates/glob-0.3.0.tar.gz) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 -SIZE (rust/crates/glob-0.3.0.tar.gz) = 18724 -SHA256 (rust/crates/hermit-abi-0.1.13.tar.gz) = 91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71 -SIZE (rust/crates/hermit-abi-0.1.13.tar.gz) = 9230 -SHA256 (rust/crates/itoa-0.4.5.tar.gz) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e -SIZE (rust/crates/itoa-0.4.5.tar.gz) = 11194 -SHA256 (rust/crates/jemalloc-sys-0.3.2.tar.gz) = 0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45 -SIZE (rust/crates/jemalloc-sys-0.3.2.tar.gz) = 1344660 -SHA256 (rust/crates/jemallocator-0.3.2.tar.gz) = 43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69 -SIZE (rust/crates/jemallocator-0.3.2.tar.gz) = 16393 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.71.tar.gz) = 9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49 -SIZE (rust/crates/libc-0.2.71.tar.gz) = 474209 -SHA256 (rust/crates/libm-0.1.4.tar.gz) = 7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a -SIZE (rust/crates/libm-0.1.4.tar.gz) = 110593 -SHA256 (rust/crates/log-0.4.8.tar.gz) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.tar.gz) = 31297 -SHA256 (rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 -SHA256 (rust/crates/memmap-0.7.0.tar.gz) = 6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b -SIZE (rust/crates/memmap-0.7.0.tar.gz) = 15214 -SHA256 (rust/crates/num_cpus-1.13.0.tar.gz) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 -SIZE (rust/crates/num_cpus-1.13.0.tar.gz) = 14704 -SHA256 (rust/crates/packed_simd_2-0.3.5.tar.gz) = 0e64858a2d3733fdd61adfdd6da89aa202f7ff0e741d2fc7ed1e452ba9dc99d7 -SIZE (rust/crates/packed_simd_2-0.3.5.tar.gz) = 98197 -SHA256 (rust/crates/pcre2-0.2.3.tar.gz) = 85b30f2f69903b439dd9dc9e824119b82a55bf113b29af8d70948a03c1b11ab1 -SIZE (rust/crates/pcre2-0.2.3.tar.gz) = 19605 -SHA256 (rust/crates/pcre2-sys-0.2.2.tar.gz) = 876c72d05059d23a84bd9fcdc3b1d31c50ea7fe00fe1522b4e68cd3608db8d5b -SIZE (rust/crates/pcre2-sys-0.2.2.tar.gz) = 2184376 -SHA256 (rust/crates/pkg-config-0.3.17.tar.gz) = 05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677 -SIZE (rust/crates/pkg-config-0.3.17.tar.gz) = 14533 -SHA256 (rust/crates/proc-macro2-1.0.17.tar.gz) = 1502d12e458c49a4c9cbff560d0fe0060c252bc29799ed94ca2ed4bb665a0101 -SIZE (rust/crates/proc-macro2-1.0.17.tar.gz) = 35654 -SHA256 (rust/crates/quote-1.0.6.tar.gz) = 54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea -SIZE (rust/crates/quote-1.0.6.tar.gz) = 24225 -SHA256 (rust/crates/regex-1.3.9.tar.gz) = 9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6 -SIZE (rust/crates/regex-1.3.9.tar.gz) = 236683 -SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 -SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 -SHA256 (rust/crates/regex-syntax-0.6.18.tar.gz) = 26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8 -SIZE (rust/crates/regex-syntax-0.6.18.tar.gz) = 294440 -SHA256 (rust/crates/ryu-1.0.4.tar.gz) = ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1 -SIZE (rust/crates/ryu-1.0.4.tar.gz) = 42039 -SHA256 (rust/crates/same-file-1.0.6.tar.gz) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 -SIZE (rust/crates/same-file-1.0.6.tar.gz) = 10183 -SHA256 (rust/crates/serde-1.0.110.tar.gz) = 99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c -SIZE (rust/crates/serde-1.0.110.tar.gz) = 73947 -SHA256 (rust/crates/serde_derive-1.0.110.tar.gz) = 818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984 -SIZE (rust/crates/serde_derive-1.0.110.tar.gz) = 49751 -SHA256 (rust/crates/serde_json-1.0.53.tar.gz) = 993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2 -SIZE (rust/crates/serde_json-1.0.53.tar.gz) = 73130 -SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-1.0.27.tar.gz) = ef781e621ee763a2a40721a8861ec519cb76966aee03bb5d00adb6a31dc1c1de -SIZE (rust/crates/syn-1.0.27.tar.gz) = 202231 -SHA256 (rust/crates/termcolor-1.1.0.tar.gz) = bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f -SIZE (rust/crates/termcolor-1.1.0.tar.gz) = 17193 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.tar.gz) = 12609 -SHA256 (rust/crates/unicode-width-0.1.7.tar.gz) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 -SIZE (rust/crates/unicode-width-0.1.7.tar.gz) = 16644 -SHA256 (rust/crates/unicode-xid-0.2.0.tar.gz) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c -SIZE (rust/crates/unicode-xid-0.2.0.tar.gz) = 14994 -SHA256 (rust/crates/walkdir-2.3.1.tar.gz) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d -SIZE (rust/crates/walkdir-2.3.1.tar.gz) = 23413 -SHA256 (rust/crates/winapi-0.3.8.tar.gz) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 -SIZE (rust/crates/winapi-0.3.8.tar.gz) = 1128308 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.tar.gz) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.tar.gz) = 10164 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (BurntSushi-ripgrep-12.1.1_GH0.tar.gz) = 2513338d61a5c12c8fea18a0387b3e0651079ef9b31f306050b1f0aaa926271e -SIZE (BurntSushi-ripgrep-12.1.1_GH0.tar.gz) = 480607 +TIMESTAMP = 1623830205 +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/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/bstr-0.2.16.crate) = 90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279 +SIZE (rust/crates/bstr-0.2.16.crate) = 330346 +SHA256 (rust/crates/bytecount-0.6.2.crate) = 72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e +SIZE (rust/crates/bytecount-0.6.2.crate) = 12347 +SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 +SIZE (rust/crates/cc-1.0.68.crate) = 55936 +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/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.crate) = 201925 +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/encoding_rs-0.8.28.crate) = 80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065 +SIZE (rust/crates/encoding_rs-0.8.28.crate) = 1368577 +SHA256 (rust/crates/encoding_rs_io-0.1.7.crate) = 1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83 +SIZE (rust/crates/encoding_rs_io-0.1.7.crate) = 16969 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/fs_extra-1.2.0.crate) = 2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394 +SIZE (rust/crates/fs_extra-1.2.0.crate) = 29918 +SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 +SIZE (rust/crates/glob-0.3.0.crate) = 18724 +SHA256 (rust/crates/globset-0.4.7.crate) = f0fc1b9fa0e64ffb1aa5b95daa0f0f167734fd528b7c02eabc581d9d843649b1 +SIZE (rust/crates/globset-0.4.7.crate) = 22885 +SHA256 (rust/crates/grep-0.2.8.crate) = 51cb840c560b45a2ffd8abf00190382789d3f596663d5ffeb2e05931c20e8657 +SIZE (rust/crates/grep-0.2.8.crate) = 7208 +SHA256 (rust/crates/grep-cli-0.1.6.crate) = 2dd110c34bb4460d0de5062413b773e385cbf8a85a63fc535590110a09e79e8a +SIZE (rust/crates/grep-cli-0.1.6.crate) = 18949 +SHA256 (rust/crates/grep-matcher-0.1.5.crate) = 6d27563c33062cd33003b166ade2bb4fd82db1fd6a86db764dfdad132d46c1cc +SIZE (rust/crates/grep-matcher-0.1.5.crate) = 15677 +SHA256 (rust/crates/grep-pcre2-0.1.5.crate) = c6ecedbb372bd549ae8db02418f82e87e38622844409b6cbcac47dbc95eede41 +SIZE (rust/crates/grep-pcre2-0.1.5.crate) = 7710 +SHA256 (rust/crates/grep-printer-0.1.6.crate) = 05c271a24daedf5675b61a275a1d0af06e03312ab7856d15433ae6cde044dc72 +SIZE (rust/crates/grep-printer-0.1.6.crate) = 46786 +SHA256 (rust/crates/grep-regex-0.1.9.crate) = 121553c9768c363839b92fc2d7cdbbad44a3b70e8d6e7b1b72b05c977527bd06 +SIZE (rust/crates/grep-regex-0.1.9.crate) = 28945 +SHA256 (rust/crates/grep-searcher-0.1.8.crate) = 7fbdbde90ba52adc240d2deef7b6ad1f99f53142d074b771fe9b7bede6c4c23d +SIZE (rust/crates/grep-searcher-0.1.8.crate) = 44569 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 +SHA256 (rust/crates/ignore-0.4.18.crate) = 713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d +SIZE (rust/crates/ignore-0.4.18.crate) = 53174 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 +SHA256 (rust/crates/jemalloc-sys-0.3.2.crate) = 0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45 +SIZE (rust/crates/jemalloc-sys-0.3.2.crate) = 1344660 +SHA256 (rust/crates/jemallocator-0.3.2.crate) = 43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69 +SIZE (rust/crates/jemallocator-0.3.2.crate) = 16393 +SHA256 (rust/crates/jobserver-0.1.22.crate) = 972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd +SIZE (rust/crates/jobserver-0.1.22.crate) = 21175 +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.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 +SHA256 (rust/crates/libm-0.1.4.crate) = 7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a +SIZE (rust/crates/libm-0.1.4.crate) = 110593 +SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.crate) = 34582 +SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc +SIZE (rust/crates/memchr-2.4.0.crate) = 63392 +SHA256 (rust/crates/memmap2-0.3.0.crate) = 20ff203f7bdc401350b1dbaa0355135777d25f41c0bbc601851bbd6cf61e8ff5 +SIZE (rust/crates/memmap2-0.3.0.crate) = 18045 +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.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 +SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 +SHA256 (rust/crates/packed_simd_2-0.3.5.crate) = 0e64858a2d3733fdd61adfdd6da89aa202f7ff0e741d2fc7ed1e452ba9dc99d7 +SIZE (rust/crates/packed_simd_2-0.3.5.crate) = 98197 +SHA256 (rust/crates/pcre2-0.2.3.crate) = 85b30f2f69903b439dd9dc9e824119b82a55bf113b29af8d70948a03c1b11ab1 +SIZE (rust/crates/pcre2-0.2.3.crate) = 19605 +SHA256 (rust/crates/pcre2-sys-0.2.5.crate) = dec30e5e9ec37eb8fbf1dea5989bc957fd3df56fbee5061aa7b7a99dbb37b722 +SIZE (rust/crates/pcre2-sys-0.2.5.crate) = 2184907 +SHA256 (rust/crates/pkg-config-0.3.19.crate) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c +SIZE (rust/crates/pkg-config-0.3.19.crate) = 15451 +SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 +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/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/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 +SIZE (rust/crates/serde-1.0.126.crate) = 75138 +SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 +SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 +SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 +SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.crate) = 9309 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 +SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 +SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 +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/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/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 +SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +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 (BurntSushi-ripgrep-13.0.0_GH0.tar.gz) = 0fb17aaf285b3eee8ddab17b833af1e190d73de317ff9648751ab0660d763ed2 +SIZE (BurntSushi-ripgrep-13.0.0_GH0.tar.gz) = 505536 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:39:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF291664EC0; Tue, 22 Jun 2021 23:39: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 4G8jYG68yWz4gTd; Tue, 22 Jun 2021 23:39: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 BBAD719E65; Tue, 22 Jun 2021 23:39: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 15MNdkSm017161; Tue, 22 Jun 2021 23:39:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNdkEh017160; Tue, 22 Jun 2021 23:39:46 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:39:46 GMT Message-Id: <202106222339.15MNdkEh017160@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: 6bcfccd6d189 - main - x11-wm/river: update to s20210605 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: 6bcfccd6d1891ad79ee0226d118c8b904e8944a0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:39:47 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bcfccd6d1891ad79ee0226d118c8b904e8944a0 commit 6bcfccd6d1891ad79ee0226d118c8b904e8944a0 Author: Jan Beich AuthorDate: 2021-06-05 19:30:43 +0000 Commit: Jan Beich CommitDate: 2021-06-22 23:39:20 +0000 x11-wm/river: update to s20210605 Changes: https://github.com/ifreund/river/compare/ca4abd2...0e9dc08 --- x11-wm/river/Makefile | 12 ++++++------ x11-wm/river/distinfo | 18 +++++++++--------- x11-wm/river/files/patch-sigset | 31 ------------------------------- x11-wm/river/files/patch-types | 40 ---------------------------------------- 4 files changed, 15 insertions(+), 86 deletions(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 5c3e8a7a423f..5fbc0c364cfa 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,5 +1,5 @@ PORTNAME= river -PORTVERSION= s20210531 +PORTVERSION= s20210605 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \ wlroots>=0.13.0:x11-toolkits/wlroots \ - zig>=0.7.1:lang/zig + zig>=0.8.0:lang/zig LIB_DEPENDS= libevdev.so:devel/libevdev \ libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ @@ -20,11 +20,11 @@ USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= ca4abd2 +GH_TAGNAME= 0e9dc08 GH_TUPLE= ifreund:zig-pixman:135f223:zig_pixman/deps/zig-pixman \ - ifreund:zig-wayland:a453b26:zig_wayland/deps/zig-wayland \ - ifreund:zig-xkbcommon:9e4d41f:zig_xkbcommon/deps/zig-xkbcommon \ - swaywm:zig-wlroots:6c62568:zig_wlroots/deps/zig-wlroots + ifreund:zig-wayland:a8e1efc:zig_wayland/deps/zig-wayland \ + ifreund:zig-xkbcommon:10cdca6:zig_xkbcommon/deps/zig-xkbcommon \ + swaywm:zig-wlroots:d6444e7:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:U-Drelease-fast=true} \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index e4345e53cafb..478201e5b638 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1622475999 -SHA256 (ifreund-river-s20210531-ca4abd2_GH0.tar.gz) = 152b7e6d9dae4a040af034df797c884735369958220b1cde8b23681e357b31c6 -SIZE (ifreund-river-s20210531-ca4abd2_GH0.tar.gz) = 108270 +TIMESTAMP = 1622921443 +SHA256 (ifreund-river-s20210605-0e9dc08_GH0.tar.gz) = 7c194632d94c319746f8f98e0b5efab60b04a9088b3ac1ba8c38d9433a33ff79 +SIZE (ifreund-river-s20210605-0e9dc08_GH0.tar.gz) = 108505 SHA256 (ifreund-zig-pixman-135f223_GH0.tar.gz) = a83a37ff55483f61db0d70f778ebb4cd149da5c427ab55c391478425f43f584d SIZE (ifreund-zig-pixman-135f223_GH0.tar.gz) = 7155 -SHA256 (ifreund-zig-wayland-a453b26_GH0.tar.gz) = 607d53b7d53ad86bfef3ada5d81a7d3a111bbc33f19a88af816ea8c982d1b643 -SIZE (ifreund-zig-wayland-a453b26_GH0.tar.gz) = 53438 -SHA256 (ifreund-zig-xkbcommon-9e4d41f_GH0.tar.gz) = 3af5c9a448cf311d9cc819c8fd1dba114fbd7a4407f4174f95e4c82bb37f447b -SIZE (ifreund-zig-xkbcommon-9e4d41f_GH0.tar.gz) = 19025 -SHA256 (swaywm-zig-wlroots-6c62568_GH0.tar.gz) = 85acd43b8cfdc448734ef1fc4f78e5114a16533bcebd32933e089eaf87444d6f -SIZE (swaywm-zig-wlroots-6c62568_GH0.tar.gz) = 33930 +SHA256 (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 6320eb68e6cdf0f44720423c39db6dc831c64511b03ad9543654d284282f869e +SIZE (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 53425 +SHA256 (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 9fee1bef4d7886977578519a2f59ca8c9fdca135a2f98b84d4fbae52588415af +SIZE (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 19027 +SHA256 (swaywm-zig-wlroots-d6444e7_GH0.tar.gz) = bce442065576fe8043cbbce9889431f51ef35418c770f5ec8aefa35cc2a3e184 +SIZE (swaywm-zig-wlroots-d6444e7_GH0.tar.gz) = 34579 diff --git a/x11-wm/river/files/patch-sigset b/x11-wm/river/files/patch-sigset deleted file mode 100644 index 317b7c999c0a..000000000000 --- a/x11-wm/river/files/patch-sigset +++ /dev/null @@ -1,31 +0,0 @@ -https://github.com/ziglang/zig/issues/5892 - -./river/main.zig:82:70: error: container 'std.os' has no member called 'empty_sigset' - if (std.os.system.sigprocmask(std.os.SIG_SETMASK, &std.os.empty_sigset, null) < 0) unreachable; - ^ -./river/command/spawn.zig:49:66: error: container 'std.os' has no member called 'empty_sigset' - if (std.os.system.sigprocmask(std.os.SIG_SETMASK, &std.os.empty_sigset, null) < 0) unreachable; - ^ - ---- river/command/spawn.zig.orig 2020-11-04 14:30:50 UTC -+++ river/command/spawn.zig -@@ -46,7 +46,7 @@ pub fn spawn( - if (pid == 0) { - // Clean things up for the child in an intermediate fork - if (c.setsid() < 0) unreachable; -- if (std.os.system.sigprocmask(std.os.SIG_SETMASK, &std.os.empty_sigset, null) < 0) unreachable; -+ if (std.os.system.sigprocmask(std.os.SIG_SETMASK, &std.os.sigset_t{ .__bits = [_]u32{0} ** std.os._SIG_WORDS }, null) < 0) unreachable; - - const pid2 = std.os.fork() catch c._exit(1); - if (pid2 == 0) std.os.execveZ("/bin/sh", &child_args, std.c.environ) catch c._exit(1); ---- river/main.zig.orig 2021-04-21 14:51:53 UTC -+++ river/main.zig -@@ -146,7 +146,7 @@ pub fn main() anyerror!void { - const pid = try os.fork(); - if (pid == 0) { - if (c.setsid() < 0) unreachable; -- if (os.system.sigprocmask(os.SIG_SETMASK, &os.empty_sigset, null) < 0) unreachable; -+ if (os.system.sigprocmask(os.SIG_SETMASK, &os.sigset_t{ .__bits = [_]u32{0} ** std.os._SIG_WORDS }, null) < 0) unreachable; - os.execveZ("/bin/sh", &child_args, std.c.environ) catch c._exit(1); - } - util.gpa.free(cmd); diff --git a/x11-wm/river/files/patch-types b/x11-wm/river/files/patch-types deleted file mode 100644 index c4e442b08876..000000000000 --- a/x11-wm/river/files/patch-types +++ /dev/null @@ -1,40 +0,0 @@ -https://github.com/ziglang/zig/issues/7550 - -./deps/zig-wlroots/src/backend/session.zig:8:12: error: container 'std.os' has no member called 'dev_t' - dev: os.dev_t, - ^ -./deps/zig-wlroots/src/xwayland.zig:40:21: error: container 'std.os' has no member called 'time_t' - server_start: os.time_t, - ^ -./deps/zig-wlroots/src/xwayland.zig:70:5: note: while checking this field - server: *XwaylandServer, - ^ -./river/Server.zig:56:1: note: while checking this field -xwayland: if (build_options.xwayland) *wlr.Xwayland else void, -^ -./river/main.zig:116:26: note: referenced here - var server: Server = undefined; - ^ - ---- deps/zig-wlroots/src/backend/session.zig.orig 2021-04-07 22:14:45 UTC -+++ deps/zig-wlroots/src/backend/session.zig -@@ -5,7 +5,7 @@ const wl = wayland.server.wl; - - pub const Device = extern struct { - fd: c_int, -- dev: os.dev_t, -+ dev: u64, - /// Session.devices - link: wl.list.Link, - ---- deps/zig-wlroots/src/xwayland.zig.orig 2020-12-24 11:19:51 UTC -+++ deps/zig-wlroots/src/xwayland.zig -@@ -37,7 +37,7 @@ pub const XwaylandServer = extern struct { - wm_fd: [2]c_int, - wl_fd: [2]c_int, - -- server_start: os.time_t, -+ server_start: i64, - display: c_int, - display_name: [16]u8, - x_fd: [2]c_int, From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:39:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D3AF664DF7; Tue, 22 Jun 2021 23: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 4G8jYJ0ftXz4gNc; Tue, 22 Jun 2021 23: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 DBA1719E66; Tue, 22 Jun 2021 23:39: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 15MNdlh2017185; Tue, 22 Jun 2021 23:39:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNdlcj017184; Tue, 22 Jun 2021 23:39:47 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:39:47 GMT Message-Id: <202106222339.15MNdlcj017184@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: 781d4aa6a356 - main - x11-wm/river: update to s20210622 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: 781d4aa6a356f071d83b94df58def124bb163127 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:39:48 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=781d4aa6a356f071d83b94df58def124bb163127 commit 781d4aa6a356f071d83b94df58def124bb163127 Author: Jan Beich AuthorDate: 2021-06-13 17:37:36 +0000 Commit: Jan Beich CommitDate: 2021-06-22 23:39:27 +0000 x11-wm/river: update to s20210622 Changes: https://github.com/ifreund/river/compare/a2c81ad...3efcfed --- x11-wm/river/Makefile | 7 ++++--- x11-wm/river/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 5fbc0c364cfa..364ceea1effd 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,5 +1,5 @@ PORTNAME= river -PORTVERSION= s20210605 +PORTVERSION= s20210622 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -14,17 +14,18 @@ BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \ LIB_DEPENDS= libevdev.so:devel/libevdev \ libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ + libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= 0e9dc08 +GH_TAGNAME= 3efcfed 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 \ - swaywm:zig-wlroots:d6444e7:zig_wlroots/deps/zig-wlroots + swaywm:zig-wlroots:c85fe79:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:U-Drelease-fast=true} \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index 478201e5b638..7477c504f63d 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1622921443 -SHA256 (ifreund-river-s20210605-0e9dc08_GH0.tar.gz) = 7c194632d94c319746f8f98e0b5efab60b04a9088b3ac1ba8c38d9433a33ff79 -SIZE (ifreund-river-s20210605-0e9dc08_GH0.tar.gz) = 108505 +TIMESTAMP = 1624363634 +SHA256 (ifreund-river-s20210622-3efcfed_GH0.tar.gz) = 288e13fbc33c8938e264a0dc14176aec439b758e1544909caadd3935be9cfbcd +SIZE (ifreund-river-s20210622-3efcfed_GH0.tar.gz) = 115445 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 SIZE (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 53425 SHA256 (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 9fee1bef4d7886977578519a2f59ca8c9fdca135a2f98b84d4fbae52588415af SIZE (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 19027 -SHA256 (swaywm-zig-wlroots-d6444e7_GH0.tar.gz) = bce442065576fe8043cbbce9889431f51ef35418c770f5ec8aefa35cc2a3e184 -SIZE (swaywm-zig-wlroots-d6444e7_GH0.tar.gz) = 34579 +SHA256 (swaywm-zig-wlroots-c85fe79_GH0.tar.gz) = a899fa47323287a4b908b7ec8213db1a6458c4b9558e2e5fc52fe38b8c0d91b5 +SIZE (swaywm-zig-wlroots-c85fe79_GH0.tar.gz) = 35295 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:43:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 487726653A5; Tue, 22 Jun 2021 23: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 4G8jdF1XY7z4gkb; Tue, 22 Jun 2021 23: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 1D2AB1A47C; Tue, 22 Jun 2021 23: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 15MNhDTf029784; Tue, 22 Jun 2021 23: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 15MNhD86029783; Tue, 22 Jun 2021 23:43:13 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:43:13 GMT Message-Id: <202106222343.15MNhD86029783@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: 73d78281da80 - main - x11/nwg-dock: switch to the tagged release 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: 73d78281da809257b967acc6f3b2109fdf0deed5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:43:13 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=73d78281da809257b967acc6f3b2109fdf0deed5 commit 73d78281da809257b967acc6f3b2109fdf0deed5 Author: Jan Beich AuthorDate: 2021-06-22 23:04:00 +0000 Commit: Jan Beich CommitDate: 2021-06-22 23:43:08 +0000 x11/nwg-dock: switch to the tagged release --- x11/nwg-dock/Makefile | 1 - x11/nwg-dock/distinfo | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/x11/nwg-dock/Makefile b/x11/nwg-dock/Makefile index 4b382a3026c2..e003d55184ea 100644 --- a/x11/nwg-dock/Makefile +++ b/x11/nwg-dock/Makefile @@ -16,7 +16,6 @@ USES= gnome go:modules pkgconfig USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= nwg-piotr -GH_TAGNAME= b808f01 # from version bump in main.go 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 \ golang:sync:56d357773e84:golang_sync/vendor/golang.org/x/sync \ diff --git a/x11/nwg-dock/distinfo b/x11/nwg-dock/distinfo index cda5b37c2e7b..9e52508a7fa1 100644 --- a/x11/nwg-dock/distinfo +++ b/x11/nwg-dock/distinfo @@ -1,6 +1,6 @@ TIMESTAMP = 1624058743 -SHA256 (nwg-piotr-nwg-dock-v0.1.5-b808f01_GH0.tar.gz) = 8b947b9685fed2600a28707fd9a3f5823309b79c57f34856f99e23b4f8b1fa6a -SIZE (nwg-piotr-nwg-dock-v0.1.5-b808f01_GH0.tar.gz) = 3238269 +SHA256 (nwg-piotr-nwg-dock-v0.1.5_GH0.tar.gz) = e2f5f3513aaebad78b7d13570e0cbbb37fba32a646217102cea3b40403219ff6 +SIZE (nwg-piotr-nwg-dock-v0.1.5_GH0.tar.gz) = 3238257 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 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:48:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A172665438; Tue, 22 Jun 2021 23:48: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 4G8jl30gjTz4h3f; Tue, 22 Jun 2021 23:48: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 F3D3A1A319; Tue, 22 Jun 2021 23:48: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 15MNmEM5030282; Tue, 22 Jun 2021 23:48:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNmEjt030281; Tue, 22 Jun 2021 23:48:14 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:48:14 GMT Message-Id: <202106222348.15MNmEjt030281@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: 4e2483ce4841 - main - net-mgmt/netdata-go: Update to 0.29.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: 4e2483ce48416e43af938fddde25111bac5f97bb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:48:15 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e2483ce48416e43af938fddde25111bac5f97bb commit 4e2483ce48416e43af938fddde25111bac5f97bb Author: Dries Michiels AuthorDate: 2021-06-22 23:47:58 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-22 23:47:58 +0000 net-mgmt/netdata-go: Update to 0.29.0 Changes: https://github.com/netdata/go.d.plugin/releases/tag/v0.29.0 PR: 256710 Approved by: lwhsu (mentor, implicit) --- net-mgmt/netdata-go/Makefile | 2 +- net-mgmt/netdata-go/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-mgmt/netdata-go/Makefile b/net-mgmt/netdata-go/Makefile index f5542f7be86e..9d17bf05862d 100644 --- a/net-mgmt/netdata-go/Makefile +++ b/net-mgmt/netdata-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= netdata-go DISTVERSIONPREFIX= v -DISTVERSION= 0.28.1 +DISTVERSION= 0.29.0 CATEGORIES= net-mgmt MAINTAINER= driesm.michiels@gmail.com diff --git a/net-mgmt/netdata-go/distinfo b/net-mgmt/netdata-go/distinfo index 7c71080494ca..59839bd5cb7a 100644 --- a/net-mgmt/netdata-go/distinfo +++ b/net-mgmt/netdata-go/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1616858885 -SHA256 (go/net-mgmt_netdata-go/netdata-go-v0.28.1/v0.28.1.mod) = d6b5914b94034fd08cf64ad852dd803abfd5c469b1e15878a86f502c5e530122 -SIZE (go/net-mgmt_netdata-go/netdata-go-v0.28.1/v0.28.1.mod) = 1403 -SHA256 (go/net-mgmt_netdata-go/netdata-go-v0.28.1/v0.28.1.zip) = c72a1fc05eab93fa274c7230b00487f26cc653b0813862b68c4d78a8ea79ed48 -SIZE (go/net-mgmt_netdata-go/netdata-go-v0.28.1/v0.28.1.zip) = 1223024 +TIMESTAMP = 1624096055 +SHA256 (go/net-mgmt_netdata-go/netdata-go-v0.29.0/v0.29.0.mod) = 0a218a3372b5db6039974f6ca24444d12954b41f6a9b90837dcf7e4d90b58237 +SIZE (go/net-mgmt_netdata-go/netdata-go-v0.29.0/v0.29.0.mod) = 1463 +SHA256 (go/net-mgmt_netdata-go/netdata-go-v0.29.0/v0.29.0.zip) = 71c4d13e1475ca4e9d398ce4896211e616efa8d99a9d76ee85f354b4ee023bcb +SIZE (go/net-mgmt_netdata-go/netdata-go-v0.29.0/v0.29.0.zip) = 1225457 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:48:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CA57664EEF; Tue, 22 Jun 2021 23:48: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 4G8jlc6z9Mz4h3l; Tue, 22 Jun 2021 23:48: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 D842B1A488; Tue, 22 Jun 2021 23:48: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 15MNmi8O030463; Tue, 22 Jun 2021 23:48:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNmigw030462; Tue, 22 Jun 2021 23:48:44 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:48:44 GMT Message-Id: <202106222348.15MNmigw030462@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: a2e94ed11750 - main - databases/closql: Update to 1.0.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: a2e94ed117503e6b4568f98b4c327c8317968885 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:48:45 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2e94ed117503e6b4568f98b4c327c8317968885 commit a2e94ed117503e6b4568f98b4c327c8317968885 Author: Yasuhiro Kimura AuthorDate: 2021-06-22 23:48:19 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-22 23:48:19 +0000 databases/closql: Update to 1.0.6 Changes: https://github.com/emacscollective/closql/blob/v1.0.6/CHANGELOG PR: 256661 Approved by: lwhsu (mentor, implicit) --- databases/closql/Makefile | 2 +- databases/closql/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/closql/Makefile b/databases/closql/Makefile index 893d83f6a93d..ee9061110df7 100644 --- a/databases/closql/Makefile +++ b/databases/closql/Makefile @@ -1,6 +1,6 @@ PORTNAME= closql DISTVERSIONPREFIX= v -DISTVERSION= 1.0.5 +DISTVERSION= 1.0.6 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/closql/distinfo b/databases/closql/distinfo index 352e88d3dafc..3b284cc9c6b9 100644 --- a/databases/closql/distinfo +++ b/databases/closql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622408340 -SHA256 (emacscollective-closql-v1.0.5_GH0.tar.gz) = d634a5d14ffeee9ee6bb603ab31a7ed3302272834924dd28525017d207c57d68 -SIZE (emacscollective-closql-v1.0.5_GH0.tar.gz) = 20611 +TIMESTAMP = 1623898447 +SHA256 (emacscollective-closql-v1.0.6_GH0.tar.gz) = 7fadcadd52f86c30189372b5d07f4d1dde108e25158c5e1d422d37ef7414597d +SIZE (emacscollective-closql-v1.0.6_GH0.tar.gz) = 20680 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:49:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D78A5665449; Tue, 22 Jun 2021 23: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 4G8jm45Ty1z4hC7; Tue, 22 Jun 2021 23: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 A4C001A500; Tue, 22 Jun 2021 23: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 15MNn8FG030636; Tue, 22 Jun 2021 23:49:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNn8dw030635; Tue, 22 Jun 2021 23:49:08 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:49:08 GMT Message-Id: <202106222349.15MNn8dw030635@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: 51868ca2e0d5 - main - www/gohugo: Update to 0.84.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: 51868ca2e0d5c26448f37e812eb6ab749cc5642d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:49:08 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=51868ca2e0d5c26448f37e812eb6ab749cc5642d commit 51868ca2e0d5c26448f37e812eb6ab749cc5642d Author: ben.lavery AuthorDate: 2021-06-22 23:48:49 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-22 23:48:49 +0000 www/gohugo: Update to 0.84.0 Changes: https://github.com/gohugoio/hugo/releases/tag/v0.84.0 PR: 256717 Approved by: lwhsu (mentor, implicit) --- www/gohugo/Makefile | 14 +++++++------- www/gohugo/distinfo | 22 +++++++++++----------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 7be691a6baf2..a8ec9e8af864 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.83.1 +DISTVERSION= 0.84.0 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -23,14 +23,14 @@ GH_TUPLE= \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \ - alecthomas:chroma:v0.9.1:alecthomas_chroma/vendor/github.com/alecthomas/chroma \ + alecthomas:chroma:v0.9.2:alecthomas_chroma/vendor/github.com/alecthomas/chroma \ alecthomas:repr:d37bc2a10ba1:alecthomas_repr/vendor/github.com/alecthomas/repr \ armon:go-radix:v1.0.0:armon_go_radix/vendor/github.com/armon/go-radix \ aws:aws-sdk-go:v1.38.23:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ bep:debounce:v1.2.0:bep_debounce/vendor/github.com/bep/debounce \ bep:gitmap:v1.1.2:bep_gitmap/vendor/github.com/bep/gitmap \ bep:godartsass:v0.12.0:bep_godartsass/vendor/github.com/bep/godartsass \ - bep:golibsass:v0.7.0:bep_golibsass/vendor/github.com/bep/golibsass \ + bep:golibsass:v1.0.0:bep_golibsass/vendor/github.com/bep/golibsass \ bep:gowebp:v0.1.0:bep_gowebp/vendor/github.com/bep/gowebp \ bep:tmc:v0.5.1:bep_tmc/vendor/github.com/bep/tmc \ census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ @@ -53,7 +53,7 @@ GH_TUPLE= \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobuffalo:flect:v0.2.2:gobuffalo_flect/vendor/github.com/gobuffalo/flect \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ - gohugoio:go-i18n:4c28c89f8013:gohugoio_go_i18n/vendor/github.com/gohugoio/go-i18n \ + gohugoio:go-i18n:4c28c89f8013:gohugoio_go_i18n_v2/vendor/github.com/gohugoio/go-i18n \ gohugoio:testmodBuilder:c56af20f2e95:gohugoio_testmodbuilder_mods/vendor/github.com/gohugoio/testmodBuilder \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ @@ -117,12 +117,12 @@ GH_TUPLE= \ spf13:fsync:v0.9.0:spf13_fsync/vendor/github.com/spf13/fsync \ 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 \ + spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ tdewolff:minify:v2.9.16:tdewolff_minify_v2/vendor/github.com/tdewolff/minify/v2 \ tdewolff:parse:v2.5.14:tdewolff_parse_v2/vendor/github.com/tdewolff/parse/v2 \ yuin:goldmark-highlighting:60d527fdb691:yuin_goldmark_highlighting/vendor/github.com/yuin/goldmark-highlighting \ - yuin:goldmark:v1.3.5:yuin_goldmark/vendor/github.com/yuin/goldmark + yuin:goldmark:v1.3.8:yuin_goldmark/vendor/github.com/yuin/goldmark post-extract: @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage @@ -160,7 +160,7 @@ PORTMANS= hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \ .include SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' -COMMIT_ID= 5afe0a57 +COMMIT_ID= 2c4689f7 do-build-MANPAGES-on: @cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index b071d3a119ac..df538c154e50 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620027303 -SHA256 (gohugo/gohugoio-hugo-v0.83.1_GH0.tar.gz) = 2abc273ffb79576c9347c80d443154db26be9ae15b6ae66f9b75056c3a285157 -SIZE (gohugo/gohugoio-hugo-v0.83.1_GH0.tar.gz) = 38662011 +TIMESTAMP = 1624044321 +SHA256 (gohugo/gohugoio-hugo-v0.84.0_GH0.tar.gz) = 4d5bf4888c3a652bec85b6a1dc05a55d9e26f9e315fc7e98bd720c0a36a405b8 +SIZE (gohugo/gohugoio-hugo-v0.84.0_GH0.tar.gz) = 38856708 SHA256 (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f SIZE (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443 SHA256 (gohugo/Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = f206c84fe3689aaa8e0cd180facf3455dc9c7e374a5dee1e2e9e6b9e39ab99c7 @@ -13,8 +13,8 @@ SHA256 (gohugo/PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 93e2ae2b12fc656ecc7ca2833 SIZE (gohugo/PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 11604 SHA256 (gohugo/PuerkitoBio-urlesc-de5bf2ad4578_GH0.tar.gz) = e1d470b13efcab6d4dea96a3cdb986b8a29a06c05d1b80399f0e58caef5ca932 SIZE (gohugo/PuerkitoBio-urlesc-de5bf2ad4578_GH0.tar.gz) = 6796 -SHA256 (gohugo/alecthomas-chroma-v0.9.1_GH0.tar.gz) = 0a5b7aa765473fc37fd1d9ff431e8f250315690bc2e8a06a40c260e485f91c77 -SIZE (gohugo/alecthomas-chroma-v0.9.1_GH0.tar.gz) = 655564 +SHA256 (gohugo/alecthomas-chroma-v0.9.2_GH0.tar.gz) = a669dcfd1f53c36fd952e290ed19371f60fa4905a9abdedf9e4d70a38b0e61f8 +SIZE (gohugo/alecthomas-chroma-v0.9.2_GH0.tar.gz) = 737060 SHA256 (gohugo/alecthomas-repr-d37bc2a10ba1_GH0.tar.gz) = 935e4ade182b6cf97ad598f956c15e1c172af37b45c5fabe38b08b99fc02642e SIZE (gohugo/alecthomas-repr-d37bc2a10ba1_GH0.tar.gz) = 4958 SHA256 (gohugo/armon-go-radix-v1.0.0_GH0.tar.gz) = 9e5238a553708bccf930d1f9d0ce62ce30d92602b64ea248585ce06ec7bfee17 @@ -27,8 +27,8 @@ SHA256 (gohugo/bep-gitmap-v1.1.2_GH0.tar.gz) = 61fbc775125cc4f9ef64802200b0c8ca1 SIZE (gohugo/bep-gitmap-v1.1.2_GH0.tar.gz) = 4808 SHA256 (gohugo/bep-godartsass-v0.12.0_GH0.tar.gz) = 4caab2c7f67df6806d2d264bdb7cfe42083cc0106e49a47ac7387fe60eb6ee23 SIZE (gohugo/bep-godartsass-v0.12.0_GH0.tar.gz) = 43869 -SHA256 (gohugo/bep-golibsass-v0.7.0_GH0.tar.gz) = 536a6ac775232d703ec451870bc95b30f4e9d60b5028910e472ecf5f1e82425e -SIZE (gohugo/bep-golibsass-v0.7.0_GH0.tar.gz) = 352651 +SHA256 (gohugo/bep-golibsass-v1.0.0_GH0.tar.gz) = fbeb8628f826ad601c495a5d04ddd05e09ebc507bd85420c5d0b90102b6b9a64 +SIZE (gohugo/bep-golibsass-v1.0.0_GH0.tar.gz) = 356753 SHA256 (gohugo/bep-gowebp-v0.1.0_GH0.tar.gz) = 318b818bff9f142183a5a4f1a02dfd512d8446dd769a98592e60d44370cd5b54 SIZE (gohugo/bep-gowebp-v0.1.0_GH0.tar.gz) = 4136888 SHA256 (gohugo/bep-tmc-v0.5.1_GH0.tar.gz) = c3625517e38d4504541f405f4c960d5d0bb7593d0be2aaf22a88894308ec1a2f @@ -201,8 +201,8 @@ SHA256 (gohugo/spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 4fd850a792c5738954c4 SIZE (gohugo/spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 6871 SHA256 (gohugo/spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 SIZE (gohugo/spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (gohugo/spf13-viper-v1.7.1_GH0.tar.gz) = de85215b50e9fbb2cdf63b0aa9df826a866dff8f718ba2dc3f5866e98d5bd39a -SIZE (gohugo/spf13-viper-v1.7.1_GH0.tar.gz) = 82641 +SHA256 (gohugo/spf13-viper-v1.7.0_GH0.tar.gz) = 95ce28f25d50b0a484479d46ec1576e786b92c70efdc2ad58089505c4ee0850d +SIZE (gohugo/spf13-viper-v1.7.0_GH0.tar.gz) = 82340 SHA256 (gohugo/subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5 SIZE (gohugo/subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359 SHA256 (gohugo/tdewolff-minify-v2.9.16_GH0.tar.gz) = 5bc765bf1a1ac641217b7921d3110fa8c5a5739b710a2077f16073b990fe46ff @@ -211,5 +211,5 @@ SHA256 (gohugo/tdewolff-parse-v2.5.14_GH0.tar.gz) = 79ae83f88833f3d5036ca47dc43d SIZE (gohugo/tdewolff-parse-v2.5.14_GH0.tar.gz) = 95376 SHA256 (gohugo/yuin-goldmark-highlighting-60d527fdb691_GH0.tar.gz) = 151eceff70451c95cb2e6737f8593d58b6d218509726f1f58150b7157496813e SIZE (gohugo/yuin-goldmark-highlighting-60d527fdb691_GH0.tar.gz) = 10767 -SHA256 (gohugo/yuin-goldmark-v1.3.5_GH0.tar.gz) = 0d0c2d0bd5608cb25ec88627a5bc36500919e72c8cd6b6d8fb3e2a4a2b28c905 -SIZE (gohugo/yuin-goldmark-v1.3.5_GH0.tar.gz) = 232839 +SHA256 (gohugo/yuin-goldmark-v1.3.8_GH0.tar.gz) = 971b693a90b0379e48b4b4b4ce44502ea1047b5ec7adcf799c7752f1153477e1 +SIZE (gohugo/yuin-goldmark-v1.3.8_GH0.tar.gz) = 233886 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:49:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9FFCE6653C7; Tue, 22 Jun 2021 23:49: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 4G8jmd48g0z4gqK; Tue, 22 Jun 2021 23:49: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 76EC719BEE; Tue, 22 Jun 2021 23:49: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 15MNnb6d030815; Tue, 22 Jun 2021 23:49:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNnb0s030814; Tue, 22 Jun 2021 23:49:37 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:49:37 GMT Message-Id: <202106222349.15MNnb0s030814@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: dc01882fe4ab - main - devel/rubygem-reline: Update to 0.2.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: dc01882fe4abcfd9bda27d2441f73dd3c91b0a72 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:49:37 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc01882fe4abcfd9bda27d2441f73dd3c91b0a72 commit dc01882fe4abcfd9bda27d2441f73dd3c91b0a72 Author: Yasuhiro Kimura AuthorDate: 2021-06-22 23:49:13 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-22 23:49:13 +0000 devel/rubygem-reline: Update to 0.2.6 Changes: https://github.com/ruby/reline/commits/v0.2.6 PR: 256752 Approved by: lwhsu (mentor, implicit) --- devel/rubygem-reline/Makefile | 2 +- devel/rubygem-reline/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-reline/Makefile b/devel/rubygem-reline/Makefile index 4db9f598717a..d413db069687 100644 --- a/devel/rubygem-reline/Makefile +++ b/devel/rubygem-reline/Makefile @@ -1,5 +1,5 @@ PORTNAME= reline -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-reline/distinfo b/devel/rubygem-reline/distinfo index 1d2d5f61763d..521d5dd3e943 100644 --- a/devel/rubygem-reline/distinfo +++ b/devel/rubygem-reline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617392180 -SHA256 (rubygem/reline-0.2.5.gem) = 734cda0852c44eeac6b2ff33fbad19d2a9d977fd2f916142b93598a3d033c8ad -SIZE (rubygem/reline-0.2.5.gem) = 47616 +TIMESTAMP = 1624298876 +SHA256 (rubygem/reline-0.2.6.gem) = ea2f3c3209feb17594dbd33242719fa24ca0fd29a63a1b49d2a6035e265a5183 +SIZE (rubygem/reline-0.2.6.gem) = 49664 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:50:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF5CE6653D3; Tue, 22 Jun 2021 23: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 4G8jn64Zf5z4hHx; Tue, 22 Jun 2021 23: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 85EDB1A0C3; Tue, 22 Jun 2021 23: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 15MNo2Mu032822; Tue, 22 Jun 2021 23:50:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNo2TN032819; Tue, 22 Jun 2021 23:50:02 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:50:02 GMT Message-Id: <202106222350.15MNo2TN032819@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: ec74b5a77976 - main - security/clamav: Update to 0.103.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: ec74b5a77976adb9ea8a91e0cad6942ab99fb749 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:50:02 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec74b5a77976adb9ea8a91e0cad6942ab99fb749 commit ec74b5a77976adb9ea8a91e0cad6942ab99fb749 Author: Yasuhiro Kimura AuthorDate: 2021-06-22 23:49:42 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-22 23:49:42 +0000 security/clamav: Update to 0.103.3 Changes: https://blog.clamav.net/2021/06/clamav-01033-patch-release.html PR: 256751 Approved by: lwhsu (mentor, implicit) --- security/clamav/Makefile | 2 +- security/clamav/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 39ce3332ba1e..8e32931827cd 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,5 +1,5 @@ PORTNAME= clamav -PORTVERSION= 0.103.2 +PORTVERSION= 0.103.3 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 66c9ae6e10af..808efe68f12a 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617822258 -SHA256 (clamav-0.103.2.tar.gz) = d4b5d0ac666262e423a326fb54778caa7c69624d6c3f9542895feb8478271bd2 -SIZE (clamav-0.103.2.tar.gz) = 13387954 +TIMESTAMP = 1624295813 +SHA256 (clamav-0.103.3.tar.gz) = 9f6e3d18449f3d1a3992771d696685249dfa12736fe2b2929858f2c7d8276ae9 +SIZE (clamav-0.103.3.tar.gz) = 13389239 From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:50:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 387E86653DF; Tue, 22 Jun 2021 23:50: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 4G8jnr120Gz4hGJ; Tue, 22 Jun 2021 23:50: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 0BE131A0CB; Tue, 22 Jun 2021 23:50: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 15MNodCT040087; Tue, 22 Jun 2021 23:50:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNodSV040086; Tue, 22 Jun 2021 23:50:39 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:50:39 GMT Message-Id: <202106222350.15MNodSV040086@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: 5983e7c1d859 - main - net/keycloak: Update to 14.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: 5983e7c1d85993217417df564421339070a34bcd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:50:40 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5983e7c1d85993217417df564421339070a34bcd commit 5983e7c1d85993217417df564421339070a34bcd Author: Matthias Wolf AuthorDate: 2021-06-22 23:50:07 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-22 23:50:07 +0000 net/keycloak: Update to 14.0.0 PR: 256747 Approved by: lwhsu (mentor, implicit) --- net/keycloak/Makefile | 2 +- net/keycloak/distinfo | 6 +- net/keycloak/pkg-plist | 408 ++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 360 insertions(+), 56 deletions(-) diff --git a/net/keycloak/Makefile b/net/keycloak/Makefile index 28b81bda278e..68a29604e7f0 100644 --- a/net/keycloak/Makefile +++ b/net/keycloak/Makefile @@ -1,5 +1,5 @@ PORTNAME= keycloak -PORTVERSION= 13.0.1 +PORTVERSION= 14.0.0 CATEGORIES= net java MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ diff --git a/net/keycloak/distinfo b/net/keycloak/distinfo index 196431d7e00a..08ffcd466402 100644 --- a/net/keycloak/distinfo +++ b/net/keycloak/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622020952 -SHA256 (keycloak-13.0.1.tar.gz) = d61d829b08f2e528bf4445a6e6b8fd1ab6e4439d6d132f06c19d6630b5702c0a -SIZE (keycloak-13.0.1.tar.gz) = 241417359 +TIMESTAMP = 1624269026 +SHA256 (keycloak-14.0.0.tar.gz) = e45d96a7704895e468a83168f8102843fde29fd186cc19a399fcff1a5737393a +SIZE (keycloak-14.0.0.tar.gz) = 254005251 diff --git a/net/keycloak/pkg-plist b/net/keycloak/pkg-plist index 942331e346d0..f3d0b7ecd2ae 100644 --- a/net/keycloak/pkg-plist +++ b/net/keycloak/pkg-plist @@ -78,26 +78,10 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.eclipse.sisu,org.eclipse.sisu.inject,0.3.2,Eclipse Public License 1.0.txt %%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.eclipse.sisu,org.eclipse.sisu.plexus,0.3.2,Eclipse Public License 1.0.txt %%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.freemarker,freemarker,2.3.29,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.infinispan.infinispan-jboss-marshalling,10.1.8.Final,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-authz-policy-common,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-client-cli-dist,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-common,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-core,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-js-adapter,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-kerberos-federation,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-ldap-federation,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-model-infinispan,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-model-jpa,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-saml-core,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-saml-core-public,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-server-spi,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-server-spi-private,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-services,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-sssd-federation,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-themes,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-wildfly-adduser,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-wildfly-extensions,13.0.1,Apache Software License 2.0.txt -%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-wildfly-server-subsystem,13.0.1,Apache Software License 2.0.txt +%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.infinispan,infinispan-jboss-marshalling,10.1.8.Final,Apache Software License 2.0.txt +%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.jboss.marshalling,jboss-marshalling-river,2.0.11.Final,Apache Software License 2.0.txt +%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.jboss.marshalling,jboss-marshalling,2.0.11.Final,Apache Software License 2.0.txt +%%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.keycloak,keycloak-server-feature-pack-dependencies,14.0.0,Apache Software License 2.0.txt %%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.kie,kie-api,7.11.0.Final,Apache Software License 2.0.txt %%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.kie,kie-ci,7.11.0.Final,Apache Software License 2.0.txt %%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/org.kie,kie-internal,7.11.0.Final,Apache Software License 2.0.txt @@ -124,10 +108,22 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/xtend,MIT.txt %%PORTDOCS%%%%DOCSDIR%%/licenses-keycloak/ui-select2,MIT License.txt %%PORTDOCS%%%%DOCSDIR%%/schema/README.md +%%PORTDOCS%%%%DOCSDIR%%/schema/application_1_4.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/application_5.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/application_6.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/application_7.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/application_8.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/application-client_6.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/application-client_7.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/application-client_8.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/batch-jberet_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/discovery-1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/distributable-web_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/distributable-web_2_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/ejb-jar_2_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/ejb-jar_3_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/ejb-jar_3_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/ejb-jar_3_2.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/elytron-1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/elytron-1_0_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_1.xsd @@ -136,7 +132,24 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_4.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_5.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/elytron-client-1_6.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/j2ee_1_4.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/j2ee_jaxrpc_mapping_1_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/j2ee_web_services_1_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/j2ee_web_services_client_1_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/java-properties_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_5.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_6.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_7.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_8.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_1_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_1_3.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_1_4.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_client_1_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_client_1_3.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/javaee_web_services_client_1_4.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-app_7_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-app_7_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-app_8_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cli_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cli_1_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-cli_1_2.xsd @@ -301,6 +314,13 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-xts_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-xts_2_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-as-xts_3_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-client_6_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-client_8_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_5_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_6_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_7_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_7_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-common_8_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-deployment-dependencies-1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-deployment-structure-1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-deployment-structure-1_1.xsd @@ -317,20 +337,43 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-delivery-active_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-delivery-active_1_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-delivery-active_1_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-iiop_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-iiop_1_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-pool_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-resource-adapter-binding_1_0.xsd -%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-security-role_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-security_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-security_1_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb-security-role_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb3-2_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-ejb3-spec-2_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-jpa_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-pojo_7_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-remoting_5_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-remoting_5_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-service_7_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_10_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_10_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_11_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_11_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_12_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_12_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_13_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_14_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_7_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_7_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_7_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_7_3.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jboss-web_8_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-weld-1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jboss-weld-1_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jbossws-jaxws-config_4_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/jbossws-web-services_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jbxb_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jndi-binding-service_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jsp_2_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jsp_2_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jsp_2_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/jsp_2_3.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/module-1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/module-1_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/module-1_2.xsd @@ -340,9 +383,76 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/schema/module-1_7.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/module-1_8.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/module-1_9.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/orm_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/persistence_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/persistence_2_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v1/oasis-sstc-saml-schema-assertion-1.1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v1/saml-schema-assertion-1.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v1/saml-schema-protocol-1.1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/access_control-xacml-2.0-saml-assertion-schema-os.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/access_control-xacml-2.0-saml-protocol-schema-os.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-assertion-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-auth-telephony-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-ip-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-ippword-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-kerberos-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-nomad-telephony-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-personal-telephony-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-pgp-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-ppt-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-pword-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-session-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-smartcard-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-smartcardpki-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-softwarepki-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-spki-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-srp-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-sslcert-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-telephony-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-timesync-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-types-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-x509-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-authn-context-xmldsig-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-dce-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-ecp-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-metadata-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-protocol-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-x500-2.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/saml/v2/saml-schema-xacml-2.0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/shared-session-config_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/shared-session-config_2_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/singleton-deployment_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/trans-timeout-1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/user-roles_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmldsig/xmldsig-core-schema.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmlenc/xenc-schema.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmlschema/datatypes.dtd +%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmlschema/xml.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/w3c/xmlschema/XMLSchema.dtd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_2_4.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_2_5.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_3_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_3_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-app_4_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-common_3_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-common_3_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-common_4_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-facelettaglibrary_2_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-facelettaglibrary_2_3.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-facesconfig_1_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-facesconfig_2_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-fragment_3_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-fragment_3_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-fragment_4_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-jsptaglibrary_2_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-jsptaglibrary_2_1.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-partialresponse_2_2.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/web-partialresponse_2_3.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-agroal_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-agroal_2_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-batch-jberet_1_0.xsd @@ -420,6 +530,7 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-jca_3_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-jca_4_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-jca_5_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-keycloak-server_1_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-mail_2_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-mail_3_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-mail_4_0.xsd @@ -438,6 +549,19 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_12_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-messaging-activemq_13_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-metrics_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-config-smallrye_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-fault-tolerance-smallrye_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-health-smallrye_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-health-smallrye_2_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-jwt-smallrye_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-metrics-smallrye_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-metrics-smallrye_2_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-openapi-smallrye_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-opentracing_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-opentracing_2_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-opentracing_3_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-reactive-messaging-smallrye_1_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-microprofile-reactive-streams-operators-smallrye_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-federation_1_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-federation_1_1.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-picketlink-federation_2_0.xsd @@ -477,21 +601,42 @@ bin/kcreg %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_10_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_11_0.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/wildfly-undertow_12_0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/oasis-200401-wss-wssecurity-secext-1.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/oasis-200401-wss-wssecurity-utility-1.0.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/ws-addr.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/ws-policy.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/wstrust/v1_3/ws-trust-1.3.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/xacml/access_control-xacml-2.0-context-schema-os.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/xacml/access_control-xacml-2.0-policy-schema-os.xsd +%%PORTDOCS%%%%DOCSDIR%%/schema/xml.xsd %%PORTDOCS%%%%DOCSDIR%%/schema/xnio_3_5.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/domain-ec2.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-activemq-colocated.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-azure-full-ha.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-azure-ha.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-ec2-full-ha.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-ec2-ha.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-genericjms.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-gossip-full-ha.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-gossip-ha.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-jts.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-minimalistic.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-picketlink.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-rts.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/standalone-xts.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/enable-elytron.cli +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enable-microprofile.cli %%PORTEXAMPLES%%%%EXAMPLESDIR%%/map-storage-concurrenthashmap.cli @owner www @group www %%JAVASHAREDIR%%/keycloak/bin/add-user-keycloak.sh %%JAVASHAREDIR%%/keycloak/bin/add-user.sh -%%JAVASHAREDIR%%/keycloak/bin/appclient.sh %%JAVASHAREDIR%%/keycloak/bin/client/README-CLI-JCONSOLE.txt %%JAVASHAREDIR%%/keycloak/bin/client/README-EJB-JMS.txt %%JAVASHAREDIR%%/keycloak/bin/client/jboss-cli-client.jar %%JAVASHAREDIR%%/keycloak/bin/client/jboss-client.jar -%%JAVASHAREDIR%%/keycloak/bin/client/keycloak-admin-cli-13.0.1.jar -%%JAVASHAREDIR%%/keycloak/bin/client/keycloak-client-registration-cli-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/bin/client/keycloak-admin-cli-14.0.0.jar +%%JAVASHAREDIR%%/keycloak/bin/client/keycloak-client-registration-cli-14.0.0.jar %%JAVASHAREDIR%%/keycloak/bin/common.sh %%JAVASHAREDIR%%/keycloak/bin/domain.sh %%JAVASHAREDIR%%/keycloak/bin/elytron-tool.sh @@ -524,6 +669,8 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.12.1.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/jackson-dataformat-yaml-2.12.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/jackson-datatype-jdk8-2.12.1.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/jackson-datatype-jsr310-2.12.1.jar @@ -584,12 +731,86 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/agroal/main/agroal-narayana-1.3.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/agroal/main/agroal-pool-1.3.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/agroal/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-core-1.5.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-thrift-1.5.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/jaegertracing/jaeger/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/netty/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/netty/main/netty-all-4.1.63.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentelemetry/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentelemetry/api/main/opentelemetry-api-0.16.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentelemetry/context/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentelemetry/context/main/opentelemetry-context-0.16.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/opentracing-concurrent-0.4.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/opentracing-interceptors-0.1.3.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/opentracing-jaxrs2-1.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/opentracing-tracerresolver-0.1.8.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/opentracing-web-servlet-filter-0.2.3.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/opentracing-api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/opentracing-api/main/opentracing-api-0.33.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/opentracing-noop/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/opentracing-noop/main/opentracing-noop-0.33.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/opentracing-util/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/opentracing/opentracing-util/main/opentracing-util-0.33.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/rxjava-2.2.20.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/reactivex/rxjava3/rxjava/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/reactivex/rxjava3/rxjava/main/rxjava-3.0.9.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/annotation/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/annotation/main/smallrye-common-annotation-1.5.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/classloader/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/classloader/main/smallrye-common-classloader-1.5.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/constraint/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/constraint/main/smallrye-common-constraint-1.5.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/expression/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/expression/main/smallrye-common-expression-1.5.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/function/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/common/function/main/smallrye-common-function-1.5.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/config/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/config/main/smallrye-config-2.0.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/config/main/smallrye-config-common-2.0.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/config/main/smallrye-config-core-2.0.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/config/main/smallrye-config-source-file-system-2.0.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/fault-tolerance/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-5.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-api-5.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-core-5.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/health/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/health/main/smallrye-health-3.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/jwt/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-3.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-cdi-extension-3.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-common-3.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-http-mechanism-3.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/metrics/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/metrics/main/smallrye-metrics-3.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/metrics/main/smallrye-metrics-api-3.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/openapi/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/openapi/main/smallrye-open-api-core-2.1.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/openapi/main/smallrye-open-api-jaxrs-2.1.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/opentracing/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/opentracing/main/smallrye-opentracing-2.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/converters/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/converters/api/main/smallrye-reactive-converter-api-2.1.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/main/smallrye-reactive-messaging-kafka-3.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/messaging/connector/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/messaging/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/messaging/main/smallrye-reactive-messaging-provider-3.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/main/mutiny-0.14.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/reactive-streams-operators/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/reactive-streams-operators/main/mutiny-reactive-streams-operators-0.14.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-core/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-core/main/smallrye-mutiny-vertx-core-2.1.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-kafka-client/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-kafka-client/main/smallrye-mutiny-vertx-kafka-client-2.1.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-runtime/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-runtime/main/smallrye-mutiny-vertx-runtime-2.1.1.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/undertow/core/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/undertow/core/main/undertow-core-2.2.5.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/undertow/js/main/module.xml @@ -600,6 +821,11 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-2.2.5.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/undertow/websocket/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-2.2.5.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/vertx/client/kafka/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/vertx/client/kafka/main/vertx-kafka-client-4.0.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/vertx/client/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/vertx/core/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/io/vertx/core/main/vertx-core-4.0.2.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/javaee/api/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/javax/activation/api/main/jakarta.activation-1.2.2.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/javax/activation/api/main/module.xml @@ -724,6 +950,10 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/commons/collections/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/commons/io/main/commons-io-2.5.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/commons/io/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/commons/lang/main/commons-lang-2.6.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/commons/lang/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/commons/lang3/main/commons-lang3-3.11.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/commons/lang3/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/commons/logging/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.3.10.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.3.10.jar @@ -774,6 +1004,8 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/httpcomponents/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-0.6.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/james/mime4j/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/kafka/client/main/kafka-clients-2.7.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/kafka/client/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/log4j/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/logging/log4j/api/main/log4j-api-2.14.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/logging/log4j/api/main/module.xml @@ -797,6 +1029,8 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/sshd/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/sshd/main/sshd-common-2.4.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/sshd/main/sshd-core-2.4.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/thrift/main/libthrift-0.13.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/thrift/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/velocity/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/velocity/main/velocity-engine-core-2.3.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/ws/security/main/jasypt-1.9.3.jar @@ -816,6 +1050,8 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.12.0.SP03.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/xml-resolver/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/xml-resolver/main/xml-resolver-1.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/bitbucket/jose4j/main/jose4j-0.7.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/bitbucket/jose4j/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/bouncycastle/bcmail/main/bcmail-jdk15on-1.68.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/bouncycastle/bcmail/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/bouncycastle/bcpg/main/bcpg-jdk15on-1.68.jar @@ -845,6 +1081,28 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/jgit/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/jgit/main/org.eclipse.jgit-5.10.0.202012080955-r.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/jgit/main/org.eclipse.jgit.ssh.apache-5.10.0.202012080955-r.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/config/api/main/microprofile-config-api-2.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/config/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/api/main/microprofile-fault-tolerance-api-3.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/health/api/main/microprofile-health-api-3.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/health/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/api/main/microprofile-jwt-auth-api-1.2.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/microprofile-metrics-api-3.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/openapi/api/main/microprofile-openapi-api-2.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/openapi/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/microprofile-opentracing-api-2.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/reactive-messaging/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/reactive-messaging/api/main/smallrye-reactive-messaging-api-3.0.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/api/main/microprofile-reactive-streams-operators-api-1.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/api/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/core/main/microprofile-reactive-streams-operators-core-1.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/core/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/restclient/main/microprofile-rest-client-api-2.0.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/microprofile/restclient/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-23.0.2.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/persistence/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/eclipse/yasson/main/module.xml @@ -1165,6 +1423,9 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-3.15.1.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-3.15.1.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/resteasy-client-microprofile-3.15.1.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/resteasy-client-microprofile-base-3.15.1.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-3.15.1.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml @@ -1414,6 +1675,24 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/wildfly-messaging-activemq-23.0.2.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/metrics/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/metrics/main/wildfly-metrics-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/config-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/config-smallrye/main/wildfly-microprofile-config-smallrye-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/fault-tolerance-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/fault-tolerance-smallrye/main/wildfly-microprofile-fault-tolerance-smallrye-extension-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/health-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/health-smallrye/main/wildfly-microprofile-health-smallrye-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/jwt-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/jwt-smallrye/main/wildfly-microprofile-jwt-smallrye-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/metrics-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/metrics-smallrye/main/wildfly-microprofile-metrics-smallrye-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/openapi-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/openapi-smallrye/main/wildfly-microprofile-openapi-smallrye-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/opentracing-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/opentracing-smallrye/main/wildfly-microprofile-opentracing-extension-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-messaging-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-messaging-smallrye/main/wildfly-microprofile-reactive-messaging-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-streams-operators-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-streams-operators-smallrye/main/wildfly-microprofile-reactive-streams-operators-23.0.2.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-23.0.2.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/extension/picketlink/main/module.xml @@ -1436,6 +1715,10 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/http-client/transaction/main/wildfly-http-transaction-client-1.1.5.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/iiop-openjdk/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/iiop-openjdk/main/wildfly-iiop-openjdk-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/microprofile/fault-tolerance-smallrye/executor/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/microprofile/fault-tolerance-smallrye/executor/main/wildfly-microprofile-fault-tolerance-smallrye-executor-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/microprofile/opentracing-smallrye/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/microprofile/opentracing-smallrye/main/wildfly-microprofile-opentracing-smallrye-23.0.2.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-23.0.2.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/naming-client/main/module.xml @@ -1443,6 +1726,13 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/naming/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/openssl/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/openssl/main/wildfly-openssl-java-2.1.3.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/reactive/dep/jts/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/reactive/messaging/config/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/reactive/messaging/config/main/wildfly-microprofile-reactive-messaging-config-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/reactive/mutiny/reactive-streams-operators/cdi-provider/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/reactive/mutiny/reactive-streams-operators/cdi-provider/main/wildfly-microprofile-reactive-streams-operators-cdi-provider-23.0.2.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/security/elytron-jwt/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/security/elytron-jwt/main/wildfly-elytron-jwt-1.15.3.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/security/elytron-private/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/security/elytron-private/main/wildfly-elytron-asn1-1.15.3.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/wildfly/security/elytron-private/main/wildfly-elytron-audit-1.15.3.Final.jar @@ -1551,51 +1841,55 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/apache/commons/lang3/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/apache/kerby/kerby-asn1/main/kerby-asn1-2.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/apache/kerby/kerby-asn1/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/freemarker/main/freemarker-2.3.29.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/freemarker/main/freemarker-2.3.31.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/freemarker/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/infinispan/jboss-marshalling/main/infinispan-jboss-marshalling-11.0.9.Final.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/infinispan/jboss-marshalling/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/jboss/as/product/keycloak/dir/META-INF/MANIFEST.MF %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/jboss/as/product/keycloak/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-authz-policy-common/main/keycloak-authz-policy-common-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/jboss/marshalling/main/jboss-marshalling-2.0.11.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/jboss/marshalling/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/jboss/marshalling/river/main/jboss-marshalling-river-2.0.11.Final.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/jboss/marshalling/river/main/module.xml +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-authz-policy-common/main/keycloak-authz-policy-common-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-authz-policy-common/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-common/main/keycloak-common-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-common/main/keycloak-common-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-common/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-core/main/keycloak-core-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-core/main/keycloak-core-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-core/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-js-adapter/main/keycloak-js-adapter-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-js-adapter/main/keycloak-js-adapter-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-js-adapter/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-kerberos-federation/main/keycloak-kerberos-federation-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-kerberos-federation/main/keycloak-kerberos-federation-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-kerberos-federation/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-ldap-federation/main/keycloak-ldap-federation-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-ldap-federation/main/keycloak-ldap-federation-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-ldap-federation/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-infinispan/main/keycloak-model-infinispan-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-infinispan/main/keycloak-model-infinispan-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-infinispan/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-jpa/main/keycloak-model-jpa-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-jpa/main/keycloak-model-jpa-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-jpa/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-map/main/keycloak-model-map-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-map/main/keycloak-model-map-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-model-map/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-saml-core-public/main/keycloak-saml-core-public-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-saml-core-public/main/keycloak-saml-core-public-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-saml-core-public/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-saml-core/main/keycloak-saml-core-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-saml-core/main/keycloak-saml-core-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-saml-core/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-spi-private/main/keycloak-server-spi-private-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-spi-private/main/keycloak-server-spi-private-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-spi-private/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-spi/main/keycloak-server-spi-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-spi/main/keycloak-server-spi-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-spi/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-subsystem/dependencies/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-subsystem/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-subsystem/main/server-war/WEB-INF/jboss-deployment-structure.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-server-subsystem/main/server-war/WEB-INF/web.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-services/main/keycloak-services-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-services/main/keycloak-services-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-services/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-sssd-federation/main/keycloak-sssd-federation-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-sssd-federation/main/keycloak-sssd-federation-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-sssd-federation/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-adduser/main/keycloak-wildfly-adduser-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-adduser/main/keycloak-wildfly-adduser-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-adduser/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-extensions/main/keycloak-wildfly-extensions-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-extensions/main/keycloak-wildfly-extensions-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-extensions/main/module.xml -%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-server-subsystem/main/keycloak-wildfly-server-subsystem-13.0.1.jar +%%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-server-subsystem/main/keycloak-wildfly-server-subsystem-14.0.0.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/keycloak/keycloak-wildfly-server-subsystem/main/module.xml %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/liquibase/main/liquibase-core-3.5.5.jar %%JAVASHAREDIR%%/keycloak/modules/system/layers/keycloak/org/liquibase/main/module.xml @@ -1713,8 +2007,6 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-clustering-node.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-clustering.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-credentials-generic.html -%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-credentials-jwt-key-export.html -%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-credentials-jwt-key-import.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-credentials-jwt.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-credentials-secret-jwt.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-credentials-secret.html @@ -1730,6 +2022,17 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-mappers-add.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-mappers.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-offline-sessions.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-oidc-key-export.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-oidc-key-import.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-oidc-keys.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-policies-json.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-policies-list.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-policies-policy-edit-condition.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-policies-policy-edit.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-policies-profiles-edit-executor.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-policies-profiles-edit.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-policies-profiles-json.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-policies-profiles-list.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-protocol-mapper-detail.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-reg-policies.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/client-reg-policy-detail.html @@ -1839,6 +2142,7 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/realm-smtp.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/realm-theme-settings.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/realm-tokens.html +%%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/realm-user-profile.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/required-actions.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/role-attributes.html %%JAVASHAREDIR%%/keycloak/themes/base/admin/resources/partials/role-detail.html @@ -1984,6 +2288,7 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/themes/base/login/template.ftl %%JAVASHAREDIR%%/keycloak/themes/base/login/terms.ftl %%JAVASHAREDIR%%/keycloak/themes/base/login/theme.properties +%%JAVASHAREDIR%%/keycloak/themes/base/login/verify-profile.ftl %%JAVASHAREDIR%%/keycloak/themes/base/login/webauthn-authenticate.ftl %%JAVASHAREDIR%%/keycloak/themes/base/login/webauthn-error.ftl %%JAVASHAREDIR%%/keycloak/themes/base/login/webauthn-register.ftl @@ -2532,12 +2837,12 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/@patternfly/react-icons.js.map %%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/@patternfly/react-styles.js %%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/@patternfly/react-styles.js.map -%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/_commonjsHelpers-5f1db27c.js -%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/_commonjsHelpers-5f1db27c.js.map -%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/index-2f766afa.js -%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/index-2f766afa.js.map -%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/StyleSheet-60e8fa56.js -%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/StyleSheet-60e8fa56.js.map +%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/_commonjsHelpers-89bea96a.js +%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/_commonjsHelpers-89bea96a.js.map +%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/index-1a6834d2.js +%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/index-1a6834d2.js.map +%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/StyleSheet-4762b333.js +%%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/common/StyleSheet-4762b333.js.map %%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/import-map.json %%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/react-dom.js %%JAVASHAREDIR%%/keycloak/themes/keycloak/common/resources/web_modules/react-dom.js.map @@ -2600,7 +2905,6 @@ bin/kcreg @sample %%JAVASHAREDIR%%/keycloak/standalone/configuration/standalone-ha.xml.sample @sample %%JAVASHAREDIR%%/keycloak/standalone/configuration/standalone.xml.sample @mode -@dir %%JAVASHAREDIR%%/keycloak/domain/data/content @dir %%JAVASHAREDIR%%/keycloak/domain/tmp/auth @dir %%JAVASHAREDIR%%/keycloak/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib @dir %%JAVASHAREDIR%%/keycloak/standalone/lib/ext From owner-dev-commits-ports-main@freebsd.org Tue Jun 22 23:51:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E08FF6656CD; Tue, 22 Jun 2021 23:51: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 4G8jpg4s11z4hZf; Tue, 22 Jun 2021 23:51: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 8F1E41A338; Tue, 22 Jun 2021 23:51: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 15MNpNk2040281; Tue, 22 Jun 2021 23:51:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15MNpNvq040280; Tue, 22 Jun 2021 23:51:23 GMT (envelope-from git) Date: Tue, 22 Jun 2021 23:51:23 GMT Message-Id: <202106222351.15MNpNvq040280@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: c10805fe0b67 - main - x11-themes/chicago95: Update to 2.0.1-70 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: c10805fe0b67f93dc8bf46b6fcc3ecf723644f95 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 23:51:23 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c10805fe0b67f93dc8bf46b6fcc3ecf723644f95 commit c10805fe0b67f93dc8bf46b6fcc3ecf723644f95 Author: Evgeniy Khramtsov AuthorDate: 2021-06-22 23:50:44 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-22 23:50:44 +0000 x11-themes/chicago95: Update to 2.0.1-70 PR: 256692 Approved by: lwhsu (mentor, implicit) --- x11-themes/chicago95/Makefile | 4 ++-- x11-themes/chicago95/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-themes/chicago95/Makefile b/x11-themes/chicago95/Makefile index 4d3f127d310e..ccf0de9f2041 100644 --- a/x11-themes/chicago95/Makefile +++ b/x11-themes/chicago95/Makefile @@ -1,7 +1,7 @@ PORTNAME= chicago95 DISTVERSIONPREFIX= v -DISTVERSION= 2.0.1-65 -DISTVERSIONSUFFIX= -g410d59f +DISTVERSION= 2.0.1-70 +DISTVERSIONSUFFIX= -gc97678a CATEGORIES= x11-themes MAINTAINER= evgeniy@khramtsov.org diff --git a/x11-themes/chicago95/distinfo b/x11-themes/chicago95/distinfo index 97258027decc..905d871e02bb 100644 --- a/x11-themes/chicago95/distinfo +++ b/x11-themes/chicago95/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620565608 -SHA256 (grassmunk-Chicago95-v2.0.1-65-g410d59f_GH0.tar.gz) = d11009b6da4915cd1be01b24f3403ba375d0e7dd2ea3f6b3ef619bc31f0a065e -SIZE (grassmunk-Chicago95-v2.0.1-65-g410d59f_GH0.tar.gz) = 21805738 +TIMESTAMP = 1624017810 +SHA256 (grassmunk-Chicago95-v2.0.1-70-gc97678a_GH0.tar.gz) = aacafea8750773a1e552ddfc79ad8e4b9669bd874376684e6f1b9ef1ba4ce113 +SIZE (grassmunk-Chicago95-v2.0.1-70-gc97678a_GH0.tar.gz) = 21807034 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 01:22:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D78C6666CD; Wed, 23 Jun 2021 01:22: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 4G8lqH1lP1z4ncg; Wed, 23 Jun 2021 01:22: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 24ECC1AF7F; Wed, 23 Jun 2021 01:22: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 15N1M3SS063405; Wed, 23 Jun 2021 01:22:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15N1M3oo063404; Wed, 23 Jun 2021 01:22:03 GMT (envelope-from git) Date: Wed, 23 Jun 2021 01:22:03 GMT Message-Id: <202106230122.15N1M3oo063404@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: aa776ccf18fe - main - x11/nwg-drawer: update to 0.1.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: aa776ccf18fe5cdc91d43ee231a96e065f5ce88e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 01:22:03 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa776ccf18fe5cdc91d43ee231a96e065f5ce88e commit aa776ccf18fe5cdc91d43ee231a96e065f5ce88e Author: Jan Beich AuthorDate: 2021-06-23 01:15:11 +0000 Commit: Jan Beich CommitDate: 2021-06-23 01:21:33 +0000 x11/nwg-drawer: update to 0.1.1 Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.1.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 0e0cb2b37eb9..c00d442eabc7 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,6 +1,6 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v -DISTVERSION= 0.1.0 +DISTVERSION= 0.1.1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-drawer/distinfo b/x11/nwg-drawer/distinfo index 6bda483763b3..7289bd59acf1 100644 --- a/x11/nwg-drawer/distinfo +++ b/x11/nwg-drawer/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624059620 -SHA256 (nwg-piotr-nwg-drawer-v0.1.0_GH0.tar.gz) = 8fab34173a3a906254cba8531f4bef3a58f848ce576e05545e6dd8ca70aef853 -SIZE (nwg-piotr-nwg-drawer-v0.1.0_GH0.tar.gz) = 3269817 +TIMESTAMP = 1624409702 +SHA256 (nwg-piotr-nwg-drawer-v0.1.1_GH0.tar.gz) = 6e44891b049a694dfc9ed2625c06f39fda930a1a57593ad010173c8082284eda +SIZE (nwg-piotr-nwg-drawer-v0.1.1_GH0.tar.gz) = 3272097 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 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 04:56:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D21D1648ECC; Wed, 23 Jun 2021 04:56: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 4G8rZJ5fbtz3FXQ; Wed, 23 Jun 2021 04:56: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 AA6B01E0D0; Wed, 23 Jun 2021 04:56: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 15N4u8aG041901; Wed, 23 Jun 2021 04:56:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15N4u8OQ041900; Wed, 23 Jun 2021 04:56:08 GMT (envelope-from git) Date: Wed, 23 Jun 2021 04:56:08 GMT Message-Id: <202106230456.15N4u8OQ041900@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: 1ee79df4a18b - main - databases/gdbm: update GNU dbm to version 1.20. 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: 1ee79df4a18ba4f8d1ef645f2c328c74283494f2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 04:56:08 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ee79df4a18ba4f8d1ef645f2c328c74283494f2 commit 1ee79df4a18ba4f8d1ef645f2c328c74283494f2 Author: Alexey Dokuchaev AuthorDate: 2021-06-23 04:55:12 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-23 04:55:33 +0000 databases/gdbm: update GNU dbm to version 1.20. Reported by: portscout --- databases/gdbm/Makefile | 2 +- databases/gdbm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 45cdd8d9fe03..dc66ee7774f9 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,7 +1,7 @@ # Created by: Brent J. Nordquist PORTNAME= gdbm -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= databases MASTER_SITES= GNU diff --git a/databases/gdbm/distinfo b/databases/gdbm/distinfo index 13d912309c7f..fe77b19c20fd 100644 --- a/databases/gdbm/distinfo +++ b/databases/gdbm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608727671 -SHA256 (gdbm-1.19.tar.gz) = 37ed12214122b972e18a0d94995039e57748191939ef74115b1d41d8811364bc -SIZE (gdbm-1.19.tar.gz) = 967861 +TIMESTAMP = 1623925723 +SHA256 (gdbm-1.20.tar.gz) = 3aeac05648b3482a10a2da986b9f3a380a29ad650be80b9817a435fb8114a292 +SIZE (gdbm-1.20.tar.gz) = 987628 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 05:05:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8237648F19; Wed, 23 Jun 2021 05:05: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 4G8rmg5KZjz3GQC; Wed, 23 Jun 2021 05:05: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 9B18F1E0F7; Wed, 23 Jun 2021 05:05: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 15N557O0055729; Wed, 23 Jun 2021 05:05:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15N557qk055728; Wed, 23 Jun 2021 05:05:07 GMT (envelope-from git) Date: Wed, 23 Jun 2021 05:05:07 GMT Message-Id: <202106230505.15N557qk055728@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: 350c783e3feb - main - lang/solidity: update to 0.8.6 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: 350c783e3feb3d2b8b965a8626161ca0feac0c07 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 05:05:07 -0000 The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=350c783e3feb3d2b8b965a8626161ca0feac0c07 commit 350c783e3feb3d2b8b965a8626161ca0feac0c07 Author: Alex Dupre AuthorDate: 2021-06-23 05:04:42 +0000 Commit: Alex Dupre CommitDate: 2021-06-23 05:05:02 +0000 lang/solidity: update to 0.8.6 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 7720c5ebee54..ea9f37bd623a 100644 --- a/lang/solidity/Makefile +++ b/lang/solidity/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre PORTNAME= solidity -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 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 a35d8fd2f1af..a419dd8ee15b 100644 --- a/lang/solidity/distinfo +++ b/lang/solidity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623398223 -SHA256 (solidity_0.8.5.tar.gz) = f754319ba5c82d6270a1add85f57d0580b875853885a76ec0c3b7025ec9e2d7c -SIZE (solidity_0.8.5.tar.gz) = 2823338 +TIMESTAMP = 1624394993 +SHA256 (solidity_0.8.6.tar.gz) = 523c83417feb5b6c4b5531ce903ed60251ec9893ed665522a20ba027906038f5 +SIZE (solidity_0.8.6.tar.gz) = 2830671 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 06:59:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 390AF649AFB; Wed, 23 Jun 2021 06:59: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 4G8vJt0lcdz3PpS; Wed, 23 Jun 2021 06: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 E78611FE9F; Wed, 23 Jun 2021 06: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 15N6xf1D001904; Wed, 23 Jun 2021 06: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 15N6xfBC001903; Wed, 23 Jun 2021 06:59:41 GMT (envelope-from git) Date: Wed, 23 Jun 2021 06:59:41 GMT Message-Id: <202106230659.15N6xfBC001903@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: 62516dbeee04 - main - science/afni: update to 21.1.13 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: 62516dbeee04d28f409452c1b43e6f509f70788e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 06:59:42 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=62516dbeee04d28f409452c1b43e6f509f70788e commit 62516dbeee04d28f409452c1b43e6f509f70788e Author: Fernando Apesteguía AuthorDate: 2021-06-23 05:21:39 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-23 06:55:27 +0000 science/afni: update to 21.1.13 --- science/afni/Makefile | 3 +-- science/afni/distinfo | 6 +++--- science/afni/pkg-plist | 7 ++++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/science/afni/Makefile b/science/afni/Makefile index f38a015e1190..2f14ef00eb0d 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,7 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 21.1.12 -PORTREVISION= 2 +DISTVERSION= 21.1.13 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index f186b133d390..75a822e97c4f 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623748135 -SHA256 (afni-afni-AFNI_21.1.12_GH0.tar.gz) = b390c6acf44c36fb5a9f7a58d71dd34d8abd429640fe4238c99967521e6d8492 -SIZE (afni-afni-AFNI_21.1.12_GH0.tar.gz) = 43443451 +TIMESTAMP = 1624376352 +SHA256 (afni-afni-AFNI_21.1.13_GH0.tar.gz) = 9d56db87133408b200b8feae043f116861828e5c27eb035e52693a0fc52b3155 +SIZE (afni-afni-AFNI_21.1.13_GH0.tar.gz) = 43765603 diff --git a/science/afni/pkg-plist b/science/afni/pkg-plist index c6ebae5a08b1..08e9691967be 100644 --- a/science/afni/pkg-plist +++ b/science/afni/pkg-plist @@ -36,7 +36,6 @@ bin/2dcat bin/2perm bin/2swap bin/3dABoverlap -bin/3dmaxdisp bin/3dAFNIto3D bin/3dAFNItoANALYZE bin/3dAFNItoNIFTI @@ -243,6 +242,7 @@ bin/3dmaskave bin/3dmaskdump bin/3dmatcalc bin/3dmatmult +bin/3dmaxdisp bin/3dmaxima bin/3dmerge bin/3dnewid @@ -296,6 +296,7 @@ bin/@GetAfniRes bin/@GetAfniView bin/@GradFlipTest bin/@Install_3dPFM_Demo +bin/@Install_AP_MULTI_DEMO1 bin/@Install_AfniRetinoDemo bin/@Install_ClustScat_Demo bin/@Install_D99_macaque @@ -311,6 +312,7 @@ bin/@Install_MEICA_Demo bin/@Install_NIH_Marmoset bin/@Install_NMT bin/@Install_RSFMRI_Motion_Group_Demo +bin/@Install_SURFLAYERS_DEMO1 bin/@Install_TSrestMovieDemo bin/@IsoMasks bin/@MakeLabelTable @@ -464,6 +466,7 @@ bin/SurfDsetInfo bin/SurfExtrema bin/SurfFWHM bin/SurfInfo +bin/SurfLayers bin/SurfLocalstat bin/SurfMeasures bin/SurfPatch @@ -603,6 +606,7 @@ bin/prompt_user bin/python_module_test.py bin/quick.alpha.vals.py bin/quickspec +bin/quickspecSL bin/quotize bin/rPkgsInstall bin/rPkgsInstall.R @@ -674,6 +678,7 @@ include/afni/rcmat.h include/afni/tagset.h include/afni/thd_atlas.h include/afni/thd_compress.h +include/afni/thd_depth.h include/afni/thd_iochan.h include/afni/thd_maker.h include/afni/thd_ttatlas_CA_EZ.h From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 07:44:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 72A2B64A9DB; Wed, 23 Jun 2021 07:44: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 4G8wK02dYHz3hmm; Wed, 23 Jun 2021 07:44: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 3EC0420996; Wed, 23 Jun 2021 07:44: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 15N7iqFH067928; Wed, 23 Jun 2021 07:44:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15N7iqqL067927; Wed, 23 Jun 2021 07:44:52 GMT (envelope-from git) Date: Wed, 23 Jun 2021 07:44:52 GMT Message-Id: <202106230744.15N7iqqL067927@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: 3f13234fcb33 - main - finance/prestashop: Update to 1.7.7.5 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: 3f13234fcb3373a2f4c7a6cba252d1db2f222d60 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 07:44:52 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f13234fcb3373a2f4c7a6cba252d1db2f222d60 commit 3f13234fcb3373a2f4c7a6cba252d1db2f222d60 Author: Wen Heping AuthorDate: 2021-06-23 07:43:27 +0000 Commit: Wen Heping CommitDate: 2021-06-23 07:43:27 +0000 finance/prestashop: Update to 1.7.7.5 --- 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 529b27acfa08..4cbec47b54d4 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= prestashop -PORTVERSION= 1.7.7.4 +PORTVERSION= 1.7.7.5 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 1750cd4b0b6d..967bfecb6df6 100644 --- a/finance/prestashop/distinfo +++ b/finance/prestashop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620464328 -SHA256 (prestashop_1.7.7.4.zip) = 7017aebcb218d916c90c323e3da9a56e83c8293de598694b773433674d688dde -SIZE (prestashop_1.7.7.4.zip) = 70061408 +TIMESTAMP = 1624437810 +SHA256 (prestashop_1.7.7.5.zip) = 1e9f255236efd533eb73479ec6bc860928de1fbefa864028d0ea83bd86edf9dd +SIZE (prestashop_1.7.7.5.zip) = 70077042 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 09:24:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B34664C49F; Wed, 23 Jun 2021 09:24: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 4G8yXF1rhCz3tRw; Wed, 23 Jun 2021 09:24: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 27AC82208E; Wed, 23 Jun 2021 09:24: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 15N9OjLd001726; Wed, 23 Jun 2021 09:24:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15N9Oj84001725; Wed, 23 Jun 2021 09:24:45 GMT (envelope-from git) Date: Wed, 23 Jun 2021 09:24:45 GMT Message-Id: <202106230924.15N9Oj84001725@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: 8936061b973f - main - security/openconnect-freebsd-daemon: Update to 2.0.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: 8936061b973f158a3700eb8d185f76d03be27fac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 09:24:45 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=8936061b973f158a3700eb8d185f76d03be27fac commit 8936061b973f158a3700eb8d185f76d03be27fac Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-23 09:24:03 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-23 09:24:42 +0000 security/openconnect-freebsd-daemon: Update to 2.0.0 --- security/openconnect-freebsd-daemon/Makefile | 2 +- security/openconnect-freebsd-daemon/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/openconnect-freebsd-daemon/Makefile b/security/openconnect-freebsd-daemon/Makefile index d9d31ddc5cac..aa8faf8e4623 100644 --- a/security/openconnect-freebsd-daemon/Makefile +++ b/security/openconnect-freebsd-daemon/Makefile @@ -1,5 +1,5 @@ PORTNAME= openconnect-freebsd-daemon -DISTVERSION= 1.3.0 +DISTVERSION= 2.0.0 CATEGORIES= security net-vpn MAINTAINER= 0mp@FreeBSD.org diff --git a/security/openconnect-freebsd-daemon/distinfo b/security/openconnect-freebsd-daemon/distinfo index 0bf0f0cf3deb..5cba19cfac66 100644 --- a/security/openconnect-freebsd-daemon/distinfo +++ b/security/openconnect-freebsd-daemon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624395898 -SHA256 (0mp-openconnect-freebsd-daemon-1.3.0_GH0.tar.gz) = 7c3d5403ab49f3e824cdfb47916a35612b6870d95d001d48f10cbbd6c053c2f9 -SIZE (0mp-openconnect-freebsd-daemon-1.3.0_GH0.tar.gz) = 3125 +TIMESTAMP = 1624436621 +SHA256 (0mp-openconnect-freebsd-daemon-2.0.0_GH0.tar.gz) = 7ef2b2cb84d16cc258b9411403ae59b16b81a6a58d59df3968a5b546cf4d2324 +SIZE (0mp-openconnect-freebsd-daemon-2.0.0_GH0.tar.gz) = 3217 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 09:29:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1369E64C435; Wed, 23 Jun 2021 09:29: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 4G8ydR6xmmz3tbS; Wed, 23 Jun 2021 09:29: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 D6B2121D32; Wed, 23 Jun 2021 09:29: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 15N9TFBb002151; Wed, 23 Jun 2021 09:29:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15N9TFNv002150; Wed, 23 Jun 2021 09:29:15 GMT (envelope-from git) Date: Wed, 23 Jun 2021 09:29:15 GMT Message-Id: <202106230929.15N9TFNv002150@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Roman Bogorodskiy Subject: git: 80eccdd02ead - main - misc/osinfo-db: update to 20210621 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: novel X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 80eccdd02eade94476eedae08926f50bf7a1a507 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 09:29:16 -0000 The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=80eccdd02eade94476eedae08926f50bf7a1a507 commit 80eccdd02eade94476eedae08926f50bf7a1a507 Author: Roman Bogorodskiy AuthorDate: 2021-06-22 10:30:15 +0000 Commit: Roman Bogorodskiy CommitDate: 2021-06-23 09:28:59 +0000 misc/osinfo-db: update to 20210621 --- misc/osinfo-db/Makefile | 2 +- misc/osinfo-db/distinfo | 6 +++--- misc/osinfo-db/pkg-plist | 7 +++++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/misc/osinfo-db/Makefile b/misc/osinfo-db/Makefile index c660ece3159b..7ecf2926865f 100644 --- a/misc/osinfo-db/Makefile +++ b/misc/osinfo-db/Makefile @@ -1,7 +1,7 @@ # Created by: Roman Bogorodskiy PORTNAME= osinfo-db -PORTVERSION= 20210531 +PORTVERSION= 20210621 CATEGORIES= misc MASTER_SITES= https://releases.pagure.org/libosinfo/ diff --git a/misc/osinfo-db/distinfo b/misc/osinfo-db/distinfo index 33e3cae8d551..024358db1240 100644 --- a/misc/osinfo-db/distinfo +++ b/misc/osinfo-db/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622873330 -SHA256 (osinfo-db-20210531.tar.xz) = e46d769692e5bd985abe2e376209adafec33db77f10b35999c71b7a140963ec0 -SIZE (osinfo-db-20210531.tar.xz) = 118600 +TIMESTAMP = 1624353867 +SHA256 (osinfo-db-20210621.tar.xz) = 2b94b0d92dc7aa43a20dc4ebf2460c7b303ee5fbaffbab9d9ed296ce99774219 +SIZE (osinfo-db-20210621.tar.xz) = 118292 diff --git a/misc/osinfo-db/pkg-plist b/misc/osinfo-db/pkg-plist index 9a9631d3177f..bdb708a84ddd 100644 --- a/misc/osinfo-db/pkg-plist +++ b/misc/osinfo-db/pkg-plist @@ -73,6 +73,7 @@ share/osinfo/os/alpinelinux.org/alpinelinux-3.10.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.11.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.12.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.13.xml +share/osinfo/os/alpinelinux.org/alpinelinux-3.14.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.5.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.6.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.7.xml @@ -141,6 +142,7 @@ share/osinfo/os/centos.org/centos-6.9.xml share/osinfo/os/centos.org/centos-7.0.xml share/osinfo/os/centos.org/centos-8.xml share/osinfo/os/centos.org/centos-stream-8.xml +share/osinfo/os/centos.org/centos-stream-9.xml share/osinfo/os/cirros-cloud.net/cirros-0.3.0.xml share/osinfo/os/cirros-cloud.net/cirros-0.3.1.xml share/osinfo/os/cirros-cloud.net/cirros-0.3.2.xml @@ -474,6 +476,7 @@ share/osinfo/os/netbsd.org/netbsd-8.2.xml share/osinfo/os/netbsd.org/netbsd-9.0.xml share/osinfo/os/nixos.org/nixos-20.03.xml share/osinfo/os/nixos.org/nixos-20.09.xml +share/osinfo/os/nixos.org/nixos-21.05.xml share/osinfo/os/nixos.org/nixos-unknown.xml share/osinfo/os/nixos.org/nixos-unstable.xml share/osinfo/os/novell.com/netware-4.xml @@ -503,6 +506,8 @@ share/osinfo/os/openbsd.org/openbsd-6.4.xml share/osinfo/os/openbsd.org/openbsd-6.5.xml share/osinfo/os/openbsd.org/openbsd-6.6.xml share/osinfo/os/openbsd.org/openbsd-6.7.xml +share/osinfo/os/openbsd.org/openbsd-6.8.xml +share/osinfo/os/openbsd.org/openbsd-6.9.xml share/osinfo/os/opensuse.org/opensuse-10.2.xml share/osinfo/os/opensuse.org/opensuse-10.3.xml share/osinfo/os/opensuse.org/opensuse-11.0.xml @@ -708,6 +713,7 @@ share/osinfo/os/suse.com/caasp-unknown.xml share/osinfo/os/suse.com/sle-15-unknown.xml share/osinfo/os/suse.com/sle-15.1.xml share/osinfo/os/suse.com/sle-15.2.xml +share/osinfo/os/suse.com/sle-15.3.xml share/osinfo/os/suse.com/sle-15.xml share/osinfo/os/suse.com/sle-unknown.xml share/osinfo/os/suse.com/sled-10.1.xml @@ -728,6 +734,7 @@ share/osinfo/os/suse.com/sled-12.4.xml share/osinfo/os/suse.com/sled-12.5.xml share/osinfo/os/suse.com/sled-12.xml share/osinfo/os/suse.com/sled-9.xml +share/osinfo/os/suse.com/slem-5.0.xml share/osinfo/os/suse.com/sles-10.1.xml share/osinfo/os/suse.com/sles-10.2.xml share/osinfo/os/suse.com/sles-10.3.xml From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 10:00:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C5A064C4D6; Wed, 23 Jun 2021 10: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 4G8zKG6gMCz3vRC; Wed, 23 Jun 2021 10:00: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 CD14C21D7E; Wed, 23 Jun 2021 10: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 15NA0Ie2049621; Wed, 23 Jun 2021 10: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 15NA0IlF049614; Wed, 23 Jun 2021 10:00:18 GMT (envelope-from git) Date: Wed, 23 Jun 2021 10:00:18 GMT Message-Id: <202106231000.15NA0IlF049614@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: f3e4dbcb5ff2 - main - security/vuxml: Fix version range of www/py-aiohttp 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: f3e4dbcb5ff2fe2a018f78f396a4247f1dd32cc9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 10:00:19 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3e4dbcb5ff2fe2a018f78f396a4247f1dd32cc9 commit f3e4dbcb5ff2fe2a018f78f396a4247f1dd32cc9 Author: Li-Wen Hsu AuthorDate: 2021-06-23 10:00:10 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-23 10:00:10 +0000 security/vuxml: Fix version range of www/py-aiohttp This also marks 3.7.4.p0 as fixed. PR: 256219 --- security/vuxml/vuln.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d2949a4694ff..9495c6e42d85 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -730,7 +730,7 @@ Notes: py37-aiohttp py38-aiohttp py39-aiohttp - 3.7.4 + 3.7.3 @@ -750,6 +750,7 @@ Notes: 2021-02-25 2021-06-03 + 2021-06-23 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 10:10:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CE1664D0CE; Wed, 23 Jun 2021 10:10: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 4G8zYM41xwz4R3b; Wed, 23 Jun 2021 10:10: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 7052E224C2; Wed, 23 Jun 2021 10:10: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 15NAAl9i064630; Wed, 23 Jun 2021 10:10:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NAAl3A064629; Wed, 23 Jun 2021 10:10:47 GMT (envelope-from git) Date: Wed, 23 Jun 2021 10:10:47 GMT Message-Id: <202106231010.15NAAl3A064629@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: b1d940646da9 - main - devel/py-magic: Add some HTTP 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: b1d940646da910dee1864a6997f8668f5211fe05 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 10:10:47 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1d940646da910dee1864a6997f8668f5211fe05 commit b1d940646da910dee1864a6997f8668f5211fe05 Author: Li-Wen Hsu AuthorDate: 2021-06-23 10:09:12 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-23 10:09:12 +0000 devel/py-magic: Add some HTTP MASTER_SITES Requested by: Loic F --- devel/py-magic/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/devel/py-magic/Makefile b/devel/py-magic/Makefile index 532d0c712b1b..c7548a65a48d 100644 --- a/devel/py-magic/Makefile +++ b/devel/py-magic/Makefile @@ -3,9 +3,11 @@ PORTNAME= magic PORTVERSION= 5.40 CATEGORIES= devel python -MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ +MASTER_SITES= https://astron.com/pub/file/ \ + ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ - ftp://ftp.fu-berlin.de/unix/tools/file/ + ftp://ftp.fu-berlin.de/unix/tools/file/ \ + https://www.mirrorservice.org/sites/distfiles.macports.org/file/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= file-${PORTVERSION} @@ -15,7 +17,7 @@ COMMENT= Python module for determining file type LICENSE= BSD2CLAUSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils # both install module as magic.py CONFLICTS= ${PYTHON_PKGNAMEPREFIX}python-magic-* From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 12:24:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF1AE6501D7; Wed, 23 Jun 2021 12:24: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 4G92WJ5GGgz4bLQ; Wed, 23 Jun 2021 12:24: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 9CD372448F; Wed, 23 Jun 2021 12:24: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 15NCOCgm040326; Wed, 23 Jun 2021 12: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 15NCOCgg040325; Wed, 23 Jun 2021 12:24:12 GMT (envelope-from git) Date: Wed, 23 Jun 2021 12:24:12 GMT Message-Id: <202106231224.15NCOCgg040325@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Pietro Cerutti Subject: git: 2d22538579cf - main - databases/tcl-sqlite3: Revert "databases/tcl-sqlite3: Deprecate port" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gahr X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2d22538579cf2ed2eaa6d3c9c619b701b9dfdb95 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 12:24:12 -0000 The branch main has been updated by gahr: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d22538579cf2ed2eaa6d3c9c619b701b9dfdb95 commit 2d22538579cf2ed2eaa6d3c9c619b701b9dfdb95 Author: Pietro Cerutti AuthorDate: 2021-06-23 12:21:13 +0000 Commit: Pietro Cerutti CommitDate: 2021-06-23 12:23:33 +0000 databases/tcl-sqlite3: Revert "databases/tcl-sqlite3: Deprecate port" This reverts commit 14e00e7143dab7e770dcbfc1366d58eb4b61aaef. PR: 256646 --- databases/tcl-sqlite3/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 83eb4ef1321a..0d1cc8ef0227 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -12,9 +12,6 @@ COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) LICENSE= PD -DEPRECATED= Replaced with database/sqlite3 tcl flavor -EXPIRATION_DATE= 2021-06-30 - LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= pkgconfig tcl:tea From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 14:15:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 438A06512CF; Wed, 23 Jun 2021 14: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 4G94zX1GcRz4l5c; Wed, 23 Jun 2021 14: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 1467225CFF; Wed, 23 Jun 2021 14: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 15NEFJGO086188; Wed, 23 Jun 2021 14: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 15NEFJHe086187; Wed, 23 Jun 2021 14:15:19 GMT (envelope-from git) Date: Wed, 23 Jun 2021 14:15:19 GMT Message-Id: <202106231415.15NEFJHe086187@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Steve Wills Subject: git: 2056023c1c2b - main - sysutils/consul: Update to 1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: swills X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2056023c1c2b6cefbaf4870ae34ed6c2190bafa8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 14:15:20 -0000 The branch main has been updated by swills: URL: https://cgit.FreeBSD.org/ports/commit/?id=2056023c1c2b6cefbaf4870ae34ed6c2190bafa8 commit 2056023c1c2b6cefbaf4870ae34ed6c2190bafa8 Author: Brad Davis AuthorDate: 2021-06-23 14:11:39 +0000 Commit: Steve Wills CommitDate: 2021-06-23 14:11:39 +0000 sysutils/consul: Update to 1.9.5 PR: 255154 Submitted by: brd Security: 093a6baf-9f99-11eb-b150-000c292ee6b8 --- sysutils/consul/Makefile | 2 +- sysutils/consul/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 78d4646c4a73..60182da17a12 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,5 +1,5 @@ PORTNAME= consul -PORTVERSION= 1.9.4 +PORTVERSION= 1.9.5 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo index f9aa2064cfb4..35aca1192e5b 100644 --- a/sysutils/consul/distinfo +++ b/sysutils/consul/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615393537 -SHA256 (hashicorp-consul-v1.9.4_GH0.tar.gz) = 4f8f61d4449bb28ef857957e3dbb1926edfb0e5d2818e8ffec2677ae969b8956 -SIZE (hashicorp-consul-v1.9.4_GH0.tar.gz) = 30350632 +TIMESTAMP = 1624453987 +SHA256 (hashicorp-consul-v1.9.5_GH0.tar.gz) = c6cc4d1cb220e7eef5c15cbc222d43c3c45493d120491836191cf579caa8d809 +SIZE (hashicorp-consul-v1.9.5_GH0.tar.gz) = 31056039 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 14:15:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7A336514DB; Wed, 23 Jun 2021 14: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 4G94zY3h2Zz4l89; Wed, 23 Jun 2021 14: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 4523025BA0; Wed, 23 Jun 2021 14: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 15NEFLKG086212; Wed, 23 Jun 2021 14: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 15NEFL7q086211; Wed, 23 Jun 2021 14:15:21 GMT (envelope-from git) Date: Wed, 23 Jun 2021 14:15:21 GMT Message-Id: <202106231415.15NEFL7q086211@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Steve Wills Subject: git: ca31c5ecae0b - main - security/vault: Update to 1.7.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: swills X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ca31c5ecae0bb71c8cf9b22db017d0f4a25be566 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 14:15:21 -0000 The branch main has been updated by swills: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca31c5ecae0bb71c8cf9b22db017d0f4a25be566 commit ca31c5ecae0bb71c8cf9b22db017d0f4a25be566 Author: Steve Wills AuthorDate: 2021-06-23 14:12:59 +0000 Commit: Steve Wills CommitDate: 2021-06-23 14:12:59 +0000 security/vault: Update to 1.7.3 --- security/vault/Makefile | 4 ++-- security/vault/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/security/vault/Makefile b/security/vault/Makefile index 64bad3d481a1..b5048f2c7502 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,5 +1,5 @@ PORTNAME= vault -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.3 DISTVERSIONPREFIX= v CATEGORIES= security @@ -16,7 +16,7 @@ GH_TUPLE= hashicorp:${PORTNAME}:${VAULTTAG}:DEFAULT \ swills:vaultui:${VAULTUITAG}:vaultui GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} -COMMIT_ID= b540be4b7ec48d0dd7512c8d8df9399d6bf84d76 +COMMIT_ID= 5d517c864c8f10385bf65627891bc7ef55f5e827 GO_BUILDFLAGS= -tags=ui \ -ldflags="\ -X github.com/hashicorp/vault/sdk/version.Version=${PORTVERSION} \ diff --git a/security/vault/distinfo b/security/vault/distinfo index cccc82f08043..1c7d70a3fa5c 100644 --- a/security/vault/distinfo +++ b/security/vault/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1614386175 -SHA256 (hashicorp-vault-v1.6.3_GH0.tar.gz) = f04348bfedff4b236d002377dc003b5e53035fde9d4b44e87495a74d4b541f3e -SIZE (hashicorp-vault-v1.6.3_GH0.tar.gz) = 39092957 -SHA256 (swills-vaultui-v1.6.3_GH0.tar.gz) = 7940d23214aa50ea053dec56b1867807941d53134685b066f50a67e87eaf62e8 -SIZE (swills-vaultui-v1.6.3_GH0.tar.gz) = 1658194 +TIMESTAMP = 1624452646 +SHA256 (hashicorp-vault-v1.7.3_GH0.tar.gz) = 5d9beff14b24825642a46dc322a814e82eb618cebd412a0d2ac652039be59d70 +SIZE (hashicorp-vault-v1.7.3_GH0.tar.gz) = 39626087 +SHA256 (swills-vaultui-v1.7.3_GH0.tar.gz) = 1a6f6ae421437913e8eb896da28ab6c8f0ae8f5ff14901db8554aeb0796d3a92 +SIZE (swills-vaultui-v1.7.3_GH0.tar.gz) = 1774862 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 14:34:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8FF33650EEC; Wed, 23 Jun 2021 14:34: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 4G95Q73kNdz4mVJ; Wed, 23 Jun 2021 14:34: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 6897F257FA; Wed, 23 Jun 2021 14:34: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 15NEYtBr013924; Wed, 23 Jun 2021 14:34:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NEYt8X013921; Wed, 23 Jun 2021 14:34:55 GMT (envelope-from git) Date: Wed, 23 Jun 2021 14:34:55 GMT Message-Id: <202106231434.15NEYt8X013921@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: 6954792fe916 - main - security/vuxml: Create 2021 entity 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: 6954792fe916862afd25cf6ce961bd7062dfb21f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 14:34:55 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=6954792fe916862afd25cf6ce961bd7062dfb21f commit 6954792fe916862afd25cf6ce961bd7062dfb21f Author: Li-Wen Hsu AuthorDate: 2021-06-23 14:34:34 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-23 14:34:34 +0000 security/vuxml: Create 2021 entity Let's create a new entity in the beginning of each year and append to it, instead of massive copying in the end of each year. --- security/vuxml/files/tidy.xsl | 1 + security/vuxml/vuln-2021.xml | 6374 ++++++++++++++++++++++++++++++++++++++++ security/vuxml/vuln.xml | 6377 +---------------------------------------- 3 files changed, 6377 insertions(+), 6375 deletions(-) diff --git a/security/vuxml/files/tidy.xsl b/security/vuxml/files/tidy.xsl index 8ca03fb4de1b..8bf948a94b6e 100644 --- a/security/vuxml/files/tidy.xsl +++ b/security/vuxml/files/tidy.xsl @@ -43,6 +43,7 @@ result in more namespace declarations than we wish. + ]> ]]> diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml new file mode 100644 index 000000000000..54bd2e2f0caa --- /dev/null +++ b/security/vuxml/vuln-2021.xml @@ -0,0 +1,6374 @@ + + dovecot-pigeonhole -- Sieve excessive resource usage + + + dovecot-pigeonhole + 2.3.15 + + + + +

Dovecot team reports reports:

+
+

Sieve interpreter is not protected against abusive + scripts that claim excessive resource usage. Fixed by limiting the + user CPU time per single script execution and cumulatively over + several script runs within a configurable timeout period. Sufficiently + large CPU time usage is summed in the Sieve script binary and execution + is blocked when the sum exceeds the limit within that time. The block + is lifted when the script is updated after the resource usage times out.

+
+ + + + CVE-2020-28200 + https://dovecot.org/pipermail/dovecot-news/2021-June/000460.html + + + 2020-09-23 + 2021-06-22 + +
+ + + dovecot -- multiple vulnerabilities + + + dovecot + 2.3.112.3.14.1 + + + + +

Dovecot team reports:

+
+

CVE-2021-29157: Dovecot does not correctly escape kid and azp + fields in JWT tokens. + This may be used to supply attacker controlled keys to validate + tokens in some configurations. This requires attacker + to be able to write files to + local disk.

+
+
+

CVE-2021-33515: On-path attacker could inject plaintext commands + before STARTTLS negotiation that would be executed after STARTTLS + finished with the client. Only the SMTP submission service is + affected.

+
+ +
+ + CVE-2021-29157 + https://dovecot.org/pipermail/dovecot-news/2021-June/000461.html + CVE-2021-33515 + >https://dovecot.org/pipermail/dovecot-news/2021-June/000462.html + + + 2021-03-22 + 2021-06-22 + +
+ + + gitea -- multiple vulnerabilities + + + gitea + 1.14.3 + + + + +

The Gitea Team reports for release 1.14.3:

+
+
    +
  • Encrypt migration credentials at rest (#15895) (#16187)
  • +
  • Only check access tokens if they are likely to be tokens + (#16164) (#16171)
  • +
  • Add missing SameSite settings for the i_like_gitea cookie + (#16037) (#16039)
  • +
  • Fix setting of SameSite on cookies (#15989) (#15991)
  • +
+
+ +
+ + https://github.com/go-gitea/gitea/releases/tag/v1.14.3 + ports/256720 + + + 2021-05-16 + 2021-06-19 + +
+ + + chromium -- multiple vulnerabilities + + + chromium + 91.0.4472.114 + + + + +

Chrome Releases reports:

+
+

This release includes 4 security fixes, including:

+
    +
  • [1219857] High CVE-2021-30554: Use after free in WebGL. Reported + by anonymous on 2021-06-15
  • +
  • [1215029] High CVE-2021-30555: Use after free in Sharing. + Reported by David Erceg on 2021-06-01
  • +
  • [1212599] High CVE-2021-30556: Use after free in WebAudio. + Reported by Yangkang (@dnpushme) of 360 ATA on 2021-05-24
  • +
  • [1202102] High CVE-2021-30557: Use after free in TabGroups. + Reported by David Erceg on 2021-04-23
  • +
+
+ +
+ + CVE-2021-30554 + CVE-2021-30555 + CVE-2021-30556 + CVE-2021-30557 + https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop_17.html + + + 2021-06-17 + 2021-06-18 + +
+ + + ircII -- denial of service + + + ircii + 20210314 + + + + +

Michael Ortmann reports:

+
+

ircii has a bug in parsing CTCP UTC messages.

+

Its unknown if this could also be used for arbitrary code execution.

+
+ +
+ + CVE-2021-29376 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29376 + + + 2021-03-02 + 2021-03-30 + +
+ + + Apache httpd -- Multiple vulnerabilities + + + apache24 + 2.4.48 + + + + +

The Apache httpd reports:

+
+
    +
  • moderate: mod_proxy_wstunnel tunneling of non Upgraded + connections (CVE-2019-17567)
  • +
  • moderate: Improper Handling of Insufficient Privileges + (CVE-2020-13938)
  • +
  • low: mod_proxy_http NULL pointer dereference + (CVE-2020-13950)
  • +
  • low: mod_auth_digest possible stack overflow by one nul byte + (CVE-2020-35452)
  • +
  • low: mod_session NULL pointer dereference (CVE-2021-26690)
  • +
  • low: mod_session response handling heap overflow (CVE-2021-26691)
  • +
  • moderate: Unexpected URL matching with 'MergeSlashes OFF' + (CVE-2021-30641)
  • +
  • important: NULL pointer dereference on specially crafted HTTP/2 + request (CVE-2021-31618)
  • +
+
+ +
+ + CVE-2019-17567 + CVE-2020-13938 + CVE-2020-13950 + CVE-2020-35452 + CVE-2021-26690 + CVE-2021-26691 + CVE-2021-30641 + CVE-2021-31618 + https://httpd.apache.org/security/vulnerabilities_24.html + + + 2021-06-09 + 2021-06-10 + +
+ + + dragonfly -- argument injection + + + rubygem-dragonfly + 2.4.0 + + + + +

NVD reports:

+
+

An argument injection vulnerability in the Dragonfly + gem before 1.4.0 for Ruby allows remote attackers to read + and write to arbitrary files via a crafted URL when the + verify_url option is disabled. This may lead to code + execution. The problem occurs because the generate and + process features mishandle use of the ImageMagick convert + utility.

+
+ +
+ + CVE-2021-33564 + https://nvd.nist.gov/vuln/detail/CVE-2021-33564 + https://github.com/mlr0p/CVE-2021-33564 + https://zxsecurity.co.nz/research/argunment-injection-ruby-dragonfly/ + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33564 + + + 2021-05-24 + 2021-06-11 + +
+ + + cacti -- SQL Injection was possible due to incorrect validation order + + + cacti + 1.21.2.17 + + + + +

Cati team reports:

+
+

Due to a lack of validation, data_debug.php can be the source of a SQL injection.

+
+ +
+ + 2020-35701 + https://github.com/Cacti/cacti/issues/4022 + + + 2020-12-24 + 2021-06-10 + +
+ + + chromium -- multiple vulnerabilities + + + chromium + 91.0.4472.101 + + + + +

Chrome Releases reports:

+
+

This release contains 14 security fixes, including:

+
    +
  • [1212618] Critical CVE-2021-30544: Use after free in BFCache. + Reported by Rong Jian and Guang Gong of 360 Alpha Lab on + 2021-05-24
  • +
  • [1201031] High CVE-2021-30545: Use after free in Extensions. + Reported by kkwon with everpall and kkomdal on 2021-04-21
  • +
  • [1206911] High CVE-2021-30546: Use after free in Autofill. + Reported by Abdulrahman Alqabandi, Microsoft Browser Vulnerability + Research on 2021-05-08
  • +
  • [1210414] High CVE-2021-30547: Out of bounds write in ANGLE. + Reported by Seong-Hwan Park (SeHwa) of SecunologyLab on + 2021-05-18
  • +
  • [1210487] High CVE-2021-30548: Use after free in Loader. + Reported by Yangkang(@dnpushme) & Wanglu of Qihoo360 Qex Team + on 2021-05-18
  • +
  • [1212498] High CVE-2021-30549: Use after free in Spell check. + Reported by David Erceg on 2021-05-23
  • +
  • [1212500] High CVE-2021-30550: Use after free in Accessibility. + Reported by David Erceg on 2021-05-23
  • +
  • [1216437] High CVE-2021-30551: Type Confusion in V8. Reported by + Sergei Glazunov of Google Project Zero on 2021-06-04
  • +
  • [1200679] Medium CVE-2021-30552: Use after free in Extensions. + Reported by David Erceg on 2021-04-20
  • +
  • [1209769] Medium CVE-2021-30553: Use after free in Network + service. Reported by Anonymous on 2021-05-17
  • +
+

Google is aware that an exploit for CVE-2021-30551 exists in the + wild.

+
+ +
+ + CVE-2021-30544 + CVE-2021-30545 + CVE-2021-30546 + CVE-2021-30547 + CVE-2021-30548 + CVE-2021-30549 + CVE-2021-30550 + CVE-2021-30551 + CVE-2021-30552 + CVE-2021-30553 + https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop.html + + + 2021-06-10 + 2021-06-10 + +
+ + + dino -- Path traversal in Dino file transfers + + + dino + 0.2.1 + + + + +

Dino team reports:

+
+

It was discovered that when a user receives and downloads + a file in Dino, URI-encoded path separators in the file name + will be decoded, allowing an attacker to traverse + directories and create arbitrary files in the context of the + user.

+
+ +
+ + CVE-2021-33896 + https://marc.info/?l=oss-security&m=162308719412719 + https://dino.im/security/cve-2021-33896/ + + + 2021-06-07 + 2021-06-08 + +
+ + + pglogical -- shell command injection in pglogical.create_subscription() + + + pglogical + 2.3.4 + + + + +

2ndQuadrant reports:

+
+
    +
  • + Fix pg_dump/pg_restore execution (CVE-2021-3515)
    +
    + Correctly escape the connection string for both pg_dump + and pg_restore so that exotic database and user names are + handled correctly.
    +
    + Reported by Pedro Gallegos +
  • +
+
+ +
+ + CVE-2021-3515 + https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_3_4 + https://bugzilla.redhat.com/show_bug.cgi?id=1954112 + + + 2021-06-01 + 2021-06-06 + +
+ + + drupal7 -- fix possible CSS + + + drupal7 + 7.07.80 + + + + +

Drupal Security team reports:

+
+

Drupal core's sanitization API fails to properly filter + cross-site scripting under certain circumstances. + Not all sites and users are affected, but configuration + changes to prevent the exploit might be impractical + and will vary between sites. Therefore, we recommend + all sites update to this release as soon as + possible. +

+
+ +
+ + CVE-2020-13672 + + + 2021-04-21 + 2021-06-06 + +
+ + + polkit -- local privilege escalation using polkit_system_bus_name_get_creds_sync + + + polkit + 0.119 + + + + +

Cedric Buissart reports:

+
+

The function polkit_system_bus_name_get_creds_sync is used to get the + uid and pid of the process requesting the action. It does this by + sending the unique bus name of the requesting process, which is + typically something like ":1.96", to dbus-daemon. These unique names + are assigned and managed by dbus-daemon and cannot be forged, so this + is a good way to check the privileges of the requesting process.

+

The vulnerability happens when the requesting process disconnects from + dbus-daemon just before the call to + polkit_system_bus_name_get_creds_sync starts. In this scenario, the + unique bus name is no longer valid, so dbus-daemon sends back an error + reply. This error case is handled in + polkit_system_bus_name_get_creds_sync by setting the value of the + error parameter, but it still returns TRUE, rather than FALSE. + This behavior means that all callers of + polkit_system_bus_name_get_creds_sync need to carefully check whether + an error was set. If the calling function forgets to check for errors + then it will think that the uid of the requesting process is 0 (because + the AsyncGetBusNameCredsData struct is zero initialized). In other + words, it will think that the action was requested by a root process, + and will therefore allow it.

+
+ +
+ + CVE-2021-3560 + https://seclists.org/oss-sec/2021/q2/180 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3560 + https://gitlab.freedesktop.org/polkit/polkit/-/commit/a04d13a + + + 2021-06-03 + 2021-06-04 + +
+ + + SOGo -- SAML user authentication impersonation + + + sogo + 5.1.1 + + + sogo-activesync + 5.1.1 + + + sogo2 + 2.4.1 + + + sogo2-activesync + 2.4.1 + + + + +

sogo.nu reports:

+
+

SOGo was not validating the signatures of any SAML assertions it received.

+

This means any actor with network access to the deployment could impersonate

+

users when SAML was the authentication method.

+
+ +
+ + CVE-2021-33054 + https://www.sogo.nu/news/2021/saml-vulnerability.html + https://blogs.akamai.com/2021/06/sogo-and-packetfence-impacted-by-saml-implementation-vulnerabilities.html + + + 2021-06-01 + 2021-06-02 + +
+ + + tauthon -- Regular Expression Denial of Service + + + tauthon + 2.8.3 + + + + +

+
+

The :class:`~urllib.request.AbstractBasicAuthHandler` class + of the :mod:`urllib.request` module uses an inefficient + regular expression which can be exploited by an + attacker to cause a denial of service

+
+ +
+ + CVE-2020-8492 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8492 + + + 2020-01-30 + 2021-06-04 + +
+ + + lasso -- signature checking failure + + + lasso + 2.7.0 + + + + +

entrouvert reports:

+
+

When AuthnResponse messages are not signed (which is + permitted by the specifiation), all assertion's signatures should be + checked, but currently after the first signed assertion is checked all + following assertions are accepted without checking their signature, and + the last one is considered the main assertion.

+
+ +
+ + CVE-2021-28091 + https://git.entrouvert.org/lasso.git/tree/NEWS?id=v2.7.0 + + + 2021-06-01 + 2021-06-01 + +
+ + + go -- multiple vulnerabilities + + + go + 1.16.5,1 + + + + +

The Go project reports:

+
+

The SetString and UnmarshalText methods of math/big.Rat may cause a + panic or an unrecoverable fatal error if passed inputs with very + large exponents.

+
+
+

ReverseProxy in net/http/httputil could be made to forward certain + hop-by-hop headers, including Connection. In case the target of the + ReverseProxy was itself a reverse proxy, this would let an attacker + drop arbitrary headers, including those set by the + ReverseProxy.Director.

+
+
+

The LookupCNAME, LookupSRV, LookupMX, LookupNS, and LookupAddr + functions in net, and their respective methods on the Resolver type + may return arbitrary values retrieved from DNS which do not follow + the established RFC 1035 rules for domain names. If these names are + used without further sanitization, for instance unsafely included in + HTML, they may allow for injection of unexpected content. Note that + LookupTXT may still return arbitrary values that could require + sanitization before further use.

+
+
+

The NewReader and OpenReader functions in archive/zip can cause a + panic or an unrecoverable fatal error when reading an archive that + claims to contain a large number of files, regardless of its actual + size.

+
+ +
+ + CVE-2021-33198 + https://github.com/golang/go/issues/45910 + CVE-2021-33197 + https://github.com/golang/go/issues/46313 + CVE-2021-33195 + https://github.com/golang/go/issues/46241 + CVE-2021-33196 + https://github.com/golang/go/issues/46242 + + + 2021-05-01 + 2021-06-03 + +
+ + + aiohttp -- open redirect vulnerability + + + py36-aiohttp + py37-aiohttp + py38-aiohttp + py39-aiohttp + 3.7.3 + + + + +

Sviatoslav Sydorenko reports:

+
+

Open redirect vulnerability — a maliciously crafted link to an aiohttp-based web-server could redirect the browser to a different website.

+

It is caused by a bug in the aiohttp.web_middlewares.normalize_path_middleware middleware.

+
+ +
+ + CVE-2021-21330 + https://github.com/aio-libs/aiohttp/security/advisories/GHSA-v6wp-4m6f-gcjg + https://nvd.nist.gov/vuln/detail/CVE-2021-21330 + + + 2021-02-25 + 2021-06-03 + 2021-06-23 + +
+ + + zeek -- several potential DoS vulnerabilities + + + zeek + 4.0.2 + + + + +

Tim Wojtulewicz of Corelight reports:

+
+

Fix potential Undefined Behavior in decode_netbios_name() + and decode_netbios_name_type() BIFs. The latter has a + possibility of a remote heap-buffer-overread, making this + a potential DoS vulnerability.

+

Add some extra length checking when parsing mobile + ipv6 packets. Due to the possibility of reading invalid + headers from remote sources, this is a potential DoS + vulnerability.

+
+ +
+ + https://github.com/zeek/zeek/releases/tag/v4.0.2 + + + 2021-04-30 + 2021-06-02 + +
+ + + PyYAML -- arbitrary code execution + + + py36-yaml + py37-yaml + py38-yaml + py39-yaml + 5.4 + + + + +

A vulnerability was discovered in the PyYAML library + in versions before 5.4, where it is susceptible to arbitrary + code execution when it processes untrusted YAML files + through the full_load method or with the FullLoader loader. + Applications that use the library to process untrusted + input may be vulnerable to this flaw. This flaw allows + an attacker to execute arbitrary code on the system by + abusing the python/object/new constructor. This flaw is + due to an incomplete fix for CVE-2020-1747.

+ +
+ + CVE-2020-14343 + https://github.com/yaml/pyyaml/issues/420 + https://access.redhat.com/security/cve/CVE-2020-14343 + https://bugzilla.redhat.com/show_bug.cgi?id=1860466 + + + 2020-07-22 + 2021-06-02 + +
+ + + isc-dhcp -- remotely exploitable vulnerability + + + isc-dhcp44-relay + 4.4.2-P1 + + + isc-dhcp44-server + 4.4.2-P1 + + + isc-dhcp44-client + 4.4.2-P1 + + + + +

Michael McNally reports:

+
+

Program code used by the ISC DHCP package to read and parse stored leases

+

has a defect that can be exploited by an attacker to cause one of several + undesirable outcomes

+
+ +
+ + CVE-2021-25217 + https://kb.isc.org/docs/cve-2021-25217 + + + 2021-05-26 + 2021-06-02 + +
+ + + Gitlab -- Multiple Vulnerabilities + + + gitlab-ce + 13.12.013.12.2 + 13.11.013.11.5 + 7.10.013.10.5 + + + + +

Gitlab reports:

+
+

Stealing GitLab OAuth access tokens using XSLeaks in Safari

+

Denial of service through recursive triggered pipelines

+

Unauthenticated CI lint API may lead to information disclosure and SSRF

+

Server-side DoS through rendering crafted Markdown documents

+

Issue and merge request length limit is not being enforced

+

Insufficient Expired Password Validation

+

XSS in blob viewer of notebooks

+

Logging of Sensitive Information

+

On-call rotation information exposed when removing a member

+

Spoofing commit author for signed commits

+

Enable qsh verification for Atlassian Connect

+
+ +
+ + CVE-2021-22181 + https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/ + + + 2021-06-01 + 2021-06-01 + +
+ + + redis -- integer overflow + + + redis + 6.0.06.0.14 + + + redis-devel + 6.2.06.2.4 + + + + +

Redis development team reports:

+
+

An integer overflow bug in Redis version 6.0 or newer can be + exploited using the STRALGO LCS command to corrupt the heap and + potentially result with remote code execution. This is a result + of an incomplete fix by CVE-2021-29477.

+
+ +
+ + CVE-2021-32625 + https://groups.google.com/g/redis-db/c/RLTwi1kKsCI + + + 2021-06-01 + 2021-06-01 + +
+ + + libX11 -- Arbitrary code execution + + + libX11 + 1.7.1 + + + + +

The X.org project reports:

+
+

XLookupColor() and other X libraries function lack proper validation + of the length of their string parameters. If those parameters can be + controlled by an external application (for instance a color name that + can be emitted via a terminal control sequence) it can lead to the + emission of extra X protocol requests to the X server.

+
+ +
+ + CVE-2021-31535 + https://lists.freedesktop.org/archives/xorg/2021-May/060699.html + https://nvd.nist.gov/vuln/detail/CVE-2021-31535 + + + 2021-05-11 + 2021-06-01 + +
+ + + Prometheus -- arbitrary redirects + + + prometheus2 + 2.23.02.26.1 + 2.27.0 + + + + +

Prometheus reports:

+
+

+ Prometheus is an open-source monitoring system and time series + database. In 2.23.0, Prometheus changed its default UI to the New + ui. To ensure a seamless transition, the URL's prefixed by /new + redirect to /. Due to a bug in the code, it is possible for an + attacker to craft an URL that can redirect to any other URL, in the + /new endpoint. If a user visits a prometheus server with a + specially crafted address, they can be redirected to an arbitrary + URL. The issue was patched in the 2.26.1 and 2.27.1 releases. In + 2.28.0, the /new endpoint will be removed completely. The + workaround is to disable access to /new via a reverse proxy in + front of Prometheus. +

+
+ +
+ + CVE-2021-29622 + https://nvd.nist.gov/vuln/detail/CVE-2021-29622 + + + 2021-05-18 + 2021-06-01 + +
+ + + wayland -- integer overflow + + + wayland + 1.19.0_1 + + + + +

Tobias Stoeckmann reports:

+
+

The libXcursor fix for CVE-2013-2003 has never been imported into wayland, leaving it vulnerable to it.

+
+ +
+ + CVE-2013-2003 + https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/133 + ports/256273 + + + 2021-05-02 + 2021-05-31 + *** 11820 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 14:51:27 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25C28651E86; Wed, 23 Jun 2021 14: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 4G95nB6cPRz4nc8; Wed, 23 Jun 2021 14:51: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 BAEFD26227; Wed, 23 Jun 2021 14:51: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 15NEpQjN038408; Wed, 23 Jun 2021 14:51:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NEpQEg038407; Wed, 23 Jun 2021 14:51:26 GMT (envelope-from git) Date: Wed, 23 Jun 2021 14:51:26 GMT Message-Id: <202106231451.15NEpQEg038407@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: 7bf201d4d724 - main - www/yt-dlp: Update 2021.06.09 -> 2021.06.23 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: 7bf201d4d724ebc6f0524d07f671ab7ba3a583c4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 14:51:27 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bf201d4d724ebc6f0524d07f671ab7ba3a583c4 commit 7bf201d4d724ebc6f0524d07f671ab7ba3a583c4 Author: Daniel Engberg AuthorDate: 2021-06-23 13:24:59 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 14:51:22 +0000 www/yt-dlp: Update 2021.06.09 -> 2021.06.23 PR: 256786 --- www/yt-dlp/Makefile | 2 +- www/yt-dlp/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile index 18b95a411c62..2dc84f788781 100644 --- a/www/yt-dlp/Makefile +++ b/www/yt-dlp/Makefile @@ -1,5 +1,5 @@ PORTNAME= yt-dlp -DISTVERSION= 2021.06.09 +DISTVERSION= 2021.06.23 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/yt-dlp/distinfo b/www/yt-dlp/distinfo index 4a2cacfbb18f..c9b4f0724c56 100644 --- a/www/yt-dlp/distinfo +++ b/www/yt-dlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623269582 -SHA256 (yt-dlp-yt-dlp-2021.06.09_GH0.tar.gz) = 93301e6f42c3ad59e7a0e2033c09ee3499496d0f6c8c2b17ecb6006c1ddbee07 -SIZE (yt-dlp-yt-dlp-2021.06.09_GH0.tar.gz) = 1650673 +TIMESTAMP = 1624435747 +SHA256 (yt-dlp-yt-dlp-2021.06.23_GH0.tar.gz) = fb0c51a8f02436e0ca28e5bb252dcea33c426e97ccb49b947a17f8109d88faaa +SIZE (yt-dlp-yt-dlp-2021.06.23_GH0.tar.gz) = 1655269 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 14:51:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12EF5651BAB; Wed, 23 Jun 2021 14: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 4G95nD04wKz4nc9; Wed, 23 Jun 2021 14: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 DEADE2614B; Wed, 23 Jun 2021 14: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 15NEpRxl038432; Wed, 23 Jun 2021 14: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 15NEpRSB038431; Wed, 23 Jun 2021 14:51:27 GMT (envelope-from git) Date: Wed, 23 Jun 2021 14:51:27 GMT Message-Id: <202106231451.15NEpRSB038431@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: 465279645172 - main - cad/veroroute: Update 2.13 -> 2.14 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: 4652796451726534733d68376aadf51d49f99e6a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 14:51:28 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4652796451726534733d68376aadf51d49f99e6a commit 4652796451726534733d68376aadf51d49f99e6a Author: Yuri Victorovich AuthorDate: 2021-06-23 14:00:03 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 14:51:22 +0000 cad/veroroute: Update 2.13 -> 2.14 Reported by: portscout --- cad/veroroute/Makefile | 3 +-- cad/veroroute/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/cad/veroroute/Makefile b/cad/veroroute/Makefile index b67585931a9b..e43ebdf5c25c 100644 --- a/cad/veroroute/Makefile +++ b/cad/veroroute/Makefile @@ -1,6 +1,5 @@ PORTNAME= veroroute -DISTVERSION= 2.13 -PORTREVISION= 1 +DISTVERSION= 2.14 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/ diff --git a/cad/veroroute/distinfo b/cad/veroroute/distinfo index 682dbecefb00..71530e86edc3 100644 --- a/cad/veroroute/distinfo +++ b/cad/veroroute/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620282015 -SHA256 (veroroute-2.13.tar.gz) = 603b2c521e5fed4d85ea0a807fa8df9e84521a030b2f01635ba5360b7d4b1f26 -SIZE (veroroute-2.13.tar.gz) = 952141 +TIMESTAMP = 1624454624 +SHA256 (veroroute-2.14.tar.gz) = 7ef6a43ba27153a4742d4e05a1f64d6813e86e1b2e8a2dcf499a52349ab3a8be +SIZE (veroroute-2.14.tar.gz) = 953732 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 14:51:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B005651D8A; Wed, 23 Jun 2021 14: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 4G95nF19bLz4ns8; Wed, 23 Jun 2021 14: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 0F15D25DE8; Wed, 23 Jun 2021 14: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 15NEpSA0038456; Wed, 23 Jun 2021 14: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 15NEpSds038455; Wed, 23 Jun 2021 14:51:28 GMT (envelope-from git) Date: Wed, 23 Jun 2021 14:51:28 GMT Message-Id: <202106231451.15NEpSds038455@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: 88b6bee971cc - main - math/py-sym: Update 0.3.4 -> 0.3.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: 88b6bee971ccad1cd4172cf02f565ccb92017843 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 14:51:29 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=88b6bee971ccad1cd4172cf02f565ccb92017843 commit 88b6bee971ccad1cd4172cf02f565ccb92017843 Author: Yuri Victorovich AuthorDate: 2021-06-23 14:09:06 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 14:51:23 +0000 math/py-sym: Update 0.3.4 -> 0.3.5 Reported by: portscout --- math/py-sym/Makefile | 4 ++-- math/py-sym/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/py-sym/Makefile b/math/py-sym/Makefile index feab617104ac..aa278c66289a 100644 --- a/math/py-sym/Makefile +++ b/math/py-sym/Makefile @@ -1,6 +1,5 @@ PORTNAME= sym -DISTVERSION= 0.3.4 -PORTREVISION= 2 +DISTVERSION= 0.3.5 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} USES= python:3.6+ USE_PYTHON= distutils autoplist + NO_ARCH= yes .include diff --git a/math/py-sym/distinfo b/math/py-sym/distinfo index 7164c438839a..b6d94e1d7c3e 100644 --- a/math/py-sym/distinfo +++ b/math/py-sym/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1534492879 -SHA256 (sym-0.3.4.tar.gz) = 80358157e65ef7d34b93fe8df58db785e5b817c1d0a0e15a2578d2694c09d630 -SIZE (sym-0.3.4.tar.gz) = 17094 +TIMESTAMP = 1624457232 +SHA256 (sym-0.3.5.tar.gz) = 854ddd18f0a1f94c9590012e50a139b499b407c90e9ebd407c40285627784ab8 +SIZE (sym-0.3.5.tar.gz) = 31098 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 14:51:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81105651E0C; Wed, 23 Jun 2021 14: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 4G95nG2F2Vz4nXg; Wed, 23 Jun 2021 14: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 2D7EB263E2; Wed, 23 Jun 2021 14: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 15NEpU2c038480; Wed, 23 Jun 2021 14: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 15NEpUie038479; Wed, 23 Jun 2021 14:51:30 GMT (envelope-from git) Date: Wed, 23 Jun 2021 14:51:30 GMT Message-Id: <202106231451.15NEpUie038479@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: 4f3ea6ff63bd - main - graphics/oidn: Update 1.3.0 -> 1.4.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: 4f3ea6ff63bd2199d73bc08bbf1b883332f5177d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 14:51:30 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f3ea6ff63bd2199d73bc08bbf1b883332f5177d commit 4f3ea6ff63bd2199d73bc08bbf1b883332f5177d Author: Yuri Victorovich AuthorDate: 2021-06-23 14:10:19 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 14:51:23 +0000 graphics/oidn: Update 1.3.0 -> 1.4.1 Reported by: portscout --- graphics/oidn/Makefile | 5 ++--- graphics/oidn/distinfo | 10 +++++----- graphics/oidn/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile index dbf907abd3cd..750edabc3e22 100644 --- a/graphics/oidn/Makefile +++ b/graphics/oidn/Makefile @@ -1,7 +1,6 @@ PORTNAME= oidn DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 -PORTREVISION= 2 +DISTVERSION= 1.4.1 CATEGORIES= graphics MASTER_SITES= http://freebsd.org/:weights # bogus URL to make the framework happy, the fetch uses Git URL below DISTFILES= ${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX}:weights @@ -41,7 +40,7 @@ APPS_CMAKE_BOOL= OIDN_APPS DOCSDIR= share/doc/${GH_ACCOUNT} WEIGHTS_GIT_URL= https://github.com/OpenImageDenoise/oidn-weights.git -WEIGHTS_GIT_HASH= 59bad6bb6344f8fb8205772df3f795c2dc72e23b +WEIGHTS_GIT_HASH= a34b7641349c5a79e46a617d61709c35df5d6c28 pre-fetch: @if [ "${FORCE_FETCH_ALL}" = "true" ] || ! [ -f "${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX}" ]; then \ diff --git a/graphics/oidn/distinfo b/graphics/oidn/distinfo index 563a76c1b94f..42253c8ee62f 100644 --- a/graphics/oidn/distinfo +++ b/graphics/oidn/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1612495835 -SHA256 (oidn-weights-59bad6bb6344f8fb8205772df3f795c2dc72e23b.tar.gz) = 169e25c8a49e13ea5dd94d7bd97feb4bc45247f0532a86d2b46d6ac4fd15d3e1 -SIZE (oidn-weights-59bad6bb6344f8fb8205772df3f795c2dc72e23b.tar.gz) = 27410305 -SHA256 (OpenImageDenoise-oidn-v1.3.0_GH0.tar.gz) = a6b30d7aa3ea81490431dba823dab475daad73a7124940560624742126db7274 -SIZE (OpenImageDenoise-oidn-v1.3.0_GH0.tar.gz) = 3443375 +TIMESTAMP = 1624456807 +SHA256 (oidn-weights-a34b7641349c5a79e46a617d61709c35df5d6c28.tar.gz) = e52c689a0fdcade16936d2b417590dbc565340bc641e3e2f858e02492dbe3ee6 +SIZE (oidn-weights-a34b7641349c5a79e46a617d61709c35df5d6c28.tar.gz) = 41124636 +SHA256 (OpenImageDenoise-oidn-v1.4.1_GH0.tar.gz) = db022565ffe46266188992e1db68d11c94f799c37e25996f5aee44bebffcf079 +SIZE (OpenImageDenoise-oidn-v1.4.1_GH0.tar.gz) = 3422102 SHA256 (OpenImageDenoise-mkl-dnn-eb3e967_GH0.tar.gz) = 5a46df10204a61daab19e8d1c01a074c1c2e98d7bb5303b13a4c7c592cc77b4f SIZE (OpenImageDenoise-mkl-dnn-eb3e967_GH0.tar.gz) = 5795997 diff --git a/graphics/oidn/pkg-plist b/graphics/oidn/pkg-plist index 67ffbb024e97..440734b55f7d 100644 --- a/graphics/oidn/pkg-plist +++ b/graphics/oidn/pkg-plist @@ -9,4 +9,4 @@ lib/cmake/OpenImageDenoise-%%VER%%/OpenImageDenoiseConfig.cmake lib/cmake/OpenImageDenoise-%%VER%%/OpenImageDenoiseConfigVersion.cmake lib/libOpenImageDenoise.so lib/libOpenImageDenoise.so.1 -lib/libOpenImageDenoise.so.1.3.0 +lib/libOpenImageDenoise.so.%%VER%% From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 14:51:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E284652014; Wed, 23 Jun 2021 14: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 4G95nH3w0qz4nfl; Wed, 23 Jun 2021 14: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 56CCE2614F; Wed, 23 Jun 2021 14: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 15NEpVsp038511; Wed, 23 Jun 2021 14: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 15NEpVkB038510; Wed, 23 Jun 2021 14:51:31 GMT (envelope-from git) Date: Wed, 23 Jun 2021 14:51:31 GMT Message-Id: <202106231451.15NEpVkB038510@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: 255adfa6e3c4 - main - multimedia/minitube: Update 3.8.2 -> 3.9 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: 255adfa6e3c4d6f17cd2a61dc79d2581555e5083 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 14:51:32 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=255adfa6e3c4d6f17cd2a61dc79d2581555e5083 commit 255adfa6e3c4d6f17cd2a61dc79d2581555e5083 Author: Yuri Victorovich AuthorDate: 2021-06-23 14:50:44 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 14:51:24 +0000 multimedia/minitube: Update 3.8.2 -> 3.9 Reported by: portscout --- multimedia/minitube/Makefile | 14 +++++++------- multimedia/minitube/distinfo | 28 +++++++++++++++------------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/multimedia/minitube/Makefile b/multimedia/minitube/Makefile index 46767e53fc27..c526450804d5 100644 --- a/multimedia/minitube/Makefile +++ b/multimedia/minitube/Makefile @@ -1,6 +1,5 @@ PORTNAME= minitube -DISTVERSION= 3.8.2 -PORTREVISION= 1 +DISTVERSION= 3.9 CATEGORIES= multimedia www MAINTAINER= yuri@FreeBSD.org @@ -15,11 +14,12 @@ USES= compiler:c++11-lang gl qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= flaviotordini GH_TUPLE= \ - flaviotordini:idle:6aa092da64a011e445bf31cf31c0cd8dda4c64ff:flaviotordini_idle/lib/idle \ - flaviotordini:media:edfcc8cb7104e95b060b955dcf0eb871df7ecbbf:flaviotordini_media/lib/media \ - flaviotordini:http:b85c56407733f6f562f6cb25df137611f843f114:flaviotordini_http/lib/http \ - flaviotordini:updater:18ce1d09fda792d9f4bb8fe91409a79cdae84fe1:flaviotordini_updater/lib/updater \ - flaviotordini:js:c00b981fb1fb88a32e9e0a0287b32c73a5d1f1a5:flaviotordini_js/lib/js + flaviotordini:http:11e1ad8:flaviotordini_http/lib/http \ + flaviotordini:idle:6aa092d:flaviotordini_idle/lib/idle \ + flaviotordini:js:acf3f87:flaviotordini_js/lib/js \ + flaviotordini:media:edfcc8c:flaviotordini_media/lib/media \ + flaviotordini:promises:a5789eb:flaviotordini_promises/lib/promises \ + flaviotordini:updater:18ce1d0:flaviotordini_updater/lib/updater USE_GL= gl USE_QT= core dbus declarative gui network script sql widgets \ diff --git a/multimedia/minitube/distinfo b/multimedia/minitube/distinfo index 6eb544a9c70c..cabaedb7914a 100644 --- a/multimedia/minitube/distinfo +++ b/multimedia/minitube/distinfo @@ -1,13 +1,15 @@ -TIMESTAMP = 1620353515 -SHA256 (flaviotordini-minitube-3.8.2_GH0.tar.gz) = eeb16196d47c3997455b880f6df6c378e7e58e730ea51fe91dd45d90fd4607f1 -SIZE (flaviotordini-minitube-3.8.2_GH0.tar.gz) = 1319955 -SHA256 (flaviotordini-idle-6aa092da64a011e445bf31cf31c0cd8dda4c64ff_GH0.tar.gz) = 597156e1f7ac3b8d8bdd251008cc0d10487c120462576088eed69425048d4bde -SIZE (flaviotordini-idle-6aa092da64a011e445bf31cf31c0cd8dda4c64ff_GH0.tar.gz) = 1682 -SHA256 (flaviotordini-media-edfcc8cb7104e95b060b955dcf0eb871df7ecbbf_GH0.tar.gz) = 5b3f64f5335124137ff4dd392b0d3113863d442a8156eab7e84477d4190d68fd -SIZE (flaviotordini-media-edfcc8cb7104e95b060b955dcf0eb871df7ecbbf_GH0.tar.gz) = 25128 -SHA256 (flaviotordini-http-b85c56407733f6f562f6cb25df137611f843f114_GH0.tar.gz) = 7ebad6b599a095fe6f6d2f6fc906259058821995ebfdbbbf0bd5fc5e67a22b9c -SIZE (flaviotordini-http-b85c56407733f6f562f6cb25df137611f843f114_GH0.tar.gz) = 11015 -SHA256 (flaviotordini-updater-18ce1d09fda792d9f4bb8fe91409a79cdae84fe1_GH0.tar.gz) = e526d5121291b00168c1b3e7604e7c055e8a53ae8536d85e741e99bed62a3b34 -SIZE (flaviotordini-updater-18ce1d09fda792d9f4bb8fe91409a79cdae84fe1_GH0.tar.gz) = 24292 -SHA256 (flaviotordini-js-c00b981fb1fb88a32e9e0a0287b32c73a5d1f1a5_GH0.tar.gz) = 056e88194726564dc9fa52da990f376e382d85df031de637d3e956af18452693 -SIZE (flaviotordini-js-c00b981fb1fb88a32e9e0a0287b32c73a5d1f1a5_GH0.tar.gz) = 16278 +TIMESTAMP = 1624457665 +SHA256 (flaviotordini-minitube-3.9_GH0.tar.gz) = 52c32e107494f721efd945f93f1dcabc888b82bff317ff7a3b47f7a0c9a65743 +SIZE (flaviotordini-minitube-3.9_GH0.tar.gz) = 1321592 +SHA256 (flaviotordini-http-11e1ad8_GH0.tar.gz) = a31af0713f33c40a4fe4b10fa75527c403b163a5cdb618bc4b8105926584aaea +SIZE (flaviotordini-http-11e1ad8_GH0.tar.gz) = 11098 +SHA256 (flaviotordini-idle-6aa092d_GH0.tar.gz) = 9aa3ac940f900d8b6924492905ff1351e9af6224fdcb2d1b6e5a55af920c81eb +SIZE (flaviotordini-idle-6aa092d_GH0.tar.gz) = 1675 +SHA256 (flaviotordini-js-acf3f87_GH0.tar.gz) = 78ec3d798bfea739fb21f5e813a36eb67726799268dc1ea741a296bf26dbb8e9 +SIZE (flaviotordini-js-acf3f87_GH0.tar.gz) = 16550 +SHA256 (flaviotordini-media-edfcc8c_GH0.tar.gz) = bc9c5e1a87ef3cb92e3b6b0e30a6ef3969ea9f70d42d9b9fc2eec1e49a2e85e1 +SIZE (flaviotordini-media-edfcc8c_GH0.tar.gz) = 25088 +SHA256 (flaviotordini-promises-a5789eb_GH0.tar.gz) = 90ad316fe86d60ffac6ff72c1eeeac2111db8d619b5a0a67aa35d8e4518dd650 +SIZE (flaviotordini-promises-a5789eb_GH0.tar.gz) = 1663 +SHA256 (flaviotordini-updater-18ce1d0_GH0.tar.gz) = d134aceec7558fe477a2daf11fa768371de832425c0d762d6c78b2d351b46856 +SIZE (flaviotordini-updater-18ce1d0_GH0.tar.gz) = 24261 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 15:32:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 737A565244E; Wed, 23 Jun 2021 15: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 4G96h02jBWz3Brq; Wed, 23 Jun 2021 15: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 4550A26B3B; Wed, 23 Jun 2021 15:32: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 15NFW0T3091223; Wed, 23 Jun 2021 15:32:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NFW0ee091222; Wed, 23 Jun 2021 15:32:00 GMT (envelope-from git) Date: Wed, 23 Jun 2021 15:32:00 GMT Message-Id: <202106231532.15NFW0ee091222@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Lo=C3=AFc Bartoletti?= Subject: git: 8a3ac3c128fe - main - */py-qt5-*: Remove Digia's mention in pkg-descr MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lbartoletti X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8a3ac3c128fe02d4a9f88ea08bf1e666b9bbf553 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 15:32:00 -0000 The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a3ac3c128fe02d4a9f88ea08bf1e666b9bbf553 commit 8a3ac3c128fe02d4a9f88ea08bf1e666b9bbf553 Author: Loïc Bartoletti AuthorDate: 2021-06-23 15:08:34 +0000 Commit: Loïc Bartoletti CommitDate: 2021-06-23 15:16:01 +0000 */py-qt5-*: Remove Digia's mention in pkg-descr There was Trolltech, Nokia, Qt Project, Digia and today The Qt Company. To avoid replacing the name at each structure, we will simply mention that: "PyQt5 is a set of Python bindings for Qt5 application framework" --- comms/py-qt5-sensors/pkg-descr | 2 +- comms/py-qt5-serialport/pkg-descr | 2 +- databases/py-qt5-sql/pkg-descr | 2 +- devel/py-qt5-core/pkg-descr | 2 +- devel/py-qt5-dbus/pkg-descr | 2 +- devel/py-qt5-dbussupport/pkg-descr | 2 +- devel/py-qt5-designer/pkg-descr | 2 +- devel/py-qt5-designerplugin/pkg-descr | 2 +- devel/py-qt5-help/pkg-descr | 2 +- devel/py-qt5-location/pkg-descr | 2 +- devel/py-qt5-positioning/pkg-descr | 2 +- devel/py-qt5-qscintilla2/pkg-descr | 2 +- devel/py-qt5-remoteobjects/pkg-descr | 2 +- devel/py-qt5-test/pkg-descr | 2 +- devel/py-qt5/pkg-descr | 2 +- graphics/py-qt5-svg/pkg-descr | 2 +- lang/py-qt5-qml/pkg-descr | 2 +- misc/py-qt5-demo/pkg-descr | 2 +- multimedia/py-qt5-multimedia/pkg-descr | 2 +- multimedia/py-qt5-multimediawidgets/pkg-descr | 2 +- net/py-qt5-network/pkg-descr | 2 +- net/py-qt5-networkauth/pkg-descr | 2 +- print/py-qt5-printsupport/pkg-descr | 2 +- textproc/py-qt5-xml/pkg-descr | 2 +- textproc/py-qt5-xmlpatterns/pkg-descr | 2 +- www/py-qt5-webchannel/pkg-descr | 2 +- www/py-qt5-webengine/pkg-descr | 2 +- www/py-qt5-webkit/pkg-descr | 2 +- www/py-qt5-webkitwidgets/pkg-descr | 2 +- www/py-qt5-websockets/pkg-descr | 2 +- x11-toolkits/py-qt5-chart/pkg-descr | 2 +- x11-toolkits/py-qt5-gui/pkg-descr | 2 +- x11-toolkits/py-qt5-quick/pkg-descr | 2 +- x11-toolkits/py-qt5-quick3d/pkg-descr | 2 +- x11-toolkits/py-qt5-quickwidgets/pkg-descr | 2 +- x11-toolkits/py-qt5-widgets/pkg-descr | 2 +- x11/py-qt5-opengl/pkg-descr | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/comms/py-qt5-sensors/pkg-descr b/comms/py-qt5-sensors/pkg-descr index 32b00ca3bfd0..0340c2f37557 100644 --- a/comms/py-qt5-sensors/pkg-descr +++ b/comms/py-qt5-sensors/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtSensors module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/comms/py-qt5-serialport/pkg-descr b/comms/py-qt5-serialport/pkg-descr index 4ec25346dbc5..1a4d33ea807d 100644 --- a/comms/py-qt5-serialport/pkg-descr +++ b/comms/py-qt5-serialport/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtSerialPort module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/databases/py-qt5-sql/pkg-descr b/databases/py-qt5-sql/pkg-descr index 74ab4e3af5af..908ca9499f17 100644 --- a/databases/py-qt5-sql/pkg-descr +++ b/databases/py-qt5-sql/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtSql module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-core/pkg-descr b/devel/py-qt5-core/pkg-descr index ff276b67b1da..516a3b7149b0 100644 --- a/devel/py-qt5-core/pkg-descr +++ b/devel/py-qt5-core/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtCore module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-dbus/pkg-descr b/devel/py-qt5-dbus/pkg-descr index fdafdd2a2ae1..183b45451146 100644 --- a/devel/py-qt5-dbus/pkg-descr +++ b/devel/py-qt5-dbus/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the D-BUS module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-dbussupport/pkg-descr b/devel/py-qt5-dbussupport/pkg-descr index 385804d8e875..1207f6bc20d8 100644 --- a/devel/py-qt5-dbussupport/pkg-descr +++ b/devel/py-qt5-dbussupport/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides Qt event loop support for dbus-python. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-designer/pkg-descr b/devel/py-qt5-designer/pkg-descr index cdaa8aeb48a3..64ad485da83f 100644 --- a/devel/py-qt5-designer/pkg-descr +++ b/devel/py-qt5-designer/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtDesigner module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-designerplugin/pkg-descr b/devel/py-qt5-designerplugin/pkg-descr index 8c2a33758c7d..59888cafbe01 100644 --- a/devel/py-qt5-designerplugin/pkg-descr +++ b/devel/py-qt5-designerplugin/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. +PyQt4 is a set of Python bindings for Qt4 application framework. This package provides the QtDesigner plugin. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-help/pkg-descr b/devel/py-qt5-help/pkg-descr index 4f073e6bfcd7..18e615beea6b 100644 --- a/devel/py-qt5-help/pkg-descr +++ b/devel/py-qt5-help/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtHelp module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-location/pkg-descr b/devel/py-qt5-location/pkg-descr index d46c14cd4c2a..1255b35eb783 100644 --- a/devel/py-qt5-location/pkg-descr +++ b/devel/py-qt5-location/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtLocation module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-positioning/pkg-descr b/devel/py-qt5-positioning/pkg-descr index cae7478156e4..54d023314cec 100644 --- a/devel/py-qt5-positioning/pkg-descr +++ b/devel/py-qt5-positioning/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtPositioning module. The QtPositioning module contains classes to determine a position by diff --git a/devel/py-qt5-qscintilla2/pkg-descr b/devel/py-qt5-qscintilla2/pkg-descr index 749a6da0cb7c..5eff91760a8a 100644 --- a/devel/py-qt5-qscintilla2/pkg-descr +++ b/devel/py-qt5-qscintilla2/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the Qsci module for the Qscintilla2 editor component. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-remoteobjects/pkg-descr b/devel/py-qt5-remoteobjects/pkg-descr index 4ae46800b453..17a5397fbb44 100644 --- a/devel/py-qt5-remoteobjects/pkg-descr +++ b/devel/py-qt5-remoteobjects/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtRemoteObjects module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5-test/pkg-descr b/devel/py-qt5-test/pkg-descr index 3a65b8cafcfa..b99585705066 100644 --- a/devel/py-qt5-test/pkg-descr +++ b/devel/py-qt5-test/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtTest module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt5/pkg-descr b/devel/py-qt5/pkg-descr index 0358716a5dc6..18e6accd1066 100644 --- a/devel/py-qt5/pkg-descr +++ b/devel/py-qt5/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the PyQt5 metaport. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/graphics/py-qt5-svg/pkg-descr b/graphics/py-qt5-svg/pkg-descr index e0e10bde6423..705c6e16baa6 100644 --- a/graphics/py-qt5-svg/pkg-descr +++ b/graphics/py-qt5-svg/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtSvg module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/lang/py-qt5-qml/pkg-descr b/lang/py-qt5-qml/pkg-descr index b3c7629e2e01..5ef25a84ad14 100644 --- a/lang/py-qt5-qml/pkg-descr +++ b/lang/py-qt5-qml/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtQml module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/misc/py-qt5-demo/pkg-descr b/misc/py-qt5-demo/pkg-descr index b56604b7a9ac..0bf2870f43fa 100644 --- a/misc/py-qt5-demo/pkg-descr +++ b/misc/py-qt5-demo/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the PyQt5 demo and examples. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/multimedia/py-qt5-multimedia/pkg-descr b/multimedia/py-qt5-multimedia/pkg-descr index c85580e3e81b..d0c96b271c3d 100644 --- a/multimedia/py-qt5-multimedia/pkg-descr +++ b/multimedia/py-qt5-multimedia/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtMultimedia module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/multimedia/py-qt5-multimediawidgets/pkg-descr b/multimedia/py-qt5-multimediawidgets/pkg-descr index c85580e3e81b..d0c96b271c3d 100644 --- a/multimedia/py-qt5-multimediawidgets/pkg-descr +++ b/multimedia/py-qt5-multimediawidgets/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtMultimedia module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/net/py-qt5-network/pkg-descr b/net/py-qt5-network/pkg-descr index 160e8732a692..88453a88bca1 100644 --- a/net/py-qt5-network/pkg-descr +++ b/net/py-qt5-network/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtNetwork module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/net/py-qt5-networkauth/pkg-descr b/net/py-qt5-networkauth/pkg-descr index da21c59ee4f5..fe8d451b1ff0 100644 --- a/net/py-qt5-networkauth/pkg-descr +++ b/net/py-qt5-networkauth/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtNetworkAuth module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/print/py-qt5-printsupport/pkg-descr b/print/py-qt5-printsupport/pkg-descr index 635fff380279..3715c7822faa 100644 --- a/print/py-qt5-printsupport/pkg-descr +++ b/print/py-qt5-printsupport/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtPrintSupport module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/textproc/py-qt5-xml/pkg-descr b/textproc/py-qt5-xml/pkg-descr index 958e8744fab9..20537a78e11b 100644 --- a/textproc/py-qt5-xml/pkg-descr +++ b/textproc/py-qt5-xml/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtXml module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/textproc/py-qt5-xmlpatterns/pkg-descr b/textproc/py-qt5-xmlpatterns/pkg-descr index f6d2f436e74f..d0a1c16a2bd3 100644 --- a/textproc/py-qt5-xmlpatterns/pkg-descr +++ b/textproc/py-qt5-xmlpatterns/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtXmlPatterns module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/www/py-qt5-webchannel/pkg-descr b/www/py-qt5-webchannel/pkg-descr index 764845ed4d95..4a686afe55cf 100644 --- a/www/py-qt5-webchannel/pkg-descr +++ b/www/py-qt5-webchannel/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtChannel module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/www/py-qt5-webengine/pkg-descr b/www/py-qt5-webengine/pkg-descr index 29e715aa1ed3..697ed69405e9 100644 --- a/www/py-qt5-webengine/pkg-descr +++ b/www/py-qt5-webengine/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtWebKit module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/www/py-qt5-webkit/pkg-descr b/www/py-qt5-webkit/pkg-descr index 29e715aa1ed3..697ed69405e9 100644 --- a/www/py-qt5-webkit/pkg-descr +++ b/www/py-qt5-webkit/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtWebKit module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/www/py-qt5-webkitwidgets/pkg-descr b/www/py-qt5-webkitwidgets/pkg-descr index 53f7044f3301..512090931e8c 100644 --- a/www/py-qt5-webkitwidgets/pkg-descr +++ b/www/py-qt5-webkitwidgets/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtWebKitWidgets module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/www/py-qt5-websockets/pkg-descr b/www/py-qt5-websockets/pkg-descr index 8147f486b526..c4023033a554 100644 --- a/www/py-qt5-websockets/pkg-descr +++ b/www/py-qt5-websockets/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtWebSockets module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11-toolkits/py-qt5-chart/pkg-descr b/x11-toolkits/py-qt5-chart/pkg-descr index 3731eaa56abe..13615fe626f5 100644 --- a/x11-toolkits/py-qt5-chart/pkg-descr +++ b/x11-toolkits/py-qt5-chart/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the extra QtChart module. WWW: https://riverbankcomputing.com/software/pyqtchart diff --git a/x11-toolkits/py-qt5-gui/pkg-descr b/x11-toolkits/py-qt5-gui/pkg-descr index ab9ed05875b8..17aa82c0ef94 100644 --- a/x11-toolkits/py-qt5-gui/pkg-descr +++ b/x11-toolkits/py-qt5-gui/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtGui module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11-toolkits/py-qt5-quick/pkg-descr b/x11-toolkits/py-qt5-quick/pkg-descr index 7dd23ca0a1a4..c97759398b27 100644 --- a/x11-toolkits/py-qt5-quick/pkg-descr +++ b/x11-toolkits/py-qt5-quick/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtQuick module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11-toolkits/py-qt5-quick3d/pkg-descr b/x11-toolkits/py-qt5-quick3d/pkg-descr index 7dd23ca0a1a4..c97759398b27 100644 --- a/x11-toolkits/py-qt5-quick3d/pkg-descr +++ b/x11-toolkits/py-qt5-quick3d/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtQuick module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11-toolkits/py-qt5-quickwidgets/pkg-descr b/x11-toolkits/py-qt5-quickwidgets/pkg-descr index 27102f3c586a..5fa17dca7b00 100644 --- a/x11-toolkits/py-qt5-quickwidgets/pkg-descr +++ b/x11-toolkits/py-qt5-quickwidgets/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtQuickWidgets module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11-toolkits/py-qt5-widgets/pkg-descr b/x11-toolkits/py-qt5-widgets/pkg-descr index 7e87c14d2ff2..d1a2bc630e59 100644 --- a/x11-toolkits/py-qt5-widgets/pkg-descr +++ b/x11-toolkits/py-qt5-widgets/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtWidgets module. WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11/py-qt5-opengl/pkg-descr b/x11/py-qt5-opengl/pkg-descr index 7caebe1f1747..f425611aa6e5 100644 --- a/x11/py-qt5-opengl/pkg-descr +++ b/x11/py-qt5-opengl/pkg-descr @@ -1,4 +1,4 @@ -PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +PyQt5 is a set of Python bindings for Qt5 application framework. This package provides the QtOpenGL module. WWW: https://riverbankcomputing.com/software/pyqt From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 15:33:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 606F56525CA; Wed, 23 Jun 2021 15: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 4G96jM2JwHz3C1b; Wed, 23 Jun 2021 15: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 37B1126A53; Wed, 23 Jun 2021 15: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 15NFXBot094453; Wed, 23 Jun 2021 15: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 15NFXB1f094452; Wed, 23 Jun 2021 15:33:11 GMT (envelope-from git) Date: Wed, 23 Jun 2021 15:33:11 GMT Message-Id: <202106231533.15NFXB1f094452@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: 3454c148e6c3 - main - finance/grisbi: upgrade to 2.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3454c148e6c3ee88b54c836660af8c11488c3d44 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 15:33:11 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=3454c148e6c3ee88b54c836660af8c11488c3d44 commit 3454c148e6c3ee88b54c836660af8c11488c3d44 Author: Thierry Thomas AuthorDate: 2021-06-23 15:31:54 +0000 Commit: Thierry Thomas CommitDate: 2021-06-23 15:32:52 +0000 finance/grisbi: upgrade to 2.0.4 --- finance/grisbi/Makefile | 3 ++- finance/grisbi/distinfo | 6 +++--- finance/grisbi/pkg-plist | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index e682643c3968..1d4e673d8d4f 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -1,7 +1,7 @@ # Created by: Thierry Thomas PORTNAME= grisbi -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/${PORTVERSION} @@ -11,6 +11,7 @@ COMMENT= Personal accounting application LICENSE= GPLv2 LIB_DEPENDS= libofx.so:finance/libofx \ + libharfbuzz.so:print/harfbuzz \ libfreetype.so:print/freetype2 \ libgoffice-0.10.so:devel/goffice \ libfontconfig.so:x11-fonts/fontconfig diff --git a/finance/grisbi/distinfo b/finance/grisbi/distinfo index 8153b743310d..1f8d88ebb1b9 100644 --- a/finance/grisbi/distinfo +++ b/finance/grisbi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614095477 -SHA256 (grisbi-2.0.3.tar.bz2) = 5bb984625f49fdf14e4fd72a2665eec44ef0b40358e422e8a0bf2c3b8421126e -SIZE (grisbi-2.0.3.tar.bz2) = 7504520 +TIMESTAMP = 1624457321 +SHA256 (grisbi-2.0.4.tar.bz2) = e32906df5d077b5685694368e5f0a568cdd05850732844468a161fa9ac51d55a +SIZE (grisbi-2.0.4.tar.bz2) = 7506352 diff --git a/finance/grisbi/pkg-plist b/finance/grisbi/pkg-plist index 392ce45f858d..4120df0616ae 100644 --- a/finance/grisbi/pkg-plist +++ b/finance/grisbi/pkg-plist @@ -398,6 +398,7 @@ share/applications/grisbi.desktop %%DATADIR%%/pixmaps/flags/VND.png %%DATADIR%%/pixmaps/flags/VUV.png %%DATADIR%%/pixmaps/flags/WST.png +%%DATADIR%%/pixmaps/flags/XBT.png %%DATADIR%%/pixmaps/flags/XPF.png %%DATADIR%%/pixmaps/flags/YER.png %%DATADIR%%/pixmaps/flags/YUM.png From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 15:34:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD15D65246D; Wed, 23 Jun 2021 15:34: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 4G96l74Z8Dz4vwf; Wed, 23 Jun 2021 15:34: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 8502626E86; Wed, 23 Jun 2021 15:34: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 15NFYhIa094680; Wed, 23 Jun 2021 15:34:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NFYhQ0094679; Wed, 23 Jun 2021 15:34:43 GMT (envelope-from git) Date: Wed, 23 Jun 2021 15:34:43 GMT Message-Id: <202106231534.15NFYhQ0094679@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: 46e137c313c4 - main - math/highs: Remove tests from build 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: 46e137c313c4bf218e7d741e1ebd02c8400b5020 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 15:34:43 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=46e137c313c4bf218e7d741e1ebd02c8400b5020 commit 46e137c313c4bf218e7d741e1ebd02c8400b5020 Author: Yuri Victorovich AuthorDate: 2021-06-23 15:34:02 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 15:34:41 +0000 math/highs: Remove tests from build --- math/highs/files/patch-CMakeLists.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/math/highs/files/patch-CMakeLists.txt b/math/highs/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..f36788057713 --- /dev/null +++ b/math/highs/files/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +- see https://github.com/ERGO-Code/HiGHS/issues/526 + +--- CMakeLists.txt.orig 2021-06-23 15:29:24 UTC ++++ CMakeLists.txt +@@ -304,7 +304,9 @@ endif() + # Targets + enable_testing() + add_subdirectory(app) +-add_subdirectory(check) ++if (BUILD_TESTING) ++ add_subdirectory(check) ++endif() + add_subdirectory(src) + + From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 15:36:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF2796523FC; Wed, 23 Jun 2021 15:36: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 4G96nC6RlSz3C21; Wed, 23 Jun 2021 15:36: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 C584D26B41; Wed, 23 Jun 2021 15:36: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 15NFaVEW094928; Wed, 23 Jun 2021 15:36:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NFaVO6094927; Wed, 23 Jun 2021 15:36:31 GMT (envelope-from git) Date: Wed, 23 Jun 2021 15:36:31 GMT Message-Id: <202106231536.15NFaVO6094927@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: abf364924444 - main - textproc/UCD: replace copyright by license MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: abf3649244441447380a38b969462ec4bbd5cfc6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 15:36:32 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=abf3649244441447380a38b969462ec4bbd5cfc6 commit abf3649244441447380a38b969462ec4bbd5cfc6 Author: Thierry Thomas AuthorDate: 2021-06-23 13:29:07 +0000 Commit: Thierry Thomas CommitDate: 2021-06-23 15:36:21 +0000 textproc/UCD: replace copyright by license Replace the file copyright.html by license.html: it is best suited for our needs, and it is expected to be more stable. PR: 253914 Reported by: mandree --- textproc/UCD/Makefile | 4 ++-- textproc/UCD/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/UCD/Makefile b/textproc/UCD/Makefile index 27cf78adb4a1..6bc1c2cc325d 100644 --- a/textproc/UCD/Makefile +++ b/textproc/UCD/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\ ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \ http://www.unicode.org/:lic DISTFILES= ${PORTNAME}.zip:src \ - copyright.html:lic + license.html:lic DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= @@ -16,7 +16,7 @@ COMMENT= Unicode Character Database LICENSE= Unicode_License_Agreement LICENSE_NAME= Unicode License Agreement -LICENSE_FILE= ${_DISTDIR}/copyright.html +LICENSE_FILE= ${_DISTDIR}/license.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= HAN diff --git a/textproc/UCD/distinfo b/textproc/UCD/distinfo index 52954f9ec39e..7b83f36909f9 100644 --- a/textproc/UCD/distinfo +++ b/textproc/UCD/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1614531356 +TIMESTAMP = 1624454865 SHA256 (UCD-13.0.0/UCD.zip) = 2f76973b4d36ae45584f5a45ec65b47138932d777dd23a5669c89535ef3da951 SIZE (UCD-13.0.0/UCD.zip) = 7537310 -SHA256 (UCD-13.0.0/copyright.html) = 96212602d5b49a6171018b0c53fbb02fe73e9ee5c7fb00fbac156a5652b11371 -SIZE (UCD-13.0.0/copyright.html) = 14322 +SHA256 (UCD-13.0.0/license.html) = e415e1f2188ef2b1a5f7e6ee8c60cefe8a49dacd8b96c9025cad5013985129e4 +SIZE (UCD-13.0.0/license.html) = 3248 SHA256 (UCD-13.0.0/Unihan.zip) = e380194c4835ad85aa50e8750a58c1f605dbfc4aba9e3e3b0ca25b9530c02f64 SIZE (UCD-13.0.0/Unihan.zip) = 7044963 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 15:50:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC5A46525FD; Wed, 23 Jun 2021 15:50: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 4G974m5HrRz3CqS; Wed, 23 Jun 2021 15:50: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 9DEE126EAC; Wed, 23 Jun 2021 15: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 15NFo0kh008759; Wed, 23 Jun 2021 15: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 15NFo06C008742; Wed, 23 Jun 2021 15:50:00 GMT (envelope-from git) Date: Wed, 23 Jun 2021 15:50:00 GMT Message-Id: <202106231550.15NFo06C008742@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christian Weisgerber Subject: git: 57445751afe2 - main - devel/got: update to 0.53 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: naddy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 57445751afe284e2bcb57e0d2ab43dcf10963a60 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 15:50:00 -0000 The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=57445751afe284e2bcb57e0d2ab43dcf10963a60 commit 57445751afe284e2bcb57e0d2ab43dcf10963a60 Author: Christian Weisgerber AuthorDate: 2021-06-23 15:45:49 +0000 Commit: Christian Weisgerber CommitDate: 2021-06-23 15:49:52 +0000 devel/got: update to 0.53 User-visible changes: - add a gotadmin utility with info, pack, indexpack, and listpack commands - do not update symlinks which are already up-to-date - fix 3-way merge of files which lack a final \n - avoid an error in tog(1) while the terminal window is being resized - catch invalid reference names passed to 'got ref -l' - fix unrelated changes being merged by got cherrypick/backout/rebase/histedit - new -I option for 'got status' to show files which match an ignore pattern --- devel/got/Makefile | 2 +- devel/got/distinfo | 6 +- devel/got/files/patch-Makefile | 6 +- devel/got/files/patch-gotadmin_Makefile | 13 ++++ devel/got/files/patch-lib_repository__admin.c | 10 +++ devel/got/files/patch-lib_worktree.c | 102 ------------------------- devel/got/files/patch-regress_cmdline_Makefile | 8 +- devel/got/pkg-plist | 2 + 8 files changed, 36 insertions(+), 113 deletions(-) diff --git a/devel/got/Makefile b/devel/got/Makefile index 9ac3da6f51ae..db091d23e0f4 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ diff --git a/devel/got/distinfo b/devel/got/distinfo index 4dba46472de5..6c5916f0fe07 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617736627 -SHA256 (got-0.52.tar.gz) = 625875685cbed6637cf99dc93df3ca2fa9128519752fe8cc5bd509b50a46e8b7 -SIZE (got-0.52.tar.gz) = 494359 +TIMESTAMP = 1624457436 +SHA256 (got-0.53.tar.gz) = 2401652e959457ddba67eef93a31b3dd6efea89198a3c02eebc964edb03961f3 +SIZE (got-0.53.tar.gz) = 519143 diff --git a/devel/got/files/patch-Makefile b/devel/got/files/patch-Makefile index 303104208994..3743115e5c72 100644 --- a/devel/got/files/patch-Makefile +++ b/devel/got/files/patch-Makefile @@ -1,8 +1,8 @@ ---- Makefile.orig 2020-09-09 15:30:46 UTC +--- Makefile.orig 2021-04-10 22:50:22 UTC +++ Makefile @@ -1,4 +1,4 @@ --SUBDIR = libexec got tog -+SUBDIR = openbsd-compat libexec got tog +-SUBDIR = libexec got tog gotadmin ++SUBDIR = openbsd-compat libexec got tog gotadmin .PHONY: release dist diff --git a/devel/got/files/patch-gotadmin_Makefile b/devel/got/files/patch-gotadmin_Makefile new file mode 100644 index 000000000000..7df973f9ff27 --- /dev/null +++ b/devel/got/files/patch-gotadmin_Makefile @@ -0,0 +1,13 @@ +--- gotadmin/Makefile.orig 2021-06-22 19:37:49 UTC ++++ gotadmin/Makefile +@@ -24,10 +24,6 @@ DPADD = ${LIBZ} ${LIBUTIL} + NOMAN = Yes + .endif + +-realinstall: +- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ +- -m ${BINMODE} ${PROG} ${BINDIR}/${PROG} +- + dist: + mkdir ../got-${GOT_VERSION}/${PROG} + cp ${SRCS} ${MAN} ../got-${GOT_VERSION}/${PROG} diff --git a/devel/got/files/patch-lib_repository__admin.c b/devel/got/files/patch-lib_repository__admin.c new file mode 100644 index 000000000000..347d9f4d0a78 --- /dev/null +++ b/devel/got/files/patch-lib_repository__admin.c @@ -0,0 +1,10 @@ +--- lib/repository_admin.c.orig 2021-06-23 15:24:57 UTC ++++ lib/repository_admin.c +@@ -22,6 +22,7 @@ + #include + + #include ++#include + #include + #include + #include diff --git a/devel/got/files/patch-lib_worktree.c b/devel/got/files/patch-lib_worktree.c deleted file mode 100644 index a8fe9ecc7731..000000000000 --- a/devel/got/files/patch-lib_worktree.c +++ /dev/null @@ -1,102 +0,0 @@ -https://git.gameoftrees.org/gitweb/?p=got.git;a=commitdiff;h=c6e8a8268ec4f4240d51dcfd54d05c5370060747 - ---- lib/worktree.c.orig 2021-04-06 19:21:25 UTC -+++ lib/worktree.c -@@ -1246,14 +1246,16 @@ install_blob(struct got_worktree *worktree, const char - * safe location in the work tree! - */ - static const struct got_error * --replace_existing_symlink(const char *ondisk_path, const char *target_path, -- size_t target_len) -+replace_existing_symlink(int *did_something, const char *ondisk_path, -+ const char *target_path, size_t target_len) - { - const struct got_error *err = NULL; - ssize_t elen; - char etarget[PATH_MAX]; - int fd; - -+ *did_something = 0; -+ - /* - * "Bad" symlinks (those pointing outside the work tree or into the - * .got directory) are installed in the work tree as a regular file -@@ -1277,6 +1279,7 @@ replace_existing_symlink(const char *ondisk_path, cons - return NULL; /* nothing to do */ - } - -+ *did_something = 1; - err = update_symlink(ondisk_path, target_path, target_len); - if (fd != -1 && close(fd) == -1 && err == NULL) - err = got_error_from_errno2("close", ondisk_path); -@@ -1398,7 +1401,6 @@ install_symlink(int *is_bad_symlink, struct got_worktr - - if (*is_bad_symlink) { - /* install as a regular file */ -- *is_bad_symlink = 1; - got_object_blob_rewind(blob); - err = install_blob(worktree, ondisk_path, path, - GOT_DEFAULT_FILE_MODE, GOT_DEFAULT_FILE_MODE, blob, -@@ -1409,20 +1411,26 @@ install_symlink(int *is_bad_symlink, struct got_worktr - - if (symlink(target_path, ondisk_path) == -1) { - if (errno == EEXIST) { -+ int symlink_replaced; - if (path_is_unversioned) { - err = (*progress_cb)(progress_arg, - GOT_STATUS_UNVERSIONED, path); - goto done; - } -- err = replace_existing_symlink(ondisk_path, -- target_path, target_len); -+ err = replace_existing_symlink(&symlink_replaced, -+ ondisk_path, target_path, target_len); - if (err) - goto done; - if (progress_cb) { -- err = (*progress_cb)(progress_arg, -- reverting_versioned_file ? -- GOT_STATUS_REVERT : GOT_STATUS_UPDATE, -- path); -+ if (symlink_replaced) { -+ err = (*progress_cb)(progress_arg, -+ reverting_versioned_file ? -+ GOT_STATUS_REVERT : -+ GOT_STATUS_UPDATE, path); -+ } else { -+ err = (*progress_cb)(progress_arg, -+ GOT_STATUS_EXISTS, path); -+ } - } - goto done; /* Nothing else to do. */ - } -@@ -1930,11 +1938,19 @@ update_blob(struct got_worktree *worktree, - goto done; - } - -- if (ie && status != GOT_STATUS_MISSING && -- (te->mode & S_IXUSR) == (sb.st_mode & S_IXUSR)) { -+ if (ie && status != GOT_STATUS_MISSING && S_ISREG(sb.st_mode) && -+ (S_ISLNK(te->mode) || -+ (te->mode & S_IXUSR) == (sb.st_mode & S_IXUSR))) { -+ /* -+ * This is a regular file or an installed bad symlink. -+ * If the file index indicates that this file is already -+ * up-to-date with respect to the repository we can skip -+ * updating contents of this file. -+ */ - if (got_fileindex_entry_has_commit(ie) && - memcmp(ie->commit_sha1, worktree->base_commit_id->sha1, - SHA1_DIGEST_LENGTH) == 0) { -+ /* Same commit. */ - err = sync_timestamps(worktree->root_fd, - path, status, ie, &sb); - if (err) -@@ -1946,6 +1962,7 @@ update_blob(struct got_worktree *worktree, - if (got_fileindex_entry_has_blob(ie) && - memcmp(ie->blob_sha1, te->id.sha1, - SHA1_DIGEST_LENGTH) == 0) { -+ /* Different commit but the same blob. */ - err = sync_timestamps(worktree->root_fd, - path, status, ie, &sb); - goto done; diff --git a/devel/got/files/patch-regress_cmdline_Makefile b/devel/got/files/patch-regress_cmdline_Makefile index 11d7899d9faf..445ae5377614 100644 --- a/devel/got/files/patch-regress_cmdline_Makefile +++ b/devel/got/files/patch-regress_cmdline_Makefile @@ -1,8 +1,8 @@ ---- regress/cmdline/Makefile.orig 2020-10-21 11:24:20 UTC +--- regress/cmdline/Makefile.orig 2021-06-22 19:37:49 UTC +++ regress/cmdline/Makefile -@@ -80,4 +80,6 @@ fetch: - tree: - ./tree.sh -q -r "$(GOT_TEST_ROOT)" +@@ -83,4 +83,6 @@ tree: + pack: + ./pack.sh -q -r "$(GOT_TEST_ROOT)" -.include +regress: ${REGRESS_TARGETS} .PHONY .SILENT diff --git a/devel/got/pkg-plist b/devel/got/pkg-plist index f5107f44ec1b..1d2131116994 100644 --- a/devel/got/pkg-plist +++ b/devel/got/pkg-plist @@ -1,4 +1,5 @@ bin/got +bin/gotadmin bin/tog libexec/got-fetch-pack libexec/got-index-pack @@ -11,6 +12,7 @@ libexec/got-read-pack libexec/got-read-tag libexec/got-read-tree man/man1/got.1.gz +man/man1/gotadmin.1.gz man/man1/tog.1.gz man/man5/git-repository.5.gz man/man5/got-worktree.5.gz From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 16:38:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8A1965327F; Wed, 23 Jun 2021 16:38: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 4G988M5lryz3HKB; Wed, 23 Jun 2021 16:38: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 ADB5227AB4; Wed, 23 Jun 2021 16:38: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 15NGcBPB074306; Wed, 23 Jun 2021 16:38:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NGcB3L074305; Wed, 23 Jun 2021 16:38:11 GMT (envelope-from git) Date: Wed, 23 Jun 2021 16:38:11 GMT Message-Id: <202106231638.15NGcB3L074305@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: 1b9b7e36375f - main - math/maxima: Fix staging error 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: 1b9b7e36375f51b5b1cfc50c46694885f1c63f47 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 16:38:11 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b9b7e36375f51b5b1cfc50c46694885f1c63f47 commit 1b9b7e36375f51b5b1cfc50c46694885f1c63f47 Author: Fernando Apesteguía AuthorDate: 2021-06-23 06:38:17 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-23 16:32:56 +0000 math/maxima: Fix staging error configure.ac uses the git command if present to populate the VERSION variable. As a consecuence, this produces a dynamically changing installation directory in STAGEDIR that breaks the build in some conditions. Note that on a clean environment (poudriere), this works fine. This patch comments that portion of configure.ac out since it is of no use inside the ports tree. PR: 255683 Reported by: russo@bogodyn.org --- math/maxima/files/patch-configure.ac | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/math/maxima/files/patch-configure.ac b/math/maxima/files/patch-configure.ac new file mode 100644 index 000000000000..2d42071d5c66 --- /dev/null +++ b/math/maxima/files/patch-configure.ac @@ -0,0 +1,39 @@ +--- configure.ac.orig 2021-06-22 16:59:07.387685000 -0600 ++++ configure.ac 2021-06-22 16:59:40.892936000 -0600 +@@ -165,21 +165,21 @@ + + + dnl See if git exists. If it does, update VERSION to include a git tag +-AC_CHECK_PROG(git_found, git, true, false) +-if test x"${git_found}" = xtrue; then +- # Test to see if git describe works (discarding any output). If +- # it works, use it. Otherwise, keep existing value of VERSION. +- # (git describe fails if git is executed in a non-Git directory, e.g., +- # an unpacked tarball. Since the exit codes of git describe are undocumented, +- # we cannot distinguish that from a missing annotated tag. +- # Play it safe by refusing to change VERSION.) +- if git describe > /dev/null 2>&1; then +- VERSION="`git describe --dirty`" +- # When building RPMs, hyphens in the version are not allowed, so +- # replace them with underscores. +- VERSION=`echo $VERSION | sed 's;-;_;g'` +- fi +-fi ++dnl AC_CHECK_PROG(git_found, git, true, false) ++dnl if test x"${git_found}" = xtrue; then ++dnl # Test to see if git describe works (discarding any output). If ++dnl # it works, use it. Otherwise, keep existing value of VERSION. ++dnl # (git describe fails if git is executed in a non-Git directory, e.g., ++dnl # an unpacked tarball. Since the exit codes of git describe are undocumented, ++dnl # we cannot distinguish that from a missing annotated tag. ++dnl # Play it safe by refusing to change VERSION.) ++dnl if git describe > /dev/null 2>&1; then ++dnl VERSION="`git describe --dirty`" ++dnl # When building RPMs, hyphens in the version are not allowed, so ++dnl # replace them with underscores. ++dnl VERSION=`echo $VERSION | sed 's;-;_;g'` ++dnl fi ++dnl fi + + dnl Parses the version number for the manual + manual_version=`echo $VERSION | sed 's+branch_++; s+_base++; s+_dirty++; s+_+.+g'` From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 17:59:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E3E4654DD0; Wed, 23 Jun 2021 17:59: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 4G99xw24Qbz3P1h; Wed, 23 Jun 2021 17: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 2F950A49; Wed, 23 Jun 2021 17:59: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 15NHxGX7080141; Wed, 23 Jun 2021 17: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 15NHxGj0080140; Wed, 23 Jun 2021 17:59:16 GMT (envelope-from git) Date: Wed, 23 Jun 2021 17:59:16 GMT Message-Id: <202106231759.15NHxGj0080140@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: 9d873e8ca054 - main - math/openturns: Disable the math/hmat-oss dependency; Add missing python dependencies 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: 9d873e8ca054483b3dea95edc0ca4f7d200cc6dd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 17:59:16 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d873e8ca054483b3dea95edc0ca4f7d200cc6dd commit 9d873e8ca054483b3dea95edc0ca4f7d200cc6dd Author: Yuri Victorovich AuthorDate: 2021-06-23 17:57:37 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 17:59:12 +0000 math/openturns: Disable the math/hmat-oss dependency; Add missing python dependencies openturns isn't compatible with the latest hmat-oss versions. Reported by: fallout (math/hmat-oss part) --- math/openturns/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/math/openturns/Makefile b/math/openturns/Makefile index 2c33fe0cdc7b..95dbfd3f49aa 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -27,7 +27,6 @@ LIB_DEPENDS= libbonmin.so:math/bonmin \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ libhdf5_cpp.so:science/hdf5 \ - libhmat.so:math/hmat-oss \ libipopt.so:math/ipopt \ libmpc.so:math/mpc \ libmpfr.so:math/mpfr \ @@ -48,6 +47,7 @@ CMAKE_ARGS= -DBLAS_LIBRARIES=${LOCALBASE}/lib/libopenblas.so -DLAPACK_LIBRARIES= -DOPENTURNS_EXAMPLE_PATH:STRING=share/examples/openturns \ -DOPENTURNS_DOC_PATH:STRING=share/doc/openturns CMAKE_OFF= USE_DOXYGEN USE_SPHINX +CMAKE_OFF+= USE_HMAT # broken with hmat-oss-1.7.1: https://github.com/openturns/openturns/issues/1868 OPTIONS_DEFINE= PYTHON EXAMPLES OPTIONS_DEFAULT= PYTHON @@ -56,9 +56,15 @@ OPTIONS_SUB= yes PYTHON_USES= python PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_CMAKE_ON= -DSWIG_EXECUTABLE=${LOCALBASE}/bin/swig +PYTHON_PY_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}chaospy>0:math/py-chaospy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dill>0:devel/py-dill@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} PYTHON_BUILD_DEPENDS= swig:devel/swig \ - ${PYTHON_RUN_DEPENDS} -PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} + ${PYTHON_PY_DEPENDS} +PYTHON_RUN_DEPENDS= ${PYTHON_PY_DEPENDS} PORTEXAMPLES= * From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 17:59:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3EC9A654DCF; Wed, 23 Jun 2021 17: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 4G99xv15S6z3P8W; Wed, 23 Jun 2021 17: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 0D7E2B25; Wed, 23 Jun 2021 17: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 15NHxEIS080114; Wed, 23 Jun 2021 17: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 15NHxEoG080113; Wed, 23 Jun 2021 17:59:14 GMT (envelope-from git) Date: Wed, 23 Jun 2021 17:59:14 GMT Message-Id: <202106231759.15NHxEoG080113@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: 387d0ae7ae2d - main - math/hmat-oss: Update 1.7.0 -> 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: 387d0ae7ae2df4f037733c6a124f33e786a974b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 17:59:15 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=387d0ae7ae2df4f037733c6a124f33e786a974b9 commit 387d0ae7ae2df4f037733c6a124f33e786a974b9 Author: Yuri Victorovich AuthorDate: 2021-06-23 17:28:51 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 17:59:12 +0000 math/hmat-oss: Update 1.7.0 -> 1.7.1 --- math/hmat-oss/Makefile | 2 +- math/hmat-oss/distinfo | 6 +++--- math/hmat-oss/pkg-plist | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile index d66fb606ce83..e54cb7d5ed35 100644 --- a/math/hmat-oss/Makefile +++ b/math/hmat-oss/Makefile @@ -1,5 +1,5 @@ PORTNAME= hmat-oss -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/hmat-oss/distinfo b/math/hmat-oss/distinfo index 25d3d666c470..5d3f418f5887 100644 --- a/math/hmat-oss/distinfo +++ b/math/hmat-oss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623002319 -SHA256 (jeromerobert-hmat-oss-1.7.0_GH0.tar.gz) = 137c221aa964afe880d0b06f6d9359561463a2a2a3f688075bbaf34847cddf99 -SIZE (jeromerobert-hmat-oss-1.7.0_GH0.tar.gz) = 195655 +TIMESTAMP = 1623361666 +SHA256 (jeromerobert-hmat-oss-1.7.1_GH0.tar.gz) = 8ff641ec6b1ae290ee8d67ba5880fb636659c5f150e84daa826d93140500b3ed +SIZE (jeromerobert-hmat-oss-1.7.1_GH0.tar.gz) = 195682 diff --git a/math/hmat-oss/pkg-plist b/math/hmat-oss/pkg-plist index eb809b5cd6dd..74ddf8e311dc 100644 --- a/math/hmat-oss/pkg-plist +++ b/math/hmat-oss/pkg-plist @@ -6,5 +6,5 @@ lib/cmake/hmat/HMATConfigVersion.cmake lib/cmake/hmat/HMATTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/hmat/HMATTargets.cmake lib/libhmat.so -lib/libhmat.so.1 -lib/libhmat.so.1.7.0 +lib/libhmat.so.2 +lib/libhmat.so.1.7.1 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 18:03:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF7256551D4; Wed, 23 Jun 2021 18:03: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 4G9B3F4bQ3z3P7V; Wed, 23 Jun 2021 18:03: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 85D67CC2; Wed, 23 Jun 2021 18:03: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 15NI3rkB094187; Wed, 23 Jun 2021 18:03:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NI3reJ094186; Wed, 23 Jun 2021 18:03:53 GMT (envelope-from git) Date: Wed, 23 Jun 2021 18:03:53 GMT Message-Id: <202106231803.15NI3reJ094186@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: d69ea6ec5181 - main - textproc/ibus-typing-booster: upgrade to 2.11.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d69ea6ec51818b161d974dfad2d14ffc279d1d3a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 18:03:53 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=d69ea6ec51818b161d974dfad2d14ffc279d1d3a commit d69ea6ec51818b161d974dfad2d14ffc279d1d3a Author: Thierry Thomas AuthorDate: 2021-06-23 17:56:52 +0000 Commit: Thierry Thomas CommitDate: 2021-06-23 18:03:44 +0000 textproc/ibus-typing-booster: upgrade to 2.11.5 Release notes at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.11.5 --- textproc/ibus-typing-booster/Makefile | 2 +- textproc/ibus-typing-booster/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile index 0c800fcf240d..f565a8f85e8a 100644 --- a/textproc/ibus-typing-booster/Makefile +++ b/textproc/ibus-typing-booster/Makefile @@ -1,7 +1,7 @@ # Created by: Thierry Thomas PORTNAME= ibus-typing-booster -PORTVERSION= 2.11.4 +PORTVERSION= 2.11.5 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org diff --git a/textproc/ibus-typing-booster/distinfo b/textproc/ibus-typing-booster/distinfo index e36e224a7c74..221c8acfc9e5 100644 --- a/textproc/ibus-typing-booster/distinfo +++ b/textproc/ibus-typing-booster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620151270 -SHA256 (mike-fabian-ibus-typing-booster-2.11.4_GH0.tar.gz) = 5332c69bd9b719095b9359f32bbe5410c27be5643872f9d8a899f795ae966935 -SIZE (mike-fabian-ibus-typing-booster-2.11.4_GH0.tar.gz) = 9407308 +TIMESTAMP = 1624467257 +SHA256 (mike-fabian-ibus-typing-booster-2.11.5_GH0.tar.gz) = 7480b6db36fc66d3dcf35b3c681f212bdddd55006352f02fc000cec3dc8e6416 +SIZE (mike-fabian-ibus-typing-booster-2.11.5_GH0.tar.gz) = 9409211 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 18:15:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF659654E3E; Wed, 23 Jun 2021 18: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 4G9BJP5TBcz3PTh; Wed, 23 Jun 2021 18: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 A3D5AD43; Wed, 23 Jun 2021 18: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 15NIFHhA007398; Wed, 23 Jun 2021 18: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 15NIFHW8007396; Wed, 23 Jun 2021 18:15:17 GMT (envelope-from git) Date: Wed, 23 Jun 2021 18:15:17 GMT Message-Id: <202106231815.15NIFHW8007396@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: f2820b6cc217 - main - x11-toolkits/wlroots: update to 0.14.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: f2820b6cc2170feef17989c422f2cf46644a5b57 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 18:15:17 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2820b6cc2170feef17989c422f2cf46644a5b57 commit f2820b6cc2170feef17989c422f2cf46644a5b57 Author: Jan Beich AuthorDate: 2021-04-12 09:43:56 +0000 Commit: Jan Beich CommitDate: 2021-06-23 18:07:18 +0000 x11-toolkits/wlroots: update to 0.14.0 Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0 Reported by: GitHub (watch releases) --- x11-toolkits/wlroots/Makefile | 37 ++- x11-toolkits/wlroots/distinfo | 76 +++++- x11-toolkits/wlroots/pkg-plist | 10 +- x11-wm/cage/Makefile | 5 +- x11-wm/cage/distinfo | 4 + x11-wm/gamescope/Makefile | 2 + x11-wm/hikari/Makefile | 3 +- x11-wm/hikari/files/patch-wlroots-0.14 | 42 ++++ x11-wm/labwc/Makefile | 8 +- x11-wm/labwc/distinfo | 6 + x11-wm/phoc/Makefile | 16 +- x11-wm/phoc/distinfo | 18 +- x11-wm/phoc/files/patch-wlroots-0.14 | 18 ++ x11-wm/river/Makefile | 3 +- x11-wm/river/files/patch-wlroots-0.14 | 419 +++++++++++++++++++++++++++++++++ x11-wm/sway/Makefile | 9 +- x11-wm/sway/distinfo | 10 + x11-wm/wayfire-plugins-extra/Makefile | 2 +- x11-wm/wayfire/Makefile | 8 +- x11-wm/wayfire/distinfo | 4 + 20 files changed, 652 insertions(+), 48 deletions(-) diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index 74eaa8aada3e..dcb789f0f170 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -1,12 +1,10 @@ PORTNAME= wlroots -DISTVERSION= 0.13.0 -PORTREVISION= 4 +DISTVERSION= 0.14.0 CATEGORIES= x11-toolkits PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 7c0e2a271a4c.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064 -PATCHFILES+= e1b5323f56c3.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064 -PATCHFILES+= d0c1f0c0b637.patch:-p1 # https://github.com/swaywm/wlroots/pull/2908 +PATCHFILES+= 55a8d225cf8c.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064 MAINTAINER= jbeich@FreeBSD.org COMMENT= Modular Wayland compositor library @@ -20,38 +18,34 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ LIB_DEPENDS= libudev.so:devel/libudev-devd \ libdrm.so:graphics/libdrm \ libwayland-server.so:graphics/wayland \ + libseat.so:sysutils/seatd \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon -RUN_DEPENDS= libudev-devd>=0.4.1:devel/libudev-devd \ - mesa-dri>0:graphics/mesa-dri +RUN_DEPENDS= libudev-devd>=0.4.1:devel/libudev-devd USES= compiler:c11 gl meson pkgconfig xorg USE_GITHUB= yes -USE_GL= egl gbm glesv2 +USE_GL= gbm USE_XORG= pixman USE_LDCONFIG= yes GH_ACCOUNT= swaywm -MESON_ARGS= -Dexamples=false +MESON_ARGS= -Dexamples=false -Drenderers=${RENDERERS:ts,} -OPTIONS_DEFINE= LIBSEAT NVIDIA UUID X11 -OPTIONS_DEFAULT=LIBSEAT UUID X11 +OPTIONS_DEFINE= NVIDIA OPENGL X11 +OPTIONS_DEFAULT=OPENGL X11 OPTIONS_SUB= yes -LIBSEAT_DESC= DRM sessions with/without root via libseat -LIBSEAT_LIB_DEPENDS= libseat.so:sysutils/seatd -LIBSEAT_MESON_ENABLED= libseat - NVIDIA_DESC= EGLStreams support for DRM backend (experimental) NVIDIA_PATCH_SITES= https://github.com/danvd/${GH_PROJECT}-eglstreams/commit/:nvidia -NVIDIA_PATCHFILES= eba4b66f92ca.patch:-p1:nvidia # https://github.com/swaywm/wlroots/pull/2769 +NVIDIA_PATCHFILES= b78146d76ab0.patch:-p1:nvidia # https://github.com/swaywm/wlroots/pull/2769 +NVIDIA_IMPLIES= OPENGL .if make(makesum) .MAKEFLAGS: WITH+=NVIDIA .endif -# uuid_create() is random on NetBSD and OpenBSD but not DragonFly and FreeBSD -# See also https://github.com/netbsd/src/commit/8651e9a438af -UUID_DESC= Exported surfaces to use random UUIDs via libuuid -UUID_LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +OPENGL_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri +OPENGL_USE= GL=egl,glesv2 +OPENGL_VARS= RENDERERS+=gles2 X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \ libxcb-render-util.so:x11/xcb-util-renderutil \ @@ -61,4 +55,9 @@ X11_RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel X11_USE= XORG=xcb X11_MESON_ENABLED= x11-backend xwayland +post-patch: +# Extract (snapshot) version from the port instead of meson.build + @${REINPLACE_CMD} "/STR/s/meson.project_version()/'${DISTVERSIONFULL}'/" \ + ${WRKSRC}/include/wlr/meson.build + .include diff --git a/x11-toolkits/wlroots/distinfo b/x11-toolkits/wlroots/distinfo index 23a9fd4e43c3..180d981e7167 100644 --- a/x11-toolkits/wlroots/distinfo +++ b/x11-toolkits/wlroots/distinfo @@ -1,11 +1,69 @@ -TIMESTAMP = 1617734115 -SHA256 (swaywm-wlroots-0.13.0_GH0.tar.gz) = f6bea37fd4a6f5e5f552b83d61adae8c73e64b0bcb9ae0ab464ebcd9309d3cf3 -SIZE (swaywm-wlroots-0.13.0_GH0.tar.gz) = 503575 +TIMESTAMP = 1624389620 +SHA256 (swaywm-wlroots-0.14.0_GH0.tar.gz) = 2a8435bf63681868699c4e3975df31cb111ad2d3f35740179036083f87382ac7 +SIZE (swaywm-wlroots-0.14.0_GH0.tar.gz) = 505461 SHA256 (7c0e2a271a4c.patch) = 2b92d3dde7640061ed85ab1690031f7627bebc2366e8c4da217017188ba7195e SIZE (7c0e2a271a4c.patch) = 5729 -SHA256 (e1b5323f56c3.patch) = 13145323caf9e56412ee3766fb9eacca9c6e4ca7088a320e79bc1512c0afe522 -SIZE (e1b5323f56c3.patch) = 4028 -SHA256 (d0c1f0c0b637.patch) = 489aae1a14e7fecde4acfd09b3321975adae9b191fc859894e38cfad1b1ea9b7 -SIZE (d0c1f0c0b637.patch) = 1129 -SHA256 (eba4b66f92ca.patch) = a271c30c414fb2ae2cb6e0cbca77c37c1e15a3b160097f6e78298bfcec8df352 -SIZE (eba4b66f92ca.patch) = 96009 +SHA256 (55a8d225cf8c.patch) = f9df98540fdabe35c61ed828f6d64633aab72edf0ba1c7ad0849594f10383ce7 +SIZE (55a8d225cf8c.patch) = 4209 +SHA256 (b78146d76ab0.patch) = 4ecabeb60e6bc641d4f10d535d6144b6cf5cd57f7a26b22621f47d1fac3b1932 +SIZE (b78146d76ab0.patch) = 91559 +SHA256 (8c700c534556.patch) = d004493cde08be574d81e3e6024491cd1c4312ddadbdc0f5ea818327a558165a +SIZE (8c700c534556.patch) = 49189 +SHA256 (0464af8573f9.patch) = f4870fb2a232885513ab18594ff97463483e132ebbac09f367f3017c510d3823 +SIZE (0464af8573f9.patch) = 110532 +SHA256 (e3e9250ea6d8.patch) = d5f2764df5b99c57b106a87af160ffa955a0afe1de33bd90131eced1c39f44a1 +SIZE (e3e9250ea6d8.patch) = 11220 +SHA256 (1af1d1694195.patch) = 16d705e33b0939a8b11ea3d0f9355ddcb7c0cb85f8d7f668f4c016370be80c11 +SIZE (1af1d1694195.patch) = 2056 +SHA256 (93319aa2b633.patch) = 0bbbb871aefacdf8b85b72a7bcafcfe9757e48653b345d1e1a96988f88680753 +SIZE (93319aa2b633.patch) = 35376 +SHA256 (0028938735d1.patch) = d110d2fd139497f04ba7c8c0d649d03d28224ba6b33aaab95f4d233077234db9 +SIZE (0028938735d1.patch) = 39808 +SHA256 (6885b636508c.patch) = b7c8d57224db108cc40420ba06aa7c227d2a48a8418f9430f2d0381447c68e62 +SIZE (6885b636508c.patch) = 694 +SHA256 (76534695a8d3.patch) = 084e97edd02f5ffd5d0181f9f9d0eea0f76bebe2b55b20f0dd78b182b0fe58cf +SIZE (76534695a8d3.patch) = 9670 +SHA256 (445142e6a1f9.patch) = e6b88f71a7e2b4ba340e53dc356748bc8d280a295e2188fde834aa0e45608f63 +SIZE (445142e6a1f9.patch) = 2876 +SHA256 (f029ae1dac4b.patch) = f87e1128f3f8f34dc250bc2d4948275ee35b6def3026667758952dd74c0829e7 +SIZE (f029ae1dac4b.patch) = 835 +SHA256 (ad1fab0b3704.patch) = 1aa049ea5b83e8148d44e5c8b18b2a17188bb027220201e25d957181dc48f953 +SIZE (ad1fab0b3704.patch) = 1543 +SHA256 (4407b8e5a3a7.patch) = e882f50f0c06224e44c34f06dc9321aba84630c6e5146bdf3289f8c9fac67c96 +SIZE (4407b8e5a3a7.patch) = 7109 +SHA256 (e021c068d02f.patch) = bfe830161b0946187107f3eaba5c1eacc7118011a02375991f951124dc969f89 +SIZE (e021c068d02f.patch) = 1365 +SHA256 (2cc710bda83c.patch) = b8c6b3d354fc531bc7042312c006770c78b6ab61628a6d83d3417761372e478f +SIZE (2cc710bda83c.patch) = 8937 +SHA256 (f0888604d6ce.patch) = 4d354bd7324d308ec5fc9ce211cdf81e6fdcee2bbc62dc4fff41a34a5f77c00a +SIZE (f0888604d6ce.patch) = 21680 +SHA256 (4fdd5efc9260.patch) = 96d8e057c8b0d987e78d34ea5fdb6ec35ed3878eb5d1ee83319dcb29af198bd8 +SIZE (4fdd5efc9260.patch) = 5628 +SHA256 (59c119829f1c.patch) = 34408bc1edac183fbcb86f3a22d5a43e7c5f47b2dd5226b1e60b140e8387214c +SIZE (59c119829f1c.patch) = 1005 +SHA256 (cfbd8aa6cf24.patch) = 62027ea791c9e8f0ea4ced680ab688f6c57d1dddae04cbfe70e108ad8b439a58 +SIZE (cfbd8aa6cf24.patch) = 4007 +SHA256 (3f6dbe428e8b.patch) = e6b7339027d7e653f955da9df579167e2da56311ab294187b24f709b70026952 +SIZE (3f6dbe428e8b.patch) = 11424 +SHA256 (a83943798aef.patch) = 408e5a26afec05b88768451c65c7712fe87de3b8a3193c3655e7adfeb63b323c +SIZE (a83943798aef.patch) = 679 +SHA256 (f64a98d49d25.patch) = ec753b6fad3afd5db8e06983689f549e0966305b4ea892f82078cf879d9a0640 +SIZE (f64a98d49d25.patch) = 4998 +SHA256 (9885ccb4b0b1.patch) = 83c2f06446c0519523885627a210d77fdbdd23491e3ec0145c4aebec199c23a6 +SIZE (9885ccb4b0b1.patch) = 7855 +SHA256 (71f9f33e3bf2.patch) = 75ad6be6c4ab195e3015647fdb1365f5dab534155eed11153f13f61a30cb4792 +SIZE (71f9f33e3bf2.patch) = 12943 +SHA256 (bd8c520dbd9a.patch) = 7ff9eb420a1870177b16227ba7b380084eaaaffeac2bac39b8c0e329515af36a +SIZE (bd8c520dbd9a.patch) = 55639 +SHA256 (2d89dc9b8651.patch) = 488722edd6da814cfb20156e8bd2a50b54743334506dfab69576990ebd8bb365 +SIZE (2d89dc9b8651.patch) = 15460 +SHA256 (8f9aeda46d8a.patch) = 8241a0003819e6355cc495a512ea8eed0bb521cbb416aa26068a72f12d9a991b +SIZE (8f9aeda46d8a.patch) = 7070 +SHA256 (e3d16970433f.patch) = e4641123a64519921991a1db7437ff3d2fe007662ec35ba9572aa3a60b188228 +SIZE (e3d16970433f.patch) = 1180 +SHA256 (79f10d929b72.patch) = b3b5fe1ef223bae812c00b4d98f09c1bba5688fdcfa38e150551020232f32553 +SIZE (79f10d929b72.patch) = 10811 +SHA256 (1a16e8fc56a9.patch) = 2bc8e01099fdf6410f07392147e6d376cc5f89b3bb3dda6133c4e4c9ead05883 +SIZE (1a16e8fc56a9.patch) = 1422 +SHA256 (dd039c56d93a.patch) = 533707ab9512b75a9a66ca50b95340883ba51fb2daa294f9b0ff0b7c5dbef572 +SIZE (dd039c56d93a.patch) = 1258 diff --git a/x11-toolkits/wlroots/pkg-plist b/x11-toolkits/wlroots/pkg-plist index 6e275d0f95b9..a0e52cd844d1 100644 --- a/x11-toolkits/wlroots/pkg-plist +++ b/x11-toolkits/wlroots/pkg-plist @@ -6,7 +6,6 @@ include/wlr/backend/libinput.h include/wlr/backend/multi.h include/wlr/backend/noop.h include/wlr/backend/session.h -include/wlr/backend/session/interface.h include/wlr/backend/wayland.h %%X11%%include/wlr/backend/x11.h include/wlr/config.h @@ -20,9 +19,10 @@ include/wlr/interfaces/wlr_tablet_tool.h include/wlr/interfaces/wlr_touch.h include/wlr/render/dmabuf.h include/wlr/render/drm_format_set.h -include/wlr/render/egl.h -include/wlr/render/gles2.h +%%OPENGL%%include/wlr/render/egl.h +%%OPENGL%%include/wlr/render/gles2.h include/wlr/render/interface.h +include/wlr/render/pixman.h include/wlr/render/wlr_renderer.h include/wlr/render/wlr_texture.h include/wlr/types/wlr_box.h @@ -35,7 +35,6 @@ include/wlr/types/wlr_export_dmabuf_v1.h include/wlr/types/wlr_foreign_toplevel_management_v1.h include/wlr/types/wlr_fullscreen_shell_v1.h include/wlr/types/wlr_gamma_control_v1.h -include/wlr/types/wlr_gtk_primary_selection.h include/wlr/types/wlr_idle.h include/wlr/types/wlr_idle_inhibit_v1.h include/wlr/types/wlr_input_device.h @@ -75,6 +74,7 @@ include/wlr/types/wlr_viewporter.h include/wlr/types/wlr_virtual_keyboard_v1.h include/wlr/types/wlr_virtual_pointer_v1.h include/wlr/types/wlr_xcursor_manager.h +include/wlr/types/wlr_xdg_activation_v1.h include/wlr/types/wlr_xdg_decoration_v1.h include/wlr/types/wlr_xdg_foreign_registry.h include/wlr/types/wlr_xdg_foreign_v1.h @@ -88,5 +88,5 @@ include/wlr/version.h include/wlr/xcursor.h %%X11%%include/wlr/xwayland.h lib/libwlroots.so -lib/libwlroots.so.8 +lib/libwlroots.so.9 libdata/pkgconfig/wlroots.pc diff --git a/x11-wm/cage/Makefile b/x11-wm/cage/Makefile index 63743768cbb5..fb334d477931 100644 --- a/x11-wm/cage/Makefile +++ b/x11-wm/cage/Makefile @@ -1,10 +1,13 @@ PORTNAME= cage DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 70ecdcb02ea0.patch:-p1 # https://github.com/Hjdskes/cage/pull/148 +PATCHFILES+= 9a4523d47efe.patch:-p1 # https://github.com/Hjdskes/cage/pull/191 +PATCHFILES+= 7b081cfeee4c.patch:-p1 # https://github.com/Hjdskes/cage/pull/191 MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland kiosk @@ -14,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.14:graphics/wayland-protocols \ - wlroots>=0.13.0:x11-toolkits/wlroots + wlroots>=0.14.0:x11-toolkits/wlroots LIB_DEPENDS= libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ libxkbcommon.so:x11/libxkbcommon diff --git a/x11-wm/cage/distinfo b/x11-wm/cage/distinfo index e930668dcdce..1238d81fea65 100644 --- a/x11-wm/cage/distinfo +++ b/x11-wm/cage/distinfo @@ -3,3 +3,7 @@ SHA256 (Hjdskes-cage-v0.1.3_GH0.tar.gz) = c28aa8230f937c89b564967748451c1eb15d86 SIZE (Hjdskes-cage-v0.1.3_GH0.tar.gz) = 24615 SHA256 (70ecdcb02ea0.patch) = 2dd0e99d181986c6b2d5e04e89f692e3d77b8bd2a3a08f94cf8a27b38489eb3c SIZE (70ecdcb02ea0.patch) = 2137 +SHA256 (9a4523d47efe.patch) = 7f6fb4d45711f324346144702f2fb63b945e299874172875d517388c58684a2a +SIZE (9a4523d47efe.patch) = 1519 +SHA256 (7b081cfeee4c.patch) = 3956383c75f210f55cfda2e333916f30d44999dc6e255b94cf51ba792bc5c583 +SIZE (7b081cfeee4c.patch) = 1335 diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index fe11bef28a62..287fbd1371c7 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -16,6 +16,8 @@ COMMENT= Micro-compositor from SteamOS LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build after https://github.com/swaywm/wlroots/commit/9ecfa4343a6d + BUILD_DEPENDS= glslangValidator:graphics/glslang \ evdev-proto>0:devel/evdev-proto \ vulkan-headers>0:graphics/vulkan-headers \ diff --git a/x11-wm/hikari/Makefile b/x11-wm/hikari/Makefile index b6ddecfb12df..d7c5842315b0 100644 --- a/x11-wm/hikari/Makefile +++ b/x11-wm/hikari/Makefile @@ -1,5 +1,6 @@ PORTNAME= hikari DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://hikari.acmelabs.space/releases/ @@ -11,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.14:graphics/wayland-protocols \ - wlroots>=0.13.0<0.14.0:x11-toolkits/wlroots + wlroots>=0.14.0<0.15.0:x11-toolkits/wlroots LIB_DEPENDS= libinput.so:x11/libinput \ libucl.so:textproc/libucl \ libwayland-server.so:graphics/wayland \ diff --git a/x11-wm/hikari/files/patch-wlroots-0.14 b/x11-wm/hikari/files/patch-wlroots-0.14 new file mode 100644 index 000000000000..61ac93e50a2b --- /dev/null +++ b/x11-wm/hikari/files/patch-wlroots-0.14 @@ -0,0 +1,42 @@ +src/server.c:14:10: fatal error: 'wlr/types/wlr_gtk_primary_selection.h' file not found +#include + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +src/view.c:812:47: error: no member named 'subsurfaces' in 'struct wlr_surface' + wl_list_for_each (wlr_subsurface, &surface->subsurfaces, parent_link) { + ~~~~~~~ ^ + +--- src/server.c.orig 2021-04-09 17:37:23 UTC ++++ src/server.c +@@ -11,7 +11,6 @@ + #include + #include + #include +-#include + #include + #include + #include +@@ -610,7 +609,6 @@ setup_selection(struct hikari_server *server) + { + wlr_data_control_manager_v1_create(server->display); + +- wlr_gtk_primary_selection_device_manager_create(server->display); + wlr_primary_selection_v1_device_manager_create(server->display); + + server->seat = wlr_seat_create(server->display, "seat0"); +--- src/view.c.orig 2021-04-09 17:37:23 UTC ++++ src/view.c +@@ -809,7 +809,13 @@ hikari_view_map(struct hikari_view *view, struct wlr_s + wl_signal_add(&surface->events.new_subsurface, &view->new_subsurface); + + struct wlr_subsurface *wlr_subsurface; +- wl_list_for_each (wlr_subsurface, &surface->subsurfaces, parent_link) { ++ wl_list_for_each (wlr_subsurface, &surface->subsurfaces_below, parent_link) { ++ struct hikari_view_subsurface *subsurface = ++ (struct hikari_view_subsurface *)malloc( ++ sizeof(struct hikari_view_subsurface)); ++ hikari_view_subsurface_init(subsurface, view, wlr_subsurface); ++ } ++ wl_list_for_each (wlr_subsurface, &surface->subsurfaces_above, parent_link) { + struct hikari_view_subsurface *subsurface = + (struct hikari_view_subsurface *)malloc( + sizeof(struct hikari_view_subsurface)); diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index 900a4104453b..7837ef00aa69 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -1,14 +1,20 @@ PORTNAME= labwc DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= x11-wm +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= f5d7bf123e83.patch:-p1 # wlroots 0.14 +PATCHFILES+= 892e93dd84c5.patch:-p1 # wlroots 0.14 +PATCHFILES+= 874cc9e63706.patch:-p1 # wlroots 0.14 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland stacking compositor LICENSE= GPLv2 BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \ - wlroots>=0.13.0<0.14.0:x11-toolkits/wlroots + wlroots>=0.14.0<0.15.0:x11-toolkits/wlroots LIB_DEPENDS= libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ libinput.so:x11/libinput \ diff --git a/x11-wm/labwc/distinfo b/x11-wm/labwc/distinfo index 86a6191af987..a8929a652e72 100644 --- a/x11-wm/labwc/distinfo +++ b/x11-wm/labwc/distinfo @@ -1,3 +1,9 @@ TIMESTAMP = 1618521666 SHA256 (johanmalm-labwc-0.2.1_GH0.tar.gz) = 22f219acbd53d3134df0ae158b0db7b762caead4ea38f54f2833fc682b3dedd6 SIZE (johanmalm-labwc-0.2.1_GH0.tar.gz) = 68438 +SHA256 (f5d7bf123e83.patch) = df5634487f680c7f5dd6b0c9be5d4c73b7e4a5010495600d876b5d2ed3fc731c +SIZE (f5d7bf123e83.patch) = 901 +SHA256 (892e93dd84c5.patch) = b13a945bc87a4503860619c52dba5cf2b24350c24f9671a131de9da5713ec26e +SIZE (892e93dd84c5.patch) = 983 +SHA256 (874cc9e63706.patch) = 94a3888bbafeb22d51d2a32c1aea78d6c184c9e38e7698651bdae2ee34894607 +SIZE (874cc9e63706.patch) = 1503 diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index ee7ded82187d..436d9c8275a5 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -1,11 +1,18 @@ PORTNAME= phoc DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ -PATCHFILES+= b37bf15194e6.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 +PATCHFILES+= 4912c5a9454b.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 +PATCHFILES+= 00e5da6dd7a2.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 +PATCHFILES+= b278fd6b4f57.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 +PATCHFILES+= 3f418c11d813.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 +PATCHFILES+= 39da5a00f3b3.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 +PATCHFILES+= 4a688ffec053.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 +PATCHFILES+= 8010e3d9ca00.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 +PATCHFILES+= 8ec2886673d3.patch:-p1 # https://source.puri.sm/Librem5/phoc/-/merge_requests/241 MAINTAINER= jbeich@FreeBSD.org COMMENT= Phone compositor @@ -13,7 +20,8 @@ COMMENT= Phone compositor LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + wlroots>=0.14.0:x11-toolkits/wlroots LIB_DEPENDS= libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ libinput.so:x11/libinput \ @@ -36,7 +44,7 @@ GLIB_SCHEMAS= sm.puri.phoc.gschema.xml post-extract: # Avoid confusing Meson instead of forcing -Dembed-wlroots=disabled @${RMDIR} ${WRKSRC}/subprojects/wlroots -.if defined(PATCHFILES) && ${PATCHFILES:Mb37bf15194e6*} +.if defined(PATCHFILES) && ${PATCHFILES:M4912c5a9454b*} # Pretend to be a regular file for vendor patch to apply as is @${ECHO_CMD} "Subproject commit 3d227f140e3c4af42d759477fc38e82a4c3dc4ef" \ >${WRKSRC}/subprojects/wlroots diff --git a/x11-wm/phoc/distinfo b/x11-wm/phoc/distinfo index 10f45b7e12a5..6429e891d338 100644 --- a/x11-wm/phoc/distinfo +++ b/x11-wm/phoc/distinfo @@ -1,5 +1,19 @@ TIMESTAMP = 1623582410 SHA256 (Librem5-phoc-8e51b02c7fb9b103d8e80fb77145dddfb4b5b3a2_GL0.tar.gz) = ac8b4723bde47f9b00f2ec73b0ae448c51670ba2294079cc93e41fab3764d24b SIZE (Librem5-phoc-8e51b02c7fb9b103d8e80fb77145dddfb4b5b3a2_GL0.tar.gz) = 143914 -SHA256 (b37bf15194e6.patch) = 7f35eb8eaf3750f390146c791dff20b99d478439be023b1b0d80b6f877cb628e -SIZE (b37bf15194e6.patch) = 19628 +SHA256 (4912c5a9454b.patch) = dc833187095b92132df7cdef804e3aa5521cad360b43fc4370bd6b72e708c84f +SIZE (4912c5a9454b.patch) = 23928 +SHA256 (00e5da6dd7a2.patch) = 123d7e9d13c178ef98fbeea55fedd1204061185fe3ea740333dc51ba6439fdbb +SIZE (00e5da6dd7a2.patch) = 5575 +SHA256 (b278fd6b4f57.patch) = 851dcb0fa5a9cc537bdb71dc6ca30e19228580094ebbaf88c735af69a94640fa +SIZE (b278fd6b4f57.patch) = 4110 +SHA256 (3f418c11d813.patch) = 45ca59ff8bcc4316286c814b6264d202866b561bbc431514537d9d86b51396de +SIZE (3f418c11d813.patch) = 3930 +SHA256 (39da5a00f3b3.patch) = a479b5a3beb9e0d6a7ada708daeea93c6bddad28b98de2e490c3110d45426ca7 +SIZE (39da5a00f3b3.patch) = 2066 +SHA256 (4a688ffec053.patch) = 5c1ba160d978e2b2a6543db22b83ae9f54308684ed2475afaa1d01e2442cff32 +SIZE (4a688ffec053.patch) = 3583 +SHA256 (8010e3d9ca00.patch) = f485ed1d76c932d262752fd9d1b6bc242fa03c39b312b72cddfb8b8ef84d4ed2 +SIZE (8010e3d9ca00.patch) = 1378 +SHA256 (8ec2886673d3.patch) = 1524f637af620b62d6eecb043703ff0ab6615b1fecb2563880f179e6dae28c53 +SIZE (8ec2886673d3.patch) = 2753 diff --git a/x11-wm/phoc/files/patch-wlroots-0.14 b/x11-wm/phoc/files/patch-wlroots-0.14 new file mode 100644 index 000000000000..28b292e868cd --- /dev/null +++ b/x11-wm/phoc/files/patch-wlroots-0.14 @@ -0,0 +1,18 @@ +In file included from ../tests/test-xdg-shell.c:7: +In file included from ../tests/testlib.h:6: +In file included from ../src/server.h:14: +../src/desktop.h:11:10: fatal error: 'wlr/types/wlr_gtk_primary_selection.h' file not found +#include + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +--- src/desktop.h.orig 2021-06-13 11:06:50 UTC ++++ src/desktop.h +@@ -8,7 +8,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 364ceea1effd..1eccbb5b2ec4 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,5 +1,6 @@ PORTNAME= river PORTVERSION= s20210622 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -9,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \ - wlroots>=0.13.0:x11-toolkits/wlroots \ + wlroots>=0.14.0:x11-toolkits/wlroots \ zig>=0.8.0:lang/zig LIB_DEPENDS= libevdev.so:devel/libevdev \ libwayland-server.so:graphics/wayland \ diff --git a/x11-wm/river/files/patch-wlroots-0.14 b/x11-wm/river/files/patch-wlroots-0.14 new file mode 100644 index 000000000000..ea0e88d833ca --- /dev/null +++ b/x11-wm/river/files/patch-wlroots-0.14 @@ -0,0 +1,419 @@ +https://github.com/ifreund/river/commit/41874b47aef3 +https://github.com/swaywm/zig-wlroots/commit/b72516275fb4 + +--- deps/zig-wlroots/src/backend.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/backend.zig +@@ -13,6 +13,10 @@ pub const Backend = extern struct { + new_output: wl.Signal(*wlr.Output), + }, + ++ // Private state ++ renderer: ?*wlr.Renderer, ++ allocator: ?*wlr.Allocator, ++ + // backend.h + + extern fn wlr_backend_autocreate(server: *wl.Server) ?*Backend; +@@ -35,6 +39,9 @@ pub const Backend = extern struct { + + extern fn wlr_backend_get_session(backend: *Backend) ?*wlr.Session; + pub const getSession = wlr_backend_get_session; ++ ++ extern fn wlr_backend_get_drm_fd(backend: *Backend) c_int; ++ pub const getDrmFd = wlr_backend_get_drm_fd; + + // backend/multi.h + +--- deps/zig-wlroots/src/backend/session.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/backend/session.zig +@@ -5,25 +5,24 @@ const wl = wayland.server.wl; + + pub const Device = extern struct { + fd: c_int, ++ device_id: c_int, + dev: os.dev_t, + /// Session.devices + link: wl.list.Link, + + events: extern struct { + change: wl.Signal(void), ++ remove: wl.Signal(void), + }, + }; + + pub const Session = extern struct { +- const Impl = opaque {}; +- + pub const event = struct { + pub const Add = extern struct { + path: [*:0]const u8, + }; + }; + +- impl: *const Impl, + active: bool, + + vtnr: c_uint, +@@ -33,6 +32,9 @@ pub const Session = extern struct { + udev: *opaque {}, + udev_monitor: *opaque {}, + udev_event: *wl.EventSource, ++ ++ seat_handle: *opaque {}, ++ libseat_event: *wl.EventSource, + + devices: wl.list.Head(Device, "link"), + +--- deps/zig-wlroots/src/config.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/config.zig +@@ -2,17 +2,8 @@ const c = @cImport({ + @cInclude("wlr/config.h"); + }); + +-pub const has_eglmesaext_h = c.WLR_HAS_EGLMESAEXT_H != 0; +- +-pub const has_systemd = c.WLR_HAS_SYSTEMD != 0; +-pub const has_elogind = c.WLR_HAS_ELOGIND != 0; +- +-pub const has_libseat = c.WLR_HAS_LIBSEAT != 0; +- + pub const has_x11_backend = c.WLR_HAS_X11_BACKEND != 0; + +-pub const has_xwayland = c.WLR_HAS_XWAYLAND != 0; ++pub const has_gles2_renderer = c.WLR_HAS_GLES2_RENDERER != 0; + +-pub const has_xcb_errors = c.WLR_HAS_XCB_ERRORS != 0; +- +-pub const has_xdg_foreign = c.WLR_HAS_XDG_FOREIGN != 0; ++pub const has_xwayland = c.WLR_HAS_XWAYLAND != 0; +--- deps/zig-wlroots/src/render/renderer.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/render/renderer.zig +@@ -7,7 +7,10 @@ pub const Renderer = extern struct { + const Impl = opaque {}; + + impl: *const Impl, ++ + rendering: bool, ++ rendering_with_buffer: bool, ++ + events: extern struct { + destroy: wl.Signal(*Renderer), + }, +@@ -22,6 +25,9 @@ pub const Renderer = extern struct { + extern fn wlr_renderer_begin(renderer: *Renderer, width: u32, height: u32) void; + pub const begin = wlr_renderer_begin; + ++ extern fn wlr_renderer_begin_with_buffer(renderer: *Renderer, buffer: *wlr.Buffer) bool; ++ pub const beginWithBuffer = wlr_renderer_begin_with_buffer; ++ + pub extern fn wlr_renderer_end(renderer: *Renderer) void; + pub const end = wlr_renderer_end; + +@@ -76,13 +82,6 @@ pub const Renderer = extern struct { + ) bool; + pub const readPixels = wlr_renderer_read_pixels; + +- extern fn wlr_renderer_blit_dmabuf( +- renderer: *Renderer, +- dst: *wlr.DmabufAttributes, +- src: *wlr.DmabufAttributes, +- ) bool; +- pub const blitDmabuf = wlr_renderer_blit_dmabuf; +- + extern fn wlr_renderer_get_drm_fd(renderer: *Renderer) c_int; + pub const getDrmFd = wlr_renderer_get_drm_fd; + +@@ -159,19 +158,4 @@ pub const Renderer = extern struct { + matrix: *const [9]f32, + ) void; + pub const renderQuadWithMatrix = wlr_render_quad_with_matrix; +- +- extern fn wlr_render_ellipse( +- renderer: *Renderer, +- box: *const wlr.Box, +- color: *const [4]f32, +- projection: *const [9]f32, +- ) void; +- pub const renderEllipse = wlr_render_ellipse; +- +- extern fn wlr_render_ellipse_with_matrix( +- renderer: *Renderer, +- color: *const [4]f32, +- matrix: *const [9]f32, +- ) void; +- pub const renderEllipseWithMatrix = wlr_render_ellipse_with_matrix; + }; +--- deps/zig-wlroots/src/render/texture.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/render/texture.zig +@@ -19,17 +19,11 @@ pub const Texture = extern struct { + extern fn wlr_texture_from_dmabuf(renderer: *wlr.Renderer, attribs: *wlr.DmabufAttributes) ?*Texture; + pub const fromDmabuf = wlr_texture_from_dmabuf; + +- extern fn wlr_texture_get_size(texture: *Texture, width: *c_int, height: *c_int) void; +- pub const getSize = wlr_texture_get_size; +- + extern fn wlr_texture_is_opaque(texture: *Texture) bool; + pub const isOpaque = wlr_texture_is_opaque; + + extern fn wlr_texture_write_pixels(texture: *Texture, stride: u32, width: u32, height: u32, src_x: u32, src_y: u32, dst_x: u32, dst_y: u32, data: *const c_void) bool; + pub const writePixels = wlr_texture_write_pixels; +- +- extern fn wlr_texture_to_dmabuf(texture: *Texture, attribs: *wlr.DmabufAttributes) bool; +- pub const toDmabuf = wlr_texture_to_dmabuf; + + extern fn wlr_texture_destroy(texture: *Texture) void; + pub const destroy = wlr_texture_destroy; +--- deps/zig-wlroots/src/types/buffer.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/types/buffer.zig +@@ -1,13 +1,25 @@ + const wlr = @import("../wlroots.zig"); + ++const os = @import("std").os; + const wl = @import("wayland").server.wl; +- + const pixman = @import("pixman"); + ++pub const ShmAttributes = extern struct { ++ fd: c_int, ++ format: u32, ++ width: c_int, ++ height: c_int, ++ stride: c_int, ++ offset: os.off_t, ++}; ++ + pub const Buffer = extern struct { + pub const Impl = extern struct { + destroy: fn (buffer: *Buffer) callconv(.C) void, + get_dmabuf: fn (buffer: *Buffer, attribs: *wlr.DmabufAttributes) callconv(.C) bool, ++ get_shm: fn (buffer: *Buffer, attribs: *wlr.ShmAttributes) callconv(.C) bool, ++ begin_data_ptr_access: fn (buffer: *Buffer, data: **c_void, format: *u32, stride: *usize) callconv(.C) bool, ++ end_data_ptr_access: fn (buffer: *Buffer) callconv(.C) void, + }; + + impl: *const Impl, +@@ -18,6 +30,8 @@ pub const Buffer = extern struct { + dropped: bool, + n_locks: usize, + ++ accessing_data_ptr: bool, ++ + events: extern struct { + destroy: wl.Signal(void), + release: wl.Signal(void), +@@ -37,6 +51,9 @@ pub const Buffer = extern struct { + + extern fn wlr_buffer_get_dmabuf(buffer: *Buffer, attribs: *wlr.DmabufAttributes) bool; + pub const getDmabuf = wlr_buffer_get_dmabuf; ++ ++ extern fn wlr_buffer_get_shm(buffer: *Buffer, attribs: *wlr.ShmAttributes) bool; ++ pub const getShm = wlr_buffer_get_shm; + }; + + pub const ClientBuffer = extern struct { +--- deps/zig-wlroots/src/types/linux_dmabuf_v1.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/types/linux_dmabuf_v1.zig +@@ -4,20 +4,18 @@ const wayland = @import("wayland"); + const wl = wayland.server.wl; + + pub const DmabufBufferV1 = extern struct { +- renderer: *wlr.Renderer, +- buffer_resource: *wl.Resource, +- params_resource: *wl.Resource, ++ base: wlr.Buffer, ++ ++ resource: ?*wl.Resource, + attributes: wlr.DmabufAttributes, +- has_modifier: bool, + ++ release: wl.Listener(void), ++ + extern fn wlr_dmabuf_v1_resource_is_buffer(buffer_resource: *wl.Resource) bool; + pub const resourceIsBuffer = wlr_dmabuf_v1_resource_is_buffer; + + extern fn wlr_dmabuf_v1_buffer_from_buffer_resource(buffer_resource: *wl.Resource) *DmabufBufferV1; + pub const fromBufferResource = wlr_dmabuf_v1_buffer_from_buffer_resource; +- +- extern fn wlr_dmabuf_v1_buffer_from_params_resource(params_resource: *wl.Resource) *DmabufBufferV1; +- pub const fromParamsResource = wlr_dmabuf_v1_buffer_from_params_resource; + }; + + pub const LinuxDmabufV1 = extern struct { +@@ -35,7 +33,11 @@ pub const LinuxDmabufV1 = extern struct { + pub fn create(server: *wl.Server, renderer: *wlr.Renderer) !*LinuxDmabufV1 { + return wlr_linux_dmabuf_v1_create(server, renderer) orelse error.OutOfMemory; + } ++}; + +- extern fn wlr_linux_dmabuf_v1_from_resource(resource: *wl.Resource) *LinuxDmabufV1; +- pub const fromResource = wlr_linux_dmabuf_v1_from_resource; ++pub const LinuxDmabufParamsV1 = extern struct { ++ resource: *wl.Resource, ++ linux_dmabuf: *LinuxDmabufV1, ++ attributes: wlr.DmabufAttributes, ++ has_modifier: bool, + }; +--- deps/zig-wlroots/src/types/matrix.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/types/matrix.zig +@@ -24,8 +24,5 @@ pub const rotate = wlr_matrix_rotate; + extern fn wlr_matrix_transform(mat: *[9]f32, transform: wl.Output.Transform) void; + pub const transform = wlr_matrix_transform; + +-extern fn wlr_matrix_projection(mat: *[9]f32, width: c_int, height: c_int, transform: wl.Output.Transform) void; +-pub const projection = wlr_matrix_projection; +- + extern fn wlr_matrix_project_box(mat: *[9]f32, box: *const wlr.Box, transform: wl.Output.Transform, rotation: f32, projection: *const [9]f32) void; + pub const projectBox = wlr_matrix_project_box; +--- deps/zig-wlroots/src/types/output.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/types/output.zig +@@ -175,7 +175,12 @@ pub const Output = extern struct { + cursors: wl.list.Head(OutputCursor, "link"), + + hardware_cursor: ?*OutputCursor, ++ cursor_swapchain: ?*wlr.Swapchain, ++ cursor_front_buffer: ?*wlr.Buffer, + software_cursor_locks: c_int, ++ ++ swapchain: ?*wlr.Swapchain, ++ back_buffer: ?*wlr.Buffer, + + server_destroy: wl.Listener(*wl.Server), + +--- deps/zig-wlroots/src/types/surface.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/types/surface.zig +@@ -98,8 +98,11 @@ pub const Surface = extern struct { + destroy: wl.Signal(*wlr.Surface), + }, + +- subsurfaces: wl.list.Head(Subsurface, "parent_link"), +- subsurface_pending_list: wl.list.Head(Subsurface, "parent_pending_link"), ++ subsurfaces_below: wl.list.Head(Subsurface, "parent_link"), ++ subsurfaces_above: wl.list.Head(Subsurface, "parent_link"), ++ ++ subsurfaces_pending_below: wl.list.Head(Subsurface, "parent_pending_link"), ++ subsurfaces_pending_above: wl.list.Head(Subsurface, "parent_pending_link"), + + current_outputs: wl.list.Head(Surface.Output, "link"), + +--- deps/zig-wlroots/src/types/xdg_shell.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/types/xdg_shell.zig +@@ -97,6 +97,9 @@ pub const XdgPopup = extern struct { + wlr_xdg_popup_destroy(popup.base); + } + ++ extern fn wlr_xdg_popup_get_position(popup: *XdgPopup, popup_sx: *f64, popup_sy: *f64) void; ++ pub const getPosition = wlr_xdg_popup_get_position; ++ + extern fn wlr_xdg_popup_get_anchor_point(popup: *XdgPopup, toplevel_sx: *c_int, toplevel_sy: *c_int) void; + pub const getAnchorPoint = wlr_xdg_popup_get_anchor_point; + +--- deps/zig-wlroots/src/wlroots.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/wlroots.zig +@@ -6,12 +6,16 @@ pub const Session = @import("backend/session.zig").Ses + pub const DmabufAttributes = @import("render/dmabuf.zig").DmabufAttributes; + pub const Renderer = @import("render/renderer.zig").Renderer; + pub const Texture = @import("render/texture.zig").Texture; ++pub const Allocator = opaque {}; ++pub const Swapchain = opaque {}; + ++pub const ShmAttributes = @import("types/buffer.zig").ShmAttributes; + pub const Buffer = @import("types/buffer.zig").Buffer; + pub const ClientBuffer = @import("types/buffer.zig").ClientBuffer; + + pub const DmabufBufferV1 = @import("types/linux_dmabuf_v1.zig").DmabufBufferV1; + pub const LinuxDmabufV1 = @import("types/linux_dmabuf_v1.zig").LinuxDmabufV1; ++pub const LinuxDmabufParamsV1 = @import("types/linux_dmabuf_v1.zig").LinuxDmabufParamsV1; + + pub const Compositor = @import("types/compositor.zig").Compositor; + pub const Subcompositor = @import("types/compositor.zig").Subcompositor; +--- deps/zig-wlroots/src/xwayland.zig.orig 2021-06-06 01:45:21 UTC ++++ deps/zig-wlroots/src/xwayland.zig +@@ -196,6 +196,7 @@ pub const XwaylandSurface = extern struct { + surface_id: u32, + + link: wl.list.Link, ++ stack_link: wl.list.Link, + unpaired_link: wl.list.Link, + + surface: ?*wlr.Surface, +--- river/DragIcon.zig.orig 2021-06-16 17:42:09 UTC ++++ river/DragIcon.zig +@@ -47,10 +47,7 @@ pub fn init(drag_icon: *DragIcon, seat: *Seat, wlr_dra + wlr_drag_icon.events.unmap.add(&drag_icon.unmap); + wlr_drag_icon.surface.events.new_subsurface.add(&drag_icon.new_subsurface); + +- // There may already be subsurfaces present on this surface that we +- // aren't aware of and won't receive a new_subsurface event for. +- var it = wlr_drag_icon.surface.subsurfaces.iterator(.forward); +- while (it.next()) |s| Subsurface.create(s, .{ .drag_icon = drag_icon }); ++ Subsurface.handleExisting(wlr_drag_icon.surface, .{ .drag_icon = drag_icon }); + } + + fn handleDestroy(listener: *wl.Listener(*wlr.Drag.Icon), wlr_drag_icon: *wlr.Drag.Icon) void { +--- river/LayerSurface.zig.orig 2021-06-16 17:42:09 UTC ++++ river/LayerSurface.zig +@@ -70,10 +70,7 @@ pub fn init(self: *Self, output: *Output, wlr_layer_su + wlr_layer_surface.events.new_popup.add(&self.new_popup); + wlr_layer_surface.surface.events.new_subsurface.add(&self.new_subsurface); + +- // There may already be subsurfaces present on this surface that we +- // aren't aware of and won't receive a new_subsurface event for. +- var it = wlr_layer_surface.surface.subsurfaces.iterator(.forward); +- while (it.next()) |s| Subsurface.create(s, .{ .layer_surface = self }); ++ Subsurface.handleExisting(wlr_layer_surface.surface, .{ .layer_surface = self }); + } + + fn handleDestroy(listener: *wl.Listener(*wlr.LayerSurfaceV1), wlr_layer_surface: *wlr.LayerSurfaceV1) void { +--- river/Subsurface.zig.orig 2021-06-16 17:42:09 UTC ++++ river/Subsurface.zig +@@ -71,10 +71,18 @@ pub fn create(wlr_subsurface: *wlr.Subsurface, parent: + wlr_subsurface.events.unmap.add(&subsurface.unmap); + wlr_subsurface.surface.events.new_subsurface.add(&subsurface.new_subsurface); + +- // There may already be subsurfaces present on this surface that we +- // aren't aware of and won't receive a new_subsurface event for. +- var it = wlr_subsurface.surface.subsurfaces.iterator(.forward); +- while (it.next()) |s| Subsurface.create(s, parent); ++ Subsurface.handleExisting(wlr_subsurface.surface, parent); ++} ++ ++/// Create Subsurface structs to track subsurfaces already present on the ++/// given surface when river becomes aware of the surface as we won't ++/// recieve a new_subsurface event for them. ++pub fn handleExisting(surface: *wlr.Surface, parent: Parent) void { ++ var below_it = surface.subsurfaces_below.iterator(.forward); ++ while (below_it.next()) |s| Subsurface.create(s, parent); ++ ++ var above_it = surface.subsurfaces_above.iterator(.forward); ++ while (above_it.next()) |s| Subsurface.create(s, parent); + } + + fn handleDestroy(listener: *wl.Listener(*wlr.Subsurface), wlr_subsurface: *wlr.Subsurface) void { +--- river/XdgPopup.zig.orig 2021-06-16 17:42:09 UTC ++++ river/XdgPopup.zig +@@ -77,10 +77,7 @@ pub fn create(wlr_xdg_popup: *wlr.XdgPopup, parent: Pa + wlr_xdg_popup.base.events.new_popup.add(&self.new_popup); + wlr_xdg_popup.base.surface.events.new_subsurface.add(&self.new_subsurface); + +- // There may already be subsurfaces present on this surface that we +- // aren't aware of and won't receive a new_subsurface event for. +- var it = wlr_xdg_popup.base.surface.subsurfaces.iterator(.forward); +- while (it.next()) |s| Subsurface.create(s, parent); ++ Subsurface.handleExisting(wlr_xdg_popup.base.surface, parent); + } + + fn handleDestroy(listener: *wl.Listener(*wlr.XdgSurface), wlr_xdg_surface: *wlr.XdgSurface) void { +--- river/XdgToplevel.zig.orig 2021-06-16 17:42:09 UTC ++++ river/XdgToplevel.zig +@@ -68,10 +68,7 @@ pub fn init(self: *Self, view: *View, xdg_surface: *wl + xdg_surface.events.new_popup.add(&self.new_popup); + xdg_surface.surface.events.new_subsurface.add(&self.new_subsurface); + +- // There may already be subsurfaces present on this surface that we +- // aren't aware of and won't receive a new_subsurface event for. +- var it = xdg_surface.surface.subsurfaces.iterator(.forward); +- while (it.next()) |s| Subsurface.create(s, .{ .view = view }); ++ Subsurface.handleExisting(xdg_surface.surface, .{ .view = view }); + } + + pub fn deinit(self: *Self) void { diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index ec9d91455048..2981cb96eda3 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,11 +1,16 @@ PORTNAME= sway DISTVERSION= 1.6 -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+= 78fc9d0d2d4f.patch:-p1 # https://github.com/swaywm/sway/pull/6176 +PATCHFILES+= 7a68a28475bf.patch:-p1 # wlroots 0.14 +PATCHFILES+= 1a72049c04b8.patch:-p1 # wlroots 0.14 +PATCHFILES+= 12e223e7973f.patch:-p1 # wlroots 0.14 +PATCHFILES+= 3162766eef14.patch:-p1 # wlroots 0.14 MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor @@ -15,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.14:graphics/wayland-protocols \ - wlroots>=0.13.0<0.14.0:x11-toolkits/wlroots + wlroots>=0.14.0<0.15.0:x11-toolkits/wlroots LIB_DEPENDS= libjson-c.so:devel/json-c \ libevdev.so:devel/libevdev \ libudev.so:devel/libudev-devd \ diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index 473442f89aa6..e99c61f16da6 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -5,3 +5,13 @@ SHA256 (cd9d1038a822.patch) = 266891cbe27a67f81740879dbe39819e3bf0f17b681bdc9308 SIZE (cd9d1038a822.patch) = 8968 SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead87d29bf5c409fa SIZE (f98ca3ab7ca1.patch) = 2673 +SHA256 (78fc9d0d2d4f.patch) = 3a757b879a1fd556863a2befe29ef10c81398d87e5e6b54b72815786d3e23312 +SIZE (78fc9d0d2d4f.patch) = 928 *** 61 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 18:15:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E835655206; Wed, 23 Jun 2021 18:15: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 4G9BJQ6Y19z3Png; Wed, 23 Jun 2021 18: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 C47C7CEA; Wed, 23 Jun 2021 18: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 15NIFIMx007427; Wed, 23 Jun 2021 18: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 15NIFIEZ007426; Wed, 23 Jun 2021 18:15:18 GMT (envelope-from git) Date: Wed, 23 Jun 2021 18:15:18 GMT Message-Id: <202106231815.15NIFIEZ007426@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: 494d86231d8d - main - x11-toolkits/wlroots: expose Vulkan renderer 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: 494d86231d8dd3ceae7302676e5ff195d850510e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 18:15:19 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=494d86231d8dd3ceae7302676e5ff195d850510e commit 494d86231d8dd3ceae7302676e5ff195d850510e Author: Jan Beich AuthorDate: 2021-06-23 17:31:33 +0000 Commit: Jan Beich CommitDate: 2021-06-23 18:13:35 +0000 x11-toolkits/wlroots: expose Vulkan renderer Example usage: $ WLR_RENDERER=vulkan sway --- x11-toolkits/wlroots/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index dcb789f0f170..cd4304611c4b 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -1,5 +1,6 @@ PORTNAME= wlroots DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -31,8 +32,8 @@ USE_LDCONFIG= yes GH_ACCOUNT= swaywm MESON_ARGS= -Dexamples=false -Drenderers=${RENDERERS:ts,} -OPTIONS_DEFINE= NVIDIA OPENGL X11 -OPTIONS_DEFAULT=OPENGL X11 +OPTIONS_DEFINE= NVIDIA OPENGL VULKAN X11 +OPTIONS_DEFAULT=OPENGL VULKAN X11 OPTIONS_SUB= yes NVIDIA_DESC= EGLStreams support for DRM backend (experimental) @@ -47,6 +48,46 @@ OPENGL_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri OPENGL_USE= GL=egl,glesv2 OPENGL_VARS= RENDERERS+=gles2 +VULKAN_DESC= Vulkan renderer (experimental) +VULKAN_PATCHFILES+= 8c700c534556.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 0464af8573f9.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= e3e9250ea6d8.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 1af1d1694195.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 93319aa2b633.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 0028938735d1.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 6885b636508c.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 76534695a8d3.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 445142e6a1f9.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= f029ae1dac4b.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= ad1fab0b3704.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 4407b8e5a3a7.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= e021c068d02f.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 2cc710bda83c.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= f0888604d6ce.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 4fdd5efc9260.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 59c119829f1c.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= cfbd8aa6cf24.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 3f6dbe428e8b.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= a83943798aef.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= f64a98d49d25.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 9885ccb4b0b1.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 71f9f33e3bf2.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= bd8c520dbd9a.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 2d89dc9b8651.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 8f9aeda46d8a.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= e3d16970433f.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 79f10d929b72.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= 1a16e8fc56a9.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_PATCHFILES+= dd039c56d93a.patch:-p1 # https://github.com/swaywm/wlroots/pull/2771 +VULKAN_BUILD_DEPENDS= glslangValidator:graphics/glslang \ + vulkan-headers>0:graphics/vulkan-headers +VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader +VULKAN_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri +VULKAN_USES= localbase # Silence -Werror=undef in +VULKAN_VARS= RENDERERS+=vulkan +VULKAN_PLIST_FILES= include/wlr/types/wlr_drm.h \ + %%VULKAN%%include/wlr/render/vulkan.h + X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \ libxcb-render-util.so:x11/xcb-util-renderutil \ libxcb-icccm.so:x11/xcb-util-wm From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 18:15:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A56365541E; Wed, 23 Jun 2021 18: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 4G9BJS0tCJz3PtD; Wed, 23 Jun 2021 18: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 DE6DECEB; Wed, 23 Jun 2021 18: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 15NIFJ6d007452; Wed, 23 Jun 2021 18: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 15NIFJEo007451; Wed, 23 Jun 2021 18:15:19 GMT (envelope-from git) Date: Wed, 23 Jun 2021 18:15:19 GMT Message-Id: <202106231815.15NIFJEo007451@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: 586b26a28ede - main - x11-wm/river: update to s20210623 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: 586b26a28eded248349d7f31d8ac208861a75b16 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 18:15:20 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=586b26a28eded248349d7f31d8ac208861a75b16 commit 586b26a28eded248349d7f31d8ac208861a75b16 Author: Jan Beich AuthorDate: 2021-06-23 13:35:10 +0000 Commit: Jan Beich CommitDate: 2021-06-23 18:14:42 +0000 x11-wm/river: update to s20210623 Changes: https://github.com/ifreund/river/compare/3efcfed...951c11f --- x11-wm/river/Makefile | 7 +- x11-wm/river/distinfo | 10 +- x11-wm/river/files/patch-wlroots-0.14 | 419 ---------------------------------- 3 files changed, 8 insertions(+), 428 deletions(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 1eccbb5b2ec4..6560218a7384 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,6 +1,5 @@ PORTNAME= river -PORTVERSION= s20210622 -PORTREVISION= 1 +PORTVERSION= s20210623 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -22,11 +21,11 @@ USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= 3efcfed +GH_TAGNAME= 951c11f 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 \ - swaywm:zig-wlroots:c85fe79:zig_wlroots/deps/zig-wlroots + swaywm:zig-wlroots:c5f7594:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:U-Drelease-fast=true} \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index 7477c504f63d..74152903e6b3 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1624363634 -SHA256 (ifreund-river-s20210622-3efcfed_GH0.tar.gz) = 288e13fbc33c8938e264a0dc14176aec439b758e1544909caadd3935be9cfbcd -SIZE (ifreund-river-s20210622-3efcfed_GH0.tar.gz) = 115445 +TIMESTAMP = 1624455310 +SHA256 (ifreund-river-s20210623-951c11f_GH0.tar.gz) = 78a2f7a38d02cbb7252a76794d2adffc69296f52cec71c2611f993cfabf6fba1 +SIZE (ifreund-river-s20210623-951c11f_GH0.tar.gz) = 115539 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 SIZE (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 53425 SHA256 (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 9fee1bef4d7886977578519a2f59ca8c9fdca135a2f98b84d4fbae52588415af SIZE (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 19027 -SHA256 (swaywm-zig-wlroots-c85fe79_GH0.tar.gz) = a899fa47323287a4b908b7ec8213db1a6458c4b9558e2e5fc52fe38b8c0d91b5 -SIZE (swaywm-zig-wlroots-c85fe79_GH0.tar.gz) = 35295 +SHA256 (swaywm-zig-wlroots-c5f7594_GH0.tar.gz) = f4db4a419ce679d5b9b74e3e2c1cef0b4fca3a0737c31a136d2caaca7b61c24a +SIZE (swaywm-zig-wlroots-c5f7594_GH0.tar.gz) = 35487 diff --git a/x11-wm/river/files/patch-wlroots-0.14 b/x11-wm/river/files/patch-wlroots-0.14 deleted file mode 100644 index ea0e88d833ca..000000000000 --- a/x11-wm/river/files/patch-wlroots-0.14 +++ /dev/null @@ -1,419 +0,0 @@ -https://github.com/ifreund/river/commit/41874b47aef3 -https://github.com/swaywm/zig-wlroots/commit/b72516275fb4 - ---- deps/zig-wlroots/src/backend.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/backend.zig -@@ -13,6 +13,10 @@ pub const Backend = extern struct { - new_output: wl.Signal(*wlr.Output), - }, - -+ // Private state -+ renderer: ?*wlr.Renderer, -+ allocator: ?*wlr.Allocator, -+ - // backend.h - - extern fn wlr_backend_autocreate(server: *wl.Server) ?*Backend; -@@ -35,6 +39,9 @@ pub const Backend = extern struct { - - extern fn wlr_backend_get_session(backend: *Backend) ?*wlr.Session; - pub const getSession = wlr_backend_get_session; -+ -+ extern fn wlr_backend_get_drm_fd(backend: *Backend) c_int; -+ pub const getDrmFd = wlr_backend_get_drm_fd; - - // backend/multi.h - ---- deps/zig-wlroots/src/backend/session.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/backend/session.zig -@@ -5,25 +5,24 @@ const wl = wayland.server.wl; - - pub const Device = extern struct { - fd: c_int, -+ device_id: c_int, - dev: os.dev_t, - /// Session.devices - link: wl.list.Link, - - events: extern struct { - change: wl.Signal(void), -+ remove: wl.Signal(void), - }, - }; - - pub const Session = extern struct { -- const Impl = opaque {}; -- - pub const event = struct { - pub const Add = extern struct { - path: [*:0]const u8, - }; - }; - -- impl: *const Impl, - active: bool, - - vtnr: c_uint, -@@ -33,6 +32,9 @@ pub const Session = extern struct { - udev: *opaque {}, - udev_monitor: *opaque {}, - udev_event: *wl.EventSource, -+ -+ seat_handle: *opaque {}, -+ libseat_event: *wl.EventSource, - - devices: wl.list.Head(Device, "link"), - ---- deps/zig-wlroots/src/config.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/config.zig -@@ -2,17 +2,8 @@ const c = @cImport({ - @cInclude("wlr/config.h"); - }); - --pub const has_eglmesaext_h = c.WLR_HAS_EGLMESAEXT_H != 0; -- --pub const has_systemd = c.WLR_HAS_SYSTEMD != 0; --pub const has_elogind = c.WLR_HAS_ELOGIND != 0; -- --pub const has_libseat = c.WLR_HAS_LIBSEAT != 0; -- - pub const has_x11_backend = c.WLR_HAS_X11_BACKEND != 0; - --pub const has_xwayland = c.WLR_HAS_XWAYLAND != 0; -+pub const has_gles2_renderer = c.WLR_HAS_GLES2_RENDERER != 0; - --pub const has_xcb_errors = c.WLR_HAS_XCB_ERRORS != 0; -- --pub const has_xdg_foreign = c.WLR_HAS_XDG_FOREIGN != 0; -+pub const has_xwayland = c.WLR_HAS_XWAYLAND != 0; ---- deps/zig-wlroots/src/render/renderer.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/render/renderer.zig -@@ -7,7 +7,10 @@ pub const Renderer = extern struct { - const Impl = opaque {}; - - impl: *const Impl, -+ - rendering: bool, -+ rendering_with_buffer: bool, -+ - events: extern struct { - destroy: wl.Signal(*Renderer), - }, -@@ -22,6 +25,9 @@ pub const Renderer = extern struct { - extern fn wlr_renderer_begin(renderer: *Renderer, width: u32, height: u32) void; - pub const begin = wlr_renderer_begin; - -+ extern fn wlr_renderer_begin_with_buffer(renderer: *Renderer, buffer: *wlr.Buffer) bool; -+ pub const beginWithBuffer = wlr_renderer_begin_with_buffer; -+ - pub extern fn wlr_renderer_end(renderer: *Renderer) void; - pub const end = wlr_renderer_end; - -@@ -76,13 +82,6 @@ pub const Renderer = extern struct { - ) bool; - pub const readPixels = wlr_renderer_read_pixels; - -- extern fn wlr_renderer_blit_dmabuf( -- renderer: *Renderer, -- dst: *wlr.DmabufAttributes, -- src: *wlr.DmabufAttributes, -- ) bool; -- pub const blitDmabuf = wlr_renderer_blit_dmabuf; -- - extern fn wlr_renderer_get_drm_fd(renderer: *Renderer) c_int; - pub const getDrmFd = wlr_renderer_get_drm_fd; - -@@ -159,19 +158,4 @@ pub const Renderer = extern struct { - matrix: *const [9]f32, - ) void; - pub const renderQuadWithMatrix = wlr_render_quad_with_matrix; -- -- extern fn wlr_render_ellipse( -- renderer: *Renderer, -- box: *const wlr.Box, -- color: *const [4]f32, -- projection: *const [9]f32, -- ) void; -- pub const renderEllipse = wlr_render_ellipse; -- -- extern fn wlr_render_ellipse_with_matrix( -- renderer: *Renderer, -- color: *const [4]f32, -- matrix: *const [9]f32, -- ) void; -- pub const renderEllipseWithMatrix = wlr_render_ellipse_with_matrix; - }; ---- deps/zig-wlroots/src/render/texture.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/render/texture.zig -@@ -19,17 +19,11 @@ pub const Texture = extern struct { - extern fn wlr_texture_from_dmabuf(renderer: *wlr.Renderer, attribs: *wlr.DmabufAttributes) ?*Texture; - pub const fromDmabuf = wlr_texture_from_dmabuf; - -- extern fn wlr_texture_get_size(texture: *Texture, width: *c_int, height: *c_int) void; -- pub const getSize = wlr_texture_get_size; -- - extern fn wlr_texture_is_opaque(texture: *Texture) bool; - pub const isOpaque = wlr_texture_is_opaque; - - extern fn wlr_texture_write_pixels(texture: *Texture, stride: u32, width: u32, height: u32, src_x: u32, src_y: u32, dst_x: u32, dst_y: u32, data: *const c_void) bool; - pub const writePixels = wlr_texture_write_pixels; -- -- extern fn wlr_texture_to_dmabuf(texture: *Texture, attribs: *wlr.DmabufAttributes) bool; -- pub const toDmabuf = wlr_texture_to_dmabuf; - - extern fn wlr_texture_destroy(texture: *Texture) void; - pub const destroy = wlr_texture_destroy; ---- deps/zig-wlroots/src/types/buffer.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/types/buffer.zig -@@ -1,13 +1,25 @@ - const wlr = @import("../wlroots.zig"); - -+const os = @import("std").os; - const wl = @import("wayland").server.wl; -- - const pixman = @import("pixman"); - -+pub const ShmAttributes = extern struct { -+ fd: c_int, -+ format: u32, -+ width: c_int, -+ height: c_int, -+ stride: c_int, -+ offset: os.off_t, -+}; -+ - pub const Buffer = extern struct { - pub const Impl = extern struct { - destroy: fn (buffer: *Buffer) callconv(.C) void, - get_dmabuf: fn (buffer: *Buffer, attribs: *wlr.DmabufAttributes) callconv(.C) bool, -+ get_shm: fn (buffer: *Buffer, attribs: *wlr.ShmAttributes) callconv(.C) bool, -+ begin_data_ptr_access: fn (buffer: *Buffer, data: **c_void, format: *u32, stride: *usize) callconv(.C) bool, -+ end_data_ptr_access: fn (buffer: *Buffer) callconv(.C) void, - }; - - impl: *const Impl, -@@ -18,6 +30,8 @@ pub const Buffer = extern struct { - dropped: bool, - n_locks: usize, - -+ accessing_data_ptr: bool, -+ - events: extern struct { - destroy: wl.Signal(void), - release: wl.Signal(void), -@@ -37,6 +51,9 @@ pub const Buffer = extern struct { - - extern fn wlr_buffer_get_dmabuf(buffer: *Buffer, attribs: *wlr.DmabufAttributes) bool; - pub const getDmabuf = wlr_buffer_get_dmabuf; -+ -+ extern fn wlr_buffer_get_shm(buffer: *Buffer, attribs: *wlr.ShmAttributes) bool; -+ pub const getShm = wlr_buffer_get_shm; - }; - - pub const ClientBuffer = extern struct { ---- deps/zig-wlroots/src/types/linux_dmabuf_v1.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/types/linux_dmabuf_v1.zig -@@ -4,20 +4,18 @@ const wayland = @import("wayland"); - const wl = wayland.server.wl; - - pub const DmabufBufferV1 = extern struct { -- renderer: *wlr.Renderer, -- buffer_resource: *wl.Resource, -- params_resource: *wl.Resource, -+ base: wlr.Buffer, -+ -+ resource: ?*wl.Resource, - attributes: wlr.DmabufAttributes, -- has_modifier: bool, - -+ release: wl.Listener(void), -+ - extern fn wlr_dmabuf_v1_resource_is_buffer(buffer_resource: *wl.Resource) bool; - pub const resourceIsBuffer = wlr_dmabuf_v1_resource_is_buffer; - - extern fn wlr_dmabuf_v1_buffer_from_buffer_resource(buffer_resource: *wl.Resource) *DmabufBufferV1; - pub const fromBufferResource = wlr_dmabuf_v1_buffer_from_buffer_resource; -- -- extern fn wlr_dmabuf_v1_buffer_from_params_resource(params_resource: *wl.Resource) *DmabufBufferV1; -- pub const fromParamsResource = wlr_dmabuf_v1_buffer_from_params_resource; - }; - - pub const LinuxDmabufV1 = extern struct { -@@ -35,7 +33,11 @@ pub const LinuxDmabufV1 = extern struct { - pub fn create(server: *wl.Server, renderer: *wlr.Renderer) !*LinuxDmabufV1 { - return wlr_linux_dmabuf_v1_create(server, renderer) orelse error.OutOfMemory; - } -+}; - -- extern fn wlr_linux_dmabuf_v1_from_resource(resource: *wl.Resource) *LinuxDmabufV1; -- pub const fromResource = wlr_linux_dmabuf_v1_from_resource; -+pub const LinuxDmabufParamsV1 = extern struct { -+ resource: *wl.Resource, -+ linux_dmabuf: *LinuxDmabufV1, -+ attributes: wlr.DmabufAttributes, -+ has_modifier: bool, - }; ---- deps/zig-wlroots/src/types/matrix.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/types/matrix.zig -@@ -24,8 +24,5 @@ pub const rotate = wlr_matrix_rotate; - extern fn wlr_matrix_transform(mat: *[9]f32, transform: wl.Output.Transform) void; - pub const transform = wlr_matrix_transform; - --extern fn wlr_matrix_projection(mat: *[9]f32, width: c_int, height: c_int, transform: wl.Output.Transform) void; --pub const projection = wlr_matrix_projection; -- - extern fn wlr_matrix_project_box(mat: *[9]f32, box: *const wlr.Box, transform: wl.Output.Transform, rotation: f32, projection: *const [9]f32) void; - pub const projectBox = wlr_matrix_project_box; ---- deps/zig-wlroots/src/types/output.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/types/output.zig -@@ -175,7 +175,12 @@ pub const Output = extern struct { - cursors: wl.list.Head(OutputCursor, "link"), - - hardware_cursor: ?*OutputCursor, -+ cursor_swapchain: ?*wlr.Swapchain, -+ cursor_front_buffer: ?*wlr.Buffer, - software_cursor_locks: c_int, -+ -+ swapchain: ?*wlr.Swapchain, -+ back_buffer: ?*wlr.Buffer, - - server_destroy: wl.Listener(*wl.Server), - ---- deps/zig-wlroots/src/types/surface.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/types/surface.zig -@@ -98,8 +98,11 @@ pub const Surface = extern struct { - destroy: wl.Signal(*wlr.Surface), - }, - -- subsurfaces: wl.list.Head(Subsurface, "parent_link"), -- subsurface_pending_list: wl.list.Head(Subsurface, "parent_pending_link"), -+ subsurfaces_below: wl.list.Head(Subsurface, "parent_link"), -+ subsurfaces_above: wl.list.Head(Subsurface, "parent_link"), -+ -+ subsurfaces_pending_below: wl.list.Head(Subsurface, "parent_pending_link"), -+ subsurfaces_pending_above: wl.list.Head(Subsurface, "parent_pending_link"), - - current_outputs: wl.list.Head(Surface.Output, "link"), - ---- deps/zig-wlroots/src/types/xdg_shell.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/types/xdg_shell.zig -@@ -97,6 +97,9 @@ pub const XdgPopup = extern struct { - wlr_xdg_popup_destroy(popup.base); - } - -+ extern fn wlr_xdg_popup_get_position(popup: *XdgPopup, popup_sx: *f64, popup_sy: *f64) void; -+ pub const getPosition = wlr_xdg_popup_get_position; -+ - extern fn wlr_xdg_popup_get_anchor_point(popup: *XdgPopup, toplevel_sx: *c_int, toplevel_sy: *c_int) void; - pub const getAnchorPoint = wlr_xdg_popup_get_anchor_point; - ---- deps/zig-wlroots/src/wlroots.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/wlroots.zig -@@ -6,12 +6,16 @@ pub const Session = @import("backend/session.zig").Ses - pub const DmabufAttributes = @import("render/dmabuf.zig").DmabufAttributes; - pub const Renderer = @import("render/renderer.zig").Renderer; - pub const Texture = @import("render/texture.zig").Texture; -+pub const Allocator = opaque {}; -+pub const Swapchain = opaque {}; - -+pub const ShmAttributes = @import("types/buffer.zig").ShmAttributes; - pub const Buffer = @import("types/buffer.zig").Buffer; - pub const ClientBuffer = @import("types/buffer.zig").ClientBuffer; - - pub const DmabufBufferV1 = @import("types/linux_dmabuf_v1.zig").DmabufBufferV1; - pub const LinuxDmabufV1 = @import("types/linux_dmabuf_v1.zig").LinuxDmabufV1; -+pub const LinuxDmabufParamsV1 = @import("types/linux_dmabuf_v1.zig").LinuxDmabufParamsV1; - - pub const Compositor = @import("types/compositor.zig").Compositor; - pub const Subcompositor = @import("types/compositor.zig").Subcompositor; ---- deps/zig-wlroots/src/xwayland.zig.orig 2021-06-06 01:45:21 UTC -+++ deps/zig-wlroots/src/xwayland.zig -@@ -196,6 +196,7 @@ pub const XwaylandSurface = extern struct { - surface_id: u32, - - link: wl.list.Link, -+ stack_link: wl.list.Link, - unpaired_link: wl.list.Link, - - surface: ?*wlr.Surface, ---- river/DragIcon.zig.orig 2021-06-16 17:42:09 UTC -+++ river/DragIcon.zig -@@ -47,10 +47,7 @@ pub fn init(drag_icon: *DragIcon, seat: *Seat, wlr_dra - wlr_drag_icon.events.unmap.add(&drag_icon.unmap); - wlr_drag_icon.surface.events.new_subsurface.add(&drag_icon.new_subsurface); - -- // There may already be subsurfaces present on this surface that we -- // aren't aware of and won't receive a new_subsurface event for. -- var it = wlr_drag_icon.surface.subsurfaces.iterator(.forward); -- while (it.next()) |s| Subsurface.create(s, .{ .drag_icon = drag_icon }); -+ Subsurface.handleExisting(wlr_drag_icon.surface, .{ .drag_icon = drag_icon }); - } - - fn handleDestroy(listener: *wl.Listener(*wlr.Drag.Icon), wlr_drag_icon: *wlr.Drag.Icon) void { ---- river/LayerSurface.zig.orig 2021-06-16 17:42:09 UTC -+++ river/LayerSurface.zig -@@ -70,10 +70,7 @@ pub fn init(self: *Self, output: *Output, wlr_layer_su - wlr_layer_surface.events.new_popup.add(&self.new_popup); - wlr_layer_surface.surface.events.new_subsurface.add(&self.new_subsurface); - -- // There may already be subsurfaces present on this surface that we -- // aren't aware of and won't receive a new_subsurface event for. -- var it = wlr_layer_surface.surface.subsurfaces.iterator(.forward); -- while (it.next()) |s| Subsurface.create(s, .{ .layer_surface = self }); -+ Subsurface.handleExisting(wlr_layer_surface.surface, .{ .layer_surface = self }); - } - - fn handleDestroy(listener: *wl.Listener(*wlr.LayerSurfaceV1), wlr_layer_surface: *wlr.LayerSurfaceV1) void { ---- river/Subsurface.zig.orig 2021-06-16 17:42:09 UTC -+++ river/Subsurface.zig -@@ -71,10 +71,18 @@ pub fn create(wlr_subsurface: *wlr.Subsurface, parent: - wlr_subsurface.events.unmap.add(&subsurface.unmap); - wlr_subsurface.surface.events.new_subsurface.add(&subsurface.new_subsurface); - -- // There may already be subsurfaces present on this surface that we -- // aren't aware of and won't receive a new_subsurface event for. -- var it = wlr_subsurface.surface.subsurfaces.iterator(.forward); -- while (it.next()) |s| Subsurface.create(s, parent); -+ Subsurface.handleExisting(wlr_subsurface.surface, parent); -+} -+ -+/// Create Subsurface structs to track subsurfaces already present on the -+/// given surface when river becomes aware of the surface as we won't -+/// recieve a new_subsurface event for them. -+pub fn handleExisting(surface: *wlr.Surface, parent: Parent) void { -+ var below_it = surface.subsurfaces_below.iterator(.forward); -+ while (below_it.next()) |s| Subsurface.create(s, parent); -+ -+ var above_it = surface.subsurfaces_above.iterator(.forward); -+ while (above_it.next()) |s| Subsurface.create(s, parent); - } - - fn handleDestroy(listener: *wl.Listener(*wlr.Subsurface), wlr_subsurface: *wlr.Subsurface) void { ---- river/XdgPopup.zig.orig 2021-06-16 17:42:09 UTC -+++ river/XdgPopup.zig -@@ -77,10 +77,7 @@ pub fn create(wlr_xdg_popup: *wlr.XdgPopup, parent: Pa - wlr_xdg_popup.base.events.new_popup.add(&self.new_popup); - wlr_xdg_popup.base.surface.events.new_subsurface.add(&self.new_subsurface); - -- // There may already be subsurfaces present on this surface that we -- // aren't aware of and won't receive a new_subsurface event for. -- var it = wlr_xdg_popup.base.surface.subsurfaces.iterator(.forward); -- while (it.next()) |s| Subsurface.create(s, parent); -+ Subsurface.handleExisting(wlr_xdg_popup.base.surface, parent); - } - - fn handleDestroy(listener: *wl.Listener(*wlr.XdgSurface), wlr_xdg_surface: *wlr.XdgSurface) void { ---- river/XdgToplevel.zig.orig 2021-06-16 17:42:09 UTC -+++ river/XdgToplevel.zig -@@ -68,10 +68,7 @@ pub fn init(self: *Self, view: *View, xdg_surface: *wl - xdg_surface.events.new_popup.add(&self.new_popup); - xdg_surface.surface.events.new_subsurface.add(&self.new_subsurface); - -- // There may already be subsurfaces present on this surface that we -- // aren't aware of and won't receive a new_subsurface event for. -- var it = xdg_surface.surface.subsurfaces.iterator(.forward); -- while (it.next()) |s| Subsurface.create(s, .{ .view = view }); -+ Subsurface.handleExisting(xdg_surface.surface, .{ .view = view }); - } - - pub fn deinit(self: *Self) void { From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 18:15:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73B11655208; Wed, 23 Jun 2021 18: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 4G9BJT2d4Bz3Pr0; Wed, 23 Jun 2021 18: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 0E396111D; Wed, 23 Jun 2021 18: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 15NIFKhZ007476; Wed, 23 Jun 2021 18: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 15NIFKmB007475; Wed, 23 Jun 2021 18:15:20 GMT (envelope-from git) Date: Wed, 23 Jun 2021 18:15:20 GMT Message-Id: <202106231815.15NIFKmB007475@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: 80b697561519 - main - x11-wm/wayfire: update to 0.7.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: 80b697561519d27e60126fe0eb0fd8deb27039e7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 18:15:21 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=80b697561519d27e60126fe0eb0fd8deb27039e7 commit 80b697561519d27e60126fe0eb0fd8deb27039e7 Author: Jan Beich AuthorDate: 2021-04-21 09:20:50 +0000 Commit: Jan Beich CommitDate: 2021-06-23 18:14:42 +0000 x11-wm/wayfire: update to 0.7.2 Changes: https://github.com/WayfireWM/wayfire/compare/v0.7.1...v0.7.2 Reported by: GitHub (watch releases) --- x11-wm/wayfire/Makefile | 9 ++------- x11-wm/wayfire/distinfo | 14 +++++--------- x11-wm/wayfire/pkg-plist | 3 --- 3 files changed, 7 insertions(+), 19 deletions(-) diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 9ab57f44d6b0..86293e893648 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -1,13 +1,8 @@ PORTNAME= wayfire DISTVERSIONPREFIX= v -DISTVERSION= 0.7.1 -PORTREVISION= 2 +DISTVERSION= 0.7.2 CATEGORIES= x11-wm -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 8d4e5ac0801a.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/1152 -PATCHFILES+= 78e88c59373a.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/1205 - MAINTAINER= jbeich@FreeBSD.org COMMENT= 3D Wayland compositor @@ -35,7 +30,7 @@ USE_GNOME= cairo USE_XORG= pixman GH_ACCOUNT= WayfireWM GH_TUPLE= WayfireWM:wf-touch:8974eb0:wftouch/subprojects/wf-touch \ - WayfireWM:wf-utils:f45641b:wfutils/subprojects/wf-utils + WayfireWM:wf-utils:889fdaf:wfutils/subprojects/wf-utils OPTIONS_DEFINE= SUID X11 OPTIONS_DEFAULT=SUID X11 diff --git a/x11-wm/wayfire/distinfo b/x11-wm/wayfire/distinfo index b95f4fb75fee..8a2220d0133c 100644 --- a/x11-wm/wayfire/distinfo +++ b/x11-wm/wayfire/distinfo @@ -1,11 +1,7 @@ -TIMESTAMP = 1620112621 -SHA256 (WayfireWM-wayfire-v0.7.1_GH0.tar.gz) = af0af9d6623566e2b35d23e9422551a881fea41781478914d16fc9f4e2a14166 -SIZE (WayfireWM-wayfire-v0.7.1_GH0.tar.gz) = 363286 +TIMESTAMP = 1624453880 +SHA256 (WayfireWM-wayfire-v0.7.2_GH0.tar.gz) = e45fddcc22b7149d793fea08763c5b3dc0edf7c0be9d094575a32cf847560fd4 +SIZE (WayfireWM-wayfire-v0.7.2_GH0.tar.gz) = 362028 SHA256 (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 3d66a67b35452741135420caf43ba349d35fc64643b8e223e6cdf74dbcef33aa SIZE (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 9881 -SHA256 (WayfireWM-wf-utils-f45641b_GH0.tar.gz) = 2f546333d4b1dfa3ed14caee3682dcc4c7e33164cb255991d918f3ace5f51dd7 -SIZE (WayfireWM-wf-utils-f45641b_GH0.tar.gz) = 48453 -SHA256 (8d4e5ac0801a.patch) = cf811c964adde510f6af6e2faea3c7c384dd77f0c64037fb8368c80ae043ef58 -SIZE (8d4e5ac0801a.patch) = 1825 -SHA256 (78e88c59373a.patch) = c68a3405976e498ab984742370137891a435e36778afa9d151d0997b666e5bdb -SIZE (78e88c59373a.patch) = 1551 +SHA256 (WayfireWM-wf-utils-889fdaf_GH0.tar.gz) = 8848592f4a04dec60c3e09a996f15d1f86e79f544eda4519f2b3d9dc91997db3 +SIZE (WayfireWM-wf-utils-889fdaf_GH0.tar.gz) = 48477 diff --git a/x11-wm/wayfire/pkg-plist b/x11-wm/wayfire/pkg-plist index 27e210e9f4df..ed8b002fb6ea 100644 --- a/x11-wm/wayfire/pkg-plist +++ b/x11-wm/wayfire/pkg-plist @@ -81,9 +81,6 @@ lib/wayfire/libwrot.so lib/wayfire/libzoom.so libdata/pkgconfig/wayfire.pc %%EXAMPLESDIR%%/wayfire.ini -%%DATADIR%%/decoration/resources/close.png -%%DATADIR%%/decoration/resources/maximize.png -%%DATADIR%%/decoration/resources/minimize.png %%DATADIR%%/metadata/alpha.xml %%DATADIR%%/metadata/animate.xml %%DATADIR%%/metadata/autostart.xml From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 18:22:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C814655781; Wed, 23 Jun 2021 18:22: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 4G9BSD0qsfz3QCq; Wed, 23 Jun 2021 18:22: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 05514130E; Wed, 23 Jun 2021 18:22: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 15NIM3MM020441; Wed, 23 Jun 2021 18:22:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NIM3bl020440; Wed, 23 Jun 2021 18:22:03 GMT (envelope-from git) Date: Wed, 23 Jun 2021 18:22:03 GMT Message-Id: <202106231822.15NIM3bl020440@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: 21c57a3d9854 - main - security/vuxml: Fix `make validate` to use the latest vuxml file 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: 21c57a3d9854730f915fe2a45f4e0e5b66e99c94 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 18:22:04 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=21c57a3d9854730f915fe2a45f4e0e5b66e99c94 commit 21c57a3d9854730f915fe2a45f4e0e5b66e99c94 Author: Li-Wen Hsu AuthorDate: 2021-06-23 18:21:56 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-23 18:21:56 +0000 security/vuxml: Fix `make validate` to use the latest vuxml file This is a follow up for 6954792fe916862afd25cf6ce961bd7062dfb21f Approved by: ports-secteam (fluffy) --- security/vuxml/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index c844f64d7ee1..4bbc740bcdab 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -31,6 +31,8 @@ dir_DTD= share/xml/dtd/vuxml VUXML_FILE?= ${PKGDIR}/vuln.xml VUXML_FLAT_FILE?= ${PKGDIR}/vuln-flat.xml +_YEAR!= date +%Y +VUXML_CURRENT_FILE?= ${PKGDIR}/vuln-${_YEAR}.xml post-clean: @${RM} "${VUXML_FILE}.tidy" @@ -89,7 +91,7 @@ tidy: vuln-flat.xml ${SH} ${FILESDIR}/tidy.sh "${FILESDIR}/tidy.xsl" "${VUXML_FLAT_FILE}" > "${VUXML_FILE}.tidy" newentry: - @${SH} ${FILESDIR}/newentry.sh "${VUXML_FILE}" + @${SH} ${FILESDIR}/newentry.sh "${VUXML_CURRENT_FILE}" .include From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:14:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 19E0E6558E5; Wed, 23 Jun 2021 19:14: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 4G9Ccz4hplz3j9x; Wed, 23 Jun 2021 19:14: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 8504E1A4A; Wed, 23 Jun 2021 19:14: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 15NJEh45088362; Wed, 23 Jun 2021 19:14:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJEhJj088361; Wed, 23 Jun 2021 19:14:43 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:14:43 GMT Message-Id: <202106231914.15NJEhJj088361@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: 486d446ab221 - main - x11-fonts/fcft: update to 2.4.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: 486d446ab2215407b2918fafb4db05a27756d1f0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:14:44 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=486d446ab2215407b2918fafb4db05a27756d1f0 commit 486d446ab2215407b2918fafb4db05a27756d1f0 Author: Jan Beich AuthorDate: 2021-06-23 10:01:06 +0000 Commit: Jan Beich CommitDate: 2021-06-23 19:12:45 +0000 x11-fonts/fcft: update to 2.4.1 Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.1 Reported by: Repology --- x11-fonts/fcft/Makefile | 2 +- x11-fonts/fcft/distinfo | 6 +++--- x11-fonts/fcft/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-fonts/fcft/Makefile b/x11-fonts/fcft/Makefile index db90e394ff2e..dc1c53ec9071 100644 --- a/x11-fonts/fcft/Makefile +++ b/x11-fonts/fcft/Makefile @@ -1,5 +1,5 @@ PORTNAME= fcft -DISTVERSION= 2.4.0 +DISTVERSION= 2.4.1 CATEGORIES= x11-fonts MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11-fonts/fcft/distinfo b/x11-fonts/fcft/distinfo index 309868d6d7f5..d7c724a386a9 100644 --- a/x11-fonts/fcft/distinfo +++ b/x11-fonts/fcft/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620379105 -SHA256 (fcft-2.4.0.tar.gz) = ba17a8c6af1d6a25c3d87aa96c1754896e255af71b70cd60a119200e5844fc43 -SIZE (fcft-2.4.0.tar.gz) = 323605 +TIMESTAMP = 1624442466 +SHA256 (fcft-2.4.1.tar.gz) = 7041892d79ca18cfc0c800169caf02cfe6aefd4822cf2d89b2e610108e95a63c +SIZE (fcft-2.4.1.tar.gz) = 323792 diff --git a/x11-fonts/fcft/pkg-plist b/x11-fonts/fcft/pkg-plist index f4a722761fc3..b65d434fffa0 100644 --- a/x11-fonts/fcft/pkg-plist +++ b/x11-fonts/fcft/pkg-plist @@ -2,7 +2,7 @@ include/fcft/fcft.h include/fcft/stride.h lib/libfcft.so lib/libfcft.so.3 -lib/libfcft.so.3.4.0 +lib/libfcft.so.3.4.1 libdata/pkgconfig/fcft.pc man/man3/fcft_capabilities.3.gz man/man3/fcft_clone.3.gz From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:14:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4475655E86; Wed, 23 Jun 2021 19:14: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 4G9Cd055Wwz3hwp; Wed, 23 Jun 2021 19:14: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 977991E09; Wed, 23 Jun 2021 19:14: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 15NJEi2f088393; Wed, 23 Jun 2021 19:14:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJEiBn088392; Wed, 23 Jun 2021 19:14:44 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:14:44 GMT Message-Id: <202106231914.15NJEiBn088392@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: cf24bf7e64fc - main - x11/fuzzel: update to 1.6.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: cf24bf7e64fc01351544542b000802f933c5c353 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:14:45 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf24bf7e64fc01351544542b000802f933c5c353 commit cf24bf7e64fc01351544542b000802f933c5c353 Author: Jan Beich AuthorDate: 2021-06-23 09:45:09 +0000 Commit: Jan Beich CommitDate: 2021-06-23 19:12:46 +0000 x11/fuzzel: update to 1.6.0 Changes: https://codeberg.org/dnkl/fuzzel/releases/tag/1.6.0 Reported by: Repology --- x11/fuzzel/Makefile | 2 +- x11/fuzzel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/fuzzel/Makefile b/x11/fuzzel/Makefile index c913ad777c7d..814a6461cc54 100644 --- a/x11/fuzzel/Makefile +++ b/x11/fuzzel/Makefile @@ -1,5 +1,5 @@ PORTNAME= fuzzel -DISTVERSION= 1.5.4 +DISTVERSION= 1.6.0 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/fuzzel/distinfo b/x11/fuzzel/distinfo index 8b3fdae5c453..4039bfe427de 100644 --- a/x11/fuzzel/distinfo +++ b/x11/fuzzel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620127604 -SHA256 (fuzzel-1.5.4.tar.gz) = 8d805cdd80d3250f3d1a8cda3559176148538e3b2abd454ccf813b32ab271a21 -SIZE (fuzzel-1.5.4.tar.gz) = 82964 +TIMESTAMP = 1624441509 +SHA256 (fuzzel-1.6.0.tar.gz) = a97c41305a01276bcfeb3b651586aacabeed6c29e5126a2294868c7e5f176253 +SIZE (fuzzel-1.6.0.tar.gz) = 84248 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:18:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE5EE656106; Wed, 23 Jun 2021 19:18: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 4G9Chw5rkXz3jWy; Wed, 23 Jun 2021 19:18: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 ACCD21C50; Wed, 23 Jun 2021 19:18: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 15NJI8Ib088792; Wed, 23 Jun 2021 19:18:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJI8k8088791; Wed, 23 Jun 2021 19:18:08 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:18:08 GMT Message-Id: <202106231918.15NJI8k8088791@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: 888ce957c06d - main - x11/fnott: update to 1.1.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: 888ce957c06dc8d01647e19b35e5c9bebcf433a3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:18:08 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=888ce957c06dc8d01647e19b35e5c9bebcf433a3 commit 888ce957c06dc8d01647e19b35e5c9bebcf433a3 Author: Jan Beich AuthorDate: 2021-06-23 10:13:54 +0000 Commit: Jan Beich CommitDate: 2021-06-23 19:17:58 +0000 x11/fnott: update to 1.1.0 Changes: https://codeberg.org/dnkl/fnott/releases/tag/1.1.0 --- x11/fnott/Makefile | 2 +- x11/fnott/distinfo | 6 +++--- x11/fnott/pkg-plist | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/fnott/Makefile b/x11/fnott/Makefile index e992cf86a743..3094fea6f501 100644 --- a/x11/fnott/Makefile +++ b/x11/fnott/Makefile @@ -1,5 +1,5 @@ PORTNAME= fnott -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11/fnott/distinfo b/x11/fnott/distinfo index b2850fe29a7d..bd4918daed51 100644 --- a/x11/fnott/distinfo +++ b/x11/fnott/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611914892 -SHA256 (fnott-1.0.1.tar.gz) = 5821aff9e2c8aefd1bd251fb5583cfb4c20554ae1c6e284bfc866afd6bc1c03d -SIZE (fnott-1.0.1.tar.gz) = 99744 +TIMESTAMP = 1624443234 +SHA256 (fnott-1.1.0.tar.gz) = ffe7671d845e7885d056624bfa854e0e73ad464fcd11196a6b48bd2222d53991 +SIZE (fnott-1.1.0.tar.gz) = 105960 diff --git a/x11/fnott/pkg-plist b/x11/fnott/pkg-plist index 9aa301555810..4070e14fc698 100644 --- a/x11/fnott/pkg-plist +++ b/x11/fnott/pkg-plist @@ -2,8 +2,8 @@ bin/fnott bin/fnottctl man/man1/fnott.1.gz man/man1/fnottctl.1.gz -man/man5/fnott.5.gz +man/man5/fnott.ini.5.gz share/applications/fnott.desktop -%%DATADIR%%/fnottrc +%%DATADIR%%/fnott.ini share/zsh/site-functions/_fnott share/zsh/site-functions/_fnottctl From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:37:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0DDBF6562D3; Wed, 23 Jun 2021 19:37: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 4G9D7n6zgYz3kDx; Wed, 23 Jun 2021 19:37: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 D4AF01F3D; Wed, 23 Jun 2021 19:37: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 15NJbv25014952; Wed, 23 Jun 2021 19:37:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJbv9d014951; Wed, 23 Jun 2021 19:37:57 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:37:57 GMT Message-Id: <202106231937.15NJbv9d014951@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: 41b981dc5b4b - main - devel/libfort: Update 0.4.2-10 -> 0.4.2-11 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: 41b981dc5b4b8f34eb8960b9bd62f356c5bb40e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:37:58 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=41b981dc5b4b8f34eb8960b9bd62f356c5bb40e5 commit 41b981dc5b4b8f34eb8960b9bd62f356c5bb40e5 Author: Yuri Victorovich AuthorDate: 2021-06-23 18:29:35 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 19:37:54 +0000 devel/libfort: Update 0.4.2-10 -> 0.4.2-11 --- devel/libfort/Makefile | 4 ++-- devel/libfort/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/libfort/Makefile b/devel/libfort/Makefile index d9a1f02f9f9c..4d0c51c134a5 100644 --- a/devel/libfort/Makefile +++ b/devel/libfort/Makefile @@ -1,7 +1,7 @@ PORTNAME= libfort DISTVERSIONPREFIX= v -DISTVERSION= 0.4.2-10 -DISTVERSIONSUFFIX= -g8f83b51 +DISTVERSION= 0.4.2-11 +DISTVERSIONSUFFIX= -g4123716 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/libfort/distinfo b/devel/libfort/distinfo index 47eb3025f0de..47eb9bbf2238 100644 --- a/devel/libfort/distinfo +++ b/devel/libfort/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622951665 -SHA256 (seleznevae-libfort-v0.4.2-10-g8f83b51_GH0.tar.gz) = cae52e9f532599e6269af60b7ef647178af0ef078bca3978de1c05128ee15347 -SIZE (seleznevae-libfort-v0.4.2-10-g8f83b51_GH0.tar.gz) = 289603 +TIMESTAMP = 1624472628 +SHA256 (seleznevae-libfort-v0.4.2-11-g4123716_GH0.tar.gz) = f8cbe004a3cd77ad78f0c143774fc0b1a5945b685caf1f092d6623bc6dcd63a9 +SIZE (seleznevae-libfort-v0.4.2-11-g4123716_GH0.tar.gz) = 289733 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:38:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70C2F655FDB; Wed, 23 Jun 2021 19: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 4G9D7r1tVnz3k3X; Wed, 23 Jun 2021 19: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 1C4D61F3F; Wed, 23 Jun 2021 19: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 15NJc09d015000; Wed, 23 Jun 2021 19: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 15NJc0C7014999; Wed, 23 Jun 2021 19:38:00 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:38:00 GMT Message-Id: <202106231938.15NJc0C7014999@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: db91a603fb8d - main - security/solana: Update 1.7.1 -> 1.7.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: db91a603fb8d32b67f75bef82f15f2d1718be4db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:38:00 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=db91a603fb8d32b67f75bef82f15f2d1718be4db commit db91a603fb8d32b67f75bef82f15f2d1718be4db Author: Yuri Victorovich AuthorDate: 2021-06-23 19:25:16 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 19:37:54 +0000 security/solana: Update 1.7.1 -> 1.7.2 Reported by: portscout --- security/solana/Makefile | 14 +++++++------- security/solana/distinfo | 30 +++++++++++++++--------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/security/solana/Makefile b/security/solana/Makefile index cfa0d194fd69..7e68d03222d8 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -1,6 +1,6 @@ PORTNAME= solana DISTVERSIONPREFIX= v -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.2 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org @@ -410,16 +410,16 @@ CARGO_CRATES= Inflector-0.11.4 \ smallvec-1.6.1 \ smpl_jwt-0.6.1 \ socket2-0.3.17 \ - solana-frozen-abi-1.6.4 \ - solana-frozen-abi-macro-1.6.4 \ - solana-logger-1.6.4 \ - solana-program-1.6.4 \ - solana-sdk-macro-1.6.4 \ + solana-frozen-abi-1.7.1 \ + solana-frozen-abi-macro-1.7.1 \ + solana-logger-1.7.1 \ + solana-program-1.7.1 \ + solana-sdk-macro-1.7.1 \ solana_rbpf-0.2.11 \ spin-0.5.2 \ spl-associated-token-account-1.0.2 \ spl-memo-3.0.1 \ - spl-token-3.1.0 \ + spl-token-3.1.1 \ stable_deref_trait-1.2.0 \ standback-0.2.9 \ static_assertions-1.1.0 \ diff --git a/security/solana/distinfo b/security/solana/distinfo index 7b508f5c7fb3..7f782915e5a1 100644 --- a/security/solana/distinfo +++ b/security/solana/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623358830 +TIMESTAMP = 1624473482 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/addr2line-0.12.1.crate) = a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543 @@ -781,16 +781,16 @@ SHA256 (rust/crates/smpl_jwt-0.6.1.crate) = 4370044f8b20f944e05c35d77edd3518e6f2 SIZE (rust/crates/smpl_jwt-0.6.1.crate) = 6439 SHA256 (rust/crates/socket2-0.3.17.crate) = 2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902 SIZE (rust/crates/socket2-0.3.17.crate) = 49764 -SHA256 (rust/crates/solana-frozen-abi-1.6.4.crate) = f81ac3925c8995d935d3af27390cf7b748a81837a29feb75a00e115f40dae6dc -SIZE (rust/crates/solana-frozen-abi-1.6.4.crate) = 9623 -SHA256 (rust/crates/solana-frozen-abi-macro-1.6.4.crate) = ae448159038e470f3b2dd1ab0d219246211f940a10bf1e656a02cb5c2d897437 -SIZE (rust/crates/solana-frozen-abi-macro-1.6.4.crate) = 4640 -SHA256 (rust/crates/solana-logger-1.6.4.crate) = 7fa7bddd7b89c26c6e3ef4af9b47d6bc8d60888559affb5160f5ade18c0cd058 -SIZE (rust/crates/solana-logger-1.6.4.crate) = 1549 -SHA256 (rust/crates/solana-program-1.6.4.crate) = 231bf4cd42997b6f34e7c74a1449e8a1e8816fd83662fc3a5a0922da48fc667b -SIZE (rust/crates/solana-program-1.6.4.crate) = 59306 -SHA256 (rust/crates/solana-sdk-macro-1.6.4.crate) = 3c805f1e32677f8ec0cc0b2f470833a0d5ab0922f068e52be3a4a93b468c9c70 -SIZE (rust/crates/solana-sdk-macro-1.6.4.crate) = 3254 +SHA256 (rust/crates/solana-frozen-abi-1.7.1.crate) = 95c481f0f29753f5b2d382628abae98a1dd87b572ddc7cbe5fe55ca62b6f7f07 +SIZE (rust/crates/solana-frozen-abi-1.7.1.crate) = 9618 +SHA256 (rust/crates/solana-frozen-abi-macro-1.7.1.crate) = f2068bcc47160ac9081893439b10a05e4bbe85cc0f6bccb6f1b0815423fbdd0c +SIZE (rust/crates/solana-frozen-abi-macro-1.7.1.crate) = 4353 +SHA256 (rust/crates/solana-logger-1.7.1.crate) = 7ea5932e186629f47859924b3773cfd8bcb4b8796898ac85c1fa0a6a2024e5c6 +SIZE (rust/crates/solana-logger-1.7.1.crate) = 1546 +SHA256 (rust/crates/solana-program-1.7.1.crate) = 7a2df39c63e21c5b58e2012e7675bed5e8dd5100470ffddedcafb78f5a7e3abe +SIZE (rust/crates/solana-program-1.7.1.crate) = 63872 +SHA256 (rust/crates/solana-sdk-macro-1.7.1.crate) = 6473d8fa445520564c84e8803320721404d160ffd876a125326a726541f11534 +SIZE (rust/crates/solana-sdk-macro-1.7.1.crate) = 3252 SHA256 (rust/crates/solana_rbpf-0.2.11.crate) = 7c1c5bdfa63c68d848d95024c7f4335bae4b1917f7df2e48e2d945f4664a8b45 SIZE (rust/crates/solana_rbpf-0.2.11.crate) = 106942 SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d @@ -799,8 +799,8 @@ SHA256 (rust/crates/spl-associated-token-account-1.0.2.crate) = 4adc47eebe5d2b66 SIZE (rust/crates/spl-associated-token-account-1.0.2.crate) = 35525 SHA256 (rust/crates/spl-memo-3.0.1.crate) = bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325 SIZE (rust/crates/spl-memo-3.0.1.crate) = 3765 -SHA256 (rust/crates/spl-token-3.1.0.crate) = b795e50d15dfd35aa5460b80a16414503a322be115a417a43db987c5824c6798 -SIZE (rust/crates/spl-token-3.1.0.crate) = 25909 +SHA256 (rust/crates/spl-token-3.1.1.crate) = fbfa8fd791aeb4d7ad5fedb7872478de9f4e8b4fcb02dfd9e7f2f9ae3f3ddd73 +SIZE (rust/crates/spl-token-3.1.1.crate) = 25904 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 SHA256 (rust/crates/standback-0.2.9.crate) = b0437cfb83762844799a60e1e3b489d5ceb6a650fbacb86437badc1b6d87b246 @@ -1055,5 +1055,5 @@ SHA256 (rust/crates/zstd-safe-2.0.5+zstd.1.4.5.crate) = 1cfb642e0d27f64729a639c5 SIZE (rust/crates/zstd-safe-2.0.5+zstd.1.4.5.crate) = 9002 SHA256 (rust/crates/zstd-sys-1.4.17+zstd.1.4.5.crate) = b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b SIZE (rust/crates/zstd-sys-1.4.17+zstd.1.4.5.crate) = 2046794 -SHA256 (solana-labs-solana-v1.7.1_GH0.tar.gz) = 951b0577004f0868f8f4536c58e2960616b4842fbf874c90f07adda68a4b7f87 -SIZE (solana-labs-solana-v1.7.1_GH0.tar.gz) = 15154443 +SHA256 (solana-labs-solana-v1.7.2_GH0.tar.gz) = a17bbdb4f8bc66ddf913b33328566aea6399e947d611252481f291eca1c2bba9 +SIZE (solana-labs-solana-v1.7.2_GH0.tar.gz) = 15170164 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:37:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 285A465650D; Wed, 23 Jun 2021 19: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 4G9D7q0YVYz3kCt; Wed, 23 Jun 2021 19: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 ECF291F3E; Wed, 23 Jun 2021 19:37: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 15NJbwkW014976; Wed, 23 Jun 2021 19:37:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJbwBI014975; Wed, 23 Jun 2021 19:37:58 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:37:58 GMT Message-Id: <202106231937.15NJbwBI014975@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: 94ca6023711f - main - science/hypre: Update 2.21.0 -> 2.22.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: 94ca6023711f5308449e8fa981c2ca34e06c15b3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:37:59 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=94ca6023711f5308449e8fa981c2ca34e06c15b3 commit 94ca6023711f5308449e8fa981c2ca34e06c15b3 Author: Yuri Victorovich AuthorDate: 2021-06-23 19:24:36 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 19:37:54 +0000 science/hypre: Update 2.21.0 -> 2.22.0 Reported by: portscout --- science/hypre/Makefile | 2 +- science/hypre/distinfo | 6 +++--- science/hypre/pkg-plist | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/science/hypre/Makefile b/science/hypre/Makefile index 790555a0c83f..7466ad1b2b19 100644 --- a/science/hypre/Makefile +++ b/science/hypre/Makefile @@ -2,7 +2,7 @@ PORTNAME= hypre DISTVERSIONPREFIX= v -DISTVERSION= 2.21.0 +DISTVERSION= 2.22.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/hypre/distinfo b/science/hypre/distinfo index c7d658669ac0..d4f43dda9111 100644 --- a/science/hypre/distinfo +++ b/science/hypre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622008440 -SHA256 (hypre-space-hypre-v2.21.0_GH0.tar.gz) = e380f914fe7efe22afc44cdf553255410dc8a02a15b2e5ebd279ba88817feaf5 -SIZE (hypre-space-hypre-v2.21.0_GH0.tar.gz) = 6017038 +TIMESTAMP = 1624472854 +SHA256 (hypre-space-hypre-v2.22.0_GH0.tar.gz) = 2c786eb5d3e722d8d7b40254f138bef4565b2d4724041e56a8fa073bda5cfbb5 +SIZE (hypre-space-hypre-v2.22.0_GH0.tar.gz) = 6030333 diff --git a/science/hypre/pkg-plist b/science/hypre/pkg-plist index 9fc7788455bc..bc9e5ff88552 100644 --- a/science/hypre/pkg-plist +++ b/science/hypre/pkg-plist @@ -32,7 +32,6 @@ include/csr_matmultivec.h include/distributed_matrix.h include/fortran.h include/fortran_matrix.h -include/hypre_hopscotch_hash.h include/interpreter.h include/krylov.h include/lobpcg.h @@ -46,4 +45,4 @@ include/seq_mv.h include/temp_multivector.h lib/libHYPRE.so lib/libHYPRE.so.2 -lib/libHYPRE.so.2.21 +lib/libHYPRE.so.2.22 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:38:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 95AC46562D4; Wed, 23 Jun 2021 19:38: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 4G9D7s2nh4z3kD4; Wed, 23 Jun 2021 19:38: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 47B7A2167; Wed, 23 Jun 2021 19:38: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 15NJc1Vq015024; Wed, 23 Jun 2021 19:38:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJc1xS015023; Wed, 23 Jun 2021 19:38:01 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:38:01 GMT Message-Id: <202106231938.15NJc1xS015023@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: 55dd8b71fc05 - main - devel/goredo: Update 1.5.0 -> 1.6.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: 55dd8b71fc051a195b44a369c7470301889d689a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:38:02 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=55dd8b71fc051a195b44a369c7470301889d689a commit 55dd8b71fc051a195b44a369c7470301889d689a Author: Yuri Victorovich AuthorDate: 2021-06-23 19:30:33 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 19:37:55 +0000 devel/goredo: Update 1.5.0 -> 1.6.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 41d8bed4267f..d19076b9d490 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,5 +1,5 @@ PORTNAME= goredo -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.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 e05b8cb3900a..7ea4cfba294f 100644 --- a/devel/goredo/distinfo +++ b/devel/goredo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624395585 -SHA256 (goredo-1.5.0.tar.zst) = 396c63edc3d481f23608f2f5b152cf911d34a774d30d2c564ea7f4df2f59abb3 -SIZE (goredo-1.5.0.tar.zst) = 396677 +TIMESTAMP = 1624476535 +SHA256 (goredo-1.6.0.tar.zst) = afa9748bcc3185c68ef617ff8c71b229930eaace478943621fb52e398a83a898 +SIZE (goredo-1.6.0.tar.zst) = 396959 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:38:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C12C65643B; Wed, 23 Jun 2021 19:38: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 4G9D7t3g8Hz3kKj; Wed, 23 Jun 2021 19:38: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 5DB992037; Wed, 23 Jun 2021 19:38: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 15NJc2U1015052; Wed, 23 Jun 2021 19:38:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJc2ET015051; Wed, 23 Jun 2021 19:38:02 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:38:02 GMT Message-Id: <202106231938.15NJc2ET015051@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: 6238db58f2df - main - math/py-ducc0: Update 0.14.0 -> 0.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: 6238db58f2df88e74c0d0bd3afb690d5bb7c2ed8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:38:02 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6238db58f2df88e74c0d0bd3afb690d5bb7c2ed8 commit 6238db58f2df88e74c0d0bd3afb690d5bb7c2ed8 Author: Yuri Victorovich AuthorDate: 2021-06-23 19:37:17 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 19:37:55 +0000 math/py-ducc0: Update 0.14.0 -> 0.15.0 Reported by: portscout --- math/py-ducc0/Makefile | 2 +- math/py-ducc0/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/py-ducc0/Makefile b/math/py-ducc0/Makefile index a0bb0b999b04..96e2f022549c 100644 --- a/math/py-ducc0/Makefile +++ b/math/py-ducc0/Makefile @@ -1,5 +1,5 @@ PORTNAME= ducc0 -DISTVERSION= 0.14.0 +DISTVERSION= 0.15.0 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-ducc0/distinfo b/math/py-ducc0/distinfo index 0c46a4e08077..51f9269561f6 100644 --- a/math/py-ducc0/distinfo +++ b/math/py-ducc0/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624026033 -SHA256 (ducc0-0.14.0.tar.gz) = a6a4c2632bff803115daf3fedeebef8dbb9b2c2f2eed2b59f78b9d8738c32822 -SIZE (ducc0-0.14.0.tar.gz) = 193586 +TIMESTAMP = 1624476721 +SHA256 (ducc0-0.15.0.tar.gz) = 4f39c050e82a85bcb59b843905768c44e97b97ef530847bf8c9a5c766d9a29ce +SIZE (ducc0-0.15.0.tar.gz) = 197131 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:53:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DE3A6565AB; Wed, 23 Jun 2021 19:53: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 4G9DTh3My5z3lJd; Wed, 23 Jun 2021 19:53: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 5C8522693; Wed, 23 Jun 2021 19:53: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 15NJrSG7041261; Wed, 23 Jun 2021 19:53:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJrSrR041260; Wed, 23 Jun 2021 19:53:28 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:53:28 GMT Message-Id: <202106231953.15NJrSrR041260@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: 3c7d16942646 - main - sysutils/py-salt: update to 3003.1 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: 3c7d16942646d23a61bdbe690d2df902e8c4cb21 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:53:28 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c7d16942646d23a61bdbe690d2df902e8c4cb21 commit 3c7d16942646d23a61bdbe690d2df902e8c4cb21 Author: Kirill Ponomarev AuthorDate: 2021-06-23 19:53:01 +0000 Commit: Kirill Ponomarev CommitDate: 2021-06-23 19:53:01 +0000 sysutils/py-salt: update to 3003.1 Approved by: maintainer --- sysutils/py-salt/Makefile | 3 +-- sysutils/py-salt/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index 8ae87d94e147..7274d5df660c 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -1,8 +1,7 @@ # Created by: Christer Edwards PORTNAME= salt -PORTVERSION= 3002.6 -PORTREVISION= 1 +PORTVERSION= 3003.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-salt/distinfo b/sysutils/py-salt/distinfo index c0002fe76a47..2d5dd8cf255d 100644 --- a/sysutils/py-salt/distinfo +++ b/sysutils/py-salt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616524066 -SHA256 (salt-3002.6.tar.gz) = ffc478569363e1d17b6a3a0c421eaae9c079bbeabc4c7725a222d0fbf903a0a5 -SIZE (salt-3002.6.tar.gz) = 15796961 +TIMESTAMP = 1624469768 +SHA256 (salt-3003.1.tar.gz) = 8a7184d3de4d1727618f0d3fbba79e54389aeff85b72f4ceb8200bcc167f6ebe +SIZE (salt-3003.1.tar.gz) = 16010476 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:54:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0A43656A05; Wed, 23 Jun 2021 19:54: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 4G9DVc49P9z3lJl; Wed, 23 Jun 2021 19:54: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 7732E24BC; Wed, 23 Jun 2021 19:54: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 15NJsGUU041432; Wed, 23 Jun 2021 19:54:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NJsG2c041431; Wed, 23 Jun 2021 19:54:16 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:54:16 GMT Message-Id: <202106231954.15NJsG2c041431@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: a12da89cebe6 - main - devel/jenkins: Update to 2.299 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: a12da89cebe640dc4e1e292c460b81e3e02ad02c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:54:16 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=a12da89cebe640dc4e1e292c460b81e3e02ad02c commit a12da89cebe640dc4e1e292c460b81e3e02ad02c Author: Li-Wen Hsu AuthorDate: 2021-06-23 19:54:04 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-23 19:54:04 +0000 devel/jenkins: Update to 2.299 Sponsored by: The FreeBSD Foundation --- devel/jenkins/Makefile | 3 +-- devel/jenkins/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index adabe8cd9fa6..2dc567d2e224 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,6 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.298 -PORTREVISION= 1 +PORTVERSION= 2.299 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index 46eec6f83316..2b8eea816e7a 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623824125 -SHA256 (jenkins/2.298/jenkins.war) = 448bce07af6aa287892ea5abda5d0a4cdcff7b2255918a3accd00322077b5162 -SIZE (jenkins/2.298/jenkins.war) = 71085797 +TIMESTAMP = 1624474738 +SHA256 (jenkins/2.299/jenkins.war) = 9663a14158588eb470a024ad941f6780945c6383b5a82dda4ef2d15dac4f7214 +SIZE (jenkins/2.299/jenkins.war) = 71017210 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 19:59:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 94ACA6568BC; Wed, 23 Jun 2021 19: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 4G9DcQ3cGpz3ldN; Wed, 23 Jun 2021 19:59: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 6476D245C; Wed, 23 Jun 2021 19: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 15NJxIG0041888; Wed, 23 Jun 2021 19: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 15NJxIWa041887; Wed, 23 Jun 2021 19:59:18 GMT (envelope-from git) Date: Wed, 23 Jun 2021 19:59:18 GMT Message-Id: <202106231959.15NJxIWa041887@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: 507dbffa521a - main - x11-toolkits/wlroots: document Vulkan runtime requirements 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: 507dbffa521a9ca9e5a2baacc81262b9bb9da13a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 19:59:18 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=507dbffa521a9ca9e5a2baacc81262b9bb9da13a commit 507dbffa521a9ca9e5a2baacc81262b9bb9da13a Author: Jan Beich AuthorDate: 2021-06-23 19:45:54 +0000 Commit: Jan Beich CommitDate: 2021-06-23 19:58:54 +0000 x11-toolkits/wlroots: document Vulkan runtime requirements $ pkg install sway $ WLR_RENDERER=vulkan sway 00:00:00.051 [wlr] [render/vulkan/vulkan.c:206] Could not create instance: ERROR_LAYER_NOT_PRESENT (-6) 00:00:00.051 [wlr] [render/vulkan/renderer.c:1525] creating vulkan instance for renderer failed 00:00:00.051 [wlr] [backend/backend.c:84] Failed to create backend renderer 00:00:00.052 [wlr] [render/vulkan/vulkan.c:206] Could not create instance: ERROR_LAYER_NOT_PRESENT (-6) 00:00:00.052 [wlr] [render/vulkan/renderer.c:1525] creating vulkan instance for renderer failed 00:00:00.052 [wlr] [backend/backend.c:84] Failed to create backend renderer 00:00:00.052 [sway/server.c:53] Unable to create backend $ pkg install vulkan-validation-layers $ WLR_RENDERER=vulkan sway 00:00:00.063 [wlr] [render/vulkan/vulkan.c:483] vulkan: required device extension VK_EXT_queue_family_foreign not found 00:00:00.063 [wlr] [render/vulkan/renderer.c:1545] Failed to create vulkan device 00:00:00.066 [wlr] [backend/backend.c:84] Failed to create backend renderer 00:00:00.115 [wlr] [render/vulkan/vulkan.c:483] vulkan: required device extension VK_EXT_queue_family_foreign not found 00:00:00.115 [wlr] [render/vulkan/renderer.c:1545] Failed to create vulkan device 00:00:00.118 [wlr] [backend/backend.c:84] Failed to create backend renderer 00:00:00.119 [sway/server.c:53] Unable to create backend $ pkg install mesa-devel $ WLR_RENDERER=vulkan sway -d [...] 00:00:00.153 [wlr] [render/vulkan/texture.c:217] vulkan_texture_from_pixels: AR24, 10x16 00:00:00.153 [wlr] [render/vulkan/renderer.c:297] Created new vk staging buffer of size 1048576 00:00:00.154 [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:00.154 [wlr] [render/gbm_allocator.c:130] Allocated 10x16 GBM buffer (format 0x34325241, modifier 0x100000000000002) 00:00:00.154 [wlr] [render/vulkan/renderer.c:433] vulkan create_render_buffer: AR24, 10x16 00:00:00.154 [wlr] [render/vulkan/texture.c:354] vulkan_import_dmabuf: AR24 (mod 100000000000002), 10x16, 1 planes 00:00:00.156 [wlr] [backend/headless/backend.c:29] Starting headless backend 00:00:00.156 [sway/server.c:260] Running compositor on wayland display 'wayland-2' 00:00:00.156 [wlr] [types/wlr_output.c:506] Choosing primary buffer format 0x34325241 for output 'WL-1' 00:00:00.156 [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:00.156 [wlr] [render/gbm_allocator.c:130] Allocated 1280x720 GBM buffer (format 0x34325241, modifier 0x100000000000002) 00:00:00.156 [wlr] [render/vulkan/renderer.c:433] vulkan create_render_buffer: AR24, 1280x720 00:00:00.156 [wlr] [render/vulkan/texture.c:354] vulkan_import_dmabuf: AR24 (mod 100000000000002), 1280x720, 1 planes 00:00:00.159 [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:00.160 [wlr] [render/gbm_allocator.c:130] Allocated 1280x720 GBM buffer (format 0x34325241, modifier 0x100000000000002) 00:00:00.160 [wlr] [render/vulkan/renderer.c:433] vulkan create_render_buffer: AR24, 1280x720 00:00:00.160 [wlr] [render/vulkan/texture.c:354] vulkan_import_dmabuf: AR24 (mod 100000000000002), 1280x720, 1 planes 00:00:00.170 [wlr] [render/swapchain.c:105] Allocating new swapchain buffer 00:00:00.170 [wlr] [render/gbm_allocator.c:130] Allocated 1280x720 GBM buffer (format 0x34325241, modifier 0x100000000000002) 00:00:00.170 [wlr] [render/vulkan/renderer.c:433] vulkan create_render_buffer: AR24, 1280x720 00:00:00.170 [wlr] [render/vulkan/texture.c:354] vulkan_import_dmabuf: AR24 (mod 100000000000002), 1280x720, 1 planes ^C PR: 256793 Reported by: Evgeniy Khramtsov --- x11-toolkits/wlroots/pkg-message | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-toolkits/wlroots/pkg-message b/x11-toolkits/wlroots/pkg-message index 2968b526da78..4233113ab484 100644 --- a/x11-toolkits/wlroots/pkg-message +++ b/x11-toolkits/wlroots/pkg-message @@ -5,6 +5,7 @@ Known issues: - On FreeBSD 11.* kernel needs to be rebuilt with EVDEV_SUPPORT - On FreeBSD 11.* drm-kmod needs https://github.com/FreeBSDDesktop/kms-drm/pull/213 - NVIDIA may be affected by https://github.com/aritger/eglstreams-kms-example/issues/7 +- VULKAN currently requires mesa-devel and vulkan-validation-layers EOM } ] From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:11:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 57724656B9E; Wed, 23 Jun 2021 20:11: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 4G9Dtv241rz3npx; Wed, 23 Jun 2021 20:11: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 2FFAF235E; Wed, 23 Jun 2021 20:11: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 15NKBpbH068673; Wed, 23 Jun 2021 20:11:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKBpod068672; Wed, 23 Jun 2021 20:11:51 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:11:51 GMT Message-Id: <202106232011.15NKBpod068672@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: bdcad6245f21 - main - graphics/vulkan-tools: switch to upstream -Werror fix 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: bdcad6245f212977b7b0412b07bfd369f7990fa3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:11:51 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdcad6245f212977b7b0412b07bfd369f7990fa3 commit bdcad6245f212977b7b0412b07bfd369f7990fa3 Author: Jan Beich AuthorDate: 2021-06-23 18:33:32 +0000 Commit: Jan Beich CommitDate: 2021-06-23 20:11:20 +0000 graphics/vulkan-tools: switch to upstream -Werror fix --- graphics/vulkan-tools/Makefile | 3 +++ graphics/vulkan-tools/distinfo | 2 ++ graphics/vulkan-tools/files/patch-werror | 20 -------------------- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index cb6575a3dba8..d1947d970637 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.2.182 CATEGORIES= graphics +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 8926213dd008.patch:-p1 # https://github.com/KhronosGroup/Vulkan-Tools/pull/544 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Tools and demos for the Vulkan graphics API diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 85bca30da68d..e2a358148133 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1624299185 SHA256 (KhronosGroup-Vulkan-Tools-v1.2.182_GH0.tar.gz) = 50c959851230d1daba20235167faced7b7686ebe5d9e626dfb1fe5c92fa30b9e SIZE (KhronosGroup-Vulkan-Tools-v1.2.182_GH0.tar.gz) = 847991 +SHA256 (8926213dd008.patch) = 4e22c90a53c4f7f7623da18ba6f097a49e9a6100fb5c4fb738a98e62d445bfaf +SIZE (8926213dd008.patch) = 1140 diff --git a/graphics/vulkan-tools/files/patch-werror b/graphics/vulkan-tools/files/patch-werror deleted file mode 100644 index e6a979defc7c..000000000000 --- a/graphics/vulkan-tools/files/patch-werror +++ /dev/null @@ -1,20 +0,0 @@ -Silence Clang warnings that GCC ignores -https://github.com/KhronosGroup/Vulkan-Tools/issues/532 - ---- cube/cube.cpp.orig 2021-06-21 18:13:05 UTC -+++ cube/cube.cpp -@@ -405,14 +405,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM - #endif - - #if defined(VK_USE_PLATFORM_WAYLAND_KHR) --static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) { -- wl_shell_surface_pong(shell_surface, serial); --} -- --static void handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) {} -- --static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {} -- - static void pointer_handle_enter(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx, - wl_fixed_t sy) {} - From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:12:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF34065666F; Wed, 23 Jun 2021 20: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 4G9Dvx4bVZz3p9D; Wed, 23 Jun 2021 20: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 866762931; Wed, 23 Jun 2021 20:12: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 15NKCjFG068888; Wed, 23 Jun 2021 20:12:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKCj96068887; Wed, 23 Jun 2021 20:12:45 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:12:45 GMT Message-Id: <202106232012.15NKCj96068887@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: 8fa174a48afc - main - emulators/i386-wine-devel: Update to 6.11 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: 8fa174a48afc2206559dec3e99ceee33afe3fc19 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:12:45 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fa174a48afc2206559dec3e99ceee33afe3fc19 commit 8fa174a48afc2206559dec3e99ceee33afe3fc19 Author: Alexander Vereeken AuthorDate: 2021-06-23 20:11:10 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 20:12:23 +0000 emulators/i386-wine-devel: Update to 6.11 Changes https://www.winehq.org/announce/6.11 PR: 256778 Approved by: maintainer --- emulators/i386-wine-devel/Makefile.amd64 | 2 +- emulators/i386-wine-devel/distinfo | 18 +++++++++--------- emulators/i386-wine-devel/pkg-plist | 16 +++++----------- 3 files changed, 15 insertions(+), 21 deletions(-) diff --git a/emulators/i386-wine-devel/Makefile.amd64 b/emulators/i386-wine-devel/Makefile.amd64 index 07facab0cf34..bc8f6a41c458 100644 --- a/emulators/i386-wine-devel/Makefile.amd64 +++ b/emulators/i386-wine-devel/Makefile.amd64 @@ -1,6 +1,6 @@ # Created by: David Naylor -DISTVERSION= 6.10 +DISTVERSION= 6.11 PORTEPOCH= 1 MASTER_SITES= http://Alexander88207.de/Homura/Winebuilds/${DIST_SUBDIR}/ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PKGVERSION} diff --git a/emulators/i386-wine-devel/distinfo b/emulators/i386-wine-devel/distinfo index da2ae240b4ce..1b983bf52bd2 100644 --- a/emulators/i386-wine-devel/distinfo +++ b/emulators/i386-wine-devel/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1623175935 -SHA256 (FreeBSD:11:amd64/i386-wine-devel-6.10,1.txz) = f71f6d2a1da4725c2fa298f6936114b0bfbff042185020591b5394ba08dc484e -SIZE (FreeBSD:11:amd64/i386-wine-devel-6.10,1.txz) = 98822128 -SHA256 (FreeBSD:12:amd64/i386-wine-devel-6.10,1.txz) = a3c9ef04f6b215955db880fca326235e9ff8f3d092651c9fce06ac425d3c3497 -SIZE (FreeBSD:12:amd64/i386-wine-devel-6.10,1.txz) = 99194936 -SHA256 (FreeBSD:13:amd64/i386-wine-devel-6.10,1.txz) = fd287e674d901c109a6c78212dc77017808d16cf571de0963f92cd10c6ab0afa -SIZE (FreeBSD:13:amd64/i386-wine-devel-6.10,1.txz) = 99652216 -SHA256 (FreeBSD:14:amd64/i386-wine-devel-6.10,1.txz) = 3d8524bf3b16b0b2a89d368596587fce3b7c37350dd82d822a714459740340e7 -SIZE (FreeBSD:14:amd64/i386-wine-devel-6.10,1.txz) = 99633276 +TIMESTAMP = 1624378355 +SHA256 (FreeBSD:11:amd64/i386-wine-devel-6.11,1.txz) = d1a3c578cb50c923a84ccb7ad344a86d45bcfddfc61fc8359daa5a09c059a625 +SIZE (FreeBSD:11:amd64/i386-wine-devel-6.11,1.txz) = 98876300 +SHA256 (FreeBSD:12:amd64/i386-wine-devel-6.11,1.txz) = 63ce26a7bfa8094cc4aabdf2f75da999f22b5f52163bba5f85d85742e717430b +SIZE (FreeBSD:12:amd64/i386-wine-devel-6.11,1.txz) = 99252056 +SHA256 (FreeBSD:13:amd64/i386-wine-devel-6.11,1.txz) = aee228bb6ae24d4f8f14b61dabea7a262f19b614c70f8a7a8ae0d8ea083c0198 +SIZE (FreeBSD:13:amd64/i386-wine-devel-6.11,1.txz) = 99722256 +SHA256 (FreeBSD:14:amd64/i386-wine-devel-6.11,1.txz) = 64afb70770b442f0e7593fc02fe4fd2cbbc76fedfdc4525620735e2a41d9d261 +SIZE (FreeBSD:14:amd64/i386-wine-devel-6.11,1.txz) = 101432768 diff --git a/emulators/i386-wine-devel/pkg-plist b/emulators/i386-wine-devel/pkg-plist index 419c79ce4925..41b690d9e9a2 100644 --- a/emulators/i386-wine-devel/pkg-plist +++ b/emulators/i386-wine-devel/pkg-plist @@ -1490,7 +1490,6 @@ lib32/wine/i386-unix/connect.dll.so lib32/wine/i386-unix/control.exe.so lib32/wine/i386-unix/credui.dll.so lib32/wine/i386-unix/crtdll.dll.so -lib32/wine/i386-unix/crtdll.so lib32/wine/i386-unix/crypt32.dll.so lib32/wine/i386-unix/crypt32.so lib32/wine/i386-unix/cryptdlg.dll.so @@ -1598,6 +1597,7 @@ lib32/wine/i386-unix/dplayx.dll.so lib32/wine/i386-unix/dpnaddr.dll.so lib32/wine/i386-unix/dpnet.dll.so lib32/wine/i386-unix/dpnhpast.dll.so +lib32/wine/i386-unix/dpnhupnp.dll.so lib32/wine/i386-unix/dpnlobby.dll.so lib32/wine/i386-unix/dpnsvr.exe.so lib32/wine/i386-unix/dpvoice.dll.so @@ -2047,26 +2047,17 @@ lib32/wine/i386-unix/msvcp71.dll.so lib32/wine/i386-unix/msvcp80.dll.so lib32/wine/i386-unix/msvcp90.dll.so lib32/wine/i386-unix/msvcr100.dll.so -lib32/wine/i386-unix/msvcr100.so lib32/wine/i386-unix/msvcr110.dll.so -lib32/wine/i386-unix/msvcr110.so lib32/wine/i386-unix/msvcr120.dll.so -lib32/wine/i386-unix/msvcr120.so lib32/wine/i386-unix/msvcr120_app.dll.so lib32/wine/i386-unix/msvcr70.dll.so -lib32/wine/i386-unix/msvcr70.so lib32/wine/i386-unix/msvcr71.dll.so -lib32/wine/i386-unix/msvcr71.so lib32/wine/i386-unix/msvcr80.dll.so -lib32/wine/i386-unix/msvcr80.so lib32/wine/i386-unix/msvcr90.dll.so -lib32/wine/i386-unix/msvcr90.so lib32/wine/i386-unix/msvcrt.dll.so -lib32/wine/i386-unix/msvcrt.so lib32/wine/i386-unix/msvcrt20.dll.so lib32/wine/i386-unix/msvcrt40.dll.so lib32/wine/i386-unix/msvcrtd.dll.so -lib32/wine/i386-unix/msvcrtd.so lib32/wine/i386-unix/msvfw32.dll.so lib32/wine/i386-unix/msvidc32.dll.so lib32/wine/i386-unix/msvideo.dll16.so @@ -2250,7 +2241,6 @@ lib32/wine/i386-unix/twain_32.dll.so lib32/wine/i386-unix/typelib.dll16.so lib32/wine/i386-unix/tzres.dll.so lib32/wine/i386-unix/ucrtbase.dll.so -lib32/wine/i386-unix/ucrtbase.so lib32/wine/i386-unix/uianimation.dll.so lib32/wine/i386-unix/uiautomationcore.dll.so lib32/wine/i386-unix/uiribbon.dll.so @@ -2307,6 +2297,7 @@ lib32/wine/i386-unix/whoami.exe.so lib32/wine/i386-unix/wiaservc.dll.so lib32/wine/i386-unix/wimgapi.dll.so lib32/wine/i386-unix/win32s16.dll16.so +lib32/wine/i386-unix/win32u.dll.so lib32/wine/i386-unix/win87em.dll16.so lib32/wine/i386-unix/winaspi.dll16.so lib32/wine/i386-unix/windebug.dll16.so @@ -2805,6 +2796,7 @@ lib32/wine/i386-windows/dplayx.dll lib32/wine/i386-windows/dpnaddr.dll lib32/wine/i386-windows/dpnet.dll lib32/wine/i386-windows/dpnhpast.dll +lib32/wine/i386-windows/dpnhupnp.dll lib32/wine/i386-windows/dpnlobby.dll lib32/wine/i386-windows/dpnsvr.exe lib32/wine/i386-windows/dpvoice.dll @@ -3283,6 +3275,7 @@ lib32/wine/i386-windows/whoami.exe lib32/wine/i386-windows/wiaservc.dll lib32/wine/i386-windows/wimgapi.dll lib32/wine/i386-windows/win32s16.dll16 +lib32/wine/i386-windows/win32u.dll lib32/wine/i386-windows/win87em.dll16 lib32/wine/i386-windows/winaspi.dll16 lib32/wine/i386-windows/windebug.dll16 @@ -3516,6 +3509,7 @@ share/applications/wine.desktop %%DATADIR%%/nls/c_437.nls %%DATADIR%%/nls/c_500.nls %%DATADIR%%/nls/c_708.nls +%%DATADIR%%/nls/c_720.nls %%DATADIR%%/nls/c_737.nls %%DATADIR%%/nls/c_775.nls %%DATADIR%%/nls/c_850.nls From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:22:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA84E6568F4; Wed, 23 Jun 2021 20:22: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 4G9F763GKCz3pR0; Wed, 23 Jun 2021 20:22: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 586A6237E; Wed, 23 Jun 2021 20:22: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 15NKMQih081984; Wed, 23 Jun 2021 20:22:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKMQIk081983; Wed, 23 Jun 2021 20:22:26 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:22:26 GMT Message-Id: <202106232022.15NKMQIk081983@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: b15351babf68 - main - devel/py-pytest-flask: Update to 1.2.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: b15351babf6846ec3cdc902203874e55413ee08a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:22:26 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=b15351babf6846ec3cdc902203874e55413ee08a commit b15351babf6846ec3cdc902203874e55413ee08a Author: Goran Meki? AuthorDate: 2021-06-23 20:20:17 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 20:20:17 +0000 devel/py-pytest-flask: Update to 1.2.0 Changes https://github.com/pytest-dev/pytest-flask/blob/master/docs/changelog.rst#120-2021-02-26 PR: 256745 Approved by: maintainer --- devel/py-pytest-flask/Makefile | 2 +- devel/py-pytest-flask/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-pytest-flask/Makefile b/devel/py-pytest-flask/Makefile index ea2d49339048..ac44b95fa728 100644 --- a/devel/py-pytest-flask/Makefile +++ b/devel/py-pytest-flask/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-flask -PORTVERSION= 0.15.1 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-flask/distinfo b/devel/py-pytest-flask/distinfo index 2b39344f9738..61a41a1c2e9f 100644 --- a/devel/py-pytest-flask/distinfo +++ b/devel/py-pytest-flask/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581929217 -SHA256 (pytest-flask-0.15.1.tar.gz) = cbd8c5b9f8f1b83e9c159ac4294964807c4934317a5fba181739ac15e1b823e6 -SIZE (pytest-flask-0.15.1.tar.gz) = 24207 +TIMESTAMP = 1624270576 +SHA256 (pytest-flask-1.2.0.tar.gz) = 46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d +SIZE (pytest-flask-1.2.0.tar.gz) = 32446 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:29:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AABE5656DC1; Wed, 23 Jun 2021 20:29: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 4G9FH84CcKz3q0c; Wed, 23 Jun 2021 20:29: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 78B912C2F; Wed, 23 Jun 2021 20:29: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 15NKTOqB082568; Wed, 23 Jun 2021 20:29:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKTOro082567; Wed, 23 Jun 2021 20:29:24 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:29:24 GMT Message-Id: <202106232029.15NKTOro082567@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: 64fbe3630590 - main - x11-wm/sway: backport Vulkan fix 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: 64fbe3630590d931074878a8b886d41cbe8a23e0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:29:24 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=64fbe3630590d931074878a8b886d41cbe8a23e0 commit 64fbe3630590d931074878a8b886d41cbe8a23e0 Author: Jan Beich AuthorDate: 2021-06-23 20:26:02 +0000 Commit: Jan Beich CommitDate: 2021-06-23 20:29:08 +0000 x11-wm/sway: backport Vulkan fix $ WLR_RENDERER=vulkan sway [...] Assertion failed: (wlr_texture_is_gles2(wlr_texture)), function gles2_get_texture, file render/gles2/texture.c, line 27. PR: 256793 --- 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 2981cb96eda3..eafbae78d3d4 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,6 +1,6 @@ PORTNAME= sway DISTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -11,6 +11,7 @@ PATCHFILES+= 7a68a28475bf.patch:-p1 # wlroots 0.14 PATCHFILES+= 1a72049c04b8.patch:-p1 # wlroots 0.14 PATCHFILES+= 12e223e7973f.patch:-p1 # wlroots 0.14 PATCHFILES+= 3162766eef14.patch:-p1 # wlroots 0.14 +PATCHFILES+= 86b08e3257a4.patch:-p1 # WLR_RENDERER=vulkan MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index e99c61f16da6..27a8564c81c7 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -15,3 +15,5 @@ SHA256 (12e223e7973f.patch) = 9da89faf0e5933cf74d404cd79fb2f2b75bf59a65a88992084 SIZE (12e223e7973f.patch) = 1643 SHA256 (3162766eef14.patch) = 3afd37b140ef9d653b8c8d913767519dfb9d7144970af65c17f3b3b63efe1495 SIZE (3162766eef14.patch) = 1642 +SHA256 (86b08e3257a4.patch) = ff3399269a1d1cbdf9cd38255c7e4ce072c9562c3665784036c1f1287cd98c96 +SIZE (86b08e3257a4.patch) = 932 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:35:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E62F656E2E; Wed, 23 Jun 2021 20:35: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 4G9FPc3s3Sz3qRy; Wed, 23 Jun 2021 20:35: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 6CAED2E6D; Wed, 23 Jun 2021 20:35: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 15NKZ04b095277; Wed, 23 Jun 2021 20:35:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKZ0kN095276; Wed, 23 Jun 2021 20:35:00 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:35:00 GMT Message-Id: <202106232035.15NKZ0kN095276@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: 0c6ce3c9c26d - main - devel/py-pytest: Update to 6.2.4 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: 0c6ce3c9c26d878acf943d53fb2a01ba602b71c2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:35:00 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c6ce3c9c26d878acf943d53fb2a01ba602b71c2 commit 0c6ce3c9c26d878acf943d53fb2a01ba602b71c2 Author: Goran Meki? AuthorDate: 2021-06-23 20:30:35 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 20:34:47 +0000 devel/py-pytest: Update to 6.2.4 PR: 256624 --- devel/py-pytest/Makefile | 12 ++++-------- devel/py-pytest/distinfo | 6 +++--- devel/py-pytest/files/patch-testing-test_parseopt.py | 11 ----------- 3 files changed, 7 insertions(+), 22 deletions(-) diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile index 2f87d8b80937..478833803b41 100644 --- a/devel/py-pytest/Makefile +++ b/devel/py-pytest/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest -PORTVERSION= 4.6.11 +PORTVERSION= 6.2.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=1.0:devel/py-atomicwrites@${PY ${PYTHON_PKGNAMEPREFIX}pluggy>=0.12<1.0:devel/py-pluggy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}py>=1.5.0:devel/py-py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}iniconfig>=0:devel/py-iniconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} TEST_DEPENDS= bash:shells/bash \ lsof:sysutils/lsof \ @@ -29,10 +30,10 @@ TEST_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2@${PY_FLAVOR} USES= python:3.6+ @@ -46,12 +47,7 @@ NO_ARCH= yes RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.12:devel/py-importlib-metadata@${PY_FLAVOR} .endif -post-patch: - @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/testing/test_parseopt.py - -# test_cache_failure_warns fails -# https://github.com/pytest-dev/pytest/issues/1845 do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not test_cache_failure_warns' + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs .include diff --git a/devel/py-pytest/distinfo b/devel/py-pytest/distinfo index db173fdad5c5..6ccf342cc812 100644 --- a/devel/py-pytest/distinfo +++ b/devel/py-pytest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405525 -SHA256 (pytest-4.6.11.tar.gz) = 50fa82392f2120cc3ec2ca0a75ee615be4c479e66669789771f1758332be4353 -SIZE (pytest-4.6.11.tar.gz) = 952305 +TIMESTAMP = 1623756059 +SHA256 (pytest-6.2.4.tar.gz) = 50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b +SIZE (pytest-6.2.4.tar.gz) = 1118084 diff --git a/devel/py-pytest/files/patch-testing-test_parseopt.py b/devel/py-pytest/files/patch-testing-test_parseopt.py deleted file mode 100644 index 22683ffee3af..000000000000 --- a/devel/py-pytest/files/patch-testing-test_parseopt.py +++ /dev/null @@ -1,11 +0,0 @@ ---- testing/test_parseopt.py.orig 2020-06-05 12:09:03 UTC -+++ testing/test_parseopt.py -@@ -305,7 +305,7 @@ def test_argcomplete(testdir, monkeypatch): - # redirect output from argcomplete to stdin and stderr is not trivial - # http://stackoverflow.com/q/12589419/1307905 - # so we use bash -- fp.write('COMP_WORDBREAKS="$COMP_WORDBREAKS" python -m pytest 8>&1 9>&2') -+ fp.write('COMP_WORDBREAKS="$COMP_WORDBREAKS" %%PYTHON_CMD%% -m pytest 8>&1 9>&2') - # alternative would be exteneded Testdir.{run(),_run(),popen()} to be able - # to handle a keyword argument env that replaces os.environ in popen or - # extends the copy, advantage: could not forget to restore From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:38:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88DDF656D5E; Wed, 23 Jun 2021 20:38: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 4G9FTC3XNsz3qhf; Wed, 23 Jun 2021 20:38: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 61CC82C9E; Wed, 23 Jun 2021 20:38: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 15NKc7Gr095618; Wed, 23 Jun 2021 20:38:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKc7iQ095617; Wed, 23 Jun 2021 20:38:07 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:38:07 GMT Message-Id: <202106232038.15NKc7iQ095617@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: d07f92b9bf00 - main - devel/py-pytest-xdist: Update to 2.3.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: d07f92b9bf00821e372f003d698525cd1ae19dc2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:38:07 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=d07f92b9bf00821e372f003d698525cd1ae19dc2 commit d07f92b9bf00821e372f003d698525cd1ae19dc2 Author: Kevin Bowling AuthorDate: 2021-06-23 20:37:23 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 20:37:23 +0000 devel/py-pytest-xdist: Update to 2.3.0 PR: 256624 Approved by: maintainer (koobs) --- devel/py-pytest-xdist/Makefile | 2 +- devel/py-pytest-xdist/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-pytest-xdist/Makefile b/devel/py-pytest-xdist/Makefile index 44341bb80115..3210aa8af104 100644 --- a/devel/py-pytest-xdist/Makefile +++ b/devel/py-pytest-xdist/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak PORTNAME= pytest-xdist -PORTVERSION= 1.32.0 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-xdist/distinfo b/devel/py-pytest-xdist/distinfo index f7f6d920d0f1..8843cddac746 100644 --- a/devel/py-pytest-xdist/distinfo +++ b/devel/py-pytest-xdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589772305 -SHA256 (pytest-xdist-1.32.0.tar.gz) = 1d4166dcac69adb38eeaedb88c8fada8588348258a3492ab49ba9161f2971129 -SIZE (pytest-xdist-1.32.0.tar.gz) = 67733 +TIMESTAMP = 1624480550 +SHA256 (pytest-xdist-2.3.0.tar.gz) = e8ecde2f85d88fbcadb7d28cb33da0fa29bca5cf7d5967fa89fc0e97e5299ea5 +SIZE (pytest-xdist-2.3.0.tar.gz) = 66072 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:43:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F4E1657295; Wed, 23 Jun 2021 20:43: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 4G9FbT73tTz3rQL; Wed, 23 Jun 2021 20:43: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 DA8582EE9; Wed, 23 Jun 2021 20:43: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 15NKhXZV009088; Wed, 23 Jun 2021 20:43:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKhXc1009087; Wed, 23 Jun 2021 20:43:33 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:43:33 GMT Message-Id: <202106232043.15NKhXc1009087@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: fc30dd47752b - main - www/py-flask-smorest: Update to 0.31.2 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: fc30dd47752b3f0875355b90cbd7c9bcff23cf21 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:43:34 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc30dd47752b3f0875355b90cbd7c9bcff23cf21 commit fc30dd47752b3f0875355b90cbd7c9bcff23cf21 Author: Goran Meki? AuthorDate: 2021-06-23 20:42:15 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 20:43:08 +0000 www/py-flask-smorest: Update to 0.31.2 Changes https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0312-2021-06-21 PR: 256787 Approved by: maintainer --- www/py-flask-smorest/Makefile | 2 +- www/py-flask-smorest/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile index 2126accc1bbf..53c3cd7073de 100644 --- a/www/py-flask-smorest/Makefile +++ b/www/py-flask-smorest/Makefile @@ -1,5 +1,5 @@ PORTNAME= flask-smorest -PORTVERSION= 0.31.1 +PORTVERSION= 0.31.2 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-flask-smorest/distinfo b/www/py-flask-smorest/distinfo index a26448d3253c..658cf004951e 100644 --- a/www/py-flask-smorest/distinfo +++ b/www/py-flask-smorest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623751159 -SHA256 (flask-smorest-0.31.1.tar.gz) = 26cd7dbce9ee98c662407c80f23abacd111ef134f92529730e45e17794251ac8 -SIZE (flask-smorest-0.31.1.tar.gz) = 73994 +TIMESTAMP = 1624437309 +SHA256 (flask-smorest-0.31.2.tar.gz) = 524be5a7015bdb21745c5c22e6a980f4ed4dc7db80395c25d2a81c825ab9c090 +SIZE (flask-smorest-0.31.2.tar.gz) = 67699 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:46:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B9EC665729B; Wed, 23 Jun 2021 20:46: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 4G9Fff3bfWz3rpN; Wed, 23 Jun 2021 20:46: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 63A652FB9; Wed, 23 Jun 2021 20:46: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 15NKkIh3009466; Wed, 23 Jun 2021 20:46:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKkItv009465; Wed, 23 Jun 2021 20:46:18 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:46:18 GMT Message-Id: <202106232046.15NKkItv009465@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: 24ba6b9eaa84 - main - databases/py-peewee_migrate: Update to 1.4.3 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: 24ba6b9eaa848b4acee817c1dfd119996484d95b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:46:18 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=24ba6b9eaa848b4acee817c1dfd119996484d95b commit 24ba6b9eaa848b4acee817c1dfd119996484d95b Author: Goran Meki? AuthorDate: 2021-06-23 20:45:14 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 20:45:14 +0000 databases/py-peewee_migrate: Update to 1.4.3 Changes https://github.com/klen/peewee_migrate/compare/c78f6fc...c328380 PR: 256785 Approved by: maintainer --- databases/py-peewee_migrate/Makefile | 2 +- databases/py-peewee_migrate/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/py-peewee_migrate/Makefile b/databases/py-peewee_migrate/Makefile index 59333edde28b..b865d1d49106 100644 --- a/databases/py-peewee_migrate/Makefile +++ b/databases/py-peewee_migrate/Makefile @@ -1,5 +1,5 @@ PORTNAME= peewee_migrate -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= databases devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-peewee_migrate/distinfo b/databases/py-peewee_migrate/distinfo index a29c2b78453d..8c88e897b1ca 100644 --- a/databases/py-peewee_migrate/distinfo +++ b/databases/py-peewee_migrate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623749220 -SHA256 (klen-peewee_migrate-1.4.2_GH0.tar.gz) = a09bf153acb609bb0f58ff49b94989e89eb97d3daf162b46ef7e19991ee10853 -SIZE (klen-peewee_migrate-1.4.2_GH0.tar.gz) = 23376 +TIMESTAMP = 1624436725 +SHA256 (klen-peewee_migrate-1.4.3_GH0.tar.gz) = 8c12f6c35ff7904eb94cd452128430f3e4babb5b111f71353f83261778e685d3 +SIZE (klen-peewee_migrate-1.4.3_GH0.tar.gz) = 23552 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 20:51:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DA736578F3; Wed, 23 Jun 2021 20:51: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 4G9Fn23fJMz3syH; Wed, 23 Jun 2021 20:51: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 655113382; Wed, 23 Jun 2021 20:51: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 15NKpoxN021710; Wed, 23 Jun 2021 20:51:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NKpoN8021709; Wed, 23 Jun 2021 20:51:50 GMT (envelope-from git) Date: Wed, 23 Jun 2021 20:51:50 GMT Message-Id: <202106232051.15NKpoN8021709@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: 413bf2d2e922 - main - sysutils/fluent-bit: fix build problem on FreeBSD-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: 413bf2d2e9224e3b8084012e9189f62a46a461ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 20:51:50 -0000 The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=413bf2d2e9224e3b8084012e9189f62a46a461ed commit 413bf2d2e9224e3b8084012e9189f62a46a461ed Author: Palle Girgensohn AuthorDate: 2021-06-23 07:58:30 +0000 Commit: Palle Girgensohn CommitDate: 2021-06-23 20:51:12 +0000 sysutils/fluent-bit: fix build problem on FreeBSD-14 This should really be considered a compiler bug. I have no access to a CURRENT box at the moment, so I'll just try this trivial patch and will hope that it helps. --- .../files/patch-lib__mbedtls-2.24.0__library__md5.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sysutils/fluent-bit/files/patch-lib__mbedtls-2.24.0__library__md5.c b/sysutils/fluent-bit/files/patch-lib__mbedtls-2.24.0__library__md5.c new file mode 100644 index 000000000000..1e60c667600a --- /dev/null +++ b/sysutils/fluent-bit/files/patch-lib__mbedtls-2.24.0__library__md5.c @@ -0,0 +1,12 @@ +--- lib/mbedtls-2.24.0/library/md5.c.orig 2021-06-23 09:56:17.365471000 +0200 ++++ lib/mbedtls-2.24.0/library/md5.c 2021-06-23 09:56:30.205899000 +0200 +@@ -422,8 +422,7 @@ + { "message digest" }, + { "abcdefghijklmnopqrstuvwxyz" }, + { "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" }, +- { "12345678901234567890123456789012345678901234567890123456789012" +- "345678901234567890" } ++ { "12345678901234567890123456789012345678901234567890123456789012345678901234567890" } + }; + + static const size_t md5_test_buflen[7] = From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:07:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F6E6657E6E; Wed, 23 Jun 2021 21:07: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 4G9G6t0qsnz3w0l; Wed, 23 Jun 2021 21:07: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 00E373493; Wed, 23 Jun 2021 21:07: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 15NL7Hdh036853; Wed, 23 Jun 2021 21:07:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NL7HQX036852; Wed, 23 Jun 2021 21:07:17 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:07:17 GMT Message-Id: <202106232107.15NL7HQX036852@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: 1a91740c5b2b - main - print/epson-inkjet-printer-escpr2: Update to 1.1.34 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: 1a91740c5b2bc949b64242e19bb3defbf90a3868 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:07:18 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a91740c5b2bc949b64242e19bb3defbf90a3868 commit 1a91740c5b2bc949b64242e19bb3defbf90a3868 Author: Tatsuki Makino AuthorDate: 2021-06-23 20:49:27 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 21:03:31 +0000 print/epson-inkjet-printer-escpr2: Update to 1.1.34 New PPD files for PX-S6010 series and ST-C8090 series have been added. New PPD files for WF-M5299 series and WF-M5799 series are also available. But they will not be installed. If they are needed, extract them from src.rpm :) PR: 256703 Approved by: maintainer --- print/epson-inkjet-printer-escpr2/Makefile | 9 +++++---- print/epson-inkjet-printer-escpr2/distinfo | 14 +++++++------- print/epson-inkjet-printer-escpr2/pkg-plist | 2 ++ 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/print/epson-inkjet-printer-escpr2/Makefile b/print/epson-inkjet-printer-escpr2/Makefile index 8daecc7db455..d8e20dbc6695 100644 --- a/print/epson-inkjet-printer-escpr2/Makefile +++ b/print/epson-inkjet-printer-escpr2/Makefile @@ -1,10 +1,10 @@ PORTNAME= epson-inkjet-printer-escpr2 -DISTVERSION= 1.1.33 +DISTVERSION= 1.1.34 DISTVERSIONSUFFIX= -1lsb3.2 CATEGORIES= print -MASTER_SITES= https://download3.ebz.epson.net/dsc/f/03/00/12/70/17/20c6da0381ea4966200302d61fc42b0acaea4040/:i386 \ - https://download3.ebz.epson.net/dsc/f/03/00/12/70/17/379e828e9552ca4dc49c7cfcc3c665bd4da1336c/:amd64 \ - https://download3.ebz.epson.net/dsc/f/03/00/12/70/17/b157323e14b6199f708c120307ef3ebe0e11231f/:SOURCE +MASTER_SITES= https://download3.ebz.epson.net/dsc/f/03/00/12/85/50/51035a6037dc07e002069d6cd9219ff70f22270e/:i386 \ + https://download3.ebz.epson.net/dsc/f/03/00/12/85/50/33989da474fd3f2c2c918666257fe4c80518bb91/:amd64 \ + https://download3.ebz.epson.net/dsc/f/03/00/12/85/50/9c54658828fe3ee8409df62f73fe36a68fe7194c/:SOURCE EXTRACT_SUFX= .rpm DISTFILES_amd64= ${DISTNAME}.x86_64${EXTRACT_SUFX}:amd64 DISTFILES_i386= ${DISTNAME}.i486${EXTRACT_SUFX}:i386 @@ -22,6 +22,7 @@ LICENSE_PERMS_EPSON= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell LICENSE_DISTFILES_EPSON= ${DISTNAME}.i486${EXTRACT_SUFX} \ ${DISTNAME}.x86_64${EXTRACT_SUFX} \ ${DISTNAME}.src${EXTRACT_SUFX} + LEGAL_TEXT= License does not permit public sharing and revenue earning, and restricts exports RUN_DEPENDS= ${LOCALBASE}/libexec/cups/filter/gstoraster:print/cups-filters \ diff --git a/print/epson-inkjet-printer-escpr2/distinfo b/print/epson-inkjet-printer-escpr2/distinfo index e3b289b0b6a5..c97b1b2c6065 100644 --- a/print/epson-inkjet-printer-escpr2/distinfo +++ b/print/epson-inkjet-printer-escpr2/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1621738800 -SHA256 (epson-inkjet-printer-escpr2-1.1.33-1lsb3.2.i486.rpm) = d6ee28647b3bc92fadae20773cc4b6e36449eb7e5c8bd371c1b473265f5b2420 -SIZE (epson-inkjet-printer-escpr2-1.1.33-1lsb3.2.i486.rpm) = 2788356 -SHA256 (epson-inkjet-printer-escpr2-1.1.33-1lsb3.2.x86_64.rpm) = f7dcb478a9296903e3f2fcb54db376403fbe1f12025f2602be2142013553e34c -SIZE (epson-inkjet-printer-escpr2-1.1.33-1lsb3.2.x86_64.rpm) = 2787800 -SHA256 (epson-inkjet-printer-escpr2-1.1.33-1lsb3.2.src.rpm) = 8333908fc914b9bdf5c775555cc8cdf72e1eea93360e7e548823d948dde5d6ad -SIZE (epson-inkjet-printer-escpr2-1.1.33-1lsb3.2.src.rpm) = 3665052 +TIMESTAMP = 1623985200 +SHA256 (epson-inkjet-printer-escpr2-1.1.34-1lsb3.2.i486.rpm) = 4afaa19ae9f8b552ed879e1502c8a883eae2bc3fd728fc9ed38d26c1ac4cc55b +SIZE (epson-inkjet-printer-escpr2-1.1.34-1lsb3.2.i486.rpm) = 2863511 +SHA256 (epson-inkjet-printer-escpr2-1.1.34-1lsb3.2.x86_64.rpm) = f85dfe430146e740f1fe09c0a94631177d5dee30256d88bd531eda4016d9ffb4 +SIZE (epson-inkjet-printer-escpr2-1.1.34-1lsb3.2.x86_64.rpm) = 2862984 +SHA256 (epson-inkjet-printer-escpr2-1.1.34-1lsb3.2.src.rpm) = fc672301633e19d2ed958dda8a36b3de7d54154cdc8b958aae971667365bb9cb +SIZE (epson-inkjet-printer-escpr2-1.1.34-1lsb3.2.src.rpm) = 3728729 diff --git a/print/epson-inkjet-printer-escpr2/pkg-plist b/print/epson-inkjet-printer-escpr2/pkg-plist index 9b00af8cf2d4..1492ce1f0f6d 100644 --- a/print/epson-inkjet-printer-escpr2/pkg-plist +++ b/print/epson-inkjet-printer-escpr2/pkg-plist @@ -111,6 +111,7 @@ %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-PX-S381L-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-PX-S5010_Series-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-PX-S5080_Series-epson-inkjet-printer-escpr2.ppd.gz +%%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-PX-S6010_Series-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-PX-S6710T_Series-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-PX-S7070X-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-PX-S7090X-epson-inkjet-printer-escpr2.ppd.gz @@ -122,6 +123,7 @@ %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-ST-3000_Series-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-ST-4000_Series-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-ST-C8000_Series-epson-inkjet-printer-escpr2.ppd.gz +%%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-ST-C8090_Series-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-ST-M1000_Series-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-ST-M3000_Series-epson-inkjet-printer-escpr2.ppd.gz %%LINUXBASE%%/opt/epson-inkjet-printer-escpr2/ppds/Epson/Epson-WF-2860_Series-epson-inkjet-printer-escpr2.ppd.gz From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:13:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59637657F1E; Wed, 23 Jun 2021 21:13: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 4G9GFc28FWz4Qrc; Wed, 23 Jun 2021 21:13: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 31F4E33DE; Wed, 23 Jun 2021 21:13: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 15NLD8AI049528; Wed, 23 Jun 2021 21:13:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NLD8cf049527; Wed, 23 Jun 2021 21:13:08 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:13:08 GMT Message-Id: <202106232113.15NLD8cf049527@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: 41125670ed1d - main - science/shelxle: Update 1.0.1273 -> 1.0.1275 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: 41125670ed1dbc573637f75edfc57bf084fbcca6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:13:08 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=41125670ed1dbc573637f75edfc57bf084fbcca6 commit 41125670ed1dbc573637f75edfc57bf084fbcca6 Author: Yuri Victorovich AuthorDate: 2021-06-23 20:53:54 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-23 21:13:06 +0000 science/shelxle: Update 1.0.1273 -> 1.0.1275 Reported by: portscout --- science/shelxle/Makefile | 3 +-- science/shelxle/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/science/shelxle/Makefile b/science/shelxle/Makefile index 6dd78a2600c5..45438e579870 100644 --- a/science/shelxle/Makefile +++ b/science/shelxle/Makefile @@ -1,6 +1,5 @@ PORTNAME= shelxle -DISTVERSION= 1.0.1273 -PORTREVISION= 1 +DISTVERSION= 1.0.1275 CATEGORIES= science # chemistry MASTER_SITES= SF/${PORTNAME}/code/ diff --git a/science/shelxle/distinfo b/science/shelxle/distinfo index 412db4f3d5ed..d1f572660645 100644 --- a/science/shelxle/distinfo +++ b/science/shelxle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623782954 -SHA256 (shelxle-1.0.1273.tar.bz2) = 380d80df008bd8d176f2fd702267b91794ecdd7c80f976e6650e99bc8c9d3915 -SIZE (shelxle-1.0.1273.tar.bz2) = 3726833 +TIMESTAMP = 1624480434 +SHA256 (shelxle-1.0.1275.tar.bz2) = b59ead0ea17aaf240c3ab0fc75479d27b15ed6f4047483e6c5e6427a96731ba5 +SIZE (shelxle-1.0.1275.tar.bz2) = 3679280 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:14:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 30E8E657F98; Wed, 23 Jun 2021 21:14: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 4G9GH90xP4z4Qpb; Wed, 23 Jun 2021 21:14: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 082EC37B2; Wed, 23 Jun 2021 21:14: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 15NLESY8049742; Wed, 23 Jun 2021 21:14:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NLESdh049741; Wed, 23 Jun 2021 21:14:28 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:14:28 GMT Message-Id: <202106232114.15NLESdh049741@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: 04970170ce11 - main - net-im/prosody-modules: update to 20210605 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: 04970170ce11954477e2a1645aec465f3b97c9db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:14:29 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=04970170ce11954477e2a1645aec465f3b97c9db commit 04970170ce11954477e2a1645aec465f3b97c9db Author: Rozhuk Ivan AuthorDate: 2021-06-23 21:13:30 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 21:14:22 +0000 net-im/prosody-modules: update to 20210605 allow STUN/TURN work PR: 256693 Approved by: maintainer --- net-im/prosody-modules/Makefile | 4 +-- net-im/prosody-modules/distinfo | 6 ++-- net-im/prosody-modules/pkg-plist | 61 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 65 insertions(+), 6 deletions(-) diff --git a/net-im/prosody-modules/Makefile b/net-im/prosody-modules/Makefile index cdf7f1e38638..7de6b54cc814 100644 --- a/net-im/prosody-modules/Makefile +++ b/net-im/prosody-modules/Makefile @@ -1,8 +1,8 @@ PORTNAME= prosody-modules -PORTVERSION= 20200302 +PORTVERSION= 20210605 CATEGORIES= net-im MASTER_SITES= https://hg.prosody.im/${PORTNAME}/archive/ -DISTNAME= 7e7ac4af6e0c +DISTNAME= bb8459c220c9 DIST_SUBDIR= ${PORTNAME} MAINTAINER= rozhuk.im@gmail.com diff --git a/net-im/prosody-modules/distinfo b/net-im/prosody-modules/distinfo index 85f51417f6be..0f0b200cde78 100644 --- a/net-im/prosody-modules/distinfo +++ b/net-im/prosody-modules/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1583258559 -SHA256 (prosody-modules/7e7ac4af6e0c.tar.gz) = af87c908c4ad4809377bef29f413c7e7e2c0c0a83c014edc56d90b8893f12354 -SIZE (prosody-modules/7e7ac4af6e0c.tar.gz) = 959009 +TIMESTAMP = 1623020557 +SHA256 (prosody-modules/bb8459c220c9.tar.gz) = e8d4ade91913140b3605ed08a9281b5416d97b30bcaf738b1b0050e8ec65bb99 +SIZE (prosody-modules/bb8459c220c9.tar.gz) = 1445375 diff --git a/net-im/prosody-modules/pkg-plist b/net-im/prosody-modules/pkg-plist index 600d5c5561b0..87812e75a578 100644 --- a/net-im/prosody-modules/pkg-plist +++ b/net-im/prosody-modules/pkg-plist @@ -1,4 +1,5 @@ %%INSTALLPATH%%/actions.lib.lua +%%INSTALLPATH%%/apidemo.lib.lua %%INSTALLPATH%%/conditions.lib.lua %%INSTALLPATH%%/datamanager_append_raw.lib.lua %%INSTALLPATH%%/definitions.lib.lua @@ -16,8 +17,10 @@ %%INSTALLPATH%%/mod_adhoc_blacklist.lua %%INSTALLPATH%%/mod_adhoc_dataforms_demo.lua %%INSTALLPATH%%/mod_adhoc_groups.lua +%%INSTALLPATH%%/mod_adhoc_oauth2_client.lua %%INSTALLPATH%%/mod_admin_blocklist.lua %%INSTALLPATH%%/mod_admin_message.lua +%%INSTALLPATH%%/mod_admin_notify.lua %%INSTALLPATH%%/mod_admin_probe.lua %%INSTALLPATH%%/mod_alias.lua %%INSTALLPATH%%/mod_atom.lua @@ -26,6 +29,7 @@ %%INSTALLPATH%%/mod_auth_custom_http.lua %%INSTALLPATH%%/mod_auth_external_insecure.lua %%INSTALLPATH%%/mod_auth_ha1.lua +%%INSTALLPATH%%/mod_auth_http.lua %%INSTALLPATH%%/mod_auth_http_async.lua %%INSTALLPATH%%/mod_auth_http_cookie.lua %%INSTALLPATH%%/mod_auth_internal_yubikey.lua @@ -65,11 +69,15 @@ %%INSTALLPATH%%/mod_client_certs.lua %%INSTALLPATH%%/mod_client_proxy.lua %%INSTALLPATH%%/mod_cloud_notify.lua +%%INSTALLPATH%%/mod_cloud_notify_encrypted.lua +%%INSTALLPATH%%/mod_cloud_notify_filters.lua +%%INSTALLPATH%%/mod_cloud_notify_priority_tag.lua %%INSTALLPATH%%/mod_compact_resource.lua %%INSTALLPATH%%/mod_compat_bind.lua %%INSTALLPATH%%/mod_compat_dialback.lua %%INSTALLPATH%%/mod_compat_muc_admin.lua %%INSTALLPATH%%/mod_compat_vcard.lua +%%INSTALLPATH%%/mod_compliance_2021.lua %%INSTALLPATH%%/mod_component_client.lua %%INSTALLPATH%%/mod_component_http.lua %%INSTALLPATH%%/mod_component_roundrobin.lua @@ -81,13 +89,16 @@ %%INSTALLPATH%%/mod_csi_compat.lua %%INSTALLPATH%%/mod_csi_grace_period.lua %%INSTALLPATH%%/mod_csi_muc_priorities.lua +%%INSTALLPATH%%/mod_csi_simple_compat.lua %%INSTALLPATH%%/mod_data_access.lua +%%INSTALLPATH%%/mod_debug_traceback.lua %%INSTALLPATH%%/mod_default_bookmarks.lua %%INSTALLPATH%%/mod_default_vcard.lua %%INSTALLPATH%%/mod_delegation.lua %%INSTALLPATH%%/mod_deny_omemo.lua %%INSTALLPATH%%/mod_devices.lua %%INSTALLPATH%%/mod_disable_tls.lua +%%INSTALLPATH%%/mod_discodot.lua %%INSTALLPATH%%/mod_discoitems.lua %%INSTALLPATH%%/mod_dwd.lua %%INSTALLPATH%%/mod_e2e_policy.lua @@ -95,6 +106,7 @@ %%INSTALLPATH%%/mod_email.lua %%INSTALLPATH%%/mod_email_pass.lua %%INSTALLPATH%%/mod_extdisco.lua +%%INSTALLPATH%%/mod_external_services.lua %%INSTALLPATH%%/mod_fallback_vcard.lua %%INSTALLPATH%%/mod_file_management.lua %%INSTALLPATH%%/mod_filter_chatstates.lua @@ -103,10 +115,15 @@ %%INSTALLPATH%%/mod_flash_policy.lua %%INSTALLPATH%%/mod_graceful_shutdown.lua %%INSTALLPATH%%/mod_group_bookmarks.lua +%%INSTALLPATH%%/mod_groups_internal.lua +%%INSTALLPATH%%/mod_groups_migration.lua +%%INSTALLPATH%%/mod_groups_muc_bookmarks.lua +%%INSTALLPATH%%/mod_groups_shell.lua %%INSTALLPATH%%/mod_host_blacklist.lua %%INSTALLPATH%%/mod_host_guard.lua %%INSTALLPATH%%/mod_host_status_check.lua %%INSTALLPATH%%/mod_host_status_heartbeat.lua +%%INSTALLPATH%%/mod_http_admin_api.lua %%INSTALLPATH%%/mod_http_altconnect.lua %%INSTALLPATH%%/mod_http_auth_check.lua %%INSTALLPATH%%/mod_http_authentication.lua @@ -116,10 +133,12 @@ %%INSTALLPATH%%/mod_http_host_status_check.lua %%INSTALLPATH%%/mod_http_hostaliases.lua %%INSTALLPATH%%/mod_http_index.lua +%%INSTALLPATH%%/mod_http_libjs.lua %%INSTALLPATH%%/mod_http_logging.lua %%INSTALLPATH%%/mod_http_muc_log.lua %%INSTALLPATH%%/mod_http_oauth2.lua %%INSTALLPATH%%/mod_http_pep_avatar.lua +%%INSTALLPATH%%/mod_http_prebind.lua %%INSTALLPATH%%/mod_http_rest.lua %%INSTALLPATH%%/mod_http_roster_admin.lua %%INSTALLPATH%%/mod_http_stats_stream.lua @@ -132,14 +151,24 @@ %%INSTALLPATH%%/mod_inotify_reload.lua %%INSTALLPATH%%/mod_invite.lua %%INSTALLPATH%%/mod_invites.lua +%%INSTALLPATH%%/mod_invites_adhoc.lua +%%INSTALLPATH%%/mod_invites_api.lua +%%INSTALLPATH%%/mod_invites_groups.lua +%%INSTALLPATH%%/mod_invites_page.lua +%%INSTALLPATH%%/mod_invites_register.lua +%%INSTALLPATH%%/mod_invites_register_api.lua +%%INSTALLPATH%%/mod_invites_register_web.lua +%%INSTALLPATH%%/mod_invites_tracking.lua %%INSTALLPATH%%/mod_ipcheck.lua %%INSTALLPATH%%/mod_isolate_host.lua %%INSTALLPATH%%/mod_jid_prep.lua %%INSTALLPATH%%/mod_json_streams.lua %%INSTALLPATH%%/mod_lastlog.lua +%%INSTALLPATH%%/mod_lastlog2.lua %%INSTALLPATH%%/mod_latex.lua %%INSTALLPATH%%/mod_limit_auth.lua %%INSTALLPATH%%/mod_limits.lua +%%INSTALLPATH%%/mod_limits_exception.lua %%INSTALLPATH%%/mod_list_active.lua %%INSTALLPATH%%/mod_list_inactive.lua %%INSTALLPATH%%/mod_listusers.lua @@ -152,6 +181,7 @@ %%INSTALLPATH%%/mod_log_mark.lua %%INSTALLPATH%%/mod_log_messages_sql.lua %%INSTALLPATH%%/mod_log_rate.lua +%%INSTALLPATH%%/mod_log_ringbuffer.lua %%INSTALLPATH%%/mod_log_sasl_mech.lua %%INSTALLPATH%%/mod_log_slow_events.lua %%INSTALLPATH%%/mod_mam.lua @@ -165,38 +195,58 @@ %%INSTALLPATH%%/mod_measure_client_identities.lua %%INSTALLPATH%%/mod_measure_client_presence.lua %%INSTALLPATH%%/mod_measure_cpu.lua +%%INSTALLPATH%%/mod_measure_lua.lua %%INSTALLPATH%%/mod_measure_malloc.lua %%INSTALLPATH%%/mod_measure_memory.lua %%INSTALLPATH%%/mod_measure_message_e2ee.lua %%INSTALLPATH%%/mod_measure_message_length.lua +%%INSTALLPATH%%/mod_measure_muc.lua +%%INSTALLPATH%%/mod_measure_process.lua +%%INSTALLPATH%%/mod_measure_registration.lua %%INSTALLPATH%%/mod_measure_stanza_counts.lua %%INSTALLPATH%%/mod_measure_storage.lua %%INSTALLPATH%%/mod_message_logging.lua %%INSTALLPATH%%/mod_migrate.lua +%%INSTALLPATH%%/mod_migrate_http_upload.lua %%INSTALLPATH%%/mod_minimix.lua %%INSTALLPATH%%/mod_motd_sequential.lua %%INSTALLPATH%%/mod_muc_access_control.lua +%%INSTALLPATH%%/mod_muc_archive.lua %%INSTALLPATH%%/mod_muc_badge.lua %%INSTALLPATH%%/mod_muc_ban_ip.lua +%%INSTALLPATH%%/mod_muc_batched_probe.lua %%INSTALLPATH%%/mod_muc_block_pm.lua +%%INSTALLPATH%%/mod_muc_bot.lua %%INSTALLPATH%%/mod_muc_cloud_notify.lua %%INSTALLPATH%%/mod_muc_config_restrict.lua %%INSTALLPATH%%/mod_muc_defaults.lua +%%INSTALLPATH%%/mod_muc_dicebot.lua %%INSTALLPATH%%/mod_muc_eventsource.lua %%INSTALLPATH%%/mod_muc_gc10.lua +%%INSTALLPATH%%/mod_muc_hats_adhoc.lua +%%INSTALLPATH%%/mod_muc_hats_api.lua %%INSTALLPATH%%/mod_muc_hide_media.lua +%%INSTALLPATH%%/mod_muc_http_auth.lua +%%INSTALLPATH%%/mod_muc_http_defaults.lua +%%INSTALLPATH%%/mod_muc_inject_mentions.lua %%INSTALLPATH%%/mod_muc_intercom.lua %%INSTALLPATH%%/mod_muc_lang.lua %%INSTALLPATH%%/mod_muc_limits.lua +%%INSTALLPATH%%/mod_muc_local_only.lua %%INSTALLPATH%%/mod_muc_log.lua %%INSTALLPATH%%/mod_muc_mam_hints.lua %%INSTALLPATH%%/mod_muc_mam_markers.lua +%%INSTALLPATH%%/mod_muc_markers.lua %%INSTALLPATH%%/mod_muc_media_metadata.lua +%%INSTALLPATH%%/mod_muc_mention_notifications.lua %%INSTALLPATH%%/mod_muc_moderation.lua %%INSTALLPATH%%/mod_muc_notifications.lua %%INSTALLPATH%%/mod_muc_occupant_id.lua +%%INSTALLPATH%%/mod_muc_offline_delivery.lua %%INSTALLPATH%%/mod_muc_ping.lua +%%INSTALLPATH%%/mod_muc_rai.lua %%INSTALLPATH%%/mod_muc_restrict_rooms.lua +%%INSTALLPATH%%/mod_muc_search.lua %%INSTALLPATH%%/mod_muc_webchat_url.lua %%INSTALLPATH%%/mod_munin.lua %%INSTALLPATH%%/mod_net_dovecotauth.lua @@ -205,6 +255,7 @@ %%INSTALLPATH%%/mod_nooffline_noerror.lua %%INSTALLPATH%%/mod_offline_email.lua %%INSTALLPATH%%/mod_offline_hints.lua +%%INSTALLPATH%%/mod_ogp.lua %%INSTALLPATH%%/mod_omemo_all_access.lua %%INSTALLPATH%%/mod_onhold.lua %%INSTALLPATH%%/mod_onions.lua @@ -235,11 +286,14 @@ %%INSTALLPATH%%/mod_pubsub_pivotaltracker.lua %%INSTALLPATH%%/mod_pubsub_post.lua %%INSTALLPATH%%/mod_pubsub_stats.lua +%%INSTALLPATH%%/mod_pubsub_subscription.lua +%%INSTALLPATH%%/mod_pubsub_summary.lua %%INSTALLPATH%%/mod_pubsub_text_interface.lua %%INSTALLPATH%%/mod_pubsub_twitter.lua %%INSTALLPATH%%/mod_query_client_ver.lua %%INSTALLPATH%%/mod_rawdebug.lua %%INSTALLPATH%%/mod_readonly.lua +%%INSTALLPATH%%/mod_register_apps.lua %%INSTALLPATH%%/mod_register_dnsbl.lua %%INSTALLPATH%%/mod_register_dnsbl_firewall_mark.lua %%INSTALLPATH%%/mod_register_dnsbl_warn.lua @@ -276,6 +330,7 @@ %%INSTALLPATH%%/mod_saslname.lua %%INSTALLPATH%%/mod_seclabels.lua %%INSTALLPATH%%/mod_secure_interfaces.lua +%%INSTALLPATH%%/mod_sentry.lua %%INSTALLPATH%%/mod_server_status.lua %%INSTALLPATH%%/mod_service_directories.lua %%INSTALLPATH%%/mod_sift.lua @@ -295,7 +350,6 @@ %%INSTALLPATH%%/mod_statistics_auth.lua %%INSTALLPATH%%/mod_statistics_cputotal.lua %%INSTALLPATH%%/mod_statistics_mem.lua -%%INSTALLPATH%%/mod_statistics_statsd.lua %%INSTALLPATH%%/mod_statistics_statsman.lua %%INSTALLPATH%%/mod_stats39.lua %%INSTALLPATH%%/mod_statsd.lua @@ -321,6 +375,7 @@ %%INSTALLPATH%%/mod_throttle_presence.lua %%INSTALLPATH%%/mod_throttle_unsolicited.lua %%INSTALLPATH%%/mod_tls_policy.lua +%%INSTALLPATH%%/mod_tlsfail.lua %%INSTALLPATH%%/mod_traceback.lua %%INSTALLPATH%%/mod_track_muc_joins.lua %%INSTALLPATH%%/mod_turncredentials.lua @@ -330,14 +385,18 @@ %%INSTALLPATH%%/mod_vcard_muc.lua %%INSTALLPATH%%/mod_vjud.lua %%INSTALLPATH%%/mod_warn_legacy_tls.lua +%%INSTALLPATH%%/mod_watch_spam_reports.lua %%INSTALLPATH%%/mod_watchuntrusted.lua %%INSTALLPATH%%/mod_webpresence.lua +%%INSTALLPATH%%/mod_welcome_page.lua %%INSTALLPATH%%/mod_xhtmlim.lua %%INSTALLPATH%%/mqtt.lib.lua %%INSTALLPATH%%/prosodytop.lib.lua %%INSTALLPATH%%/rsm.lib.lua +%%INSTALLPATH%%/sentry.lib.lua %%INSTALLPATH%%/stats.lib.lua %%INSTALLPATH%%/test.lib.lua +%%INSTALLPATH%%/test.lua %%INSTALLPATH%%/test_token_auth.lua %%INSTALLPATH%%/token_auth_utils.lib.lua %%INSTALLPATH%%/top.lib.lua From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:22:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18CE5657F3A; Wed, 23 Jun 2021 21:22: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 4G9GSy03vbz4RZf; Wed, 23 Jun 2021 21:22: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 DE5353B8A; Wed, 23 Jun 2021 21: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 15NLMvEC063331; Wed, 23 Jun 2021 21: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 15NLMvnW063330; Wed, 23 Jun 2021 21:22:57 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:22:57 GMT Message-Id: <202106232122.15NLMvnW063330@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: 423e9ecc8e2a - main - editors/sublime-text4: update to 4109 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: 423e9ecc8e2af790f7c21ae8204cc7ac35ae581e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:22:58 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=423e9ecc8e2af790f7c21ae8204cc7ac35ae581e commit 423e9ecc8e2af790f7c21ae8204cc7ac35ae581e Author: Eric Turgeon AuthorDate: 2021-06-23 21:21:22 +0000 Commit: Eric Turgeon CommitDate: 2021-06-23 21:22:22 +0000 editors/sublime-text4: update to 4109 --- editors/sublime-text4/Makefile | 2 +- editors/sublime-text4/pkg-plist | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/editors/sublime-text4/Makefile b/editors/sublime-text4/Makefile index b9b9aabfb436..474fd903474a 100644 --- a/editors/sublime-text4/Makefile +++ b/editors/sublime-text4/Makefile @@ -1,7 +1,7 @@ # Created by: Eric TUrgeon PORTNAME= sublime -PORTVERSION= 4107 +PORTVERSION= 4109 CATEGORIES= editors linux MASTER_SITES= http://download.sublimetext.com/ PKGNAMESUFFIX= -text4 diff --git a/editors/sublime-text4/pkg-plist b/editors/sublime-text4/pkg-plist index 85d783292062..9d17e35b6adf 100644 --- a/editors/sublime-text4/pkg-plist +++ b/editors/sublime-text4/pkg-plist @@ -82,3 +82,5 @@ share/icons/hicolor/48x48/apps/sublime-text.png %%DATADIR%%/plugin_host-3.3 %%DATADIR%%/plugin_host-3.8 %%DATADIR%%/sublime_text +%%DATADIR%%/sublime_text.desktop +%%DATADIR%%/sublime_text.desktop.orig From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:27:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD761658410; Wed, 23 Jun 2021 21:27: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 4G9GZX5z9Lz4Ssq; Wed, 23 Jun 2021 21:27: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 B54A83365; Wed, 23 Jun 2021 21:27: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 15NLRmmx063874; Wed, 23 Jun 2021 21:27:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NLRmQ3063873; Wed, 23 Jun 2021 21:27:48 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:27:48 GMT Message-Id: <202106232127.15NLRmQ3063873@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: b774f59d2df7 - main - security/py-requests-credssp: Fix dependencies 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: b774f59d2df7d9df10c3b39f68796360e79c89e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:27:48 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=b774f59d2df7d9df10c3b39f68796360e79c89e8 commit b774f59d2df7d9df10c3b39f68796360e79c89e8 Author: Pavel Timofeev AuthorDate: 2021-06-23 21:26:32 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 21:27:36 +0000 security/py-requests-credssp: Fix dependencies The module requires and uses spnego for NTLM. PR: 256361 Approved by: maintainer timeout --- security/py-requests-credssp/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/py-requests-credssp/Makefile b/security/py-requests-credssp/Makefile index 048ef0cf05c4..74781bb2ebc7 100644 --- a/security/py-requests-credssp/Makefile +++ b/security/py-requests-credssp/Makefile @@ -1,5 +1,6 @@ PORTNAME= requests-credssp PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,12 +10,12 @@ COMMENT= Authentication handler for using CredSSP with Python Requests LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.3.1:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyspnego>0:security/py-pyspnego@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:49:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D804B6587DD; Wed, 23 Jun 2021 21:49: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 4G9H425fVVz4WNy; Wed, 23 Jun 2021 21:49: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 AA7303F49; Wed, 23 Jun 2021 21:49: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 15NLnsRx090439; Wed, 23 Jun 2021 21:49:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NLnsSg090438; Wed, 23 Jun 2021 21:49:54 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:49:54 GMT Message-Id: <202106232149.15NLnsSg090438@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: a20071f839c0 - main - sysutils/py-salt: remove contextvars dependency for py37. 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: a20071f839c04439c191983232dce8452d85dc5c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:49:54 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=a20071f839c04439c191983232dce8452d85dc5c commit a20071f839c04439c191983232dce8452d85dc5c Author: Kirill Ponomarev AuthorDate: 2021-06-23 21:49:12 +0000 Commit: Kirill Ponomarev CommitDate: 2021-06-23 21:49:12 +0000 sysutils/py-salt: remove contextvars dependency for py37. --- sysutils/py-salt/Makefile | 1 + sysutils/py-salt/files/patch-requirements_base.txt | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index 7274d5df660c..7cff672b3ca4 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -2,6 +2,7 @@ PORTNAME= salt PORTVERSION= 3003.1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-salt/files/patch-requirements_base.txt b/sysutils/py-salt/files/patch-requirements_base.txt new file mode 100644 index 000000000000..ca1de7a491be --- /dev/null +++ b/sysutils/py-salt/files/patch-requirements_base.txt @@ -0,0 +1,7 @@ +--- requirements/base.txt.orig 2021-06-23 23:39:55.270387000 +0200 ++++ requirements/base.txt 2021-06-23 23:40:00.325729000 +0200 +@@ -4,4 +4,3 @@ + MarkupSafe + requests>=1.0.0 + distro>=1.0.1 +-contextvars From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:53:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 422F2658D22; Wed, 23 Jun 2021 21:53: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 4G9H8T1QSMz4Wmm; Wed, 23 Jun 2021 21:53: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 1907A4098; Wed, 23 Jun 2021 21:53: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 15NLrj8b003708; Wed, 23 Jun 2021 21:53:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NLrjbW003707; Wed, 23 Jun 2021 21:53:45 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:53:45 GMT Message-Id: <202106232153.15NLrjbW003707@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: 8e1bb18dacc9 - main - security/oidentd: Update to 2.5.1 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: 8e1bb18dacc94ace7f265dcbef1cd7efc372a803 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:53:45 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e1bb18dacc94ace7f265dcbef1cd7efc372a803 commit 8e1bb18dacc94ace7f265dcbef1cd7efc372a803 Author: Daniel Engberg AuthorDate: 2021-06-23 21:50:47 +0000 Commit: Kevin Bowling CommitDate: 2021-06-23 21:53:39 +0000 security/oidentd: Update to 2.5.1 * FreeBSD 13+ fix (https://github.com/janikrabe/oidentd/commit/cd763e5aebc7f84fff0acad792d3e2a9b0ecdccb) * Modify Makefile to follow Porter's Handbook more closely * Define LICENSE_FILE * Switch to tar.xz release archive * Remove IPV6 option (it's 2021 not 1999) Changes https://github.com/janikrabe/oidentd/blob/v2.5.1/NEWS PR: 256230 Approved by: maintainer timeout --- security/oidentd/Makefile | 17 +++++------------ security/oidentd/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index 60a8341c8fcc..443c26ba7e61 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -1,16 +1,17 @@ # Created by: trevor PORTNAME= oidentd -PORTVERSION= 2.5.0 +DISTVERSION= 2.5.1 CATEGORIES= security -MASTER_SITES= https://files.janikrabe.com/pub/oidentd/releases/2.5.0/ +MASTER_SITES= https://files.janikrabe.com/pub/oidentd/releases/${DISTVERSION}/ MAINTAINER= oliver@FreeBSD.org COMMENT= Ident server that supports user-defined ident strings LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison +USES= bison tar:xz USE_RC_SUBR= oidentd GNU_CONFIGURE= yes @@ -21,15 +22,7 @@ MANPAGES= oidentd.conf.5 oidentd_masq.conf.5 oidentd.8 PLIST_FILES+= man/man${man:E}/${man}.gz .endfor -OPTIONS_DEFINE= IPV6 - -CONFIGURE_ARGS=--disable-masq - -.include - -.if ! ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+=--disable-ipv6 -.endif +CONFIGURE_ARGS= --disable-masq do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${STAGEDIR}${PREFIX}/sbin diff --git a/security/oidentd/distinfo b/security/oidentd/distinfo index 37d337597cfa..11ee858edc0e 100644 --- a/security/oidentd/distinfo +++ b/security/oidentd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593501228 -SHA256 (oidentd-2.5.0.tar.gz) = ead896a3beb81532bff110330ce129e2ef8f4d3f571df996e88b7b6727c5b5b4 -SIZE (oidentd-2.5.0.tar.gz) = 277788 +TIMESTAMP = 1622488375 +SHA256 (oidentd-2.5.1.tar.xz) = e30bc67f151ac64a3b623cb7c3ddccd4680e03364a7f753590a0f85bb4243910 +SIZE (oidentd-2.5.1.tar.xz) = 197532 From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:56:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 583C9658F9C; Wed, 23 Jun 2021 21:56: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 4G9HCX24Myz4WWL; Wed, 23 Jun 2021 21:56: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 2D9EB409A; Wed, 23 Jun 2021 21:56: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 15NLuOVK004058; Wed, 23 Jun 2021 21:56:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NLuOVH004057; Wed, 23 Jun 2021 21:56:24 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:56:24 GMT Message-Id: <202106232156.15NLuOVH004057@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: 0b2c4d8f2668 - main - sysutils/py-salt: update URL 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: 0b2c4d8f266879d0682b79bc3a6f97d207490829 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:56:24 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b2c4d8f266879d0682b79bc3a6f97d207490829 commit 0b2c4d8f266879d0682b79bc3a6f97d207490829 Author: Kirill Ponomarev AuthorDate: 2021-06-23 21:56:04 +0000 Commit: Kirill Ponomarev CommitDate: 2021-06-23 21:56:21 +0000 sysutils/py-salt: update URL --- sysutils/py-salt/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/py-salt/pkg-descr b/sysutils/py-salt/pkg-descr index c49e8412d351..4e664544ab87 100644 --- a/sysutils/py-salt/pkg-descr +++ b/sysutils/py-salt/pkg-descr @@ -5,4 +5,4 @@ Salt is a powerful remote execution and state manager that can be used to administer servers in a fast and efficient way. WWW: https://pypi.org/project/salt/ -WWW: http://saltstack.org/ +WWW: https://saltproject.io/ From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 21:57:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3BD665902E; Wed, 23 Jun 2021 21: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 4G9HDF6ZZKz4Wfm; Wed, 23 Jun 2021 21: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 CA1F73F7F; Wed, 23 Jun 2021 21: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 15NLv1nn004243; Wed, 23 Jun 2021 21: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 15NLv1RS004242; Wed, 23 Jun 2021 21:57:01 GMT (envelope-from git) Date: Wed, 23 Jun 2021 21:57:01 GMT Message-Id: <202106232157.15NLv1RS004242@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: 0c2741ce9b9f - main - Mk/bsd.default-versions.mk: Add version 11 to GCC_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: 0c2741ce9b9fa81fd21719794f9a31f82ddb57e1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 21:57:02 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c2741ce9b9fa81fd21719794f9a31f82ddb57e1 commit 0c2741ce9b9fa81fd21719794f9a31f82ddb57e1 Author: Gerald Pfeifer AuthorDate: 2021-06-22 13:25:10 +0000 Commit: Gerald Pfeifer CommitDate: 2021-06-23 21:56:51 +0000 Mk/bsd.default-versions.mk: Add version 11 to GCC_DEFAULT Now that GCC 11.1 has been released and lang/gcc11 is in place, explicitly list version 11 as an option for GCC_DEFAULT. Technically USE_GCC=11 was already working, using lang/gcc11-devel, alas intentionally undocumented (and definitely unsupported). Add an explicit note that versions of GCC not listed here are not supposed to be used. [1] Suggested by: mandree [1] --- Mk/bsd.default-versions.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index cc855074b4b6..29f72230eea2 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -45,7 +45,8 @@ FIREBIRD_DEFAULT?= 2.5 FORTRAN_DEFAULT?= gfortran # Possible values: 3.2.0 FPC_DEFAULT?= 3.2.0 -# Possible values: 8 (last to support powerpcspe), 9, 10 +# Possible values: 8 (last to support powerpcspe), 9, 10, 11 +# (Any other version is completely unsupported and not meant for general use.) .if ${ARCH} == "powerpcspe" GCC_DEFAULT?= 8 .else From owner-dev-commits-ports-main@freebsd.org Wed Jun 23 23:21:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56284659A36; Wed, 23 Jun 2021 23:21: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 4G9K5t1zPLz4cSb; Wed, 23 Jun 2021 23:21: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 2C14E505F; Wed, 23 Jun 2021 23:21: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 15NNLccw021285; Wed, 23 Jun 2021 23:21:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15NNLcjK021284; Wed, 23 Jun 2021 23:21:38 GMT (envelope-from git) Date: Wed, 23 Jun 2021 23:21:38 GMT Message-Id: <202106232321.15NNLcjK021284@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: 5a052c66c325 - main - math/R-cran-Amelia: Update to 1.8.0 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: 5a052c66c3252072c181fe063b1cf75baff02b06 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2021 23:21:38 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a052c66c3252072c181fe063b1cf75baff02b06 commit 5a052c66c3252072c181fe063b1cf75baff02b06 Author: Wen Heping AuthorDate: 2021-06-23 23:20:40 +0000 Commit: Wen Heping CommitDate: 2021-06-23 23:20:40 +0000 math/R-cran-Amelia: Update to 1.8.0 --- math/R-cran-Amelia/Makefile | 3 +-- math/R-cran-Amelia/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/math/R-cran-Amelia/Makefile b/math/R-cran-Amelia/Makefile index 91a253bd41ba..0d67e58c43db 100644 --- a/math/R-cran-Amelia/Makefile +++ b/math/R-cran-Amelia/Makefile @@ -1,8 +1,7 @@ # Created by: Wen Heping PORTNAME= Amelia -DISTVERSION= 1.7.6 -PORTREVISION= 1 +DISTVERSION= 1.8.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-Amelia/distinfo b/math/R-cran-Amelia/distinfo index e18189c025e5..b2987ab33438 100644 --- a/math/R-cran-Amelia/distinfo +++ b/math/R-cran-Amelia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575334646 -SHA256 (Amelia_1.7.6.tar.gz) = 63c08d374aaf78af46c34dc78da719b3085e58d9fabdc76c6460d5193a621bea -SIZE (Amelia_1.7.6.tar.gz) = 1312263 +TIMESTAMP = 1624451430 +SHA256 (Amelia_1.8.0.tar.gz) = 3ec1d5a68dac601b354227916aa8ec72fa1216b603dd887aae2b24cb69b5995e +SIZE (Amelia_1.8.0.tar.gz) = 1568820 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 00:24:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B46B265A79E; Thu, 24 Jun 2021 00:24: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 4G9LVz49VVz4grB; Thu, 24 Jun 2021 00:24: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 731E05C63; Thu, 24 Jun 2021 00:24: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 15O0Oxtu002409; Thu, 24 Jun 2021 00:24:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O0OxCP002408; Thu, 24 Jun 2021 00:24:59 GMT (envelope-from git) Date: Thu, 24 Jun 2021 00:24:59 GMT Message-Id: <202106240024.15O0OxCP002408@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: ccb9a287591f - main - math/R-cran-lme4: Update to 1.1-27.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: ccb9a287591fd1f23d1e86c9ddce4420eb33f093 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 00:24:59 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccb9a287591fd1f23d1e86c9ddce4420eb33f093 commit ccb9a287591fd1f23d1e86c9ddce4420eb33f093 Author: TAKATSU Tomonari AuthorDate: 2021-06-23 11:43:24 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-06-24 00:24:53 +0000 math/R-cran-lme4: Update to 1.1-27.1 --- math/R-cran-lme4/Makefile | 2 +- math/R-cran-lme4/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/R-cran-lme4/Makefile b/math/R-cran-lme4/Makefile index 1e752d8c45d2..819616b7209f 100644 --- a/math/R-cran-lme4/Makefile +++ b/math/R-cran-lme4/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= lme4 -DISTVERSION= 1.1-27 +DISTVERSION= 1.1-27.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-lme4/distinfo b/math/R-cran-lme4/distinfo index c9c3bcb0b77c..f0cb8ae58240 100644 --- a/math/R-cran-lme4/distinfo +++ b/math/R-cran-lme4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621163803 -SHA256 (lme4_1.1-27.tar.gz) = fe0391c76c78188ac1eefb18014d0607212c909b55474d985a919b55efe5a15f -SIZE (lme4_1.1-27.tar.gz) = 3302287 +TIMESTAMP = 1624448595 +SHA256 (lme4_1.1-27.1.tar.gz) = 25fa873e39b8192e48c15eec93db8c8bf6f03baf3bd8d5ca9188482ce8442ec5 +SIZE (lme4_1.1-27.1.tar.gz) = 3311365 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 00:25:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 23DDE65AA0D; Thu, 24 Jun 2021 00:25: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 4G9LWj0SP4z4ghw; Thu, 24 Jun 2021 00:25: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 ECD376124; Thu, 24 Jun 2021 00:25: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 15O0Pam1002607; Thu, 24 Jun 2021 00:25:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O0PanW002606; Thu, 24 Jun 2021 00:25:36 GMT (envelope-from git) Date: Thu, 24 Jun 2021 00:25:36 GMT Message-Id: <202106240025.15O0PanW002606@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: 24050225d634 - main - graphics/glslang: update to 11.5.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: 24050225d63464f248dd795711a278bd74a06983 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 00:25:37 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=24050225d63464f248dd795711a278bd74a06983 commit 24050225d63464f248dd795711a278bd74a06983 Author: Jan Beich AuthorDate: 2021-06-23 20:25:17 +0000 Commit: Jan Beich CommitDate: 2021-06-24 00:25:16 +0000 graphics/glslang: update to 11.5.0 Changes: https://github.com/KhronosGroup/glslang/compare/11.4.0...11.5.0 Reported by: Repology --- graphics/glslang/Makefile | 2 +- graphics/glslang/distinfo | 6 +++--- graphics/glslang/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index f6779d4e5970..21c24bf09d35 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,5 +1,5 @@ PORTNAME= glslang -DISTVERSION= 11.4.0 +DISTVERSION= 11.5.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index 4043c6f2338d..52d8362dcbd8 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619165812 -SHA256 (KhronosGroup-glslang-11.4.0_GH0.tar.gz) = 9bae79c2b640b60474f8944a5ab4aff3af990074636ea2a0a3c97cb86be61dfa -SIZE (KhronosGroup-glslang-11.4.0_GH0.tar.gz) = 3342311 +TIMESTAMP = 1624479917 +SHA256 (KhronosGroup-glslang-11.5.0_GH0.tar.gz) = fd0b5e3bda591bb08bd3049655a99a0a55f0de4059b9c8f7b397e4b19cf5d51f +SIZE (KhronosGroup-glslang-11.5.0_GH0.tar.gz) = 3373042 diff --git a/graphics/glslang/pkg-plist b/graphics/glslang/pkg-plist index 2986ddb65387..1f6ff3abefdc 100644 --- a/graphics/glslang/pkg-plist +++ b/graphics/glslang/pkg-plist @@ -16,6 +16,7 @@ include/glslang/Include/InitializeGlobals.h include/glslang/Include/PoolAlloc.h include/glslang/Include/ResourceLimits.h include/glslang/Include/ShHandle.h +include/glslang/Include/SpirvIntrinsics.h include/glslang/Include/Types.h include/glslang/Include/arrays.h include/glslang/Include/glslang_c_interface.h From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 00:25:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03B0765AC03; Thu, 24 Jun 2021 00:25: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 4G9LWl3qTvz4gcy; Thu, 24 Jun 2021 00:25: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 4778B6125; Thu, 24 Jun 2021 00:25: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 15O0PdPO002655; Thu, 24 Jun 2021 00:25:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O0Pdfb002654; Thu, 24 Jun 2021 00:25:39 GMT (envelope-from git) Date: Thu, 24 Jun 2021 00:25:39 GMT Message-Id: <202106240025.15O0Pdfb002654@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: 0b0ccd307747 - main - emulators/yuzu: update to s20210623 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: 0b0ccd307747346c2101b3cf0bd165cdd7f24861 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 00:25:40 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b0ccd307747346c2101b3cf0bd165cdd7f24861 commit 0b0ccd307747346c2101b3cf0bd165cdd7f24861 Author: Jan Beich AuthorDate: 2021-06-23 22:31:04 +0000 Commit: Jan Beich CommitDate: 2021-06-24 00:25:16 +0000 emulators/yuzu: update to s20210623 Changes: https://github.com/yuzu-emu/yuzu/compare/0485b8e84...1b09d6628 --- emulators/yuzu/Makefile | 8 ++++---- emulators/yuzu/distinfo | 14 +++++++------- emulators/yuzu/files/patch-fmt | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 00bf65c9e12c..3d1422ce3230 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210621 +PORTVERSION= s20210623 PORTREVISION?= 0 CATEGORIES= emulators @@ -43,16 +43,16 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 0485b8e84 +GH_TAGNAME= 1b09d6628 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ - MerryMage:dynarmic:r5-85-gc6125082:dynarmic/externals/dynarmic \ + MerryMage:dynarmic:r5-88-g7946868a:dynarmic/externals/dynarmic \ ReinUsesLisp:sirit:eefca56:sirit/externals/sirit \ arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ benhoyt:inih:r52:inih/externals/inih/inih \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ - fmtlib:fmt:7.1.2:fmt/externals/fmt \ + fmtlib:fmt:8.0.0:fmt/externals/fmt \ herumi:xbyak:v5.96:xbyak/externals/xbyak \ kinetiknz:cubeb:cubeb-0.2-1298-g8d53747:cubeb/externals/cubeb \ yhirose:cpp-httplib:v0.9.0-5-g9648f95:cpp_httplib/externals/cpp-httplib diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index a312a753f52c..edd8e5def991 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1624312568 -SHA256 (yuzu-emu-yuzu-s20210621-0485b8e84_GH0.tar.gz) = d17f0b59d5a8b31cd00bdd4fdd7c9b9760f2965102f264372008e98baf90c6c0 -SIZE (yuzu-emu-yuzu-s20210621-0485b8e84_GH0.tar.gz) = 3830355 +TIMESTAMP = 1624487464 +SHA256 (yuzu-emu-yuzu-s20210623-1b09d6628_GH0.tar.gz) = 1222df36654d0a017906ca168574e87760c6a78a5c61d6683e09a65440c1ce70 +SIZE (yuzu-emu-yuzu-s20210623-1b09d6628_GH0.tar.gz) = 3837326 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-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff SIZE (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 280829 SHA256 (KhronosGroup-Vulkan-Headers-v1.2.145_GH0.tar.gz) = c8656969f0dc33f5f544b9449f02d66b7c9de67e6e58376c1cd4999694ab8517 SIZE (KhronosGroup-Vulkan-Headers-v1.2.145_GH0.tar.gz) = 766896 -SHA256 (MerryMage-dynarmic-r5-85-gc6125082_GH0.tar.gz) = c9e015dcd250e78028f628471e58c26052fd099a5a6c949495359f0ca360a39f -SIZE (MerryMage-dynarmic-r5-85-gc6125082_GH0.tar.gz) = 28226566 +SHA256 (MerryMage-dynarmic-r5-88-g7946868a_GH0.tar.gz) = 297f0ebc2179028f95e9e5add0cba949d06c07fb3169e4ea5d7bedaf8d87a005 +SIZE (MerryMage-dynarmic-r5-88-g7946868a_GH0.tar.gz) = 28297022 SHA256 (ReinUsesLisp-sirit-eefca56_GH0.tar.gz) = cc95e8155e14e596526c378d0a3cc2bb4bfe7da68773a79f224d48f89b20685a SIZE (ReinUsesLisp-sirit-eefca56_GH0.tar.gz) = 22035 SHA256 (arsenm-sanitizers-cmake-aab6948_GH0.tar.gz) = d9009e17948aff769a6f6e16b52d4d8752c5cc2cab1e9c381d3a31fd1a680b58 @@ -17,8 +17,8 @@ SHA256 (benhoyt-inih-r52_GH0.tar.gz) = 439cff9ce9a8afc52d08772ac3e93b3cecd79c770 SIZE (benhoyt-inih-r52_GH0.tar.gz) = 16808 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c SIZE (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = 59514 -SHA256 (fmtlib-fmt-7.1.2_GH0.tar.gz) = 4119a1c34dff91631e1d0a3707428f764f1ea22fe3cd5e70af5b4ccd5513831c -SIZE (fmtlib-fmt-7.1.2_GH0.tar.gz) = 769401 +SHA256 (fmtlib-fmt-8.0.0_GH0.tar.gz) = 7bce0e9e022e586b178b150002e7c2339994e3c2bbe44027e9abb0d60f9cce83 +SIZE (fmtlib-fmt-8.0.0_GH0.tar.gz) = 804902 SHA256 (herumi-xbyak-v5.96_GH0.tar.gz) = 727f15d3ed786cae255ebfed1829a84a357c0e4856c6304456d77f1b56c3d2c6 SIZE (herumi-xbyak-v5.96_GH0.tar.gz) = 226999 SHA256 (kinetiknz-cubeb-cubeb-0.2-1298-g8d53747_GH0.tar.gz) = b5cd93de1ca5c9810594a8ec9ac4a3f7c0014cb5d90827034839405a82553fba diff --git a/emulators/yuzu/files/patch-fmt b/emulators/yuzu/files/patch-fmt index 4bbfe5b13d67..df45d082e72e 100644 --- a/emulators/yuzu/files/patch-fmt +++ b/emulators/yuzu/files/patch-fmt @@ -53,7 +53,7 @@ collect2: error: ld returned 1 exit status set(REQUIRED_LIBS # Cmake Pkg Prefix Version Conan Pkg "Catch2 2.13 catch2/2.13.0" -- "fmt 7.1 fmt/7.1.2" +- "fmt 8.0 fmt/8.0.0" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.8 nlohmann_json/3.8.0" "ZLIB 1.2 zlib/1.2.11" From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 00:25:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 930F265AA0E; Thu, 24 Jun 2021 00:25: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 4G9LWm3j6Jz4gtR; Thu, 24 Jun 2021 00:25: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 63C1A5CF8; Thu, 24 Jun 2021 00:25: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 15O0PeQL002679; Thu, 24 Jun 2021 00:25:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O0PexG002678; Thu, 24 Jun 2021 00:25:40 GMT (envelope-from git) Date: Thu, 24 Jun 2021 00:25:40 GMT Message-Id: <202106240025.15O0PexG002678@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: 83acadcb9ba1 - main - graphics/mesa-devel: update to 21.1.b.3477 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: 83acadcb9ba1227cfcb35b18d1117017206ca778 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 00:25:40 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=83acadcb9ba1227cfcb35b18d1117017206ca778 commit 83acadcb9ba1227cfcb35b18d1117017206ca778 Author: Jan Beich AuthorDate: 2021-06-23 19:54:55 +0000 Commit: Jan Beich CommitDate: 2021-06-24 00:25:17 +0000 graphics/mesa-devel: update to 21.1.b.3477 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/d3ea8f519ea...d22cdcd33a4 --- graphics/mesa-devel/Makefile | 8 +++----- graphics/mesa-devel/distinfo | 14 +++++--------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 8cbec9f74194..5df59c27fc4d 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.1-branchpoint-3257 -DISTVERSIONSUFFIX= -gd3ea8f519ea +DISTVERSION= 21.1-branchpoint-3477 +DISTVERSIONSUFFIX= -gd22cdcd33a4 CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -11,12 +11,10 @@ PATCHFILES+= cb8f7a253934.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/- PATCHFILES+= 700efacda59c.patch:-p1 PATCHFILES+= e141af3ac859.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/issues/966#note_394512 PATCHFILES+= 167fa293d7b7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5464 -PATCHFILES+= e79bfbcf45b9.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778 -PATCHFILES+= 505d08f0c1a0.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778 +PATCHFILES+= d58b934a6aa7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778 PATCHFILES+= 50433886a3e3.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6881 PATCHFILES+= 79a9c5e470c2.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8221 PATCHFILES+= 891152495cf7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9168 -PATCHFILES+= fc8b31412912.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11516 MAINTAINER= jbeich@FreeBSD.org COMMENT= Bleeding edge Mesa drivers (OpenGL, Vulkan) diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 9c0eb342d17c..6206a49624d2 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624316071 -SHA256 (mesa3d-mesa-21.1-branchpoint-3257-gd3ea8f519ea_GH0.tar.gz) = aa45abf306d7a58a7bbb604df5eec61f9e2e3258c4ec7a920d7f03970053f7eb -SIZE (mesa3d-mesa-21.1-branchpoint-3257-gd3ea8f519ea_GH0.tar.gz) = 24178438 +TIMESTAMP = 1624491873 +SHA256 (mesa3d-mesa-21.1-branchpoint-3477-gd22cdcd33a4_GH0.tar.gz) = 0b78bb10ea08612417a9154cc79e7bcf7983ce44f7551107e24c462edfd4fdaa +SIZE (mesa3d-mesa-21.1-branchpoint-3477-gd22cdcd33a4_GH0.tar.gz) = 24267920 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b @@ -13,15 +13,11 @@ SHA256 (e141af3ac859.patch) = b547f7389a9ea7f9d69e32e86854b291f04b2f2f5738cd87b2 SIZE (e141af3ac859.patch) = 2379 SHA256 (167fa293d7b7.patch) = cc3ad8e59d5d4d7380917e715f676abba65549b07e377dbf6fcec5c294915360 SIZE (167fa293d7b7.patch) = 2496 -SHA256 (e79bfbcf45b9.patch) = 105d46211199073923e752af9844e4d5d414312ec526e0cc78fcc85c4dce6a64 -SIZE (e79bfbcf45b9.patch) = 4023 -SHA256 (505d08f0c1a0.patch) = 7d8d2b0a3791f57c1432398d866b87faae71d18d8478df8b6d38ee4e47338313 -SIZE (505d08f0c1a0.patch) = 3893 +SHA256 (d58b934a6aa7.patch) = 3b518588d716accd2385593fd56591749a348dbb88ac3776ecb8c28d43838e30 +SIZE (d58b934a6aa7.patch) = 3893 SHA256 (50433886a3e3.patch) = 15af265e9dbb5dec7514062cfa549d1c1053f567395d9d133611c2a5138da470 SIZE (50433886a3e3.patch) = 2008 SHA256 (79a9c5e470c2.patch) = d6f5e0378d16864e21399c4e0b9192ea2de540ef1421e672b62c5e1c69252cab SIZE (79a9c5e470c2.patch) = 866 SHA256 (891152495cf7.patch) = e120e26688c1bfca76f4cb711814d1483693cbc66fcb130c88f98a8bf142f826 SIZE (891152495cf7.patch) = 1258 -SHA256 (fc8b31412912.patch) = 4dad9b88f3aef46105e0124166fd08acc0a99b7dca62a3c35fbe0f9324ab570f -SIZE (fc8b31412912.patch) = 886 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 00:25:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7519A65A8FE; Thu, 24 Jun 2021 00:25: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 4G9LWk21qbz4gj0; Thu, 24 Jun 2021 00:25: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 249BC5F58; Thu, 24 Jun 2021 00:25: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 15O0Pcpq002631; Thu, 24 Jun 2021 00:25:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O0PcYx002630; Thu, 24 Jun 2021 00:25:38 GMT (envelope-from git) Date: Thu, 24 Jun 2021 00:25:38 GMT Message-Id: <202106240025.15O0PcYx002630@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: 17e1db5154df - main - emulators/citra: update to s20210522 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: 17e1db5154dfcc5d113699104f5e239aa2112ac9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 00:25:38 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=17e1db5154dfcc5d113699104f5e239aa2112ac9 commit 17e1db5154dfcc5d113699104f5e239aa2112ac9 Author: Jan Beich AuthorDate: 2021-06-22 12:40:18 +0000 Commit: Jan Beich CommitDate: 2021-06-24 00:25:16 +0000 emulators/citra: update to s20210522 Changes: https://github.com/citra-emu/citra/compare/842031a2e...5241032fc --- emulators/citra/Makefile | 4 ++-- emulators/citra/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index eea5039f0651..ab7022511f9a 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -1,5 +1,5 @@ PORTNAME= citra -PORTVERSION= s20210516 +PORTVERSION= s20210522 PORTREVISION?= 0 CATEGORIES= emulators @@ -21,7 +21,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 842031a2e +GH_TAGNAME= 5241032fc GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \ citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ diff --git a/emulators/citra/distinfo b/emulators/citra/distinfo index cc8a5280a601..4877063e05e1 100644 --- a/emulators/citra/distinfo +++ b/emulators/citra/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1621154702 -SHA256 (citra-emu-citra-s20210516-842031a2e_GH0.tar.gz) = 0e2fd27a5e4ab38cea0c0aecc472c1f1d77f0d51ebcbd044ea8eccabde74b040 -SIZE (citra-emu-citra-s20210516-842031a2e_GH0.tar.gz) = 5315605 +TIMESTAMP = 1624365618 +SHA256 (citra-emu-citra-s20210522-5241032fc_GH0.tar.gz) = 7e8e09fc1f6567e577feafcdd671ceb5822d959b14b443ba7e6e6b0009c89168 +SIZE (citra-emu-citra-s20210522-5241032fc_GH0.tar.gz) = 5315326 SHA256 (citra-emu-ext-boost-36603a1_GH0.tar.gz) = a1885cf0f7b1c790f8a83e963fec591bad1232e6b824e64d8db136920ec1b67d SIZE (citra-emu-ext-boost-36603a1_GH0.tar.gz) = 2351603 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 00:58:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4EF2865AFDD; Thu, 24 Jun 2021 00:58: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 4G9MFC1ZM0z4jbX; Thu, 24 Jun 2021 00:58: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 0FAEE6636; Thu, 24 Jun 2021 00:58: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 15O0w6XR042251; Thu, 24 Jun 2021 00:58:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O0w6cm042250; Thu, 24 Jun 2021 00:58:06 GMT (envelope-from git) Date: Thu, 24 Jun 2021 00:58:06 GMT Message-Id: <202106240058.15O0w6cm042250@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: f9e3cb9fcd9a - main - devel/level-zero: update to 1.4.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: f9e3cb9fcd9adf2bf8c046c8d9cf4d2db9809e8c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 00:58:07 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9e3cb9fcd9adf2bf8c046c8d9cf4d2db9809e8c commit f9e3cb9fcd9adf2bf8c046c8d9cf4d2db9809e8c Author: Jan Beich AuthorDate: 2021-06-22 17:10:50 +0000 Commit: Jan Beich CommitDate: 2021-06-24 00:56:42 +0000 devel/level-zero: update to 1.4.1 Changes: https://github.com/oneapi-src/level-zero/compare/v1.3.7...v1.4.1 Reported by: GitHub (watch releases) --- devel/level-zero/Makefile | 2 +- devel/level-zero/distinfo | 6 +++--- devel/level-zero/pkg-plist | 6 +++--- lang/intel-compute-runtime/Makefile | 2 ++ lang/intel-compute-runtime/distinfo | 2 ++ net/mpich/Makefile | 3 ++- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/devel/level-zero/Makefile b/devel/level-zero/Makefile index f9f001b9d86b..bef7979f8e5e 100644 --- a/devel/level-zero/Makefile +++ b/devel/level-zero/Makefile @@ -1,6 +1,6 @@ PORTNAME= level-zero DISTVERSIONPREFIX= v -DISTVERSION= 1.3.7 +DISTVERSION= 1.4.1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/level-zero/distinfo b/devel/level-zero/distinfo index af90a7e35215..cdefea754169 100644 --- a/devel/level-zero/distinfo +++ b/devel/level-zero/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623947308 -SHA256 (oneapi-src-level-zero-v1.3.7_GH0.tar.gz) = e84c7f36316257eb46f74b41aef5c37fb593a8821497e45dfeda81aceba0abbc -SIZE (oneapi-src-level-zero-v1.3.7_GH0.tar.gz) = 377576 +TIMESTAMP = 1624381850 +SHA256 (oneapi-src-level-zero-v1.4.1_GH0.tar.gz) = 2878fa29cbf5cea677a00f6dde6eb42d147c98c8d2a99fefece284d85cd1476b +SIZE (oneapi-src-level-zero-v1.4.1_GH0.tar.gz) = 391287 diff --git a/devel/level-zero/pkg-plist b/devel/level-zero/pkg-plist index 07add6ce4351..49a8cb916601 100644 --- a/devel/level-zero/pkg-plist +++ b/devel/level-zero/pkg-plist @@ -10,12 +10,12 @@ include/level_zero/zet_api.h include/level_zero/zet_ddi.h lib/libze_loader.so lib/libze_loader.so.1 -lib/libze_loader.so.1.3.7 +lib/libze_loader.so.1.4.1 lib/libze_tracing_layer.so lib/libze_tracing_layer.so.1 -lib/libze_tracing_layer.so.1.3.7 +lib/libze_tracing_layer.so.1.4.1 lib/libze_validation_layer.so lib/libze_validation_layer.so.1 -lib/libze_validation_layer.so.1.3.7 +lib/libze_validation_layer.so.1.4.1 libdata/pkgconfig/level-zero.pc libdata/pkgconfig/libze_loader.pc diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index 16497a7394db..4d298ce5a7a6 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -1,10 +1,12 @@ PORTNAME= compute-runtime DISTVERSION= 21.24.20098 +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= intel- PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 4a926516c3ea.patch:-p1 # https://github.com/intel/compute-runtime/pull/361 +PATCHFILES+= 3e8d5d7a0589.patch:-p1 # level-zero 1.4.1 MAINTAINER= jbeich@FreeBSD.org COMMENT= OpenCL implementation for Intel HD 5000 (Gen8) or newer diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo index 966003e47e7a..bdb7440193ac 100644 --- a/lang/intel-compute-runtime/distinfo +++ b/lang/intel-compute-runtime/distinfo @@ -3,3 +3,5 @@ SHA256 (intel-compute-runtime-21.24.20098_GH0.tar.gz) = 015a5f5149ec19f2e54e798d SIZE (intel-compute-runtime-21.24.20098_GH0.tar.gz) = 4111779 SHA256 (4a926516c3ea.patch) = 1a9c4694dbe892f01a7d3be5c5229b6b3bb34222848d61054f7bdf91134ca60f SIZE (4a926516c3ea.patch) = 1691 +SHA256 (3e8d5d7a0589.patch) = bbb3b7b7f46229cb64a3d234ace9e65dfccba086b14a26c86cfba19fd2af96cb +SIZE (3e8d5d7a0589.patch) = 9038 diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 451d6542003a..9741b1b75d7f 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,6 +1,6 @@ PORTNAME= mpich PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/ @@ -55,6 +55,7 @@ DHYDRA_DESC= Make hydra the default process manager L0_DESC= oneAPI Level Zero support L0_LIB_DEPENDS= libze_loader.so:devel/level-zero +L0_CPPFLAGS= -DZE_IPC_MEMORY_FLAG_TBD=ZE_IPC_MEMORY_FLAG_BIAS_CACHED # 1.4.1 L0_CONFIGURE_ENV_OFF= ac_cv_header_level_zero_ze_api_h=no \ ac_cv_lib_ze_loader_zeInit=no From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 01:41:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9580F65B2E5; Thu, 24 Jun 2021 01: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 4G9NCc3hjpz4rCM; Thu, 24 Jun 2021 01: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 67ADF71AA; Thu, 24 Jun 2021 01: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 15O1fmHk007950; Thu, 24 Jun 2021 01: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 15O1fmkh007949; Thu, 24 Jun 2021 01:41:48 GMT (envelope-from git) Date: Thu, 24 Jun 2021 01:41:48 GMT Message-Id: <202106240141.15O1fmkh007949@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Richard Gallamore Subject: git: 8219c84586be - main - www/py-django-webpack-loader: Rollback to 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ultima X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8219c84586becc6fab30d62c560cc517cff59039 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 01:41:48 -0000 The branch main has been updated by ultima: URL: https://cgit.FreeBSD.org/ports/commit/?id=8219c84586becc6fab30d62c560cc517cff59039 commit 8219c84586becc6fab30d62c560cc517cff59039 Author: Richard Gallamore AuthorDate: 2021-06-24 01:36:42 +0000 Commit: Richard Gallamore CommitDate: 2021-06-24 01:36:42 +0000 www/py-django-webpack-loader: Rollback to 0.7.0 The most recent update to webpack-loader is not compatible with Seahub. Seahub is the only depend, therefore bumping epoch and rolling back. PR: 254558 Reported by: ports@stdran^ --- www/py-django-webpack-loader/Makefile | 3 ++- www/py-django-webpack-loader/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/www/py-django-webpack-loader/Makefile b/www/py-django-webpack-loader/Makefile index 44b33351ff8b..68d03106d2ed 100644 --- a/www/py-django-webpack-loader/Makefile +++ b/www/py-django-webpack-loader/Makefile @@ -1,7 +1,8 @@ # Created by: Richard Gallamore PORTNAME= django-webpack-loader -PORTVERSION= 1.0.0 +PORTVERSION= 0.7.0 +PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-webpack-loader/distinfo b/www/py-django-webpack-loader/distinfo index 2fae2e54cf0f..7ee5a8d05f4e 100644 --- a/www/py-django-webpack-loader/distinfo +++ b/www/py-django-webpack-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621714393 -SHA256 (django-webpack-loader-1.0.0.tar.gz) = 2cee0ff147bd0f34e046c23835720d7e3eabddcba3bfab1853d9c4fd0df12565 -SIZE (django-webpack-loader-1.0.0.tar.gz) = 13475 +TIMESTAMP = 1624498146 +SHA256 (django-webpack-loader-0.7.0.tar.gz) = 7a3c88201aa54481f9399465615cbe7b9aece8081496a6d0287b7cb8e232f447 +SIZE (django-webpack-loader-0.7.0.tar.gz) = 11172 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 02:06:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CAE8065B6AC; Thu, 24 Jun 2021 02:06: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 4G9Nmf5Bqlz4sMF; Thu, 24 Jun 2021 02:06: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 9A8957795; Thu, 24 Jun 2021 02:06: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 15O26wlI034901; Thu, 24 Jun 2021 02:06:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O26wjT034900; Thu, 24 Jun 2021 02:06:58 GMT (envelope-from git) Date: Thu, 24 Jun 2021 02:06:58 GMT Message-Id: <202106240206.15O26wjT034900@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Craig Leres Subject: git: fbc07756268d - main - security/zeek: Add a ZKG option to pull in py-zkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: leres X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fbc07756268d7f9c368e70e14f876b96d521354f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 02:06:58 -0000 The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbc07756268d7f9c368e70e14f876b96d521354f commit fbc07756268d7f9c368e70e14f876b96d521354f Author: Craig Leres AuthorDate: 2021-06-24 02:05:45 +0000 Commit: Craig Leres CommitDate: 2021-06-24 02:05:45 +0000 security/zeek: Add a ZKG option to pull in py-zkg --- security/zeek/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 428551c714ce..451d9e504eb8 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -2,6 +2,7 @@ PORTNAME= zeek PORTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -45,20 +46,21 @@ CMAKE_ARGS+= -GNinja \ ZEEKUSER?= zeek ZEEKGROUP?= zeek PLIST_SUB+= ARCH=${UNAME_M} \ - ZEEKUSER=${ZEEKUSER} \ + LCASE_OPSYS=${OPSYS:tl} \ ZEEKGROUP=${ZEEKGROUP} \ - LCASE_OPSYS=${OPSYS:tl} + ZEEKUSER=${ZEEKUSER} USERS= ${ZEEKUSER} GROUPS= ${ZEEKGROUP} -OPTIONS_DEFINE= BROKER GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP PERFTOOLS ZEEKCTL +OPTIONS_DEFINE= BROKER GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP PERFTOOLS \ + ZEEKCTL ZKG OPTIONS_SINGLE= BUILD_TYPE OPTIONS_SINGLE_BUILD_TYPE= DEBUG MINSIZEREL RELEASE RELWITHDEBINFO OPTIONS_DEFAULT= BROKER GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP RELEASE \ - ZEEKCTL + ZEEKCTL ZKG OPTIONS_SUB= yes BROKER_DESC= Enable the Broker communication library @@ -73,6 +75,7 @@ PERFTOOLS_DESC= Use Perftools to improve memory & CPU usage RELEASE_DESC= Optimizations on, debug symbols/flags off RELWITHDEBINFO_DESC= Optimizations/debug symbols on, debug flags off ZEEKCTL_DESC= ZeekControl support (implies BROKER and IPSUMDUMP) +ZKG_DESC= Zeek package manager support ZEEKCTL_IMPLIES= BROKER IPSUMDUMP @@ -95,6 +98,7 @@ ZEEKCTL_BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ ZEEKCTL_CMAKE_BOOL= INSTALL_ZEEKCTL ZEEKCTL_RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} +ZKG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zkg>=2.7.1:security/py-zkg@${PY_FLAVOR} \ .include From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 02:11:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2E1B65BAD3; Thu, 24 Jun 2021 02:11: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 4G9NtR4sPDz4sNT; Thu, 24 Jun 2021 02:11: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 8F03878F3; Thu, 24 Jun 2021 02:11: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 15O2BxpD048219; Thu, 24 Jun 2021 02:11:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O2BxRX048218; Thu, 24 Jun 2021 02:11:59 GMT (envelope-from git) Date: Thu, 24 Jun 2021 02:11:59 GMT Message-Id: <202106240211.15O2BxRX048218@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: 14432ea29415 - main - sysutils/openzfs*: Bump to fix HEAD build failures 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: 14432ea2941579eb00485c1ca51df4ffb3b10d86 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 02:11:59 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=14432ea2941579eb00485c1ca51df4ffb3b10d86 commit 14432ea2941579eb00485c1ca51df4ffb3b10d86 Author: Ryan Moeller AuthorDate: 2021-06-24 02:00:30 +0000 Commit: Kevin Bowling CommitDate: 2021-06-24 02:11:53 +0000 sysutils/openzfs*: Bump to fix HEAD build failures Approved by: maintainer Reviewed by: kbowling Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D30851 --- sysutils/openzfs-kmod/Makefile | 4 +- sysutils/openzfs-kmod/distinfo | 6 +-- sysutils/openzfs/Makefile | 5 ++- sysutils/openzfs/distinfo | 6 +-- sysutils/openzfs/pkg-plist | 86 ++++++++++++++++++++++++++---------------- 5 files changed, 65 insertions(+), 42 deletions(-) diff --git a/sysutils/openzfs-kmod/Makefile b/sysutils/openzfs-kmod/Makefile index 72cdf6d07d86..a3ea8041aa81 100644 --- a/sysutils/openzfs-kmod/Makefile +++ b/sysutils/openzfs-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= openzfs -PORTVERSION= 2021030100 +PORTVERSION= 2021062100 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMESUFFIX?= -kmod @@ -15,7 +15,7 @@ USES= kmod USE_GITHUB= yes GH_ACCOUNT= openzfs GH_PROJECT= zfs -GH_TAGNAME= 2e160dee9 +GH_TAGNAME= ba9131156 KMODTARGET?= openzfs.ko PLIST_FILES= ${KMODDIR}/${KMODTARGET} diff --git a/sysutils/openzfs-kmod/distinfo b/sysutils/openzfs-kmod/distinfo index 504edcefa2af..e2dcc433bf7c 100644 --- a/sysutils/openzfs-kmod/distinfo +++ b/sysutils/openzfs-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614632193 -SHA256 (openzfs-zfs-v2021030100-2e160dee9_GH0.tar.gz) = af6a6467479d01f58cbbb38f0ab54afcb5708d298dd6a43b8678ad6a423ca428 -SIZE (openzfs-zfs-v2021030100-2e160dee9_GH0.tar.gz) = 31344155 +TIMESTAMP = 1624292748 +SHA256 (openzfs-zfs-v2021062100-ba9131156_GH0.tar.gz) = dade85e4adcec42e21cfdf6b9ef7e0bdb94f2ef2e862f9caca4772d8f07aa487 +SIZE (openzfs-zfs-v2021062100-ba9131156_GH0.tar.gz) = 31369359 diff --git a/sysutils/openzfs/Makefile b/sysutils/openzfs/Makefile index 242bac9cbbec..03aa79cb05e8 100644 --- a/sysutils/openzfs/Makefile +++ b/sysutils/openzfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= openzfs -PORTVERSION= 2021030100 +PORTVERSION= 2021062100 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -26,7 +26,7 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= openzfs GH_PROJECT= zfs -GH_TAGNAME= 2e160dee9 +GH_TAGNAME= ba9131156 .include @@ -40,6 +40,7 @@ CONFIGURE_ARGS+= --enable-debug --enable-debuginfo .if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS+= --with-python=${PYTHON_VER} +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sysctl>0:devel/py-sysctl@${PY_FLAVOR} diff --git a/sysutils/openzfs/distinfo b/sysutils/openzfs/distinfo index 39dcc0757498..318a70804e4d 100644 --- a/sysutils/openzfs/distinfo +++ b/sysutils/openzfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614632503 -SHA256 (openzfs-zfs-v2021030100-2e160dee9_GH0.tar.gz) = af6a6467479d01f58cbbb38f0ab54afcb5708d298dd6a43b8678ad6a423ca428 -SIZE (openzfs-zfs-v2021030100-2e160dee9_GH0.tar.gz) = 31344155 +TIMESTAMP = 1624292916 +SHA256 (openzfs-zfs-v2021062100-ba9131156_GH0.tar.gz) = dade85e4adcec42e21cfdf6b9ef7e0bdb94f2ef2e862f9caca4772d8f07aa487 +SIZE (openzfs-zfs-v2021062100-ba9131156_GH0.tar.gz) = 31369359 diff --git a/sysutils/openzfs/pkg-plist b/sysutils/openzfs/pkg-plist index 2dca495ed0a1..2179e6448ca8 100644 --- a/sysutils/openzfs/pkg-plist +++ b/sysutils/openzfs/pkg-plist @@ -119,6 +119,7 @@ include/libspl/sys/varargs.h include/libspl/sys/vfs.h include/libspl/sys/vnode.h include/libspl/sys/vtoc.h +include/libspl/sys/wmsum.h include/libspl/sys/zfs_context_os.h include/libspl/sys/zone.h include/libspl/thread.h @@ -134,7 +135,6 @@ include/libzfs/libuutil_common.h include/libzfs/libuutil_impl.h include/libzfs/libzfs.h include/libzfs/libzfs_core.h -include/libzfs/libzfs_impl.h include/libzfs/libzfsbootenv.h include/libzfs/libzutil.h include/libzfs/sys/abd.h @@ -299,7 +299,7 @@ lib/libuutil.so.3.0.0 lib/libzfs.a lib/libzfs.so lib/libzfs.so.4 -lib/libzfs.so.4.0.0 +lib/libzfs.so.4.1.0 lib/libzfs_core.a lib/libzfs_core.so lib/libzfs_core.so.3 @@ -310,40 +310,40 @@ lib/libzfsbootenv.so.1 lib/libzfsbootenv.so.1.0.0 lib/libzpool.a lib/libzpool.so -lib/libzpool.so.4 -lib/libzpool.so.4.0.0 +lib/libzpool.so.5 +lib/libzpool.so.5.0.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_constants.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_error_translation.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_libzfs_core.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_nvlist.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/ctypes.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/exceptions.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_constants%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_error_translation%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_libzfs_core%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/_nvlist%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/ctypes%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/__pycache__/exceptions%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/_constants.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/_error_translation.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/_libzfs_core.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/_nvlist.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/libnvpair.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/libzfs_core.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/libnvpair%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/__pycache__/libzfs_core%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/libnvpair.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/bindings/libzfs_core.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/ctypes.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/exceptions.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/test_libzfs_core.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/test_nvlist.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/test_libzfs_core%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/__pycache__/test_nvlist%%PYTHON_EXT_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/test_libzfs_core.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/libzfs_core/test/test_nvlist.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.0.0-py%%PYTHON_VER%%.egg-info/not-zip-safe -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.0.0-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.1.99-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.1.99-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.1.99-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.1.99-py%%PYTHON_VER%%.egg-info/not-zip-safe +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.1.99-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyzfs-2.1.99-py%%PYTHON_VER%%.egg-info/top_level.txt lib/security/pam_zfs_key.so libdata/pkgconfig/libzfs.pc libdata/pkgconfig/libzfs_core.pc @@ -397,11 +397,14 @@ man/man1/arcstat.1.gz man/man1/zhack.1.gz man/man1/ztest.1.gz man/man1/zvol_wait.1.gz -man/man5/spl-module-parameters.5.gz +man/man4/spl.4.gz +man/man4/zfs.4.gz man/man5/vdev_id.conf.5.gz -man/man5/zfs-events.5.gz -man/man5/zfs-module-parameters.5.gz -man/man5/zpool-features.5.gz +man/man7/zfsconcepts.7.gz +man/man7/zfsprops.7.gz +man/man7/zpool-features.7.gz +man/man7/zpoolconcepts.7.gz +man/man7/zpoolprops.7.gz man/man8/fsck.zfs.8.gz man/man8/mount.zfs.8.gz man/man8/vdev_id.8.gz @@ -446,8 +449,6 @@ man/man8/zfs-userspace.8.gz man/man8/zfs-wait.8.gz man/man8/zfs.8.gz man/man8/zfs_ids_to_path.8.gz -man/man8/zfsconcepts.8.gz -man/man8/zfsprops.8.gz man/man8/zinject.8.gz man/man8/zpool-add.8.gz man/man8/zpool-attach.8.gz @@ -482,8 +483,6 @@ man/man8/zpool-upgrade.8.gz man/man8/zpool-wait.8.gz man/man8/zpool.8.gz man/man8/zpool_influxdb.8.gz -man/man8/zpoolconcepts.8.gz -man/man8/zpoolprops.8.gz man/man8/zstream.8.gz man/man8/zstreamdump.8.gz sbin/fsck.zfs @@ -522,6 +521,8 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/compatibility.d/grub2 %%TESTS%%share/zfs/compatibility.d/openzfs-2.0-freebsd %%TESTS%%share/zfs/compatibility.d/openzfs-2.0-linux +%%TESTS%%share/zfs/compatibility.d/openzfs-2.1-freebsd +%%TESTS%%share/zfs/compatibility.d/openzfs-2.1-linux %%TESTS%%share/zfs/compatibility.d/openzfsonosx-1.7.0 %%TESTS%%share/zfs/compatibility.d/openzfsonosx-1.8.1 %%TESTS%%share/zfs/compatibility.d/openzfsonosx-1.9.3 @@ -529,6 +530,8 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/compatibility.d/truenas-12.0 %%TESTS%%share/zfs/compatibility.d/ubuntu-18.04 %%TESTS%%share/zfs/compatibility.d/ubuntu-20.04 +%%TESTS%%share/zfs/compatibility.d/zol-0.6.1 +%%TESTS%%share/zfs/compatibility.d/zol-0.6.4 %%TESTS%%share/zfs/compatibility.d/zol-0.6.5 %%TESTS%%share/zfs/compatibility.d/zol-0.7 %%TESTS%%share/zfs/compatibility.d/zol-0.8 @@ -584,6 +587,11 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/include/zpool_script.shlib %%TESTS%%share/zfs/zfs-tests/tests/functional/acl/acl.cfg %%TESTS%%share/zfs/zfs-tests/tests/functional/acl/acl_common.kshlib +%%TESTS%%share/zfs/zfs-tests/tests/functional/acl/off/cleanup.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/acl/off/dosmode.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/acl/off/dosmode_readonly_write +%%TESTS%%share/zfs/zfs-tests/tests/functional/acl/off/posixmode.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/acl/off/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/acl/posix-sa/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/acl/posix-sa/posix_001_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/acl/posix-sa/posix_002_pos.ksh @@ -889,6 +897,7 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_clone_livelist_condense_and_disable.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_clone_livelist_condense_races.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_clone_livelist_dedup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_001_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_002_pos.ksh @@ -945,6 +954,9 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_jail/jail.conf %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_jail/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_jail/zfs_jail_001_pos.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/HEXKEY +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/PASSPHRASE +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/RAWKEY %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key.cfg @@ -952,6 +964,7 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_all.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_common.kshlib %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_file.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_https.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_location.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_noop.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_load-key/zfs_load-key_recursive.ksh @@ -1074,6 +1087,7 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_encrypted.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_encrypted_unloaded.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_raw.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_skip_missing.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_sparse.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_set/cache_001_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_set/cache_002_neg.ksh @@ -1323,6 +1337,7 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_device_replaced.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_mirror_attached.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_mirror_detached.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_paths_changed.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_shared_device.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_import/import_paths_changed.ksh @@ -1363,6 +1378,7 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize.kshlib %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_attach_detach_add_remove.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_fault_export_import_online.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_import_export.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_offline_export_import_online.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_initialize/zpool_initialize_online_offline.ksh @@ -1458,6 +1474,7 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim.kshlib %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_attach_detach_add_remove.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_fault_export_import_online.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_import_export.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_multiple.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_trim/zpool_trim_neg.ksh @@ -1663,6 +1680,7 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/ctime/ctime_001_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/ctime/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/deadman/deadman.cfg +%%TESTS%%share/zfs/zfs-tests/tests/functional/deadman/deadman_ratelimit.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/deadman/deadman_sync.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/deadman/deadman_zio.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/delegate/cleanup.ksh @@ -1702,6 +1720,8 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/events/events_002_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/events/events_common.kshlib %%TESTS%%share/zfs/zfs-tests/tests/functional/events/setup.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/events/zed_fd_spill-zedlet +%%TESTS%%share/zfs/zfs-tests/tests/functional/events/zed_fd_spill.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/events/zed_rc_filter.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/exec/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/exec/exec_001_pos.ksh @@ -2050,6 +2070,7 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/redacted_send/redacted_mounts.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redacted_send/redacted_negative.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redacted_send/redacted_origin.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/redacted_send/redacted_panic.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redacted_send/redacted_props.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redacted_send/redacted_resume.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redacted_send/redacted_size.ksh @@ -2058,9 +2079,11 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy.cfg %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy.kshlib +%%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy_draid.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy_draid1.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy_draid2.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy_draid3.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy_draid_damaged.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy_draid_spare1.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy_draid_spare2.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/redundancy/redundancy_draid_spare3.ksh @@ -2363,7 +2386,6 @@ share/pam-configs/zfs_key %%TESTS%%share/zfs/zfs-tests/tests/functional/userquota/userspace_002_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/userquota/userspace_003_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/userquota/userspace_encrypted.ksh -%%TESTS%%share/zfs/zfs-tests/tests/functional/userquota/userspace_send_encrypted.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/vdev_zaps/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/vdev_zaps/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/vdev_zaps/vdev_zaps.kshlib From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 02:55:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CDE4865BEF8; Thu, 24 Jun 2021 02:55: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 4G9Prr5Jnxz4vTv; Thu, 24 Jun 2021 02:55: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 9B72C10499; Thu, 24 Jun 2021 02:55: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 15O2te89000985; Thu, 24 Jun 2021 02:55:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O2te5Y000984; Thu, 24 Jun 2021 02:55:40 GMT (envelope-from git) Date: Thu, 24 Jun 2021 02:55:40 GMT Message-Id: <202106240255.15O2te5Y000984@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: 91c45568b397 - main - graphics/libavif: update to 0.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: 91c45568b39798c0c79ba08c41c215222049d821 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 02:55:40 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=91c45568b39798c0c79ba08c41c215222049d821 commit 91c45568b39798c0c79ba08c41c215222049d821 Author: Jan Beich AuthorDate: 2021-06-23 18:11:18 +0000 Commit: Jan Beich CommitDate: 2021-06-24 02:55:30 +0000 graphics/libavif: update to 0.9.2 Changes: https://github.com/AOMediaCodec/libavif/compare/v0.9.1...v0.9.2 Reported by: GitHub (watch releases) --- graphics/darktable/Makefile | 2 +- graphics/kf5-kimageformats/Makefile | 6 +++++- graphics/kf5-kimageformats/distinfo | 4 ++++ graphics/libavif/Makefile | 2 +- graphics/libavif/distinfo | 6 +++--- graphics/libavif/pkg-plist | 4 ++-- 6 files changed, 16 insertions(+), 8 deletions(-) diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 95341a338645..2f2ba3d2552c 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -2,7 +2,7 @@ PORTNAME= darktable PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile index 4b2e4c357c04..71a6b331975d 100644 --- a/graphics/kf5-kimageformats/Makefile +++ b/graphics/kf5-kimageformats/Makefile @@ -1,8 +1,12 @@ PORTNAME= kimageformats DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde kde-frameworks +PATCH_SITES= https://invent.kde.org/frameworks/${PORTNAME}/-/commit/ +PATCHFILES+= bf3f94da766d.patch:-p1 # https://invent.kde.org/frameworks/kimageformats/-/merge_requests/30 +PATCHFILES+= ef6be2c077ca.patch:-p1 # https://invent.kde.org/frameworks/kimageformats/-/merge_requests/31 + MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library providing support for additional image formats diff --git a/graphics/kf5-kimageformats/distinfo b/graphics/kf5-kimageformats/distinfo index 5a543ec2ce6e..9c34626f0816 100644 --- a/graphics/kf5-kimageformats/distinfo +++ b/graphics/kf5-kimageformats/distinfo @@ -1,3 +1,7 @@ TIMESTAMP = 1620404290 SHA256 (KDE/frameworks/5.82.0/kimageformats-5.82.0.tar.xz) = 3e7852b85f2a2e5d7136548747b5fd75b8c81e99c9f691bb8a168ce72bb1057d SIZE (KDE/frameworks/5.82.0/kimageformats-5.82.0.tar.xz) = 590128 +SHA256 (KDE/frameworks/5.82.0/bf3f94da766d.patch) = 007e72582ed375e0562b0e5883614e101a860c60ef1649d28f1b5c5e96484068 +SIZE (KDE/frameworks/5.82.0/bf3f94da766d.patch) = 1036 +SHA256 (KDE/frameworks/5.82.0/ef6be2c077ca.patch) = 4c2f20cdf355eb8be1d05a6273a76a9b74fab912ca9c31687d2d31fe15a8a598 +SIZE (KDE/frameworks/5.82.0/ef6be2c077ca.patch) = 1128 diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile index 79fde1970fdd..aeae3078c2bf 100644 --- a/graphics/libavif/Makefile +++ b/graphics/libavif/Makefile @@ -1,6 +1,6 @@ PORTNAME= libavif DISTVERSIONPREFIX= v -DISTVERSION= 0.9.1 +DISTVERSION= 0.9.2 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/graphics/libavif/distinfo b/graphics/libavif/distinfo index 645582bd6180..2321094c209e 100644 --- a/graphics/libavif/distinfo +++ b/graphics/libavif/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621456744 -SHA256 (AOMediaCodec-libavif-v0.9.1_GH0.tar.gz) = 8526f3fff34a05a51d7c703cdcf1d0d38c939b5b6dd4bb7d3a3405ddad88186c -SIZE (AOMediaCodec-libavif-v0.9.1_GH0.tar.gz) = 1985366 +TIMESTAMP = 1624471878 +SHA256 (AOMediaCodec-libavif-v0.9.2_GH0.tar.gz) = d6607d654adc40a392da83daa72a4ff802cd750c045a68131c9305639c10fc5c +SIZE (AOMediaCodec-libavif-v0.9.2_GH0.tar.gz) = 1987058 SHA256 (2340cdb5f0c2.patch) = acc0733963b7e1c9f4bb3563b052a15aff6705729ae08a50123f7a0d537396e5 SIZE (2340cdb5f0c2.patch) = 1714 diff --git a/graphics/libavif/pkg-plist b/graphics/libavif/pkg-plist index a71c9378f566..70454eae8128 100644 --- a/graphics/libavif/pkg-plist +++ b/graphics/libavif/pkg-plist @@ -6,8 +6,8 @@ lib/cmake/libavif/libavif-config-version.cmake lib/cmake/libavif/libavif-config.cmake %%PIXBUF%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-avif.so lib/libavif.so -lib/libavif.so.11 -lib/libavif.so.11.0.0 +lib/libavif.so.12 +lib/libavif.so.12.0.0 libdata/pkgconfig/libavif.pc %%PIXBUF%%@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 %%PIXBUF%%@postunexec %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-main@freebsd.org Thu Jun 24 04:45:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE30365D6AD; Thu, 24 Jun 2021 04: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 4G9SHH4X5Pz55Ph; Thu, 24 Jun 2021 04:45: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 8047511E02; Thu, 24 Jun 2021 04:45: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 15O4jF2T047509; Thu, 24 Jun 2021 04:45:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O4jFjM047508; Thu, 24 Jun 2021 04:45:15 GMT (envelope-from git) Date: Thu, 24 Jun 2021 04:45:15 GMT Message-Id: <202106240445.15O4jFjM047508@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: 4482b4bc65ce - main - math/R-cran-dplyr: Update to 1.0.7 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: 4482b4bc65ce30668fc45d601f21face889e96d6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 04:45:15 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=4482b4bc65ce30668fc45d601f21face889e96d6 commit 4482b4bc65ce30668fc45d601f21face889e96d6 Author: Wen Heping AuthorDate: 2021-06-24 04:44:23 +0000 Commit: Wen Heping CommitDate: 2021-06-24 04:44:23 +0000 math/R-cran-dplyr: Update to 1.0.7 --- math/R-cran-dplyr/Makefile | 2 +- math/R-cran-dplyr/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/R-cran-dplyr/Makefile b/math/R-cran-dplyr/Makefile index 2eb07f235d60..4b77fd817d5b 100644 --- a/math/R-cran-dplyr/Makefile +++ b/math/R-cran-dplyr/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= dplyr -DISTVERSION= 1.0.5 +DISTVERSION= 1.0.7 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-dplyr/distinfo b/math/R-cran-dplyr/distinfo index 8b394393b4d6..a2a0bbafbe61 100644 --- a/math/R-cran-dplyr/distinfo +++ b/math/R-cran-dplyr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619327297 -SHA256 (dplyr_1.0.5.tar.gz) = 7541a09c66ecb40736e25bc9ec9591f26ec4ee67c99823b4ac855760b5c96e70 -SIZE (dplyr_1.0.5.tar.gz) = 949019 +TIMESTAMP = 1624493647 +SHA256 (dplyr_1.0.7.tar.gz) = d2fe3aedbce02fdddce09a8a80f85f5918a9d1f15f792ad4a98f254959d7123d +SIZE (dplyr_1.0.7.tar.gz) = 852103 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 06:22:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2AF9A65F362; Thu, 24 Jun 2021 06: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 4G9VRV084Wz3D7y; Thu, 24 Jun 2021 06:22: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 E141E13213; Thu, 24 Jun 2021 06: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 15O6MT99079561; Thu, 24 Jun 2021 06: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 15O6MT4C079560; Thu, 24 Jun 2021 06:22:29 GMT (envelope-from git) Date: Thu, 24 Jun 2021 06:22:29 GMT Message-Id: <202106240622.15O6MT4C079560@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: 99144536de10 - main - math/R-cran-MatchIt: Update to 4.2.0 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: 99144536de103e1a3998e5bd719a6735d9f21e72 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 06:22:30 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=99144536de103e1a3998e5bd719a6735d9f21e72 commit 99144536de103e1a3998e5bd719a6735d9f21e72 Author: Wen Heping AuthorDate: 2021-06-24 06:21:39 +0000 Commit: Wen Heping CommitDate: 2021-06-24 06:21:39 +0000 math/R-cran-MatchIt: Update to 4.2.0 --- math/R-cran-MatchIt/Makefile | 2 +- math/R-cran-MatchIt/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/R-cran-MatchIt/Makefile b/math/R-cran-MatchIt/Makefile index f71831c01ce9..c24fe64ecf91 100644 --- a/math/R-cran-MatchIt/Makefile +++ b/math/R-cran-MatchIt/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= MatchIt -DISTVERSION= 4.1.0 +DISTVERSION= 4.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-MatchIt/distinfo b/math/R-cran-MatchIt/distinfo index d6260858012f..077fb1895d75 100644 --- a/math/R-cran-MatchIt/distinfo +++ b/math/R-cran-MatchIt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608635200 -SHA256 (MatchIt_4.1.0.tar.gz) = b34767cbb8cfb70c6b781849d5430b11480fac43af0a2d53460a1c57c7997ba1 -SIZE (MatchIt_4.1.0.tar.gz) = 1552491 +TIMESTAMP = 1624509937 +SHA256 (MatchIt_4.2.0.tar.gz) = ed64baefa618b3360b962376c001820ef540736376268d5f385dfbadef13483c +SIZE (MatchIt_4.2.0.tar.gz) = 1277710 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 06:32:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE71F65FC60; Thu, 24 Jun 2021 06: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 4G9VfS5NCRz3DTb; Thu, 24 Jun 2021 06: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 A0F301349E; Thu, 24 Jun 2021 06:32: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 15O6W0lV093051; Thu, 24 Jun 2021 06:32:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O6W0uG093050; Thu, 24 Jun 2021 06:32:00 GMT (envelope-from git) Date: Thu, 24 Jun 2021 06:32:00 GMT Message-Id: <202106240632.15O6W0uG093050@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: 7422100d9cc0 - main - math/R-cran-inline: Update to 0.3.19 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: 7422100d9cc034474ee311699da9f26d1a9fbb79 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 06:32:00 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=7422100d9cc034474ee311699da9f26d1a9fbb79 commit 7422100d9cc034474ee311699da9f26d1a9fbb79 Author: Wen Heping AuthorDate: 2021-06-24 06:31:12 +0000 Commit: Wen Heping CommitDate: 2021-06-24 06:31:12 +0000 math/R-cran-inline: Update to 0.3.19 --- math/R-cran-inline/Makefile | 2 +- math/R-cran-inline/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile index 3aeb4345f57a..48b19c9475d7 100644 --- a/math/R-cran-inline/Makefile +++ b/math/R-cran-inline/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= inline -PORTVERSION= 0.3.17 +PORTVERSION= 0.3.19 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-inline/distinfo b/math/R-cran-inline/distinfo index 30a974bf572b..b94a3d5ebb92 100644 --- a/math/R-cran-inline/distinfo +++ b/math/R-cran-inline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606981444 -SHA256 (inline_0.3.17.tar.gz) = 792857b2ebd408d6523424d2f6bb7297e241d4b28ab32372f6a9240c8cd554f3 -SIZE (inline_0.3.17.tar.gz) = 24730 +TIMESTAMP = 1624515788 +SHA256 (inline_0.3.19.tar.gz) = 0ee9309bb7dab0b97761ddd18381aa12bd7d54678ccd7bec00784e831f4c99d5 +SIZE (inline_0.3.19.tar.gz) = 25074 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 06:45:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D3384660600; Thu, 24 Jun 2021 06:45: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 4G9VyD5fr8z3FkX; Thu, 24 Jun 2021 06:45: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 AA81A1306F; Thu, 24 Jun 2021 06:45: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 15O6jeiY006507; Thu, 24 Jun 2021 06:45:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O6jeh7006506; Thu, 24 Jun 2021 06:45:40 GMT (envelope-from git) Date: Thu, 24 Jun 2021 06:45:40 GMT Message-Id: <202106240645.15O6jeh7006506@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: 19d78ec343dc - main - math/R-cran-mvtnorm: Update to 1.1.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: 19d78ec343dc275e6ce3d87587c59147ad890363 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 06:45:40 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=19d78ec343dc275e6ce3d87587c59147ad890363 commit 19d78ec343dc275e6ce3d87587c59147ad890363 Author: Wen Heping AuthorDate: 2021-06-24 06:44:53 +0000 Commit: Wen Heping CommitDate: 2021-06-24 06:44:53 +0000 math/R-cran-mvtnorm: Update to 1.1.2 --- math/R-cran-mvtnorm/Makefile | 2 +- math/R-cran-mvtnorm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile index 06b632ed50d7..fa84f7bd365c 100644 --- a/math/R-cran-mvtnorm/Makefile +++ b/math/R-cran-mvtnorm/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= mvtnorm -DISTVERSION= 1.1-1 +DISTVERSION= 1.1-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-mvtnorm/distinfo b/math/R-cran-mvtnorm/distinfo index 75fb58a6dd5e..77e2015c69e4 100644 --- a/math/R-cran-mvtnorm/distinfo +++ b/math/R-cran-mvtnorm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593484655 -SHA256 (mvtnorm_1.1-1.tar.gz) = e965dad5e93babb7ded25b5ebdbd52332191b61f897d68853a379a07620d45de -SIZE (mvtnorm_1.1-1.tar.gz) = 163902 +TIMESTAMP = 1624516413 +SHA256 (mvtnorm_1.1-2.tar.gz) = f25ce135e5bd1adc82e65bf53fe3da86d6cada15a70dd8a7a8510b976f3d9017 +SIZE (mvtnorm_1.1-2.tar.gz) = 166202 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 06:51:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73124661281; Thu, 24 Jun 2021 06:51: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 4G9W5D2dcMz3Fc5; Thu, 24 Jun 2021 06:51: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 40FB9137BD; Thu, 24 Jun 2021 06:51: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 15O6pibc016854; Thu, 24 Jun 2021 06:51:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O6pifV016838; Thu, 24 Jun 2021 06:51:44 GMT (envelope-from git) Date: Thu, 24 Jun 2021 06:51:44 GMT Message-Id: <202106240651.15O6pifV016838@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: 571058a192b8 - main - lang/gcc10-devel: Update to the 20210418 snapshot of GCC 10.3.1 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: 571058a192b8f45882d294db02a97e0e864992a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 06:51:44 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=571058a192b8f45882d294db02a97e0e864992a7 commit 571058a192b8f45882d294db02a97e0e864992a7 Author: Gerald Pfeifer AuthorDate: 2021-06-24 06:51:34 +0000 Commit: Gerald Pfeifer CommitDate: 2021-06-24 06:51:34 +0000 lang/gcc10-devel: Update to the 20210418 snapshot of GCC 10.3.1 This brings three back ports for the tree optimizers/middle end, two for inter-procedural optimizations (IPA), one for the C++ front end and Fortran each, and three for libstdc++. --- lang/gcc10-devel/Makefile | 2 +- lang/gcc10-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile index 2aaca81b96b6..e658a5a10918 100644 --- a/lang/gcc10-devel/Makefile +++ b/lang/gcc10-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 10.3.1.s20210611 +PORTVERSION= 10.3.1.s20210618 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc10-devel/distinfo b/lang/gcc10-devel/distinfo index 1f25c5fbb5a7..befa7de9b383 100644 --- a/lang/gcc10-devel/distinfo +++ b/lang/gcc10-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623562743 -SHA256 (gcc-10-20210611.tar.xz) = 8d1d696bb128ab74c58dd148b07d852859d82adfc91048781ac3f6d94a899bb8 -SIZE (gcc-10-20210611.tar.xz) = 71632904 +TIMESTAMP = 1624094375 +SHA256 (gcc-10-20210618.tar.xz) = 0bddb09a7a094d283716650836bbe66b7272bea31c739b8a9c8f1131b1054159 +SIZE (gcc-10-20210618.tar.xz) = 71642900 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 07:00:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7A68660F28; Thu, 24 Jun 2021 07:00: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 4G9WHG5nqDz3GHb; Thu, 24 Jun 2021 07:00: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 AF6BB139AC; Thu, 24 Jun 2021 07: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 15O70Qn6028987; Thu, 24 Jun 2021 07: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 15O70QUW028986; Thu, 24 Jun 2021 07:00:26 GMT (envelope-from git) Date: Thu, 24 Jun 2021 07:00:26 GMT Message-Id: <202106240700.15O70QUW028986@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: 99ac484bee29 - main - math/R-cran-numbers: Update to 0.8.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: 99ac484bee298e4cdf51f22955c17853d80defc1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 07:00:26 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=99ac484bee298e4cdf51f22955c17853d80defc1 commit 99ac484bee298e4cdf51f22955c17853d80defc1 Author: Wen Heping AuthorDate: 2021-06-24 06:59:39 +0000 Commit: Wen Heping CommitDate: 2021-06-24 06:59:39 +0000 math/R-cran-numbers: Update to 0.8.2 --- math/R-cran-numbers/Makefile | 2 +- math/R-cran-numbers/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/R-cran-numbers/Makefile b/math/R-cran-numbers/Makefile index 3d299c2ccb87..a17ddb64065c 100644 --- a/math/R-cran-numbers/Makefile +++ b/math/R-cran-numbers/Makefile @@ -1,5 +1,5 @@ PORTNAME= numbers -DISTVERSION= 0.8-1 +DISTVERSION= 0.8-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-numbers/distinfo b/math/R-cran-numbers/distinfo index b879379431f8..9d599b5e167a 100644 --- a/math/R-cran-numbers/distinfo +++ b/math/R-cran-numbers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618530268 -SHA256 (numbers_0.8-1.tar.gz) = 731abf15af6cbbd8786d5cf60b0802e123e21597d147d1edbd677183606d2e03 -SIZE (numbers_0.8-1.tar.gz) = 48250 +TIMESTAMP = 1624517161 +SHA256 (numbers_0.8-2.tar.gz) = c1ac232878d64b5ef844524a5f85a7a7f64fcd0652f3d6fc3936f16fa665573d +SIZE (numbers_0.8-2.tar.gz) = 47766 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 07:01:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA3E4661486; Thu, 24 Jun 2021 07:01: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 4G9WJ34VR7z3G4r; Thu, 24 Jun 2021 07: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 83604136D8; Thu, 24 Jun 2021 07: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 15O7171c029159; Thu, 24 Jun 2021 07: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 15O717i0029158; Thu, 24 Jun 2021 07:01:07 GMT (envelope-from git) Date: Thu, 24 Jun 2021 07:01:07 GMT Message-Id: <202106240701.15O717i0029158@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: eb4461c58f4b - main - security/softether5: set the appropreate build number 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: eb4461c58f4b03ef2f85ee04a55be17e5d9d8693 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 07:01:07 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb4461c58f4b03ef2f85ee04a55be17e5d9d8693 commit eb4461c58f4b03ef2f85ee04a55be17e5d9d8693 Author: Koichiro Iwao AuthorDate: 2021-06-24 06:48:35 +0000 Commit: Koichiro Iwao CommitDate: 2021-06-24 07:01:01 +0000 security/softether5: set the appropreate build number Despite the build number is a monotonically increasing value and never decreased or reset to zero, upstream accidentaly reset it to zero. As a result, The older version of SoftEtherVPN client cannot to connect to 5.x developer version server. To restore compatibility, this commit sets the appropreate build number. See also the upstream GitHub issue. While here, define LIB_DEPENDS pointed out by poudriere QA-test. Obtained from: https://github.com/SoftEtherVPN/SoftEtherVPN/issues/1392#issuecomment-867348281 --- security/softether5/Makefile | 12 +++++++++--- security/softether5/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/security/softether5/Makefile b/security/softether5/Makefile index 1fdc8e44152e..c010711c65e6 100644 --- a/security/softether5/Makefile +++ b/security/softether5/Makefile @@ -1,6 +1,5 @@ PORTNAME= softether -DISTVERSION= 5.02.0 -PORTREVISION= 1 +DISTVERSION= 5.02.${SE_BUILD_NUMBER} PORTEPOCH= 1 CATEGORIES= security net-vpn PKGNAMESUFFIX= 5 @@ -29,11 +28,13 @@ USE_GITHUB= yes GH_ACCOUNT= SoftEtherVPN GH_PROJECT= SoftEtherVPN -GH_TUPLE= SoftEtherVPN:libhamcore:b7f5d8d:libhamcore/src/libhamcore \ +GH_TUPLE= SoftEtherVPN:SoftEtherVPN:5.02.0 \ + SoftEtherVPN:libhamcore:b7f5d8d:libhamcore/src/libhamcore \ BLAKE2:BLAKE2:b52178a:BLAKE2/3rdparty/BLAKE2 \ cxong:tinydir:ec6bff2:tinydir/3rdparty/tinydir CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DBUILD_NUMBER=${SE_BUILD_NUMBER} \ -DSE_DBDIR="${SE_DBDIR}" \ -DSE_LOGDIR="${SE_LOGDIR}" \ -DSE_PIDDIR="${SE_PIDDIR}" @@ -43,6 +44,10 @@ OPTIONS_DEFINE= DOCS PORTDOCS= DISCLAIMER.md WARNING.TXT CONFLICTS_INSTALL= softether-4.[0-9]* softether-devel-4.[0-9]* +# The build number must be a monotonically increasing value but upstream +# accidentally reset it to zero. So reset to the correct value. +# See also: SoftEtherVPN/SoftEtherVPN#1392 +SE_BUILD_NUMBER= 9675 SE_DBDIR?= /var/db/${PORTNAME} SE_LOGDIR?= /var/log/${PORTNAME} SE_PIDDIR?= /var/run/${PORTNAME} @@ -58,6 +63,7 @@ SUB_FILES= pkg-message CMAKE_BOOL_ON+= SKIP_CPU_FEATURES .else BUILD_DEPENDS+= ${LOCALBASE}/include/cpu_features_macros.h:devel/cpu_features +LIB_DEPENDS+= libcpu_features.so:devel/cpu_features .endif post-install: diff --git a/security/softether5/distinfo b/security/softether5/distinfo index 11576e4f3f4b..5ab3fe3eb3fa 100644 --- a/security/softether5/distinfo +++ b/security/softether5/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623585157 -SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.02.0_GH0.tar.gz) = fc410e5ee8cc06511a214d9db083b06422dbe2deb3d6be8b9a38bc6a3dceafa8 -SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.02.0_GH0.tar.gz) = 16471174 +TIMESTAMP = 1624516438 +SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.02.9675-5.02.0_GH0.tar.gz) = fc410e5ee8cc06511a214d9db083b06422dbe2deb3d6be8b9a38bc6a3dceafa8 +SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.02.9675-5.02.0_GH0.tar.gz) = 16471174 SHA256 (softether/SoftEtherVPN-libhamcore-b7f5d8d_GH0.tar.gz) = a41b6cbbc3ba562aa70024419b562f8ce502db40fc06c3bef82952133354952d SIZE (softether/SoftEtherVPN-libhamcore-b7f5d8d_GH0.tar.gz) = 8333 SHA256 (softether/BLAKE2-BLAKE2-b52178a_GH0.tar.gz) = 0bef79a164bda953410f474daab3241ed6461daa4fb90213b95ae60c440c6775 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 07:32:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77F6D66126E; Thu, 24 Jun 2021 07:32: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 4G9Wzw2nfsz3Hqv; Thu, 24 Jun 2021 07:32: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 47F30140B4; Thu, 24 Jun 2021 07:32: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 15O7WCUL072589; Thu, 24 Jun 2021 07:32:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O7WCPZ072588; Thu, 24 Jun 2021 07:32:12 GMT (envelope-from git) Date: Thu, 24 Jun 2021 07:32:12 GMT Message-Id: <202106240732.15O7WCPZ072588@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: c9b1547308ba - main - ftp/R-cran-curl: Update to 4.3.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: c9b1547308bafa45d0db181beabf2d2bec686819 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 07:32:12 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9b1547308bafa45d0db181beabf2d2bec686819 commit c9b1547308bafa45d0db181beabf2d2bec686819 Author: TAKATSU Tomonari AuthorDate: 2021-06-24 05:48:04 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-06-24 07:32:06 +0000 ftp/R-cran-curl: Update to 4.3.2 --- ftp/R-cran-curl/Makefile | 2 +- ftp/R-cran-curl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile index c7c365af1f43..72e40c53df74 100644 --- a/ftp/R-cran-curl/Makefile +++ b/ftp/R-cran-curl/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= curl -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo index 25775160f164..f9ba76fc0948 100644 --- a/ftp/R-cran-curl/distinfo +++ b/ftp/R-cran-curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619865415 -SHA256 (curl_4.3.1.tar.gz) = 2266cb041addf121195108975ae1ad34c433046a7b4e95eec630ee5eda5fff62 -SIZE (curl_4.3.1.tar.gz) = 793230 +TIMESTAMP = 1624513539 +SHA256 (curl_4.3.2.tar.gz) = 90b1facb4be8b6315bb3d272ba2dd90b88973f6ea1ab7f439550230f8500a568 +SIZE (curl_4.3.2.tar.gz) = 793345 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 07:33:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F2169661710; Thu, 24 Jun 2021 07:33: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 4G9X1n6Wqzz3J95; Thu, 24 Jun 2021 07:33: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 C852813E73; Thu, 24 Jun 2021 07:33: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 15O7Xn6a072866; Thu, 24 Jun 2021 07:33:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O7XnJA072865; Thu, 24 Jun 2021 07:33:49 GMT (envelope-from git) Date: Thu, 24 Jun 2021 07:33:49 GMT Message-Id: <202106240733.15O7XnJA072865@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Richard Gallamore Subject: git: 97eca8392d62 - main - net-mgmt/seafile-server: Update distfile hash MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ultima X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 97eca8392d625becff2172087988c90eca6c1ace Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 07:33:50 -0000 The branch main has been updated by ultima: URL: https://cgit.FreeBSD.org/ports/commit/?id=97eca8392d625becff2172087988c90eca6c1ace commit 97eca8392d625becff2172087988c90eca6c1ace Author: Richard Gallamore AuthorDate: 2021-06-24 07:30:33 +0000 Commit: Richard Gallamore CommitDate: 2021-06-24 07:33:47 +0000 net-mgmt/seafile-server: Update distfile hash Upstream commit after tag... Just the usual. --- net-mgmt/seafile-server/Makefile | 1 + net-mgmt/seafile-server/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile index 4bcb1803f91d..783953f61fc6 100644 --- a/net-mgmt/seafile-server/Makefile +++ b/net-mgmt/seafile-server/Makefile @@ -2,6 +2,7 @@ PORTNAME= seafile-server DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_VER} DISTVERSIONSUFFIX= -server +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima@FreeBSD.org diff --git a/net-mgmt/seafile-server/distinfo b/net-mgmt/seafile-server/distinfo index 53651514e1a9..51955551923f 100644 --- a/net-mgmt/seafile-server/distinfo +++ b/net-mgmt/seafile-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621491715 -SHA256 (haiwen-seafile-server-v8.0.5-server_GH0.tar.gz) = 6eb2386d9a7bf3199cfac2abb3ce838505be8fb54a5070d10d30c3c6100ea923 -SIZE (haiwen-seafile-server-v8.0.5-server_GH0.tar.gz) = 718827 +TIMESTAMP = 1624518804 +SHA256 (haiwen-seafile-server-v8.0.5-server_GH0.tar.gz) = e1e712e8f7aeef1d6043fc4555e834a73317811655038429a748a67068e9df2f +SIZE (haiwen-seafile-server-v8.0.5-server_GH0.tar.gz) = 718541 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 07:59:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A440966199C; Thu, 24 Jun 2021 07:59: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 4G9Xbj3x94z3KKc; Thu, 24 Jun 2021 07:59: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 6F97A145AE; Thu, 24 Jun 2021 07:59: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 15O7xj95099854; Thu, 24 Jun 2021 07:59:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O7xjJk099853; Thu, 24 Jun 2021 07:59:45 GMT (envelope-from git) Date: Thu, 24 Jun 2021 07:59:45 GMT Message-Id: <202106240759.15O7xjJk099853@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: 7b6006dc8748 - main - textproc/R-cran-openxlsx: Update to 4.2.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: 7b6006dc874833f6f7236d1d6b57755d2edcfd81 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 07:59:45 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b6006dc874833f6f7236d1d6b57755d2edcfd81 commit 7b6006dc874833f6f7236d1d6b57755d2edcfd81 Author: Wen Heping AuthorDate: 2021-06-24 07:58:55 +0000 Commit: Wen Heping CommitDate: 2021-06-24 07:58:55 +0000 textproc/R-cran-openxlsx: Update to 4.2.4 --- textproc/R-cran-openxlsx/Makefile | 2 +- textproc/R-cran-openxlsx/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/R-cran-openxlsx/Makefile b/textproc/R-cran-openxlsx/Makefile index 44e4bf313390..4b6eaaf985e6 100644 --- a/textproc/R-cran-openxlsx/Makefile +++ b/textproc/R-cran-openxlsx/Makefile @@ -1,5 +1,5 @@ PORTNAME= openxlsx -DISTVERSION= 4.2.3 +DISTVERSION= 4.2.4 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/textproc/R-cran-openxlsx/distinfo b/textproc/R-cran-openxlsx/distinfo index 42712ea3ed65..3f56cfb8c110 100644 --- a/textproc/R-cran-openxlsx/distinfo +++ b/textproc/R-cran-openxlsx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604504054 -SHA256 (openxlsx_4.2.3.tar.gz) = cdef89d826e50bef772af3e5eae935ca0316626a6e22f55f7631eac733b5e46f -SIZE (openxlsx_4.2.3.tar.gz) = 1275121 +TIMESTAMP = 1624518589 +SHA256 (openxlsx_4.2.4.tar.gz) = af571b3c60cea2a5975f6a394469f1c50266d4a5c5c91896b991b1b3ba8bc86e +SIZE (openxlsx_4.2.4.tar.gz) = 1322279 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 08:03:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59918662662; Thu, 24 Jun 2021 08: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 4G9Xhb1w99z3Kwr; Thu, 24 Jun 2021 08: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 29E351446E; Thu, 24 Jun 2021 08: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 15O83xDT013356; Thu, 24 Jun 2021 08: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 15O83xqG013355; Thu, 24 Jun 2021 08:03:59 GMT (envelope-from git) Date: Thu, 24 Jun 2021 08:03:59 GMT Message-Id: <202106240803.15O83xqG013355@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: 4eb82883317e - main - misc/mc: the port had been improved (+) 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: 4eb82883317e97c3851e041c415fca854bf062fc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 08:03:59 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb82883317e97c3851e041c415fca854bf062fc commit 4eb82883317e97c3851e041c415fca854bf062fc Author: Alexey Dokuchaev AuthorDate: 2021-06-24 08:02:58 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-24 08:03:15 +0000 misc/mc: the port had been improved (+) - By popular demand, disable EXTATTR option by default: the benefits it provides are outweighed by having to pull `sysutils/e2fsprogs' port as dependency and various troubles people are having with it. While here, adjust the description as it was is a bit misleading: it is not limited exclusively to ext2fs, but can also manage UFS- specific flags like append-only, etc. [1] - Fix ZIP/UNZIP program detection and add missing dependency on the `archivers/zip' as FreeBSD does not provide native zip(1) program. This bug had been present since late 2014: when fixing PR 193766, an incomplete patch had been committed; it went unnoticed because apparently users rarely create ZIP archives, and extraction worked because `archivers/unzip' is very commonly installed package [2] PR: 249284, 256766 [1] 256546, 193766 [2] --- misc/mc/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 781b68b1149f..87f5ef38bbe5 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -2,7 +2,7 @@ PORTNAME= mc PORTVERSION= 4.8.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ https://ftp.osuosl.org/pub/midnightcommander/ @@ -13,24 +13,26 @@ COMMENT= Midnight Commander, a free Norton Commander Clone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= zip:archivers/zip + USES= gmake gnome libtool perl5 pkgconfig python shebangfix tar:xz SHEBANG_FILES= ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \ ${WRKSRC}/src/vfs/extfs/helpers/uc1541 python_OLD_CMD= @PYTHON@ USE_GNOME= glib20 GNU_CONFIGURE= yes -CONFIGURE_ENV= ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD} +CONFIGURE_ENV= ZIP=${LOCALBASE}/bin/zip UNZIP=${UNZIP_NATIVE_CMD} PORTDOCS= AUTHORS FAQ HACKING MAINTAINERS NEWS README *.txt OPTIONS_DEFINE= DOCS EDITOR EXTATTR ICONV NLS SFTP SMB SUBSHELL X11 -OPTIONS_DEFAULT= EDITOR EXTATTR ICONV SFTP SLANG SMB SUBSHELL X11 +OPTIONS_DEFAULT= EDITOR ICONV SFTP SLANG SMB SUBSHELL X11 OPTIONS_SINGLE= SCREEN OPTIONS_SINGLE_SCREEN= SLANG NCURSES OPTIONS_SUB= yes EDITOR_DESC= Build with internal editor -EXTATTR_DESC= Ext2fs extended attributes support +EXTATTR_DESC= Extended attributes support SCREEN_DESC= Screen library SFTP_DESC= Support for SFTP (via libssh) SUBSHELL_DESC= Build with subshell support From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 08:16:27 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE0DE662679; Thu, 24 Jun 2021 08:16: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 4G9Xyz44wSz3MLC; Thu, 24 Jun 2021 08:16: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 7363214B18; Thu, 24 Jun 2021 08:16: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 15O8GRE4026506; Thu, 24 Jun 2021 08:16:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O8GRiT026505; Thu, 24 Jun 2021 08:16:27 GMT (envelope-from git) Date: Thu, 24 Jun 2021 08:16:27 GMT Message-Id: <202106240816.15O8GRiT026505@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: e74c1f63b0d0 - main - www/elgg: Update to 3.3.19 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: e74c1f63b0d09380f78b71f1b44eaaf68e87bccb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 08:16:27 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=e74c1f63b0d09380f78b71f1b44eaaf68e87bccb commit e74c1f63b0d09380f78b71f1b44eaaf68e87bccb Author: Wen Heping AuthorDate: 2021-06-24 08:15:41 +0000 Commit: Wen Heping CommitDate: 2021-06-24 08:15:41 +0000 www/elgg: Update to 3.3.19 --- www/elgg/Makefile | 2 +- www/elgg/distinfo | 6 +++--- www/elgg/pkg-plist | 16 +++++++++++++++- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/www/elgg/Makefile b/www/elgg/Makefile index c8ffdf45709a..56a17a76949c 100644 --- a/www/elgg/Makefile +++ b/www/elgg/Makefile @@ -1,7 +1,7 @@ # Created by: Wen heping PORTNAME= elgg -PORTVERSION= 3.3.17 +PORTVERSION= 3.3.19 CATEGORIES= www MASTER_SITES= http://elgg.org/download/ diff --git a/www/elgg/distinfo b/www/elgg/distinfo index 74ff41713d2d..98bd760e037d 100644 --- a/www/elgg/distinfo +++ b/www/elgg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619167344 -SHA256 (elgg-3.3.17.zip) = f4a05c061b885c37d6503c805271c29d4ca5147f2fc5632ac462ccece1cf09f7 -SIZE (elgg-3.3.17.zip) = 46115660 +TIMESTAMP = 1624519188 +SHA256 (elgg-3.3.19.zip) = 0dcd1aa5435094cc96434cb160f756bab396d065f276aff998b26bdbe2b126ee +SIZE (elgg-3.3.19.zip) = 46133076 diff --git a/www/elgg/pkg-plist b/www/elgg/pkg-plist index 825290f5a12a..4d432312f4a3 100644 --- a/www/elgg/pkg-plist +++ b/www/elgg/pkg-plist @@ -12120,6 +12120,7 @@ %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php @@ -12155,12 +12156,14 @@ %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php @@ -12292,7 +12295,8 @@ %%WWWDIR%%/vendor/css-crush/css-crush/plugins/text-align.php %%WWWDIR%%/vendor/doctrine/cache/LICENSE %%WWWDIR%%/vendor/doctrine/cache/README.md -%%WWWDIR%%/vendor/doctrine/cache/UPGRADE.md +%%WWWDIR%%/vendor/doctrine/cache/UPGRADE-1.11.md +%%WWWDIR%%/vendor/doctrine/cache/UPGRADE-1.4.md %%WWWDIR%%/vendor/doctrine/cache/composer.json %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php @@ -12325,6 +12329,10 @@ %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php %%WWWDIR%%/vendor/doctrine/dbal/LICENSE %%WWWDIR%%/vendor/doctrine/dbal/README.md %%WWWDIR%%/vendor/doctrine/dbal/SECURITY.md @@ -17770,6 +17778,12 @@ %%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php %%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php81/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php81/Php81.php +%%WWWDIR%%/vendor/symfony/polyfill-php81/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php +%%WWWDIR%%/vendor/symfony/polyfill-php81/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php81/composer.json %%WWWDIR%%/vendor/symfony/routing/Annotation/Route.php %%WWWDIR%%/vendor/symfony/routing/CHANGELOG.md %%WWWDIR%%/vendor/symfony/routing/CompiledRoute.php From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 08:47:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18CA366246F; Thu, 24 Jun 2021 08: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 4G9YfP01LZz3PsK; Thu, 24 Jun 2021 08: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 D88C914F28; Thu, 24 Jun 2021 08:47: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 15O8l83C065969; Thu, 24 Jun 2021 08: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 15O8l8ht065968; Thu, 24 Jun 2021 08:47:08 GMT (envelope-from git) Date: Thu, 24 Jun 2021 08:47:08 GMT Message-Id: <202106240847.15O8l8ht065968@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: e7de81169145 - main - devel/yaegi: update to 0.9.18 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: e7de81169145abc00dc3cc4ebc3947c4e75db12b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 08:47:09 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7de81169145abc00dc3cc4ebc3947c4e75db12b commit e7de81169145abc00dc3cc4ebc3947c4e75db12b Author: Dave Cottlehuber AuthorDate: 2021-06-24 08:45:50 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-24 08:45:50 +0000 devel/yaegi: update to 0.9.18 Reported by: portscout Sponsored by: SkunkWerks, GmbH --- devel/yaegi/Makefile | 2 +- devel/yaegi/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/yaegi/Makefile b/devel/yaegi/Makefile index a7ddf1f6b64c..1b90d3b11209 100644 --- a/devel/yaegi/Makefile +++ b/devel/yaegi/Makefile @@ -1,5 +1,5 @@ PORTNAME= yaegi -DISTVERSION= 0.9.17 +DISTVERSION= 0.9.18 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/yaegi/distinfo b/devel/yaegi/distinfo index 89b5fb8a55e0..d776a43d3558 100644 --- a/devel/yaegi/distinfo +++ b/devel/yaegi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621415989 -SHA256 (traefik-yaegi-v0.9.17_GH0.tar.gz) = 976eb88cef567743839d078f2606df25bdd567d4cdf2a015c5df2eaf8524a449 -SIZE (traefik-yaegi-v0.9.17_GH0.tar.gz) = 1999480 +TIMESTAMP = 1624523560 +SHA256 (traefik-yaegi-v0.9.18_GH0.tar.gz) = f1b0f32f02f97b508488c7eea0484ba9f4b6293c604d23aba050cf0b8d826d68 +SIZE (traefik-yaegi-v0.9.18_GH0.tar.gz) = 2002352 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 08:56:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE9A1662E19; Thu, 24 Jun 2021 08:56: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 4G9YsK6Fr9z3QCP; Thu, 24 Jun 2021 08:56: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 BF2D314DD2; Thu, 24 Jun 2021 08:56: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 15O8ubKM079476; Thu, 24 Jun 2021 08:56:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O8ubfc079475; Thu, 24 Jun 2021 08:56:37 GMT (envelope-from git) Date: Thu, 24 Jun 2021 08:56:37 GMT Message-Id: <202106240856.15O8ubfc079475@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: 2eae8d04cfa9 - main - devel/patch: update Debian patchset to v7. 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: 2eae8d04cfa91cf36cc3a69cba8dc232b9ecebbe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 08:56:38 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=2eae8d04cfa91cf36cc3a69cba8dc232b9ecebbe commit 2eae8d04cfa91cf36cc3a69cba8dc232b9ecebbe Author: Alexey Dokuchaev AuthorDate: 2021-06-24 08:55:34 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-24 08:56:01 +0000 devel/patch: update Debian patchset to v7. PR: 256591 Submitted by: Daniel Engberg --- devel/patch/Makefile | 4 ++-- devel/patch/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 89f5a2ce6e7c..8244eec9aafa 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -2,11 +2,11 @@ PORTNAME= patch PORTVERSION= 2.7.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU DEBIAN_POOL:dp DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}_${PORTVERSION}-6.debian${EXTRACT_SUFX}:dp + ${PORTNAME}_${PORTVERSION}-7.debian${EXTRACT_SUFX}:dp MAINTAINER= danfe@FreeBSD.org COMMENT= GNU patch utility diff --git a/devel/patch/distinfo b/devel/patch/distinfo index a4a260428001..040c48268c31 100644 --- a/devel/patch/distinfo +++ b/devel/patch/distinfo @@ -1,5 +1,5 @@ TIMESTAMP = 1518689812 SHA256 (patch-2.7.6.tar.xz) = ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd SIZE (patch-2.7.6.tar.xz) = 783756 -SHA256 (patch_2.7.6-6.debian.tar.xz) = 75ea94b265763b65005381f1eceeaf3351a70ec5c3243bc161d702776414db02 -SIZE (patch_2.7.6-6.debian.tar.xz) = 14464 +SHA256 (patch_2.7.6-7.debian.tar.xz) = 7725f30b042d8cf63516e480036e93ca2ff0ce5ad3754db4a4e69d33e96a2624 +SIZE (patch_2.7.6-7.debian.tar.xz) = 15084 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 09:19:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B7436631D0; Thu, 24 Jun 2021 09:19: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 4G9ZMS6mzmz3jHt; Thu, 24 Jun 2021 09:19: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 D08C11555A; Thu, 24 Jun 2021 09:19: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 15O9JGJB006552; Thu, 24 Jun 2021 09:19:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15O9JGgJ006551; Thu, 24 Jun 2021 09:19:16 GMT (envelope-from git) Date: Thu, 24 Jun 2021 09:19:16 GMT Message-Id: <202106240919.15O9JGgJ006551@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: 7b2fbef20b6f - main - archivers/makeself: update to 2.4.5 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: 7b2fbef20b6f23c0ad34d5f1bf7c1a7d9d82a462 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 09:19:17 -0000 The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b2fbef20b6f23c0ad34d5f1bf7c1a7d9d82a462 commit 7b2fbef20b6f23c0ad34d5f1bf7c1a7d9d82a462 Author: Nuno Teixeira AuthorDate: 2021-06-24 09:17:01 +0000 Commit: Nuno Teixeira CommitDate: 2021-06-24 09:17:01 +0000 archivers/makeself: update to 2.4.5 ChangeLog: https://github.com/megastep/makeself/releases/tag/release-2.4.5 Approved by: dbaio, garga (mentors, implicit) --- archivers/makeself/Makefile | 2 +- archivers/makeself/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index 1c9d98640b3a..8404ce506f1c 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -1,7 +1,7 @@ # Created by: Will Andrews PORTNAME= makeself -DISTVERSION= 2.4.4 +DISTVERSION= 2.4.5 CATEGORIES= archivers MASTER_SITES= https://github.com/megastep/makeself/releases/download/release-${PORTVERSION}/ EXTRACT_SUFX= .run diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo index f99902bd1404..99f13a1c92e2 100644 --- a/archivers/makeself/distinfo +++ b/archivers/makeself/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623150139 -SHA256 (makeself-2.4.4.run) = 597ede01fc75808b5edc0f89923fb24bc9a87426ff68ca481d97caaf0be38129 -SIZE (makeself-2.4.4.run) = 58494 +TIMESTAMP = 1624524617 +SHA256 (makeself-2.4.5.run) = f7f5f9757654111d3387d7c26fe24c10dce2a6356e6bf9ff2930990d7a0145eb +SIZE (makeself-2.4.5.run) = 58623 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 09:49:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7D391663889; Thu, 24 Jun 2021 09:49: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 4G9b272rL7z3l35; Thu, 24 Jun 2021 09:49: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 4659515C23; Thu, 24 Jun 2021 09: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 15O9nJaU045991; Thu, 24 Jun 2021 09: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 15O9nJ4B045990; Thu, 24 Jun 2021 09:49:19 GMT (envelope-from git) Date: Thu, 24 Jun 2021 09:49:19 GMT Message-Id: <202106240949.15O9nJ4B045990@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: a43ec88422ee - main - net-mgmt/telegraf: chase changed distro checksums from github 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: a43ec88422ee8f1de13c5a0b5895639d4ee0fb43 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 09:49:19 -0000 The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a43ec88422ee8f1de13c5a0b5895639d4ee0fb43 commit a43ec88422ee8f1de13c5a0b5895639d4ee0fb43 Author: Palle Girgensohn AuthorDate: 2021-06-24 09:43:59 +0000 Commit: Palle Girgensohn CommitDate: 2021-06-24 09:49:12 +0000 net-mgmt/telegraf: chase changed distro checksums from github It seems that github did some change that occasionally make the size of distributed tarballs change by a byte or two, and of course the checksums are then completely off. Reported by: pkg-fallout --- net-mgmt/telegraf/distinfo | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net-mgmt/telegraf/distinfo b/net-mgmt/telegraf/distinfo index 2036269e8802..7785d8dc85ab 100644 --- a/net-mgmt/telegraf/distinfo +++ b/net-mgmt/telegraf/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1624024022 +TIMESTAMP = 1624527709 SHA256 (influxdata-telegraf-v1.19.0_GH0.tar.gz) = a31bea1a840884c2f48b2c0e79f230fb040a9542fb19f0d12c196f90bff9210f SIZE (influxdata-telegraf-v1.19.0_GH0.tar.gz) = 2827422 SHA256 (Azure-azure-amqp-common-go-v3.0.0_GH0.tar.gz) = f498d230bba298dbd42d3d904a7d174ad5a5ec2794bdcb2d26467137235dfb9a @@ -73,10 +73,10 @@ SHA256 (aws-aws-sdk-go-v2-credentials-v1.1.5_GH0.tar.gz) = a71c89edddfae0b4be6ef SIZE (aws-aws-sdk-go-v2-credentials-v1.1.5_GH0.tar.gz) = 21772147 SHA256 (aws-aws-sdk-go-v2-fdbaadbce5fd_GH0.tar.gz) = 592f552d4cb2965dae2f9d7c4e414df87e033a2c5b47a9b97e3738cd21efeae6 SIZE (aws-aws-sdk-go-v2-fdbaadbce5fd_GH0.tar.gz) = 21769733 -SHA256 (aws-aws-sdk-go-v2-v1.1.0_GH0.tar.gz) = ac584b74ab51b61a291faa8e6ceb87064ead5a633df2c24f950af5c6490522bb -SIZE (aws-aws-sdk-go-v2-v1.1.0_GH0.tar.gz) = 20549429 SHA256 (aws-aws-sdk-go-v2-service-internal-s3shared-v1.2.2_GH0.tar.gz) = d2ecfbaa940070a7e4fdc42f17a08f9e519c64972d6b8bdf18cf24d791608981 SIZE (aws-aws-sdk-go-v2-service-internal-s3shared-v1.2.2_GH0.tar.gz) = 21777482 +SHA256 (aws-aws-sdk-go-v2-v1.1.0_GH0.tar.gz) = ac584b74ab51b61a291faa8e6ceb87064ead5a633df2c24f950af5c6490522bb +SIZE (aws-aws-sdk-go-v2-v1.1.0_GH0.tar.gz) = 20549429 SHA256 (aws-aws-sdk-go-v2-v1.3.2_GH0.tar.gz) = 4fdf3afcb7929501302af267a0b1cd81375afa652646cbe71558f235599ea433 SIZE (aws-aws-sdk-go-v2-v1.3.2_GH0.tar.gz) = 21762111 SHA256 (aws-aws-sdk-go-v2-v1.5.0_GH0.tar.gz) = 80ae77a285180be84063cc3dcb9e33283e66764e314d5a5204ce296943f5ce48 @@ -303,8 +303,8 @@ SHA256 (hailocab-go-hostpool-e80d13ce29ed_GH0.tar.gz) = c757c20d1397898e890ed61e SIZE (hailocab-go-hostpool-e80d13ce29ed_GH0.tar.gz) = 7028 SHA256 (harlow-kinesis-consumer-2f58b136fee0_GH0.tar.gz) = da4639e6bfe6cd7ff1d0f18dd8bde2d5e0bfdc545a1ce59aad1c7d95493d16f3 SIZE (harlow-kinesis-consumer-2f58b136fee0_GH0.tar.gz) = 317385 -SHA256 (hashicorp-consul-v1.8.1_GH0.tar.gz) = c173e9866e6181b3679a942233adade118976414f6ca2da8deaea0fa2bba9b06 -SIZE (hashicorp-consul-v1.8.1_GH0.tar.gz) = 24233215 +SHA256 (hashicorp-consul-v1.8.1_GH0.tar.gz) = 02a6d12dacc88ae532cc8d3fa67412ff348ca0fc6e4d91ba6e3e27cba3adf4c1 +SIZE (hashicorp-consul-v1.8.1_GH0.tar.gz) = 24233217 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 @@ -491,8 +491,8 @@ SHA256 (prometheus-common-v0.15.0_GH0.tar.gz) = f0957de56c09431076239d27bb85e078 SIZE (prometheus-common-v0.15.0_GH0.tar.gz) = 124369 SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898 -SHA256 (prometheus-prometheus-e83ef207b6c2_GH0.tar.gz) = be06c95d0acd5f2190a826f7add3dada7d7774cfc2731e66cab160b94820fe27 -SIZE (prometheus-prometheus-e83ef207b6c2_GH0.tar.gz) = 13973815 +SHA256 (prometheus-prometheus-e83ef207b6c2_GH0.tar.gz) = 697320d23bf28bea617fa20a477cb2a3086ce2443a5d48c8113b8968e8dca9ac +SIZE (prometheus-prometheus-e83ef207b6c2_GH0.tar.gz) = 13973816 SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676 SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215 SHA256 (rcrowley-go-metrics-10cdbea86bc0_GH0.tar.gz) = 3f1c492e20be6214a1211602bf2675d42cff5fa59c452a231557e3add587e57c From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 09:59:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3B25665A6B; Thu, 24 Jun 2021 09: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 4G9bFY5qXFz3lpk; Thu, 24 Jun 2021 09: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 AE8D515D4F; Thu, 24 Jun 2021 09: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 15O9xDiJ058923; Thu, 24 Jun 2021 09: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 15O9xDcO058922; Thu, 24 Jun 2021 09:59:13 GMT (envelope-from git) Date: Thu, 24 Jun 2021 09:59:13 GMT Message-Id: <202106240959.15O9xDcO058922@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: fafc8df4965a - main - x11-fonts/sudo-font: Update to 0.55.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: fafc8df4965a4f5728106b580714846799e6a040 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 09:59:14 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=fafc8df4965a4f5728106b580714846799e6a040 commit fafc8df4965a4f5728106b580714846799e6a040 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 06:01:16 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 09:59:08 +0000 x11-fonts/sudo-font: Update to 0.55.1 --- 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 2a3167d7d7b2..1324111be189 100644 --- a/x11-fonts/sudo-font/Makefile +++ b/x11-fonts/sudo-font/Makefile @@ -1,6 +1,6 @@ PORTNAME= sudo-font DISTVERSIONPREFIX= v -DISTVERSION= 0.53.1 +DISTVERSION= 0.55.1 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 8c45edf190d4..6cb8e3418557 100644 --- a/x11-fonts/sudo-font/distinfo +++ b/x11-fonts/sudo-font/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621935347 -SHA256 (sudo-font-v0.53.1/sudo.zip) = 20524f17a8e8434970e1a51f03d35cdfebed076b7ba48b193e2d3bf7ff9fbbce -SIZE (sudo-font-v0.53.1/sudo.zip) = 2441860 +TIMESTAMP = 1624514398 +SHA256 (sudo-font-v0.55.1/sudo.zip) = d5731dfca95b451a66703d7f6f079d6e72728611637793f6a25c1702cef420f3 +SIZE (sudo-font-v0.55.1/sudo.zip) = 2490236 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 09:59:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C912F665A79; Thu, 24 Jun 2021 09: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 4G9bFb0hdfz3lxF; Thu, 24 Jun 2021 09: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 DCC021577C; Thu, 24 Jun 2021 09: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 15O9xEZK058947; Thu, 24 Jun 2021 09: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 15O9xEfx058946; Thu, 24 Jun 2021 09:59:14 GMT (envelope-from git) Date: Thu, 24 Jun 2021 09:59:14 GMT Message-Id: <202106240959.15O9xEfx058946@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: eadd6ab41af3 - main - x11-fonts/iosevka: Update to 7.1.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: eadd6ab41af31a5eb0422c9325b4485052273fe8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 09:59:15 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=eadd6ab41af31a5eb0422c9325b4485052273fe8 commit eadd6ab41af31a5eb0422c9325b4485052273fe8 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 08:44:33 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 09:59:08 +0000 x11-fonts/iosevka: Update to 7.1.1 --- x11-fonts/iosevka/Makefile | 2 +- x11-fonts/iosevka/distinfo | 100 +++++++++++++++++++++++---------------------- 2 files changed, 52 insertions(+), 50 deletions(-) diff --git a/x11-fonts/iosevka/Makefile b/x11-fonts/iosevka/Makefile index 54a2029b688d..65cce3739f7b 100644 --- a/x11-fonts/iosevka/Makefile +++ b/x11-fonts/iosevka/Makefile @@ -1,6 +1,6 @@ PORTNAME= iosevka DISTVERSIONPREFIX= v -DISTVERSION= 7.0.3 +DISTVERSION= 7.1.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 9b6f983892f4..d14acef3e6da 100644 --- a/x11-fonts/iosevka/distinfo +++ b/x11-fonts/iosevka/distinfo @@ -1,49 +1,51 @@ -TIMESTAMP = 1622566585 -SHA256 (super-ttc-iosevka-aile-7.0.3.zip) = 3aa4af30d8ff19e25ee1c54f52e1fa6a2a6a50237eea75e875e471c528d0ae67 -SIZE (super-ttc-iosevka-aile-7.0.3.zip) = 25517425 -SHA256 (super-ttc-iosevka-ss01-7.0.3.zip) = 23d77e5682f9ff73260444c8c2ce21873f7dade1a8569e39198f5ea38f36cefe -SIZE (super-ttc-iosevka-ss01-7.0.3.zip) = 18358441 -SHA256 (super-ttc-iosevka-ss02-7.0.3.zip) = 8360ce5288e96dc2a5ad0a5584f7e538aaf708e9dbc95a4cfcb21de44ea58924 -SIZE (super-ttc-iosevka-ss02-7.0.3.zip) = 18557879 -SHA256 (super-ttc-iosevka-ss03-7.0.3.zip) = 8aab953f7454a60a5eb0470fc855d86ea545db9992f710118de114abdef9331f -SIZE (super-ttc-iosevka-ss03-7.0.3.zip) = 18724156 -SHA256 (super-ttc-iosevka-curly-slab-7.0.3.zip) = e257f43bb7bb9c7ef328210cf67b80d31769e27cb9c8c41dc82151bb443bda33 -SIZE (super-ttc-iosevka-curly-slab-7.0.3.zip) = 70365377 -SHA256 (super-ttc-iosevka-curly-7.0.3.zip) = 5eb2cc33011e4e0a12bfd672b7ee02bd590cd1091185956481f62c14ad4f0191 -SIZE (super-ttc-iosevka-curly-7.0.3.zip) = 68626534 -SHA256 (super-ttc-iosevka-7.0.3.zip) = e7e0c3d426d523d22d3b3c0fe7b1daea3481d0bf05f37fd24dc3c06bb8886d63 -SIZE (super-ttc-iosevka-7.0.3.zip) = 68614382 -SHA256 (super-ttc-iosevka-ss10-7.0.3.zip) = 0748fab2569a3b8f35c0affd391cdb751f60ab6691c293cf67e02e6fc9c0bc6e -SIZE (super-ttc-iosevka-ss10-7.0.3.zip) = 18620069 -SHA256 (super-ttc-iosevka-etoile-7.0.3.zip) = 686bb06273a1fc08b70776b4e8449bf572ff9ee329ffe7cc686f48db1a26b944 -SIZE (super-ttc-iosevka-etoile-7.0.3.zip) = 26702634 -SHA256 (super-ttc-iosevka-ss05-7.0.3.zip) = 93fa7b2537a41a1ab7a287ed5c8994fc9e6016ccf931968e3328c837776976c7 -SIZE (super-ttc-iosevka-ss05-7.0.3.zip) = 18638316 -SHA256 (super-ttc-iosevka-ss15-7.0.3.zip) = b2ce5f6a6565d58bee7610c883fa7f74d2f6739e6953caa311e39d86c04a1eb2 -SIZE (super-ttc-iosevka-ss15-7.0.3.zip) = 19248834 -SHA256 (super-ttc-iosevka-ss18-7.0.3.zip) = 008c5be0e2a29e878df371efe256c3db15d8e4784806a175626204bbc6bfbfdf -SIZE (super-ttc-iosevka-ss18-7.0.3.zip) = 18449535 -SHA256 (super-ttc-iosevka-ss14-7.0.3.zip) = 18934cd6f44dc160931caa093b70307d36ad3011835c6df18c73684d13da4eba -SIZE (super-ttc-iosevka-ss14-7.0.3.zip) = 18147953 -SHA256 (super-ttc-iosevka-ss06-7.0.3.zip) = b6bd11657308cd46fe139ffbb89236ee9c722463b7197baaa0f95a6359b9b8c6 -SIZE (super-ttc-iosevka-ss06-7.0.3.zip) = 18327057 -SHA256 (super-ttc-iosevka-ss13-7.0.3.zip) = d4e2a00f41d0146976482133d71f24ebeff3274252ed2cad3fc580fe9131e3d9 -SIZE (super-ttc-iosevka-ss13-7.0.3.zip) = 18340357 -SHA256 (super-ttc-iosevka-ss04-7.0.3.zip) = 62675237fb592103ccda8772a55a6cc863870851012f7c731960b146c36e4e94 -SIZE (super-ttc-iosevka-ss04-7.0.3.zip) = 18137025 -SHA256 (super-ttc-iosevka-ss07-7.0.3.zip) = 248bebd0ee11d03015bcc1d2af0720a0e179f5dccf716d1e92b1addd7f720d69 -SIZE (super-ttc-iosevka-ss07-7.0.3.zip) = 18300160 -SHA256 (super-ttc-iosevka-ss08-7.0.3.zip) = b2d2acd930d36ebb75722ca35b86b302aa53ac8e64122a8cf0efdac596ca4012 -SIZE (super-ttc-iosevka-ss08-7.0.3.zip) = 18670412 -SHA256 (super-ttc-iosevka-ss16-7.0.3.zip) = 0c7c017e91377e10df92fc809f6b125fb0d3da6c818317b2238d55247a726aa5 -SIZE (super-ttc-iosevka-ss16-7.0.3.zip) = 18361740 -SHA256 (super-ttc-iosevka-ss17-7.0.3.zip) = 78c8445f6b397ac9f85785f0075fa1c7195e9334071997c882d85107f32d03e8 -SIZE (super-ttc-iosevka-ss17-7.0.3.zip) = 19764855 -SHA256 (super-ttc-iosevka-slab-7.0.3.zip) = 67d1de7d7cb3326adb93f735d36d929846033b8f9fd8550086fc622dcb8f15b0 -SIZE (super-ttc-iosevka-slab-7.0.3.zip) = 70552822 -SHA256 (super-ttc-iosevka-ss09-7.0.3.zip) = c1d9df667f36b662ee3cf172091c86a21aa92caf23aca30c159860b7a50cd957 -SIZE (super-ttc-iosevka-ss09-7.0.3.zip) = 18785660 -SHA256 (super-ttc-iosevka-ss12-7.0.3.zip) = edabd568f5814a06f419328edf6ed1d407f4728d7548993d3d3aa686ba372694 -SIZE (super-ttc-iosevka-ss12-7.0.3.zip) = 18843785 -SHA256 (super-ttc-iosevka-ss11-7.0.3.zip) = 258c85f96ef22fa77f0e71086172f898602d9b8c5c17ef517940f963e8ff3558 -SIZE (super-ttc-iosevka-ss11-7.0.3.zip) = 18735721 +TIMESTAMP = 1624523956 +SHA256 (LICENSE.md) = 72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80 +SIZE (LICENSE.md) = 4489 +SHA256 (super-ttc-iosevka-aile-7.1.1.zip) = 8bf9e7929be9728b0bca3d843e2cc6415d65365578e7d888d3bb34014999c08b +SIZE (super-ttc-iosevka-aile-7.1.1.zip) = 26920489 +SHA256 (super-ttc-iosevka-ss01-7.1.1.zip) = a07c06ce7c7d5d2b7ca8e93956278d919ef8736ddd9620c7f3bf109da6a6b08b +SIZE (super-ttc-iosevka-ss01-7.1.1.zip) = 16904395 +SHA256 (super-ttc-iosevka-ss02-7.1.1.zip) = be5d641852a40fd77e97a565b90b0b4b0e399e7d348ffd304690192a2c35dcb3 +SIZE (super-ttc-iosevka-ss02-7.1.1.zip) = 17127246 +SHA256 (super-ttc-iosevka-ss03-7.1.1.zip) = 1d6c6020df570bc875434e340a816c457574f0931913187bdbeb420bef8c6e7a +SIZE (super-ttc-iosevka-ss03-7.1.1.zip) = 17226932 +SHA256 (super-ttc-iosevka-curly-slab-7.1.1.zip) = 760bb9f7a2f637597e3debd4e1ede2bf6ae52558dbbef05ebab9be4428af5b70 +SIZE (super-ttc-iosevka-curly-slab-7.1.1.zip) = 60486396 +SHA256 (super-ttc-iosevka-curly-7.1.1.zip) = 017c33a9c78609530f16254452fe1aa4c884d5f4abb85ae5faa6a74cecf664ba +SIZE (super-ttc-iosevka-curly-7.1.1.zip) = 57669230 +SHA256 (super-ttc-iosevka-7.1.1.zip) = 7c271ceba7ca3ebd778b1f2d71006ccc03f23fa71b13b2ebacea2f9533ae133d +SIZE (super-ttc-iosevka-7.1.1.zip) = 57649372 +SHA256 (super-ttc-iosevka-ss10-7.1.1.zip) = 2e87187288b014b1fe01d2d5f9a5662d5d1ea975487c77ed0e75b18cbe50d562 +SIZE (super-ttc-iosevka-ss10-7.1.1.zip) = 17105640 +SHA256 (super-ttc-iosevka-etoile-7.1.1.zip) = 5c5ed572abb335dc4b5da60d507cc8b1f8f96077009d1ddadca4a11d037f6083 +SIZE (super-ttc-iosevka-etoile-7.1.1.zip) = 29093355 +SHA256 (super-ttc-iosevka-ss05-7.1.1.zip) = ebcc0554d73f3a05e269f7b24cead2e48c57585faacb647889885b6e9f135da6 +SIZE (super-ttc-iosevka-ss05-7.1.1.zip) = 17170699 +SHA256 (super-ttc-iosevka-ss15-7.1.1.zip) = 0d42cfe1f988c3d01499dc12ad251ffa5b7521f3503f211eec3b0a64ea78255e +SIZE (super-ttc-iosevka-ss15-7.1.1.zip) = 17761719 +SHA256 (super-ttc-iosevka-ss18-7.1.1.zip) = e12377dc6de6df07c283a22e5cd0cf8f56859f41351d0c9c77622d14c73b8131 +SIZE (super-ttc-iosevka-ss18-7.1.1.zip) = 17036224 +SHA256 (super-ttc-iosevka-ss14-7.1.1.zip) = 58518d150e5fef446f0a59576fa494242d4c6459de7bc9da7836d6a218a0817f +SIZE (super-ttc-iosevka-ss14-7.1.1.zip) = 16653173 +SHA256 (super-ttc-iosevka-ss06-7.1.1.zip) = bdf68512f6c80f8eed5e23a0b938e3ea007e46ba9825465fca90af5439a486bc +SIZE (super-ttc-iosevka-ss06-7.1.1.zip) = 16891414 +SHA256 (super-ttc-iosevka-ss13-7.1.1.zip) = acba1f4933cce2e4c175175d7fc38f9d85d125ca0434d9f1d228095277e9bc94 +SIZE (super-ttc-iosevka-ss13-7.1.1.zip) = 16890154 +SHA256 (super-ttc-iosevka-ss04-7.1.1.zip) = 80b6772912004eb4bc926338c1daa0b9ffc936ed365504c1d7c9832c1c108df6 +SIZE (super-ttc-iosevka-ss04-7.1.1.zip) = 16737310 +SHA256 (super-ttc-iosevka-ss07-7.1.1.zip) = dece058db38e89ff2d35759fd90655264c042cd0fe19eda2486b5fa9465b1cf9 +SIZE (super-ttc-iosevka-ss07-7.1.1.zip) = 16871147 +SHA256 (super-ttc-iosevka-ss08-7.1.1.zip) = 6e63103fa8b2631b2e6898f58edc39020a09f28b54ecf4910bd0a76a59fa30d7 +SIZE (super-ttc-iosevka-ss08-7.1.1.zip) = 17301404 +SHA256 (super-ttc-iosevka-ss16-7.1.1.zip) = d91368d81417d00ac9b3a254187fd3ffda50c17ab02d012114da0af32f77c18a +SIZE (super-ttc-iosevka-ss16-7.1.1.zip) = 17086141 +SHA256 (super-ttc-iosevka-ss17-7.1.1.zip) = 8519afa7e8cc2b130766a77fb683653177e4f82bd5c1f9e748f0a22f560a7c7d +SIZE (super-ttc-iosevka-ss17-7.1.1.zip) = 18464299 +SHA256 (super-ttc-iosevka-slab-7.1.1.zip) = fd944d094ea1e9da88538328969b8a3d446fb13edcc0d22911f4ae0b35373c40 +SIZE (super-ttc-iosevka-slab-7.1.1.zip) = 60636431 +SHA256 (super-ttc-iosevka-ss09-7.1.1.zip) = 63d1015d6824f42ab5d8c9f953e0d14ef60409a8bad50f1fbc1b4a303f1a1171 +SIZE (super-ttc-iosevka-ss09-7.1.1.zip) = 17262050 +SHA256 (super-ttc-iosevka-ss12-7.1.1.zip) = 387defd667f2538290d6388ea185ad5359b6993c0d438d61da0ff79efefac5cf +SIZE (super-ttc-iosevka-ss12-7.1.1.zip) = 17311574 +SHA256 (super-ttc-iosevka-ss11-7.1.1.zip) = fdf6d96cd227944e19db0ad7af1aed894249b0c0a20f02b8754aee4a88a761e3 +SIZE (super-ttc-iosevka-ss11-7.1.1.zip) = 17190825 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 09:59:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47173665B15; Thu, 24 Jun 2021 09:59: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 4G9bFc0RKwz3lrb; Thu, 24 Jun 2021 09: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 E8E5715D50; Thu, 24 Jun 2021 09: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 15O9xFqW058971; Thu, 24 Jun 2021 09: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 15O9xFg0058970; Thu, 24 Jun 2021 09:59:15 GMT (envelope-from git) Date: Thu, 24 Jun 2021 09:59:15 GMT Message-Id: <202106240959.15O9xFg0058970@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: 9db99765e3c4 - main - security/vuxml: Document sysutils/py-ansible-core vulnerability 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: 9db99765e3c443cfe7f59a0c5adfdd46a4380804 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 09:59:16 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=9db99765e3c443cfe7f59a0c5adfdd46a4380804 commit 9db99765e3c443cfe7f59a0c5adfdd46a4380804 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 09:57:25 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 09:59:09 +0000 security/vuxml: Document sysutils/py-ansible-core vulnerability Security: CVE-2021-3583 --- security/vuxml/vuln-2021.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 54bd2e2f0caa..4cc627077971 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,34 @@ + + ansible-core -- Templating engine bug + + + py36-ansible-core + py37-ansible-core + py38-ansible-core + py39-ansible-core + 2.11.2 + + + + +

Ansible developers report:

+
+

Templating engine fix for not preserving usnafe status + when trying to preserve newlines.

+
+ +
+ + CVE-2021-3583 + https://github.com/ansible/ansible/blob/stable-2.11/changelogs/CHANGELOG-v2.11.rst#security-fixes + https://github.com/ansible/ansible/pull/74960 + + + 2021-06-10 + 2021-06-24 + +
+ dovecot-pigeonhole -- Sieve excessive resource usage From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 10:05:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C9934667DE0; Thu, 24 Jun 2021 10:05: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 4G9bNb58ZMz3mL5; Thu, 24 Jun 2021 10:05: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 9881F1610D; Thu, 24 Jun 2021 10: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 15OA5JxL072581; Thu, 24 Jun 2021 10: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 15OA5JvY072580; Thu, 24 Jun 2021 10:05:19 GMT (envelope-from git) Date: Thu, 24 Jun 2021 10:05:19 GMT Message-Id: <202106241005.15OA5JvY072580@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: 9f71f9716383 - main - security/vuxml: Update the doc link and the comment of where to add new entry 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: 9f71f97163833d903bbf94c5e15434c9f3b4ece1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 10:05:19 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f71f97163833d903bbf94c5e15434c9f3b4ece1 commit 9f71f97163833d903bbf94c5e15434c9f3b4ece1 Author: Li-Wen Hsu AuthorDate: 2021-06-24 10:03:43 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-24 10:03:43 +0000 security/vuxml: Update the doc link and the comment of where to add new entry Approved by: ports-secteam (implicitly) --- security/vuxml/vuln.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5468b1db6ae2..25512c70513c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -67,13 +67,13 @@ Additional tests can be done this way: Extensive documentation of the format and help with writing and verifying a new entry is available in The Porter's Handbook at: - http://www.freebsd.org/doc/en/books/porters-handbook/security-notify.html + https://docs.freebsd.org/en/books/porters-handbook/security/#security-notify Help is also available from ports-security@freebsd.org. Notes: - * Please add new entries to the beginning of this file. + * Please add new entries to the beginning of the current year's file. * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 10:31:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C754645CF9; Thu, 24 Jun 2021 10:31: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 4G9byQ2QTHz3nHg; Thu, 24 Jun 2021 10:31: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 3B6E9160C0; Thu, 24 Jun 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 15OAVAS4007852; Thu, 24 Jun 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 15OAVAFu007851; Thu, 24 Jun 2021 10:31:10 GMT (envelope-from git) Date: Thu, 24 Jun 2021 10:31:10 GMT Message-Id: <202106241031.15OAVAFu007851@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: 46119dd553f1 - main - security/vuxml: Fix CVS name for vid e4cd0b38-c9f9-11eb-87e1-08002750c711 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: 46119dd553f18833b20a76623029a24dd4948c58 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 10:31:10 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=46119dd553f18833b20a76623029a24dd4948c58 commit 46119dd553f18833b20a76623029a24dd4948c58 Author: Li-Wen Hsu AuthorDate: 2021-06-24 10:30:56 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-24 10:30:56 +0000 security/vuxml: Fix CVS name for vid e4cd0b38-c9f9-11eb-87e1-08002750c711 This should fix vuxml.org build. PR: 256789 --- security/vuxml/vuln-2021.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 4cc627077971..dda97af24662 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -299,12 +299,13 @@ - 2020-35701 + CVE-2020-35701 https://github.com/Cacti/cacti/issues/4022 2020-12-24 2021-06-10 + 2021-06-24 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 11:09:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B66C8649496; Thu, 24 Jun 2021 11:09: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 4G9cpx4qcPz3rHL; Thu, 24 Jun 2021 11:09: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 8F0EB16EF0; Thu, 24 Jun 2021 11:09: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 15OB9jC2052654; Thu, 24 Jun 2021 11:09:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OB9jT8052653; Thu, 24 Jun 2021 11:09:45 GMT (envelope-from git) Date: Thu, 24 Jun 2021 11:09:45 GMT Message-Id: <202106241109.15OB9jT8052653@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: 881d81ad8842 - main - sysutils/ansible: Update to 4.1.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: 881d81ad884220f9b882d2599b0e9456ae308e62 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 11:09:45 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=881d81ad884220f9b882d2599b0e9456ae308e62 commit 881d81ad884220f9b882d2599b0e9456ae308e62 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 10:25:13 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 11:09:39 +0000 sysutils/ansible: Update to 4.1.0 Changes: https://github.com/ansible-community/ansible-build-data/blob/main/4/CHANGELOG-v4.rst#v4-1-0 --- sysutils/ansible/Makefile | 2 +- sysutils/ansible/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 53c57f052835..03e420f082b1 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansible -DISTVERSION= 4.0.0 +DISTVERSION= 4.1.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/ansible/distinfo b/sysutils/ansible/distinfo index 013aa0c9f9d7..248e608a971e 100644 --- a/sysutils/ansible/distinfo +++ b/sysutils/ansible/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621414029 -SHA256 (ansible-4.0.0.tar.gz) = 6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080 -SIZE (ansible-4.0.0.tar.gz) = 33344580 +TIMESTAMP = 1624528936 +SHA256 (ansible-4.1.0.tar.gz) = f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167 +SIZE (ansible-4.1.0.tar.gz) = 33999079 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 11:09:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ACEE2649711; Thu, 24 Jun 2021 11:09: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 4G9cpw4G5Sz3r1r; Thu, 24 Jun 2021 11:09: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 7B06F16CC3; Thu, 24 Jun 2021 11:09: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 15OB9iwr052628; Thu, 24 Jun 2021 11:09:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OB9i8K052627; Thu, 24 Jun 2021 11:09:44 GMT (envelope-from git) Date: Thu, 24 Jun 2021 11:09:44 GMT Message-Id: <202106241109.15OB9i8K052627@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: 5a0df28954f0 - main - sysutils/py-ansible-core: Update to 2.11.2 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: 5a0df28954f0924173484726c45ce51939b11af5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 11:09:44 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a0df28954f0924173484726c45ce51939b11af5 commit 5a0df28954f0924173484726c45ce51939b11af5 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 10:00:05 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 11:09:39 +0000 sysutils/py-ansible-core: Update to 2.11.2 Changes: https://github.com/ansible/ansible/blob/stable-2.11/changelogs/CHANGELOG-v2.11.rst#v2112 Security: CVE-2021-3583 --- sysutils/py-ansible-core/Makefile | 2 +- sysutils/py-ansible-core/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile index 81ad4776db46..13d42923f6ae 100644 --- a/sysutils/py-ansible-core/Makefile +++ b/sysutils/py-ansible-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansible-core -DISTVERSION= 2.11.1 +DISTVERSION= 2.11.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-core/distinfo b/sysutils/py-ansible-core/distinfo index e3cefe9978eb..3f07d98934f0 100644 --- a/sysutils/py-ansible-core/distinfo +++ b/sysutils/py-ansible-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621933722 -SHA256 (ansible-core-2.11.1.tar.gz) = 7e75827a94d47d1c3e1930d708f0ef637a3ab9a21f757aaf55deab6e9f47c682 -SIZE (ansible-core-2.11.1.tar.gz) = 6148111 +TIMESTAMP = 1624528767 +SHA256 (ansible-core-2.11.2.tar.gz) = 5ae4c3da765df08ce23f6315a6d48121c0090324fe0a9d305c85f362ff6bcaeb +SIZE (ansible-core-2.11.2.tar.gz) = 7081783 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 11:35:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CFDB649FDD; Thu, 24 Jun 2021 11:35: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 4G9dN46qN8z3sY0; Thu, 24 Jun 2021 11:35: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 CE826174DB; Thu, 24 Jun 2021 11:35: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 15OBZ0CI091958; Thu, 24 Jun 2021 11:35:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OBZ0N4091957; Thu, 24 Jun 2021 11:35:00 GMT (envelope-from git) Date: Thu, 24 Jun 2021 11:35:00 GMT Message-Id: <202106241135.15OBZ0N4091957@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: 955c973a0e9a - main - graphics/maim: Update to 5.7.4 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: 955c973a0e9ab912fe39fc9d0686eef75b424422 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 11:35:01 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=955c973a0e9ab912fe39fc9d0686eef75b424422 commit 955c973a0e9ab912fe39fc9d0686eef75b424422 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 11:10:54 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 11:10:54 +0000 graphics/maim: Update to 5.7.4 Changes: https://github.com/naelstrof/maim/releases/tag/v5.7.4 --- graphics/maim/Makefile | 3 +-- graphics/maim/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index a18d11d4914a..53b25b955413 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -1,7 +1,6 @@ PORTNAME= maim DISTVERSIONPREFIX= v -DISTVERSION= 5.6.3 -PORTREVISION= 5 +DISTVERSION= 5.7.4 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org diff --git a/graphics/maim/distinfo b/graphics/maim/distinfo index d974f44417a5..27a97307ccb0 100644 --- a/graphics/maim/distinfo +++ b/graphics/maim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586873746 -SHA256 (naelstrof-maim-v5.6.3_GH0.tar.gz) = b4f9381ec66ce0bd35d7a4f2d83439b253d573a50881c213cacf63b0c00b0863 -SIZE (naelstrof-maim-v5.6.3_GH0.tar.gz) = 40217 +TIMESTAMP = 1624533000 +SHA256 (naelstrof-maim-v5.7.4_GH0.tar.gz) = 075090fd4c3b87663a26d0c2de63b5c822fd96aaeef6ac4fe6ded3abd506be9e +SIZE (naelstrof-maim-v5.7.4_GH0.tar.gz) = 41663 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 11:35:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 372A9649A33; Thu, 24 Jun 2021 11:35: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 4G9dN60kq6z3t0d; Thu, 24 Jun 2021 11:35: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 E7739173C0; Thu, 24 Jun 2021 11:35: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 15OBZ1Ek091982; Thu, 24 Jun 2021 11:35:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OBZ1aO091981; Thu, 24 Jun 2021 11:35:01 GMT (envelope-from git) Date: Thu, 24 Jun 2021 11:35:01 GMT Message-Id: <202106241135.15OBZ1aO091981@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: cbae4eb64b85 - main - sysutils/py-qmk: Update to 0.0.52 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: cbae4eb64b8565d08074968b03356070f30f92cf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 11:35:02 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbae4eb64b8565d08074968b03356070f30f92cf commit cbae4eb64b8565d08074968b03356070f30f92cf Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 11:15:33 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 11:15:33 +0000 sysutils/py-qmk: Update to 0.0.52 --- sysutils/py-qmk/Makefile | 2 +- sysutils/py-qmk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/py-qmk/Makefile b/sysutils/py-qmk/Makefile index 2c0e439a26a5..46a935c8ecff 100644 --- a/sysutils/py-qmk/Makefile +++ b/sysutils/py-qmk/Makefile @@ -1,5 +1,5 @@ PORTNAME= qmk -DISTVERSION= 0.0.51 +DISTVERSION= 0.0.52 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-qmk/distinfo b/sysutils/py-qmk/distinfo index daeb9bada58d..efb990d31a94 100644 --- a/sysutils/py-qmk/distinfo +++ b/sysutils/py-qmk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622107782 -SHA256 (qmk-0.0.51.tar.gz) = efeef209cde1df92b9823db686d9684962cd00aae9f45ba5e3d494aa5b3c6b9a -SIZE (qmk-0.0.51.tar.gz) = 8007 +TIMESTAMP = 1624533294 +SHA256 (qmk-0.0.52.tar.gz) = 98d17e6d185a2fa26135b44e9a36031e428aa2444800b7791596d1b7d2a0e574 +SIZE (qmk-0.0.52.tar.gz) = 8005 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 11:35:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE650649B4D; Thu, 24 Jun 2021 11: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 4G9dN72440z3sxH; Thu, 24 Jun 2021 11: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 11DFD1758C; Thu, 24 Jun 2021 11: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 15OBZ3U4092006; Thu, 24 Jun 2021 11:35:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OBZ3DA092005; Thu, 24 Jun 2021 11:35:03 GMT (envelope-from git) Date: Thu, 24 Jun 2021 11:35:03 GMT Message-Id: <202106241135.15OBZ3DA092005@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: c5712347263b - main - devel/tig: Update to 2.5.4 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: c5712347263beaf9f7d99c6f7abe9d34b8f162d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 11:35:03 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5712347263beaf9f7d99c6f7abe9d34b8f162d9 commit c5712347263beaf9f7d99c6f7abe9d34b8f162d9 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 11:23:22 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 11:23:22 +0000 devel/tig: Update to 2.5.4 Changes: https://github.com/jonas/tig/releases/tag/tig-2.5.4 --- devel/tig/Makefile | 2 +- devel/tig/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/tig/Makefile b/devel/tig/Makefile index 5e05ac0b39a4..77eb07964e1a 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -1,7 +1,7 @@ # Created by: Denise H. G. PORTNAME= tig -PORTVERSION= 2.5.3 +PORTVERSION= 2.5.4 CATEGORIES= devel MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ diff --git a/devel/tig/distinfo b/devel/tig/distinfo index 08f49aaa451e..8eb3f2124e55 100644 --- a/devel/tig/distinfo +++ b/devel/tig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615483184 -SHA256 (tig-2.5.3.tar.gz) = e528068499d558beb99a0a8bca30f59171e71f046d76ee5d945d35027d3925dc -SIZE (tig-2.5.3.tar.gz) = 1165632 +TIMESTAMP = 1624533106 +SHA256 (tig-2.5.4.tar.gz) = c48284d30287a6365f8a4750eb0b122e78689a1aef8ce1d2961b6843ac246aa7 +SIZE (tig-2.5.4.tar.gz) = 1167930 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 11:35:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E2C4649C41; Thu, 24 Jun 2021 11:35: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 4G9dN82YPFz3srd; Thu, 24 Jun 2021 11:35: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 3DAA1171C0; Thu, 24 Jun 2021 11:35: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 15OBZ46f092030; Thu, 24 Jun 2021 11:35:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OBZ4PN092029; Thu, 24 Jun 2021 11:35:04 GMT (envelope-from git) Date: Thu, 24 Jun 2021 11:35:04 GMT Message-Id: <202106241135.15OBZ4PN092029@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: 6cbe1f4b68da - main - devel/py-minidump: Update to 0.0.18 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: 6cbe1f4b68da12ccc3425704e61407fcd5491585 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 11:35:04 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cbe1f4b68da12ccc3425704e61407fcd5491585 commit 6cbe1f4b68da12ccc3425704e61407fcd5491585 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 11:24:38 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 11:24:38 +0000 devel/py-minidump: Update to 0.0.18 --- devel/py-minidump/Makefile | 2 +- devel/py-minidump/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-minidump/Makefile b/devel/py-minidump/Makefile index 596c018676c7..cd05beedb6f0 100644 --- a/devel/py-minidump/Makefile +++ b/devel/py-minidump/Makefile @@ -1,5 +1,5 @@ PORTNAME= minidump -DISTVERSION= 0.0.17 +DISTVERSION= 0.0.18 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-minidump/distinfo b/devel/py-minidump/distinfo index f6fae27d8e39..ef7ca3165b11 100644 --- a/devel/py-minidump/distinfo +++ b/devel/py-minidump/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618498923 -SHA256 (minidump-0.0.17.tar.gz) = 9e53d6f374ebdda79cd6d4981e07194f077ec9d375d92e963702bb81dc1d6ad6 -SIZE (minidump-0.0.17.tar.gz) = 54546 +TIMESTAMP = 1624533862 +SHA256 (minidump-0.0.18.tar.gz) = b9fe0a65cf42d60591807bb8b6d9357e92f6a46f2851befdbaf08894722d07ff +SIZE (minidump-0.0.18.tar.gz) = 58204 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 11:57:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3230F64A48A; Thu, 24 Jun 2021 11:57: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 4G9dtR0lPVz3vJ6; Thu, 24 Jun 2021 11:57: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 024F4178A7; Thu, 24 Jun 2021 11:57: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 15OBvohB018930; Thu, 24 Jun 2021 11:57:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OBvodx018929; Thu, 24 Jun 2021 11:57:50 GMT (envelope-from git) Date: Thu, 24 Jun 2021 11:57:50 GMT Message-Id: <202106241157.15OBvodx018929@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: 702750a83205 - main - sysutils/vivid: Update to 0.7.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: 702750a8320564982772ed1cdccbe7c61cd8b744 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 11:57:51 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=702750a8320564982772ed1cdccbe7c61cd8b744 commit 702750a8320564982772ed1cdccbe7c61cd8b744 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 11:37:40 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 11:37:40 +0000 sysutils/vivid: Update to 0.7.0 Changes: https://github.com/sharkdp/vivid/releases/tag/v0.7.0 --- sysutils/vivid/Makefile | 53 +++++++--------- sysutils/vivid/distinfo | 166 ++++++++++++++++++++++-------------------------- 2 files changed, 97 insertions(+), 122 deletions(-) diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index 45342cc0698b..2ab52242f814 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -1,7 +1,6 @@ PORTNAME= vivid DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 -PORTREVISION= 2 +DISTVERSION= 0.7.0 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org @@ -16,50 +15,42 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp -CARGO_CRATES= ansi_colours-1.0.1 \ +CARGO_CRATES= ansi_colours-1.0.2 \ ansi_term-0.11.0 \ - arrayref-0.3.6 \ - arrayvec-0.5.1 \ atty-0.2.14 \ - autocfg-1.0.1 \ - base64-0.12.3 \ bitflags-1.2.1 \ - blake2b_simd-0.5.10 \ - cc-1.0.60 \ - cfg-if-0.1.10 \ + cc-1.0.68 \ + cfg-if-1.0.0 \ clap-2.33.3 \ - constant_time_eq-0.1.5 \ - crossbeam-utils-0.7.2 \ - dirs-3.0.1 \ - dirs-sys-0.3.5 \ - getrandom-0.1.15 \ - hermit-abi-0.1.15 \ + dirs-3.0.2 \ + dirs-sys-0.3.6 \ + getrandom-0.2.3 \ + hermit-abi-0.1.18 \ lazy_static-1.4.0 \ - libc-0.2.77 \ - linked-hash-map-0.5.3 \ - proc-macro2-1.0.21 \ - quote-1.0.7 \ - redox_syscall-0.1.57 \ - redox_users-0.3.5 \ - rust-argon2-0.8.2 \ - rust-embed-5.6.0 \ - rust-embed-impl-5.6.0 \ - rust-embed-utils-5.0.0 \ + libc-0.2.97 \ + linked-hash-map-0.5.4 \ + proc-macro2-1.0.27 \ + quote-1.0.9 \ + redox_syscall-0.2.8 \ + redox_users-0.4.0 \ + rust-embed-5.9.0 \ + rust-embed-impl-5.9.0 \ + rust-embed-utils-5.1.0 \ same-file-1.0.6 \ strsim-0.8.0 \ - syn-1.0.41 \ + syn-1.0.73 \ term_size-0.3.2 \ textwrap-0.11.0 \ unicode-width-0.1.8 \ - unicode-xid-0.2.1 \ + unicode-xid-0.2.2 \ vec_map-0.8.2 \ - walkdir-2.3.1 \ - wasi-0.9.0+wasi-snapshot-preview1 \ + walkdir-2.3.2 \ + wasi-0.10.2+wasi-snapshot-preview1 \ 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.4 + yaml-rust-0.4.5 PLIST_FILES= bin/vivid diff --git a/sysutils/vivid/distinfo b/sysutils/vivid/distinfo index 949049d0e78e..ca443e806129 100644 --- a/sysutils/vivid/distinfo +++ b/sysutils/vivid/distinfo @@ -1,91 +1,75 @@ -TIMESTAMP = 1614186930 -SHA256 (rust/crates/ansi_colours-1.0.1.tar.gz) = 1d0f302a81afc6a7f4350c04f0ba7cfab529cc009bca3324b3fb5764e6add8b6 -SIZE (rust/crates/ansi_colours-1.0.1.tar.gz) = 9937 -SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b -SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/arrayref-0.3.6.tar.gz) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 -SIZE (rust/crates/arrayref-0.3.6.tar.gz) = 10035 -SHA256 (rust/crates/arrayvec-0.5.1.tar.gz) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8 -SIZE (rust/crates/arrayvec-0.5.1.tar.gz) = 26816 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a -SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 -SHA256 (rust/crates/base64-0.12.3.tar.gz) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff -SIZE (rust/crates/base64-0.12.3.tar.gz) = 57545 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/blake2b_simd-0.5.10.tar.gz) = d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a -SIZE (rust/crates/blake2b_simd-0.5.10.tar.gz) = 34093 -SHA256 (rust/crates/cc-1.0.60.tar.gz) = ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c -SIZE (rust/crates/cc-1.0.60.tar.gz) = 53351 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 -SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 -SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 -SHA256 (rust/crates/constant_time_eq-0.1.5.tar.gz) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc -SIZE (rust/crates/constant_time_eq-0.1.5.tar.gz) = 4936 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/dirs-3.0.1.tar.gz) = 142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff -SIZE (rust/crates/dirs-3.0.1.tar.gz) = 12245 -SHA256 (rust/crates/dirs-sys-0.3.5.tar.gz) = 8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a -SIZE (rust/crates/dirs-sys-0.3.5.tar.gz) = 10643 -SHA256 (rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 -SIZE (rust/crates/getrandom-0.1.15.tar.gz) = 24786 -SHA256 (rust/crates/hermit-abi-0.1.15.tar.gz) = 3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9 -SIZE (rust/crates/hermit-abi-0.1.15.tar.gz) = 9597 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.77.tar.gz) = f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235 -SIZE (rust/crates/libc-0.2.77.tar.gz) = 507233 -SHA256 (rust/crates/linked-hash-map-0.5.3.tar.gz) = 8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a -SIZE (rust/crates/linked-hash-map-0.5.3.tar.gz) = 16130 -SHA256 (rust/crates/proc-macro2-1.0.21.tar.gz) = 36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c -SIZE (rust/crates/proc-macro2-1.0.21.tar.gz) = 36909 -SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 -SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce -SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 -SHA256 (rust/crates/redox_users-0.3.5.tar.gz) = de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d -SIZE (rust/crates/redox_users-0.3.5.tar.gz) = 12644 -SHA256 (rust/crates/rust-argon2-0.8.2.tar.gz) = 9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19 -SIZE (rust/crates/rust-argon2-0.8.2.tar.gz) = 28291 -SHA256 (rust/crates/rust-embed-5.6.0.tar.gz) = 213acf1bc5a6dfcd70b62db1e9a7d06325c0e73439c312fcb8599d456d9686ee -SIZE (rust/crates/rust-embed-5.6.0.tar.gz) = 896698 -SHA256 (rust/crates/rust-embed-impl-5.6.0.tar.gz) = 7903c2cf599db8f310b392332f38367ca4acc84420fa1aee3536299f433c10d5 -SIZE (rust/crates/rust-embed-impl-5.6.0.tar.gz) = 3589 -SHA256 (rust/crates/rust-embed-utils-5.0.0.tar.gz) = 97655158074ccb2d2cfb1ccb4c956ef0f4054e43a2c1e71146d4991e6961e105 -SIZE (rust/crates/rust-embed-utils-5.0.0.tar.gz) = 1440 -SHA256 (rust/crates/same-file-1.0.6.tar.gz) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 -SIZE (rust/crates/same-file-1.0.6.tar.gz) = 10183 -SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-1.0.41.tar.gz) = 6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b -SIZE (rust/crates/syn-1.0.41.tar.gz) = 224979 -SHA256 (rust/crates/term_size-0.3.2.tar.gz) = 1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9 -SIZE (rust/crates/term_size-0.3.2.tar.gz) = 10917 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/unicode-width-0.1.8.tar.gz) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 -SIZE (rust/crates/unicode-width-0.1.8.tar.gz) = 16732 -SHA256 (rust/crates/unicode-xid-0.2.1.tar.gz) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 -SIZE (rust/crates/unicode-xid-0.2.1.tar.gz) = 14392 -SHA256 (rust/crates/vec_map-0.8.2.tar.gz) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 -SIZE (rust/crates/vec_map-0.8.2.tar.gz) = 14466 -SHA256 (rust/crates/walkdir-2.3.1.tar.gz) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d -SIZE (rust/crates/walkdir-2.3.1.tar.gz) = 23413 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.tar.gz) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.tar.gz) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.tar.gz) = 10164 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (rust/crates/yaml-rust-0.4.4.tar.gz) = 39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d -SIZE (rust/crates/yaml-rust-0.4.4.tar.gz) = 48359 -SHA256 (sharkdp-vivid-v0.6.0_GH0.tar.gz) = c8640f524aef1cd4dc15286bdc6189894ad067ea79bf8c40b9ca8d9d752d161f -SIZE (sharkdp-vivid-v0.6.0_GH0.tar.gz) = 98743 +TIMESTAMP = 1624534560 +SHA256 (rust/crates/ansi_colours-1.0.2.crate) = 52cb663b84aea8670b4a40368360e29485c11b03d14ff6283261aeccd69d5ce1 +SIZE (rust/crates/ansi_colours-1.0.2.crate) = 10512 +SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 +SIZE (rust/crates/cc-1.0.68.crate) = 55936 +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/dirs-3.0.2.crate) = 30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309 +SIZE (rust/crates/dirs-3.0.2.crate) = 12184 +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 +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/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 +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/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 +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.8.crate) = 742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc +SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 +SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 +SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 +SHA256 (rust/crates/rust-embed-5.9.0.crate) = 2fe1fe6aac5d6bb9e1ffd81002340363272a7648234ec7bdfac5ee202cb65523 +SIZE (rust/crates/rust-embed-5.9.0.crate) = 894464 +SHA256 (rust/crates/rust-embed-impl-5.9.0.crate) = 3ed91c41c42ef7bf687384439c312e75e0da9c149b0390889b94de3c7d9d9e66 +SIZE (rust/crates/rust-embed-impl-5.9.0.crate) = 3963 +SHA256 (rust/crates/rust-embed-utils-5.1.0.crate) = 2a512219132473ab0a77b52077059f1c47ce4af7fbdc94503e9862a34422876d +SIZE (rust/crates/rust-embed-utils-5.1.0.crate) = 2092 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.crate) = 9309 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 +SHA256 (rust/crates/term_size-0.3.2.crate) = 1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9 +SIZE (rust/crates/term_size-0.3.2.crate) = 10917 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +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/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 +SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 +SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 +SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +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/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 (sharkdp-vivid-v0.7.0_GH0.tar.gz) = 8eeb0cd692936558756ce0dea8cc132898029005a5c70118be5e3ccf784b4cfd +SIZE (sharkdp-vivid-v0.7.0_GH0.tar.gz) = 23139 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 11:57:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD8D964A44B; Thu, 24 Jun 2021 11:57: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 4G9dtS2Ctsz3vNW; Thu, 24 Jun 2021 11:57: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 1EA57171FB; Thu, 24 Jun 2021 11:57: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 15OBvqTC018956; Thu, 24 Jun 2021 11:57:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OBvqmP018955; Thu, 24 Jun 2021 11:57:52 GMT (envelope-from git) Date: Thu, 24 Jun 2021 11:57:52 GMT Message-Id: <202106241157.15OBvqmP018955@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: 9ba852ade1b0 - main - devel/py-milc: Update to 1.4.2 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: 9ba852ade1b03f1d382ff7a117e2b4591c5d140a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 11:57:53 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ba852ade1b03f1d382ff7a117e2b4591c5d140a commit 9ba852ade1b03f1d382ff7a117e2b4591c5d140a Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 11:39:55 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 11:39:55 +0000 devel/py-milc: Update to 1.4.2 --- devel/py-milc/Makefile | 2 +- devel/py-milc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-milc/Makefile b/devel/py-milc/Makefile index 38626a7dd0b3..39defbed8f02 100644 --- a/devel/py-milc/Makefile +++ b/devel/py-milc/Makefile @@ -1,5 +1,5 @@ PORTNAME= milc -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-milc/distinfo b/devel/py-milc/distinfo index 814703b4d332..96616ccf440e 100644 --- a/devel/py-milc/distinfo +++ b/devel/py-milc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621935256 -SHA256 (clueboard-milc-1.4.1_GH0.tar.gz) = b119c8f4068138eb2243f04cc653ae6b245f69fbcb08b180adf2355a2a0bd5a1 -SIZE (clueboard-milc-1.4.1_GH0.tar.gz) = 46500 +TIMESTAMP = 1624534752 +SHA256 (clueboard-milc-1.4.2_GH0.tar.gz) = b4ba7c099aad04cf9addc12f924d8caff23039c4674b304962c59c02594eea39 +SIZE (clueboard-milc-1.4.2_GH0.tar.gz) = 46479 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 12:26:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D280664AFCF; Thu, 24 Jun 2021 12:26: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 4G9fWt5Pgbz4R0Z; Thu, 24 Jun 2021 12:26: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 9D9E617AC5; Thu, 24 Jun 2021 12:26: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 15OCQoBb058703; Thu, 24 Jun 2021 12:26:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OCQoLA058702; Thu, 24 Jun 2021 12:26:50 GMT (envelope-from git) Date: Thu, 24 Jun 2021 12:26:50 GMT Message-Id: <202106241226.15OCQoLA058702@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: cbcc83c3c345 - main - misc/R-cran-mime: Update to 0.11 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: cbcc83c3c345e6c4db8c509edde024b71a15f75b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 12:26:50 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbcc83c3c345e6c4db8c509edde024b71a15f75b commit cbcc83c3c345e6c4db8c509edde024b71a15f75b Author: TAKATSU Tomonari AuthorDate: 2021-06-24 12:14:52 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-06-24 12:14:52 +0000 misc/R-cran-mime: Update to 0.11 --- 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 aadc70cba6b7..86b3e709ae10 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.10 +PORTVERSION= 0.11 CATEGORIES= misc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/misc/R-cran-mime/distinfo b/misc/R-cran-mime/distinfo index 2db4da8a9350..a475b66bcdf9 100644 --- a/misc/R-cran-mime/distinfo +++ b/misc/R-cran-mime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613309490 -SHA256 (mime_0.10.tar.gz) = 783233a15a817a7530d140e9825565a661aa4bdea7c635d11b9c74faa33be3f7 -SIZE (mime_0.10.tar.gz) = 13047 +TIMESTAMP = 1624536884 +SHA256 (mime_0.11.tar.gz) = 215427a49f0d0b0e3ab38d419c515a35d57e3bc32535805306275d8b33f8eec0 +SIZE (mime_0.11.tar.gz) = 12523 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 12:54:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED62664BF9A; Thu, 24 Jun 2021 12:54: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 4G9g7s689Cz4SgV; Thu, 24 Jun 2021 12:54: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 BAFD518176; Thu, 24 Jun 2021 12:54: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 15OCsXBr098757; Thu, 24 Jun 2021 12:54:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OCsXix098756; Thu, 24 Jun 2021 12:54:33 GMT (envelope-from git) Date: Thu, 24 Jun 2021 12:54:33 GMT Message-Id: <202106241254.15OCsXix098756@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: caa9499c7c7e - main - www/unit-perl: fix failed build on -CURRENT after clang12 import. 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: caa9499c7c7ecd5f17c18ffa6ebbfc00ec83e141 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 12:54:34 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=caa9499c7c7ecd5f17c18ffa6ebbfc00ec83e141 commit caa9499c7c7ecd5f17c18ffa6ebbfc00ec83e141 Author: Sergey A. Osokin AuthorDate: 2021-06-24 12:53:12 +0000 Commit: Sergey A. Osokin CommitDate: 2021-06-24 12:54:24 +0000 www/unit-perl: fix failed build on -CURRENT after clang12 import. --- www/unit-perl/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/unit-perl/Makefile b/www/unit-perl/Makefile index 725afb62fefb..526a7fed4bb8 100644 --- a/www/unit-perl/Makefile +++ b/www/unit-perl/Makefile @@ -16,6 +16,11 @@ USE_RC_SUBR?= # reset to empty MASTERDIR= ${.CURDIR}/../unit +# Fix build failure on clang12 +.if ${OSVERSION} >= 1400023 +CFLAGS+= -Wno-compound-token-split-by-macro +.endif + post-configure: cd ${CONFIGURE_WRKSRC} && \ ${CONFIGURE_CMD} perl --module=${UNIT_MODNAME} From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 14:05:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE68A64CD42; Thu, 24 Jun 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 4G9hjX6Dn3z4Z69; Thu, 24 Jun 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 BE4C0193FF; Thu, 24 Jun 2021 14:05: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 15OE5Kum092687; Thu, 24 Jun 2021 14:05:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OE5K5o092686; Thu, 24 Jun 2021 14:05:20 GMT (envelope-from git) Date: Thu, 24 Jun 2021 14:05:20 GMT Message-Id: <202106241405.15OE5K5o092686@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexander Nedotsukov Subject: git: 4e53f78791b6 - main - emulators/parallels-tools: Add Aarch64 support. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bland X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4e53f78791b649448c0bc20b15da18050a52f2b7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 14:05:21 -0000 The branch main has been updated by bland: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e53f78791b649448c0bc20b15da18050a52f2b7 commit 4e53f78791b649448c0bc20b15da18050a52f2b7 Author: Alexander Nedotsukov AuthorDate: 2021-06-24 14:02:10 +0000 Commit: Alexander Nedotsukov CommitDate: 2021-06-24 14:04:47 +0000 emulators/parallels-tools: Add Aarch64 support. PR: 256279 Submitted by: Vincent Milum Jr --- emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h b/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h new file mode 100644 index 000000000000..210a3f717468 --- /dev/null +++ b/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h @@ -0,0 +1,11 @@ +--- pvmnet/ParallelsTypes.h 2021-05-31 02:45:16 UTC ++++ pvmnet/ParallelsTypes.h +@@ -48,6 +48,8 @@ + #ifndef _32BIT_ + #define _32BIT_ + #endif ++#elif defined(__aarch64__) ++ #define _64BIT_ + #else + #error "Failed to determine processor architecture" + #endif From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 15:39:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63C4E64EA68; Thu, 24 Jun 2021 15:39: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 4G9kpL27HFz4j5C; Thu, 24 Jun 2021 15:39: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 2D5981A721; Thu, 24 Jun 2021 15:39: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 15OFdc81012558; Thu, 24 Jun 2021 15:39:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OFdcu7012557; Thu, 24 Jun 2021 15:39:38 GMT (envelope-from git) Date: Thu, 24 Jun 2021 15:39:38 GMT Message-Id: <202106241539.15OFdcu7012557@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: dea7b18f865c - main - graphics/qgis-ltr: Update to 3.16.8 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: dea7b18f865c0c33c8bf3e3b7620da53de96f944 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 15:39:38 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=dea7b18f865c0c33c8bf3e3b7620da53de96f944 commit dea7b18f865c0c33c8bf3e3b7620da53de96f944 Author: Rainer Hurling AuthorDate: 2021-06-24 15:33:46 +0000 Commit: Rainer Hurling CommitDate: 2021-06-24 15:33:46 +0000 graphics/qgis-ltr: Update to 3.16.8 Changelog: https://changelog.qgis.org/en/qgis/version/3.16/ Reported by: portscout, Repology --- graphics/qgis-ltr/Makefile | 6 +++--- graphics/qgis-ltr/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index 1b10797fd33a..f894a0680c27 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -2,8 +2,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_16_7 -PORTREVISION= 2 +DISTVERSION= 3_16_8 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr @@ -45,6 +44,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libgeos.so:graphics/geos \ libgsl.so:math/gsl \ libhdf5.so:science/hdf5 \ + liblazperf.so:archivers/lazperf \ libnetcdf.so:science/netcdf \ libOpenCL.so:devel/ocl-icd \ libproj.so:graphics/proj \ @@ -111,7 +111,7 @@ USE_GL= gl USE_GNOME= libxml2 INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_PYQT= core gui network qml quick quickwidgets qscintilla2 \ +USE_PYQT= core gui location network qml quick quickwidgets qscintilla2 \ pysip sip sql svg webkit_run webkitwidgets_run xml USE_QT= 3d buildtools_build core concurrent dbus declarative \ designer doc gamepad gui linguist_build location \ diff --git a/graphics/qgis-ltr/distinfo b/graphics/qgis-ltr/distinfo index ea01e59953d2..a22927bf6d54 100644 --- a/graphics/qgis-ltr/distinfo +++ b/graphics/qgis-ltr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621143501 -SHA256 (qgis-QGIS-final-3_16_7_GH0.tar.gz) = edff70fd83917931c4b5083c551cdffe4c757cff9f288f1ca10ec63673cfa519 -SIZE (qgis-QGIS-final-3_16_7_GH0.tar.gz) = 137848552 +TIMESTAMP = 1624475354 +SHA256 (qgis-QGIS-final-3_16_8_GH0.tar.gz) = f3e8ecc8596baf2f150c04cd88dda47f9cb1de820d318a3b07df11f2f0e4b13e +SIZE (qgis-QGIS-final-3_16_8_GH0.tar.gz) = 137882857 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 15:41:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 615FE64EA72; Thu, 24 Jun 2021 15:41: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 4G9kr12LKfz4j3S; Thu, 24 Jun 2021 15:41: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 3804119FFF; Thu, 24 Jun 2021 15:41: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 15OFf5jA023329; Thu, 24 Jun 2021 15: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 15OFf5jp023328; Thu, 24 Jun 2021 15:41:05 GMT (envelope-from git) Date: Thu, 24 Jun 2021 15:41:05 GMT Message-Id: <202106241541.15OFf5jp023328@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: e8f3ca34fd6d - main - graphics/p5-Graphics-Tiff: update to version 16 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: e8f3ca34fd6dd0865cbb6120fc361b30933fa1a3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 15:41:05 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8f3ca34fd6dd0865cbb6120fc361b30933fa1a3 commit e8f3ca34fd6dd0865cbb6120fc361b30933fa1a3 Author: Christoph Moench-Tegeder AuthorDate: 2021-06-24 15:40:22 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-06-24 15:40:22 +0000 graphics/p5-Graphics-Tiff: update to version 16 https://metacpan.org/dist/Graphics-TIFF/changes --- graphics/p5-Graphics-TIFF/Makefile | 2 +- graphics/p5-Graphics-TIFF/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/p5-Graphics-TIFF/Makefile b/graphics/p5-Graphics-TIFF/Makefile index 59f51a662820..e4f7d77fd19d 100644 --- a/graphics/p5-Graphics-TIFF/Makefile +++ b/graphics/p5-Graphics-TIFF/Makefile @@ -1,7 +1,7 @@ # created by: cmt@FreeBSD.org PORTNAME= Graphics-TIFF -PORTVERSION= 15 +PORTVERSION= 16 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/p5-Graphics-TIFF/distinfo b/graphics/p5-Graphics-TIFF/distinfo index dfb0cfd5b235..dac4bc9bdb50 100644 --- a/graphics/p5-Graphics-TIFF/distinfo +++ b/graphics/p5-Graphics-TIFF/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623252548 -SHA256 (Graphics-TIFF-15.tar.gz) = a9c3e866be8af11ca99d4882d21275b4d1858f23023a5d4675db8501845f0764 -SIZE (Graphics-TIFF-15.tar.gz) = 41576 +TIMESTAMP = 1624524043 +SHA256 (Graphics-TIFF-16.tar.gz) = f28901688f73e3426a7dce47832ca06fbe966b2d98efbe75e5bf11ee87ca579e +SIZE (Graphics-TIFF-16.tar.gz) = 41663 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 15:43:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D80EB64F2DF; Thu, 24 Jun 2021 15: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 4G9ktM5p6zz4jZ4; Thu, 24 Jun 2021 15: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 AF3D21A8AF; Thu, 24 Jun 2021 15: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 15OFh73a025177; Thu, 24 Jun 2021 15: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 15OFh71S025176; Thu, 24 Jun 2021 15:43:07 GMT (envelope-from git) Date: Thu, 24 Jun 2021 15:43:07 GMT Message-Id: <202106241543.15OFh71S025176@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: a49c4825ce28 - main - net-mgmt/check_ssl_cert: update to 2.3.6 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: a49c4825ce284317d571f475d9c419f9dcec303b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 15:43:07 -0000 The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a49c4825ce284317d571f475d9c419f9dcec303b commit a49c4825ce284317d571f475d9c419f9dcec303b Author: Christoph Moench-Tegeder AuthorDate: 2021-06-24 15:42:33 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-06-24 15:42:33 +0000 net-mgmt/check_ssl_cert: update to 2.3.6 https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.3.6 --- 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 d7eb2d44b859..f25602672418 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.3.5 +DISTVERSION= 2.3.6 CATEGORIES= net-mgmt MAINTAINER= cmt@FreeBSD.org diff --git a/net-mgmt/check_ssl_cert/distinfo b/net-mgmt/check_ssl_cert/distinfo index a1dd8596c958..e636647a8a9e 100644 --- a/net-mgmt/check_ssl_cert/distinfo +++ b/net-mgmt/check_ssl_cert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624364881 -SHA256 (matteocorti-check_ssl_cert-v2.3.5_GH0.tar.gz) = 5bff1a5f3baacb03549c7d741f29b3934bec98b055506ff47cfbb729769abc6a -SIZE (matteocorti-check_ssl_cert-v2.3.5_GH0.tar.gz) = 238847 +TIMESTAMP = 1624524009 +SHA256 (matteocorti-check_ssl_cert-v2.3.6_GH0.tar.gz) = 62f26104d6c19156ef48e8f9d34fa359e47509360cf8eb9652cbb25e77cc4e5d +SIZE (matteocorti-check_ssl_cert-v2.3.6_GH0.tar.gz) = 238964 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 15:46:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F44064F60D; Thu, 24 Jun 2021 15:46: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 4G9kxp0PP8z4jcy; Thu, 24 Jun 2021 15:46: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 E9CAA1AB04; Thu, 24 Jun 2021 15:46: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 15OFk575025503; Thu, 24 Jun 2021 15:46:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OFk52x025502; Thu, 24 Jun 2021 15:46:05 GMT (envelope-from git) Date: Thu, 24 Jun 2021 15:46:05 GMT Message-Id: <202106241546.15OFk52x025502@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: 43989bf0aef6 - main - games/openarena: Fix backward version number 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: 43989bf0aef63c19b83ef0ee18d528b788f74077 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 15:46:06 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=43989bf0aef63c19b83ef0ee18d528b788f74077 commit 43989bf0aef63c19b83ef0ee18d528b788f74077 Author: Li-Wen Hsu AuthorDate: 2021-06-24 15:45:56 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-24 15:45:56 +0000 games/openarena: Fix backward version number No need to bump PORTREVISION here because it was done in the master port, games/ioquake3. This also fixes the same issue in games/openarena-server. Reported by: erwin's checker report on -ports@ --- games/openarena/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/games/openarena/Makefile b/games/openarena/Makefile index b2d64e11e6e9..c1095157ca97 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -2,7 +2,6 @@ PORTNAME= openarena PORTVERSION= ${GAMEVERSION}.s${SVNREVISION} -PORTREVISION= 1 PORTEPOCH= 2 MASTER_SITES= SF/oarena/src \ http://files.poulsander.com/~poul19/public_files/oa/dev088/ From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 16:00:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C26B65053B; Thu, 24 Jun 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 4G9lGm14scz4kbt; Thu, 24 Jun 2021 16:00: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 0E80C1AABB; Thu, 24 Jun 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 15OG0lv6047837; Thu, 24 Jun 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 15OG0l0j047836; Thu, 24 Jun 2021 16:00:47 GMT (envelope-from git) Date: Thu, 24 Jun 2021 16:00:47 GMT Message-Id: <202106241600.15OG0l0j047836@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: e099e7c8c360 - main - lang/ghc: Fix build on aarch64 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: e099e7c8c360778d6cd73b916fb87e905fbfbd19 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 16:00:48 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=e099e7c8c360778d6cd73b916fb87e905fbfbd19 commit e099e7c8c360778d6cd73b916fb87e905fbfbd19 Author: Mikael Urankar AuthorDate: 2021-06-20 16:01:39 +0000 Commit: Mikael Urankar CommitDate: 2021-06-24 16:00:25 +0000 lang/ghc: Fix build on aarch64 BINARY_ALIAS doesn't work anymore. Pass the correct environment variables in the pre-configure target instead. PR: 256605 Reported by: tech-lists@zyxst.net Approved by: arrowd (previous version) --- lang/ghc/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 6163fbc703cb..e25592e5b332 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -74,7 +74,7 @@ PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO" GHC_VERSION= 8.10.5 CABAL_VERSION= 3.2.1.0 HSCOLOUR_VERSION= 1.24.4 -LLVM_VERSION= 90 +LLVM_VERSION= 10 # LLVM version that bootstrap compiler uses BOOT_LLVM_VERSION= 90 @@ -137,7 +137,7 @@ DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${BOOTSTRAPS_SUFFIX}${E .endif # MBOOT .if ${ARCH} == aarch64 || ${ARCH:Marmv*} -# ghc-8.10.x on arm requires devel/llvm90 +# 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 @@ -152,9 +152,10 @@ CONFIGURE_ENV+= LLC=llc${LLVM_VERSION} \ # 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} -# Keep in sync with BOOT_LLVM_VERSION -BINARY_ALIAS+= llc-9.0=llc90 \ - opt-9.0=opt90 +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 @@ -208,7 +209,7 @@ pre-configure: # If we are using bootstrap compiler, configure and install it into ${BOOT_DIR} .if empty(PORT_OPTIONS:MBOOT) - cd ${BOOT_DIR} && ${CONFIGURE_ENV} ${CONFIGURE_CMD} --prefix=${BOOT_DIR} + cd ${BOOT_DIR} && ${CONFIGURE_ENV} ${CONFIGURE_ENV_BOOTSTRAP} ${CONFIGURE_CMD} --prefix=${BOOT_DIR} cd ${BOOT_DIR} && PACKAGES='' ${MAKE_CMD} install .else # otherwise, make sure we have "ghc" in PATH From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 16:05:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDBEA650800; Thu, 24 Jun 2021 16:05: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 4G9lNK52NCz4mCN; Thu, 24 Jun 2021 16:05: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 95CFF1AE80; Thu, 24 Jun 2021 16:05: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 15OG5b2l052862; Thu, 24 Jun 2021 16:05:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OG5bCS052861; Thu, 24 Jun 2021 16:05:37 GMT (envelope-from git) Date: Thu, 24 Jun 2021 16:05:37 GMT Message-Id: <202106241605.15OG5bCS052861@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: 0d532d6eb18e - main - security/tailscale: Update to 1.8.8 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: 0d532d6eb18e9335596923c1a169d86202c0081c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 16:05:37 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d532d6eb18e9335596923c1a169d86202c0081c commit 0d532d6eb18e9335596923c1a169d86202c0081c Author: Mikael Urankar AuthorDate: 2021-06-24 16:05:00 +0000 Commit: Mikael Urankar CommitDate: 2021-06-24 16:05:00 +0000 security/tailscale: Update to 1.8.8 --- security/tailscale/Makefile | 2 +- security/tailscale/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index fae6b7ad0c05..58988b1ca94c 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,5 +1,5 @@ PORTNAME= tailscale -PORTVERSION= 1.8.7 +PORTVERSION= 1.8.8 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index f2267e734c7c..9094c15a47ad 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1623861754 -SHA256 (go/security_tailscale/tailscale-v1.8.7/v1.8.7.mod) = 95419a6ec25c6dab7daab9e7abef61349e18de3dd3118acbb1a6d4084d8ee9ca -SIZE (go/security_tailscale/tailscale-v1.8.7/v1.8.7.mod) = 2133 -SHA256 (go/security_tailscale/tailscale-v1.8.7/v1.8.7.zip) = 737db75fc809ec024958712892da1807eb96d86f55a579d36105ea0aba21a201 -SIZE (go/security_tailscale/tailscale-v1.8.7/v1.8.7.zip) = 898336 +TIMESTAMP = 1624550483 +SHA256 (go/security_tailscale/tailscale-v1.8.8/v1.8.8.mod) = 95419a6ec25c6dab7daab9e7abef61349e18de3dd3118acbb1a6d4084d8ee9ca +SIZE (go/security_tailscale/tailscale-v1.8.8/v1.8.8.mod) = 2133 +SHA256 (go/security_tailscale/tailscale-v1.8.8/v1.8.8.zip) = 57967281b9d921d6cb9ec6cda8f496e7fe1f0b94bca6e8be7e930a675778c21d +SIZE (go/security_tailscale/tailscale-v1.8.8/v1.8.8.zip) = 898336 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 16:27:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF6036507E6; Thu, 24 Jun 2021 16:27: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 4G9lsf6BQmz4pjW; Thu, 24 Jun 2021 16:27: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 BC75C1B0A9; Thu, 24 Jun 2021 16:27: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 15OGRYQr078922; Thu, 24 Jun 2021 16:27:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OGRYno078921; Thu, 24 Jun 2021 16:27:34 GMT (envelope-from git) Date: Thu, 24 Jun 2021 16:27:34 GMT Message-Id: <202106241627.15OGRYno078921@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: bac343da849a - main - graphics/qgis: Update to 3.20.0 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: bac343da849ae1d5cd7724d2cf371574013d4404 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 16:27:35 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=bac343da849ae1d5cd7724d2cf371574013d4404 commit bac343da849ae1d5cd7724d2cf371574013d4404 Author: Rainer Hurling AuthorDate: 2021-06-24 16:12:13 +0000 Commit: Rainer Hurling CommitDate: 2021-06-24 16:12:13 +0000 graphics/qgis: Update to 3.20.0 - Numerous data management improvements, with advanced changes to the management and display of CRS systems and projection information - Basic support for coordinate epoch of dynamic CRS systems and advanced accuracy integrity warnings - Improved metadata management and handling for certain data and metadata types - Native integration of the nominatim geocoding service Changelog: https://changelog.qgis.org/en/qgis/version/3.20/ Reported by: portscout, Repology --- graphics/qgis/Makefile | 5 +- graphics/qgis/distinfo | 6 +- ...s_processing_algs_saga_SagaAlgorithmProvider.py | 20 +++--- graphics/qgis/pkg-plist | 78 ++++++++++++++++++---- 4 files changed, 79 insertions(+), 30 deletions(-) diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 1c17007d3d3d..3c7f420879e2 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -2,8 +2,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_18_3 -PORTREVISION= 4 +DISTVERSION= 3_20_0 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -112,7 +111,7 @@ USE_GL= gl USE_GNOME= libxml2 INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_PYQT= core gui network qml quick quickwidgets qscintilla2 \ +USE_PYQT= core gui location network qml quick quickwidgets qscintilla2 \ pysip sip sql svg webkit_run webkitwidgets_run xml USE_QT= 3d buildtools_build core concurrent dbus declarative \ designer doc gamepad gui linguist_build location \ diff --git a/graphics/qgis/distinfo b/graphics/qgis/distinfo index 62060ded4fee..9ed3061f46d6 100644 --- a/graphics/qgis/distinfo +++ b/graphics/qgis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621091900 -SHA256 (qgis-QGIS-final-3_18_3_GH0.tar.gz) = cd8cc209c741e27f56b09cd401bda477ccb07a886eff5d41da6a1033b42ba307 -SIZE (qgis-QGIS-final-3_18_3_GH0.tar.gz) = 143026538 +TIMESTAMP = 1624111199 +SHA256 (qgis-QGIS-final-3_20_0_GH0.tar.gz) = b18b447e17cf1369f2f660d36e48401310121d5703afcfda5327c2f5fccc1f07 +SIZE (qgis-QGIS-final-3_20_0_GH0.tar.gz) = 154112618 diff --git a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py b/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py index 75c99683608f..61773bee1dc1 100644 --- a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py +++ b/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py @@ -1,13 +1,13 @@ ---- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2019-12-07 13:18:21 UTC +--- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2021-02-20 09:09:52 UTC +++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py -@@ -79,13 +79,13 @@ class SagaAlgorithmProvider(QgsProcessingProvider): - - def canBeActivated(self): - version = SagaUtils.getInstalledVersion(True) -- if version is not None and (version.startswith(REQUIRED_VERSION) or version.startswith(BETA_SUPPORT_VERSION)): -+ if version is not None and (version.startswith(REQUIRED_VERSION) or version >= BETA_SUPPORT_VERSION): - return True - return False +@@ -86,13 +86,13 @@ class SagaAlgorithmProvider(QgsProcessingProvider): + version is not None + and ( + version.startswith(REQUIRED_VERSION) +- or version.startswith(BETA_SUPPORT_VERSION) ++ or version >= BETA_SUPPORT_VERSION + ) + ) def warningMessage(self): version = SagaUtils.getInstalledVersion(True) @@ -16,7 +16,7 @@ return self.tr('SAGA version {} is not officially supported - algorithms may encounter issues').format(version) return '' -@@ -96,7 +96,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider): +@@ -103,7 +103,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider): self.tr('Processing'), Qgis.Critical) return diff --git a/graphics/qgis/pkg-plist b/graphics/qgis/pkg-plist index d843b3bd722c..d960cdd0207b 100644 --- a/graphics/qgis/pkg-plist +++ b/graphics/qgis/pkg-plist @@ -72,6 +72,7 @@ include/qgis/qgsadvanceddigitizingfloater.h include/qgis/qgsaggregatecalculator.h include/qgis/qgsaggregatetoolbutton.h include/qgis/qgsalgorithmbatchgeocode.h +include/qgis/qgsalgorithmbatchnominatimgeocode.h include/qgis/qgsalgorithmfiledownloader.h include/qgis/qgsalgorithmimportphotos.h include/qgis/qgsalignmentcombobox.h @@ -184,12 +185,14 @@ include/qgis/qgscacheindex.h include/qgis/qgscacheindexfeatureid.h include/qgis/qgscadutils.h include/qgis/qgscallout.h +include/qgis/qgscalloutposition.h include/qgis/qgscalloutsregistry.h include/qgis/qgscalloutwidget.h include/qgis/qgscameracontroller.h include/qgis/qgscamerapose.h include/qgis/qgscategorizedsymbolrenderer.h include/qgis/qgscategorizedsymbolrendererwidget.h +include/qgis/qgscelestialbody.h include/qgis/qgscharacterselectordialog.h include/qgis/qgscheckablecombobox.h include/qgis/qgscheckablecomboboxplugin.h @@ -222,6 +225,7 @@ include/qgis/qgscodeeditorcss.h include/qgis/qgscodeeditorexpression.h include/qgis/qgscodeeditorhtml.h include/qgis/qgscodeeditorjs.h +include/qgis/qgscodeeditorjson.h include/qgis/qgscodeeditorpython.h include/qgis/qgscodeeditorsql.h include/qgis/qgscollapsiblegroupbox.h @@ -254,6 +258,7 @@ include/qgis/qgsconfig.h include/qgis/qgsconfigureshortcutsdialog.h include/qgis/qgsconnectionpool.h include/qgis/qgsconnectionregistry.h +include/qgis/qgsconnectionsitem.h include/qgis/qgscontrastenhancement.h include/qgis/qgscontrastenhancementfunction.h include/qgis/qgscoordinateboundspreviewmapwidget.h @@ -279,9 +284,11 @@ include/qgis/qgscustomprojectopenhandler.h include/qgis/qgsdartmeasurement.h include/qgis/qgsdashspacedialog.h include/qgis/qgsdatabaseschemacombobox.h +include/qgis/qgsdatabaseschemaitem.h include/qgis/qgsdatabaseschemamodel.h include/qgis/qgsdatabasetablecombobox.h include/qgis/qgsdatabasetablemodel.h +include/qgis/qgsdatacollectionitem.h include/qgis/qgsdatadefinedsizelegend.h include/qgis/qgsdatadefinedsizelegendwidget.h include/qgis/qgsdataitem.h @@ -302,6 +309,7 @@ include/qgis/qgsdatetimeeditwrapper.h include/qgis/qgsdatetimefieldformatter.h include/qgis/qgsdatetimesearchwidgetwrapper.h include/qgis/qgsdatetimestatisticalsummary.h +include/qgis/qgsdatums.h include/qgis/qgsdatumtransform.h include/qgis/qgsdatumtransformdialog.h include/qgis/qgsdbfilterproxymodel.h @@ -320,6 +328,7 @@ include/qgis/qgsdiagramrenderer.h include/qgis/qgsdial.h include/qgis/qgsdialog.h include/qgis/qgsdirectionallightsettings.h +include/qgis/qgsdirectoryitem.h include/qgis/qgsdistancearea.h include/qgis/qgsdockwidget.h include/qgis/qgsdockwidgetplugin.h @@ -346,6 +355,8 @@ include/qgis/qgsellipse.h include/qgis/qgsellipsesymbollayer.h include/qgis/qgsellipsesymbollayerwidget.h include/qgis/qgsellipsoidutils.h +include/qgis/qgsembeddedsymbolrenderer.h +include/qgis/qgsembeddedsymbolrendererwidget.h include/qgis/qgsencodingfiledialog.h include/qgis/qgsenumerationwidgetfactory.h include/qgis/qgsenumerationwidgetwrapper.h @@ -388,6 +399,7 @@ include/qgis/qgsexternalresourcewidgetplugin.h include/qgis/qgsexternalresourcewidgetwrapper.h include/qgis/qgsfallbackfieldformatter.h include/qgis/qgsfallbacknumericformat.h +include/qgis/qgsfavoritesitem.h include/qgis/qgsfeature.h include/qgis/qgsfeatureexpressionvaluesgatherer.h include/qgis/qgsfeaturefiltermodel.h @@ -428,6 +440,7 @@ include/qgis/qgsfieldmappingwidget.h include/qgis/qgsfieldmodel.h include/qgis/qgsfieldproxymodel.h include/qgis/qgsfields.h +include/qgis/qgsfieldsitem.h include/qgis/qgsfieldvalidator.h include/qgis/qgsfieldvalueslineedit.h include/qgis/qgsfilecontentsourcelineedit.h @@ -437,6 +450,7 @@ include/qgis/qgsfilefiltergenerator.h include/qgis/qgsfileutils.h include/qgis/qgsfilewidget.h include/qgis/qgsfilewidgetplugin.h +include/qgis/qgsfillsymbol.h include/qgis/qgsfillsymbollayer.h include/qgis/qgsfilterlineedit.h include/qgis/qgsfilterlineeditplugin.h @@ -449,6 +463,8 @@ include/qgis/qgsfontbuttonplugin.h include/qgis/qgsfontutils.h include/qgis/qgsformannotation.h include/qgis/qgsfractionnumericformat.h +include/qgis/qgsgcpgeometrytransformer.h +include/qgis/qgsgcptransformer.h include/qgis/qgsgdaldataitems.h include/qgis/qgsgdalfilesourcewidget.h include/qgis/qgsgdalguiprovider.h @@ -561,21 +577,28 @@ include/qgis/qgshtmlannotation.h include/qgis/qgshtmlutils.h include/qgis/qgshtmlwidgetwrapper.h include/qgis/qgshuesaturationfilter.h +include/qgis/qgsiconutils.h include/qgis/qgsidentifycontext.h include/qgis/qgsidentifymenu.h include/qgis/qgsidwinterpolator.h include/qgis/qgsifeatureselectionmanager.h include/qgis/qgsimagecache.h +include/qgis/qgsimagedroptextedit.h include/qgis/qgsimageoperation.h include/qgis/qgsindexedfeature.h include/qgis/qgsinstallgridshiftdialog.h include/qgis/qgsinternalgeometryengine.h include/qgis/qgsinterpolatedlinerenderer.h +include/qgis/qgsinterpolatedlinesymbollayerwidget.h include/qgis/qgsinterpolator.h include/qgis/qgsinterval.h include/qgis/qgsinvertedpolygonrenderer.h include/qgis/qgsinvertedpolygonrendererwidget.h include/qgis/qgsjoindialog.h +include/qgis/qgsjsoneditconfigdlg.h +include/qgis/qgsjsoneditwidget.h +include/qgis/qgsjsoneditwidgetfactory.h +include/qgis/qgsjsoneditwrapper.h include/qgis/qgsjsonutils.h include/qgis/qgskde.h include/qgis/qgskeyvaluefieldformatter.h @@ -588,18 +611,22 @@ include/qgis/qgslabeling.h include/qgis/qgslabelingengine.h include/qgis/qgslabelingenginesettings.h include/qgis/qgslabelinggui.h +include/qgis/qgslabelingresults.h include/qgis/qgslabelingwidget.h include/qgis/qgslabellineanchorwidget.h include/qgis/qgslabellinesettings.h include/qgis/qgslabelobstaclesettings.h include/qgis/qgslabelobstaclesettingswidget.h +include/qgis/qgslabelposition.h include/qgis/qgslabelsearchtree.h include/qgis/qgslabelsettingswidgetbase.h include/qgis/qgslabelthinningsettings.h include/qgis/qgslayerdefinition.h +include/qgis/qgslayeritem.h include/qgis/qgslayermetadata.h include/qgis/qgslayermetadataformatter.h include/qgis/qgslayermetadatavalidator.h +include/qgis/qgslayernotesutils.h include/qgis/qgslayerpropertieswidget.h include/qgis/qgslayertree.h include/qgis/qgslayertreeembeddedconfigwidget.h @@ -736,6 +763,7 @@ include/qgis/qgslinearminmaxenhancement.h include/qgis/qgslinearminmaxenhancementwithclip.h include/qgis/qgslinesegment.h include/qgis/qgslinestring.h +include/qgis/qgslinesymbol.h include/qgis/qgslinesymbollayer.h include/qgis/qgslinuxnative.h include/qgis/qgslistfieldformatter.h @@ -768,6 +796,7 @@ include/qgis/qgsmapclippingregion.h include/qgis/qgsmapclippingutils.h include/qgis/qgsmapdecoration.h include/qgis/qgsmaphittest.h +include/qgis/qgsmapinfosymbolconverter.h include/qgis/qgsmaplayer.h include/qgis/qgsmaplayeractionregistry.h include/qgis/qgsmaplayercombobox.h @@ -790,6 +819,7 @@ include/qgis/qgsmaplayerstyleguiutils.h include/qgis/qgsmaplayerstylemanager.h include/qgis/qgsmaplayerstylemanagerwidget.h include/qgis/qgsmaplayertemporalproperties.h +include/qgis/qgsmaplayerutils.h include/qgis/qgsmapmouseevent.h include/qgis/qgsmapoverviewcanvas.h include/qgis/qgsmaprenderercache.h @@ -818,6 +848,7 @@ include/qgis/qgsmaptopixel.h include/qgis/qgsmaptopixelgeometrysimplifier.h include/qgis/qgsmapunitscale.h include/qgis/qgsmargins.h +include/qgis/qgsmarkersymbol.h include/qgis/qgsmarkersymbollayer.h include/qgis/qgsmaskidprovider.h include/qgis/qgsmaskingwidget.h @@ -875,6 +906,7 @@ include/qgis/qgsmessagelog.h include/qgis/qgsmessagelogviewer.h include/qgis/qgsmessageoutput.h include/qgis/qgsmessageviewer.h +include/qgis/qgsmetadatautils.h include/qgis/qgsmetadatawidget.h include/qgis/qgsmimedatautils.h include/qgis/qgsmodelarrowitem.h @@ -1008,6 +1040,7 @@ include/qgis/qgspointcloudattributebyramprendererwidget.h include/qgis/qgspointcloudattributecombobox.h include/qgis/qgspointcloudattributemodel.h include/qgis/qgspointcloudblock.h +include/qgis/qgspointcloudblockrequest.h include/qgis/qgspointcloudclassifiedrenderer.h include/qgis/qgspointcloudclassifiedrendererwidget.h include/qgis/qgspointclouddataprovider.h @@ -1103,10 +1136,12 @@ include/qgis/qgsproject.h include/qgis/qgsprojectbadlayerhandler.h include/qgis/qgsprojectdisplaysettings.h include/qgis/qgsprojectfiletransform.h +include/qgis/qgsprojectionfactors.h include/qgis/qgsprojectionselectiondialog.h include/qgis/qgsprojectionselectiontreewidget.h include/qgis/qgsprojectionselectionwidget.h include/qgis/qgsprojectionselectionwidgetplugin.h +include/qgis/qgsprojectitem.h include/qgis/qgsprojectmetadata.h include/qgis/qgsprojectproperty.h include/qgis/qgsprojectservervalidator.h @@ -1119,6 +1154,7 @@ include/qgis/qgsprojecttimesettings.h include/qgis/qgsprojecttranslator.h include/qgis/qgsprojectversion.h include/qgis/qgsprojectviewsettings.h +include/qgis/qgsprojoperation.h include/qgis/qgsprojutils.h include/qgis/qgsproperty.h include/qgis/qgspropertyassistantwidget.h @@ -1222,6 +1258,7 @@ include/qgis/qgsrelationwidgetregistry.h include/qgis/qgsrelationwidgetwrapper.h include/qgis/qgsrelief.h include/qgis/qgsremappingproxyfeaturesink.h +include/qgis/qgsremoteeptpointcloudindex.h include/qgis/qgsrenderchecker.h include/qgis/qgsrendercontext.h include/qgis/qgsrenderedfeaturehandlerinterface.h @@ -1236,6 +1273,7 @@ include/qgis/qgsreport.h include/qgis/qgsreportsectionfieldgroup.h include/qgis/qgsreportsectionlayout.h include/qgis/qgsresamplingutils.h +include/qgis/qgsrichtexteditor.h include/qgis/qgsrubberband.h include/qgis/qgsruggednessfilter.h include/qgis/qgsrulebased3drenderer.h @@ -1262,9 +1300,13 @@ include/qgis/qgssearchquerybuilder.h include/qgis/qgssearchwidgettoolbutton.h include/qgis/qgssearchwidgetwrapper.h include/qgis/qgssettings.h +include/qgis/qgssettingsentry.h +include/qgis/qgssettingsregistry.h +include/qgis/qgssettingsregistrycore.h include/qgis/qgsshadoweffect.h include/qgis/qgsshadowrenderingframegraph.h include/qgis/qgsshadowsettings.h +include/qgis/qgsshapegenerator.h include/qgis/qgsshortcutsmanager.h include/qgis/qgssimplelinematerialsettings.h include/qgis/qgssimplifymethod.h @@ -1335,6 +1377,7 @@ include/qgis/qgssymbollayerselectionwidget.h include/qgis/qgssymbollayerutils.h include/qgis/qgssymbollayerwidget.h include/qgis/qgssymbollevelsdialog.h +include/qgis/qgssymbolrendercontext.h include/qgis/qgssymbolselectordialog.h include/qgis/qgssymbolslistwidget.h include/qgis/qgssymbolwidgetcontext.h @@ -1377,6 +1420,7 @@ include/qgis/qgstextformatwidget.h include/qgis/qgstextfragment.h include/qgis/qgstextlabelfeature.h include/qgis/qgstextmasksettings.h +include/qgis/qgstextmetrics.h include/qgis/qgstextpreview.h include/qgis/qgstextrenderer.h include/qgis/qgstextrendererutils.h @@ -1499,6 +1543,7 @@ include/qgis/qgswkbptr.h include/qgis/qgswkbtypes.h include/qgis/qgswmsdimensiondialog.h include/qgis/qgsxmlutils.h +include/qgis/qgszipitem.h include/qgis/qgsziputils.h include/qgis/qgszonalstatistics.h include/qgis/qobjectuniqueptr.h @@ -1561,6 +1606,7 @@ include/qgis/ui_qgstablewidgetuibase.h include/qgis/ui_qgstemporalcontrollerwidgetbase.h include/qgis/ui_qgsvectorlayerpropertiesbase.h include/qgis/vector_tile.pb.h +lib/liboauth2authmethod_static.a lib/libqgis_3d.so lib/libqgis_3d.so.%%DISTVERSION%% lib/libqgis_analysis.so @@ -1604,7 +1650,6 @@ lib/qgis/plugins/libmdalprovider.so lib/qgis/plugins/libmssqlprovider.so lib/qgis/plugins/liboauth2authmethod.so lib/qgis/plugins/libofflineeditingplugin.so -lib/qgis/plugins/libowsprovider.so lib/qgis/plugins/libpdalprovider.so lib/qgis/plugins/libpkcs12authmethod.so lib/qgis/plugins/libpkipathsauthmethod.so @@ -2887,6 +2932,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/i18n/qgis_zh-Hans.qm %%DATADIR%%/i18n/qgis_zh-Hant.qm %%DATADIR%%/images/icons/qbrowser-icon.png +%%DATADIR%%/images/icons/qgis-full.png %%DATADIR%%/images/icons/qgis-icon-16x16.png %%DATADIR%%/images/icons/qgis-icon-512x512.png %%DATADIR%%/images/icons/qgis-icon-60x60.png @@ -3240,6 +3286,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.profile.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.proj.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.quant.txt +%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.quantile.plain.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.quantile.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.random.cells.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.random.surface.txt @@ -3466,6 +3513,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_li_simpson_ascii.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_mask_rast.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_mask_vect.py +%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_neighbors.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_null.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_proj.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_reclass.py @@ -4182,7 +4230,9 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/qgis/core/additions/qgsfunction.py %%DATADIR%%/python/qgis/core/additions/qgsgeometry.py %%DATADIR%%/python/qgis/core/additions/qgssettings.py +%%DATADIR%%/python/qgis/core/additions/qgssettingsentry.py %%DATADIR%%/python/qgis/core/additions/qgstaskwrapper.py +%%DATADIR%%/python/qgis/core/additions/ranges.py %%DATADIR%%/python/qgis/core/additions/readwritecontextentercategory.py %%DATADIR%%/python/qgis/core/additions/runtimeprofiler.py %%DATADIR%%/python/qgis/core/additions/validitycheck.py @@ -5438,22 +5488,22 @@ share/metainfo/org.qgis.qgis.appdata.xml %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/jsonFormatter/jsonFormatter.min.js %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/README %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/app.ca3f5643.css -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-06c8fa3c.09a55b1d.css -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-123bc409.4bfbed8f.css -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-744799cf.1912e150.css +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-123bc409.8679d8ba.css +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-23874add.0889ca49.css +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-a28d6c70.162a27d1.css %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-vendors.a728f495.css %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/favicon.ico %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/index.html -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.d879e77e.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.d879e77e.js.map -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-06c8fa3c.50ef961b.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-06c8fa3c.50ef961b.js.map -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.9a0f8895.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.9a0f8895.js.map -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-744799cf.c9f7ef26.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-744799cf.c9f7ef26.js.map -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.450afea6.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.450afea6.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.fc7d2f48.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.fc7d2f48.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.ec41f71a.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.ec41f71a.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-23874add.1912a0b5.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-23874add.1912a0b5.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-a28d6c70.7ed0c6db.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-a28d6c70.7ed0c6db.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.573fc8d0.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.573fc8d0.js.map %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/style.css %%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollection.html %%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollections.html From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 16:43:57 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 905E2650CC5; Thu, 24 Jun 2021 16:43: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 4G9mDY3Z5bz4qdT; Thu, 24 Jun 2021 16: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 62BE51B27E; Thu, 24 Jun 2021 16: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 15OGhvNe005515; Thu, 24 Jun 2021 16: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 15OGhvjN005514; Thu, 24 Jun 2021 16:43:57 GMT (envelope-from git) Date: Thu, 24 Jun 2021 16:43:57 GMT Message-Id: <202106241643.15OGhvjN005514@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: 5989f395a01e - main - devel/py-pytest-translations: Update to 3.1.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: 5989f395a01e1afc9b1b3a0c668d3cf48226f0c3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 16:43:57 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=5989f395a01e1afc9b1b3a0c668d3cf48226f0c3 commit 5989f395a01e1afc9b1b3a0c668d3cf48226f0c3 Author: Goran Meki? AuthorDate: 2021-06-24 16:43:15 +0000 Commit: Kevin Bowling CommitDate: 2021-06-24 16:43:50 +0000 devel/py-pytest-translations: Update to 3.1.0 PR: 256802 Approved by: maintainer --- devel/py-pytest-translations/Makefile | 15 ++++----------- devel/py-pytest-translations/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/devel/py-pytest-translations/Makefile b/devel/py-pytest-translations/Makefile index f0412c09a268..4adee38cd3f4 100644 --- a/devel/py-pytest-translations/Makefile +++ b/devel/py-pytest-translations/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-translations -PORTVERSION= 2.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testscenarios>=0:devel/py-testscenarios@${P ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ + de-hunspell>0:german/hunspell USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils @@ -28,15 +29,7 @@ TEST_ENV= PYTHONPATH=${WRKSRC}/src NO_ARCH= yes -# Disable some of the tests. Upstream issue: -# https://github.com/Thermondo/pytest-translations/issues/44 do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ - -k 'not test_language_missing_in_po \ - and not test_language_catalog_missing \ - and not test_python_format_placeholders \ - and not test_pass \ - and not test_fail \ - and not test_wordlist' + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= .include diff --git a/devel/py-pytest-translations/distinfo b/devel/py-pytest-translations/distinfo index 75d052da93c4..11b4fc2dd5a8 100644 --- a/devel/py-pytest-translations/distinfo +++ b/devel/py-pytest-translations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1576674845 -SHA256 (pytest-translations-2.0.0.tar.gz) = 8f5aa5e98746ccc5e400486ea2084fd71251ccb35c0c53e4e1026d8af380bc08 -SIZE (pytest-translations-2.0.0.tar.gz) = 8467 +TIMESTAMP = 1624530137 +SHA256 (pytest-translations-3.1.0.tar.gz) = 0f00cf85ed3c73a589ac58053c81713c31d3194db69d3f9c3e83b2f23e7d7693 +SIZE (pytest-translations-3.1.0.tar.gz) = 8956 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 17:11:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ADD6F65148F; Thu, 24 Jun 2021 17: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 4G9mrP4Rkjz4rx3; Thu, 24 Jun 2021 17: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 771D01BB96; Thu, 24 Jun 2021 17: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 15OHBXhZ041998; Thu, 24 Jun 2021 17: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 15OHBXM6041997; Thu, 24 Jun 2021 17:11:33 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:11:33 GMT Message-Id: <202106241711.15OHBXM6041997@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: 26682791367f - main - www/deno: Update to 1.11.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: 26682791367fb964b86014cfc78f730a612f9a3f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:11:33 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=26682791367fb964b86014cfc78f730a612f9a3f commit 26682791367fb964b86014cfc78f730a612f9a3f Author: Mikael Urankar AuthorDate: 2021-06-24 17:10:54 +0000 Commit: Mikael Urankar CommitDate: 2021-06-24 17:11:25 +0000 www/deno: Update to 1.11.2 Changes: https://github.com/denoland/deno/releases/tag/v1.11.2 --- www/deno/Makefile | 4 ++-- www/deno/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/deno/Makefile b/www/deno/Makefile index 633e59e867a6..57a1d205bf2d 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,6 +1,6 @@ PORTNAME= deno DISTVERSIONPREFIX= v -DISTVERSION= 1.11.1 +DISTVERSION= 1.11.2 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org @@ -355,7 +355,7 @@ CARGO_CRATES= Inflector-0.11.4 \ time-0.1.44 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ - tokio-1.6.1 \ + tokio-1.7.1 \ tokio-macros-1.2.0 \ tokio-rustls-0.22.0 \ tokio-stream-0.1.6 \ diff --git a/www/deno/distinfo b/www/deno/distinfo index b52af669089c..45d27697ffd4 100644 --- a/www/deno/distinfo +++ b/www/deno/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623862011 +TIMESTAMP = 1624551128 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -643,8 +643,8 @@ SHA256 (rust/crates/tinyvec-1.2.0.crate) = 5b5220f05bb7de7f3f53c7c065e1199b31726 SIZE (rust/crates/tinyvec-1.2.0.crate) = 41625 SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 -SHA256 (rust/crates/tokio-1.6.1.crate) = 0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975 -SIZE (rust/crates/tokio-1.6.1.crate) = 461492 +SHA256 (rust/crates/tokio-1.7.1.crate) = 5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2 +SIZE (rust/crates/tokio-1.7.1.crate) = 476257 SHA256 (rust/crates/tokio-macros-1.2.0.crate) = c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37 SIZE (rust/crates/tokio-macros-1.2.0.crate) = 7800 SHA256 (rust/crates/tokio-rustls-0.22.0.crate) = bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6 @@ -773,5 +773,5 @@ SHA256 (rust/crates/winres-0.1.11.crate) = ff4fb510bbfe5b8992ff15f77a2e6fe6cf062 SIZE (rust/crates/winres-0.1.11.crate) = 18369 SHA256 (rust/crates/wio-0.2.2.crate) = 5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5 SIZE (rust/crates/wio-0.2.2.crate) = 11214 -SHA256 (denoland-deno-v1.11.1_GH0.tar.gz) = c49e13cdca493146317b2e45ecb19c69fe0109752a4b94a0269ce1b7297f56b5 -SIZE (denoland-deno-v1.11.1_GH0.tar.gz) = 8265761 +SHA256 (denoland-deno-v1.11.2_GH0.tar.gz) = 236b6dcbabe0fece1955228b117911244329460dd72c74fbf85c878d5076a3aa +SIZE (denoland-deno-v1.11.2_GH0.tar.gz) = 8270856 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 17:26:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 697D76517BE; Thu, 24 Jun 2021 17:26: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 4G9n962Gnyz4sdY; Thu, 24 Jun 2021 17:26: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 327EE1BDA4; Thu, 24 Jun 2021 17:26: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 15OHQ2K7059070; Thu, 24 Jun 2021 17:26:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OHQ2qL059069; Thu, 24 Jun 2021 17:26:02 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:26:02 GMT Message-Id: <202106241726.15OHQ2qL059069@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: 059791e8b180 - main - news/nzbget: update to 21.1 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: 059791e8b18030ccbe94b6e26f736d0b30930ad4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:26:02 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=059791e8b18030ccbe94b6e26f736d0b30930ad4 commit 059791e8b18030ccbe94b6e26f736d0b30930ad4 Author: Fernando Apesteguía AuthorDate: 2021-06-24 08:43:43 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-24 17:21:21 +0000 news/nzbget: update to 21.1 ChangeLog: https://github.com/nzbget/nzbget/releases/tag/v21.1 * Remove unused options * Replace PYTHON option with USES flag * Enable setting an unprivileged user in rc.conf * Start daemon with "su -l" (allows "~" in config, fixes bug #243060) * Fix pkg-message PR: 256733 Reported by: thomas@beingboiled.info --- news/nzbget/Makefile | 25 +++++++------------------ news/nzbget/distinfo | 6 +++--- news/nzbget/files/nzbget.in | 30 +++++++++++++++++++++--------- news/nzbget/files/pkg-message.in | 4 ++-- 4 files changed, 33 insertions(+), 32 deletions(-) diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index cf99325a7757..7cb3516fcab5 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -1,9 +1,8 @@ # Created by: Lewis Thompson PORTNAME= nzbget -PORTVERSION= 21.0 +PORTVERSION= 21.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= news MAINTAINER= ports@FreeBSD.org @@ -13,9 +12,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= autoreconf compiler:c++14-lang gmake localbase ncurses pkgconfig shebangfix ssl +USES= autoreconf compiler:c++14-lang gmake localbase ncurses \ + pkgconfig python:build shebangfix ssl +USE_GITHUB= yes USE_RC_SUBR= nzbget +SHEBANG_FILES= scripts/*.py + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \ --with-libcurses-libraries=${NCURSESLIB} \ @@ -25,26 +28,12 @@ CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \ BINMODE= 0755 -SHEBANG_FILES= scripts/*.py SUB_FILES= pkg-message -USE_GITHUB= yes - -OPTIONS_DEFINE= 7Z DOCS OPTIMIZED_FLAGS PYTHON RAR -OPTIONS_DEFAULT= PAR PYTHON RAR 7Z -7Z_DESC= Support extraction of 7z archives +OPTIONS_DEFINE= DOCS OPTIMIZED_FLAGS OPTIMIZED_FLAGS_DESC= Enable optimized CPU instructions (SSE2/SSE3/NEON/etc) -PYTHON_DESC= Support for python post-processing scripts -RAR_DESC= Support extraction of rar archives - -7Z_RUN_DEPENDS= 7z:archivers/p7zip - OPTIMIZED_FLAGS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-disable-optimized-flags.patch -PYTHON_USES= python:run - -RAR_RUN_DEPENDS= unrar:archivers/unrar - .include .if (${ARCH} == "i386") diff --git a/news/nzbget/distinfo b/news/nzbget/distinfo index e8e87d6196e0..e28cdd121659 100644 --- a/news/nzbget/distinfo +++ b/news/nzbget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559757041 -SHA256 (nzbget-nzbget-v21.0_GH0.tar.gz) = c7d3ece53f9bf958011b05404bf4063d74bd73fc8140a63c334e9e767eff6d50 -SIZE (nzbget-nzbget-v21.0_GH0.tar.gz) = 2011852 +TIMESTAMP = 1623584109 +SHA256 (nzbget-nzbget-v21.1_GH0.tar.gz) = 79695ea503447f13911a9fe58d0ef3e860b2ff5d6fdfd351186ee5fda1ae8bdb +SIZE (nzbget-nzbget-v21.1_GH0.tar.gz) = 2011505 diff --git a/news/nzbget/files/nzbget.in b/news/nzbget/files/nzbget.in index b692c3889ade..ef661a5bd11b 100644 --- a/news/nzbget/files/nzbget.in +++ b/news/nzbget/files/nzbget.in @@ -4,22 +4,34 @@ # REQUIRE: LOGIN # KEYWORD: shutdown # -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: +# Add the following lines to /etc/rc.conf to enable the nzbget daemon: # -# nzbget_enable (bool): Set to NO by default. -# Set it to YES to enable it. +# nzbget_enable="YES" +# +# Following additional settings are available: +# +# nzbget_user: user to run nzbget as (recommended) +# nzbget_conf: path to config if in a non-standard location (optional) + +command=%%PREFIX%%/bin/nzbget . /etc/rc.subr +load_rc_config nzbget + +nzbget_enable=${nzbget_enable:-NO} +nzbget_user=${nzbget_user:-root} +nzbget_conf=${nzbget_conf:+"-c $nzbget_conf"} + name=nzbget rcvar=nzbget_enable -load_rc_config ${name} +start_cmd="nzbget_cmd -D" +stop_cmd="nzbget_cmd -Q" +reload_cmd="nzbget_cmd -O" -: ${nzbget_enable:=NO} - -command=%%PREFIX%%/bin/nzbget -command_args="-D" +nzbget_cmd() { + /usr/bin/su -l $nzbget_user -c "exec $command $nzbget_conf $1" +} run_rc_command "$1" diff --git a/news/nzbget/files/pkg-message.in b/news/nzbget/files/pkg-message.in index e7f1bdf4aed1..81330591b98f 100644 --- a/news/nzbget/files/pkg-message.in +++ b/news/nzbget/files/pkg-message.in @@ -1,8 +1,8 @@ [ { type: install message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 236E06517C4; Thu, 24 Jun 2021 17:27: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 4G9nBX0ZW8z4sqM; Thu, 24 Jun 2021 17:27: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 F014E1BE34; Thu, 24 Jun 2021 17:27: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 15OHRFpI059276; Thu, 24 Jun 2021 17:27:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OHRFO9059275; Thu, 24 Jun 2021 17:27:15 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:27:15 GMT Message-Id: <202106241727.15OHRFO9059275@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: 608d4c1d3501 - main - sysutils/libg15: update to 3.0.6 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: 608d4c1d3501256b2ab8c93354489af57b5c8a54 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:27:16 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=608d4c1d3501256b2ab8c93354489af57b5c8a54 commit 608d4c1d3501256b2ab8c93354489af57b5c8a54 Author: Fernando Apesteguía AuthorDate: 2021-06-24 08:38:18 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-24 17:22:44 +0000 sysutils/libg15: update to 3.0.6 gcc-c++11-lib is not required anymore PR: 256758 Reported by: menelkir@itroll.org (maintainer) --- sysutils/libg15/Makefile | 4 ++-- sysutils/libg15/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/libg15/Makefile b/sysutils/libg15/Makefile index 5453abc7ca84..452f0ff7b9da 100644 --- a/sysutils/libg15/Makefile +++ b/sysutils/libg15/Makefile @@ -1,5 +1,5 @@ PORTNAME= libg15 -DISTVERSION= 3.0.5 +DISTVERSION= 3.0.6 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ @@ -9,7 +9,7 @@ COMMENT= API for control of LCD and the extra keys on Logitech keyboards LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2 +USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/sysutils/libg15/distinfo b/sysutils/libg15/distinfo index 1cc55a53700f..effc2766eb5d 100644 --- a/sysutils/libg15/distinfo +++ b/sysutils/libg15/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621364090 -SHA256 (libg15-3.0.5.tar.bz2) = 5aec0eb7b47f673ec7dc50dbe2ed13306e06dc59033d44581e27aa396f414f33 -SIZE (libg15-3.0.5.tar.bz2) = 326589 +TIMESTAMP = 1624089315 +SHA256 (libg15-3.0.6.tar.bz2) = 33990119eb72c74fc3e44c37ac013c27eca43222d366494cc480764b2f9cca32 +SIZE (libg15-3.0.6.tar.bz2) = 326285 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 17:28:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8775065178F; Thu, 24 Jun 2021 17:28: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 4G9nCS3Rs3z4sqY; Thu, 24 Jun 2021 17:28: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 5E8021BF13; Thu, 24 Jun 2021 17:28: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 15OHS4cu059466; Thu, 24 Jun 2021 17:28:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OHS4XK059465; Thu, 24 Jun 2021 17:28:04 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:28:04 GMT Message-Id: <202106241728.15OHS4XK059465@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: fb45d856ec66 - main - sysutils/libg15render: update to 3.0.4 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: fb45d856ec665c4a77f49df77f2619bf4b8b0b8d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:28:04 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb45d856ec665c4a77f49df77f2619bf4b8b0b8d commit fb45d856ec665c4a77f49df77f2619bf4b8b0b8d Author: Fernando Apesteguía AuthorDate: 2021-06-24 08:36:18 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-24 17:23:50 +0000 sysutils/libg15render: update to 3.0.4 c++11-lib isn't required anymore PR: 256759 Reported by: menelkir@itroll.org (maintainer) --- sysutils/libg15render/Makefile | 6 +++--- sysutils/libg15render/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/libg15render/Makefile b/sysutils/libg15render/Makefile index 383caad41b99..e9f648c3a687 100644 --- a/sysutils/libg15render/Makefile +++ b/sysutils/libg15render/Makefile @@ -1,5 +1,5 @@ PORTNAME= libg15render -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ @@ -11,10 +11,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libg15.so:sysutils/libg15 -USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2 +USES= gmake libtool tar:bzip2 localbase +USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes .include diff --git a/sysutils/libg15render/distinfo b/sysutils/libg15render/distinfo index 4073873221fe..17f6edfd03e6 100644 --- a/sysutils/libg15render/distinfo +++ b/sysutils/libg15render/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621364196 -SHA256 (libg15render-3.0.3.tar.bz2) = 9e9d2c94a1fec40e7afce90edcfd1bd9b4a5139e2f4d6be67cfebd82aa55f932 -SIZE (libg15render-3.0.3.tar.bz2) = 293854 +TIMESTAMP = 1624089355 +SHA256 (libg15render-3.0.4.tar.bz2) = 81d419ce7680cc9ba049346cdf25b9a8fda4ad40f21a57a21fbf3bae8381bfe4 +SIZE (libg15render-3.0.4.tar.bz2) = 293668 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 17:28:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8D116514A3; Thu, 24 Jun 2021 17: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 4G9nDW5nw4z4sqn; Thu, 24 Jun 2021 17:28: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 AF5371BF94; Thu, 24 Jun 2021 17:28: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 15OHSxOQ059654; Thu, 24 Jun 2021 17:28:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OHSxlP059653; Thu, 24 Jun 2021 17:28:59 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:28:59 GMT Message-Id: <202106241728.15OHSxlP059653@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: 2e2c1c32e0dd - main - net/megacmd: Update to 1.4.1 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: 2e2c1c32e0dd60b860183111179a29d0f0cbed5d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:28:59 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e2c1c32e0dd60b860183111179a29d0f0cbed5d commit 2e2c1c32e0dd60b860183111179a29d0f0cbed5d Author: Fernando Apesteguía AuthorDate: 2021-06-24 08:32:54 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-24 17:24:42 +0000 net/megacmd: Update to 1.4.1 No changelog available. The change from the Linux to Win version in the distfile is intended. PR: 256760 Reported by: menelkir@itroll.org (maintainer) --- net/megacmd/Makefile | 4 ++-- net/megacmd/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/megacmd/Makefile b/net/megacmd/Makefile index cca82f2a1888..0cac71a07bf3 100644 --- a/net/megacmd/Makefile +++ b/net/megacmd/Makefile @@ -1,6 +1,6 @@ PORTNAME= megacmd -DISTVERSION= 1.4.0 -DISTVERSIONSUFFIX= _Linux +DISTVERSION= 1.4.1 +DISTVERSIONSUFFIX= _Win CATEGORIES= net MAINTAINER= menelkir@itroll.org diff --git a/net/megacmd/distinfo b/net/megacmd/distinfo index 124320bc33eb..41ce9dad4262 100644 --- a/net/megacmd/distinfo +++ b/net/megacmd/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1615318747 -SHA256 (meganz-MEGAcmd-1.4.0_Linux_GH0.tar.gz) = 2a3626a9f1d22303fe2123f984a8ecf3779d6d59ac6c67c1bf43c2423dcb832d -SIZE (meganz-MEGAcmd-1.4.0_Linux_GH0.tar.gz) = 2028593 +TIMESTAMP = 1624308794 +SHA256 (meganz-MEGAcmd-1.4.1_Win_GH0.tar.gz) = 9ab76c9f80861d6d30d7ed672135a1a44ebdecaeeefe406cacf11d5dac7dee88 +SIZE (meganz-MEGAcmd-1.4.1_Win_GH0.tar.gz) = 2032642 SHA256 (meganz-sdk-v3.7.3c_GH0.tar.gz) = 0b55c1752d590a0367b9fcddd2465ea574308eb97e065540121f6261807aa111 SIZE (meganz-sdk-v3.7.3c_GH0.tar.gz) = 3323303 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 17:30:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4A6B6514EC; Thu, 24 Jun 2021 17:30: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 4G9nFs4nmkz4slF; Thu, 24 Jun 2021 17:30: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 887331C008; Thu, 24 Jun 2021 17:30: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 15OHU99j062921; Thu, 24 Jun 2021 17:30:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OHU9AN062918; Thu, 24 Jun 2021 17:30:09 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:30:09 GMT Message-Id: <202106241730.15OHU9AN062918@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: 1257a3895d43 - main - games/dMagnetic: Update to 0.31 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: 1257a3895d43e8a3a488ff38b8915b74d54ca1f5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:30:09 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=1257a3895d43e8a3a488ff38b8915b74d54ca1f5 commit 1257a3895d43e8a3a488ff38b8915b74d54ca1f5 Author: Fernando Apesteguía AuthorDate: 2021-06-24 08:27:59 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-24 17:25:45 +0000 games/dMagnetic: Update to 0.31 From ChangeLog: https://www.dettus.net/dMagnetic * New input formats: NIB and 2MG * Improved Sixel mode * New -dumpmag and -dumpgfx command line parameters * Moved the manpage to section 6 (games) PR: 256798 Reported by: dettus@dettus.net --- games/dMagnetic/Makefile | 4 ++-- games/dMagnetic/distinfo | 6 +++--- games/dMagnetic/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games/dMagnetic/Makefile b/games/dMagnetic/Makefile index 2b9b0eed3c79..257369423e9a 100644 --- a/games/dMagnetic/Makefile +++ b/games/dMagnetic/Makefile @@ -1,5 +1,5 @@ PORTNAME= dMagnetic -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= games MASTER_SITES= https://www.dettus.net/dMagnetic/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +16,7 @@ TEST_TARGET= check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dMagnetic.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dMagnetic.6 ${STAGEDIR}${MANPREFIX}/man/man6 ${INSTALL_MAN} ${WRKSRC}/dMagneticini.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${MKDIR} ${STAGEDIR}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/dMagnetic.ini ${STAGEDIR}/${DATADIR} diff --git a/games/dMagnetic/distinfo b/games/dMagnetic/distinfo index 6af1ea769adc..919a7a0c9bb4 100644 --- a/games/dMagnetic/distinfo +++ b/games/dMagnetic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612100850 -SHA256 (dMagnetic_0.30.tar.bz2) = 9eb825290495150b8ae4eeb0ff04aba724c1fd8f6052b0c4cb90865787f922be -SIZE (dMagnetic_0.30.tar.bz2) = 82369 +TIMESTAMP = 1624483080 +SHA256 (dMagnetic_0.31.tar.bz2) = 1a0356f04d3a5e252225b0fd38b9047957f292f67338ba83579958b46f184139 +SIZE (dMagnetic_0.31.tar.bz2) = 87440 diff --git a/games/dMagnetic/pkg-plist b/games/dMagnetic/pkg-plist index 9ca1110aeb36..79488ba75ab7 100644 --- a/games/dMagnetic/pkg-plist +++ b/games/dMagnetic/pkg-plist @@ -1,5 +1,5 @@ bin/dMagnetic -man/man1/dMagnetic.1.gz +man/man6/dMagnetic.6.gz man/man5/dMagneticini.5.gz %%DATADIR%%/dMagnetic.ini %%DOCSDIR%%/README.txt From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 17:32:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9AD76514BD; Thu, 24 Jun 2021 17:32: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 4G9nJG6FYlz4sxr; Thu, 24 Jun 2021 17:32: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 BE1F91C13A; Thu, 24 Jun 2021 17:32: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 15OHWEpX072292; Thu, 24 Jun 2021 17:32:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OHWETG072291; Thu, 24 Jun 2021 17:32:14 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:32:14 GMT Message-Id: <202106241732.15OHWETG072291@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: cf14bbb325bb - main - biology/mmseqs2: Ultra fast and sensitive sequence search and clustering suite 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: cf14bbb325bb8696c275ebbabff3da95a75815eb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:32:15 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf14bbb325bb8696c275ebbabff3da95a75815eb commit cf14bbb325bb8696c275ebbabff3da95a75815eb Author: Jason W. Bacon AuthorDate: 2021-06-24 17:29:51 +0000 Commit: Jason W. Bacon CommitDate: 2021-06-24 17:31:42 +0000 biology/mmseqs2: Ultra fast and sensitive sequence search and clustering suite MMseqs2 (Many-against-Many sequence searching) is a software suite to search and cluster huge protein and nucleotide sequence sets. MMseqs2 is open source GPL-licensed software implemented in C++ for FreeBSD, Linux, MacOS, and (via via cygwin) Windows. The software is designed to run on multiple cores and servers and exhibits very good scalability. MMseqs2 can run 10000 times faster than BLAST. At 100 times its speed it achieves almost the same sensitivity. It can perform profile searches with the same sensitivity as PSI-BLAST at over 400 times its speed. --- biology/Makefile | 1 + biology/mmseqs2/Makefile | 27 +++++++++++++++ biology/mmseqs2/distinfo | 3 ++ biology/mmseqs2/files/patch-CMakeLists.txt | 53 ++++++++++++++++++++++++++++++ biology/mmseqs2/pkg-descr | 10 ++++++ 5 files changed, 94 insertions(+) diff --git a/biology/Makefile b/biology/Makefile index 158eb70ede1a..55ed6b8c2735 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -77,6 +77,7 @@ SUBDIR += mapm3 SUBDIR += migrate SUBDIR += minimap2 + SUBDIR += mmseqs2 SUBDIR += molden SUBDIR += mopac SUBDIR += mothur diff --git a/biology/mmseqs2/Makefile b/biology/mmseqs2/Makefile new file mode 100644 index 000000000000..6ec07e428c72 --- /dev/null +++ b/biology/mmseqs2/Makefile @@ -0,0 +1,27 @@ +PORTNAME= MMseqs2 +DISTVERSION= 13-45111 +CATEGORIES= biology + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Ultra fast and sensitive sequence search and clustering suite + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USES= cmake perl5 shebangfix + +SHEBANG_GLOB= *.sh + +USE_GITHUB= yes +GH_ACCOUNT= soedinglab + +PLIST_FILES= bin/mmseqs ${DATADIR}/bash-completion.sh + +post-patch: + @${REINPLACE_CMD} -e 's|MMSEQS_HOME/util|${DATADIR}|g' \ + ${WRKSRC}/src/commons/Application.cpp + +post-stage: + ${MV} ${STAGEDIR}${PREFIX}/util ${STAGEDIR}${DATADIR} + +.include diff --git a/biology/mmseqs2/distinfo b/biology/mmseqs2/distinfo new file mode 100644 index 000000000000..ec7fbc69cf89 --- /dev/null +++ b/biology/mmseqs2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624543564 +SHA256 (soedinglab-MMseqs2-13-45111_GH0.tar.gz) = 6444bb682ebf5ced54b2eda7a301fa3e933c2a28b7661f96ef5bdab1d53695a2 +SIZE (soedinglab-MMseqs2-13-45111_GH0.tar.gz) = 10196433 diff --git a/biology/mmseqs2/files/patch-CMakeLists.txt b/biology/mmseqs2/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..908984972649 --- /dev/null +++ b/biology/mmseqs2/files/patch-CMakeLists.txt @@ -0,0 +1,53 @@ +--- CMakeLists.txt.orig 2021-06-24 14:37:49 UTC ++++ CMakeLists.txt +@@ -50,30 +50,19 @@ set(MMSEQS_CXX_FLAGS "-fsigned-char") + # SIMD instruction sets support + set(MMSEQS_ARCH "") + if (HAVE_AVX2) +- if (CMAKE_COMPILER_IS_CLANG) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mavx2 -mcx16") +- else () +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mavx2 -mcx16 -Wa,-q") +- endif () + set(X64 1) + elseif (HAVE_SSE4_1) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -msse4.1 -mcx16") + set(X64 1) + elseif (HAVE_SSE2) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -msse2") + set(DISABLE_IPS4O 1) + set(X64 1) + elseif (HAVE_POWER9) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mcpu=power9 -mvsx") + set(PPC64 1) + elseif (HAVE_POWER8) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mcpu=power8 -mvsx") + set(PPC64 1) + elseif (HAVE_ARM8) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -march=armv8-a+simd") + set(ARM 1) + elseif (HAVE_S390X) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mzarch -march=z14") + set(ZARCH 1) + endif () + +@@ -105,19 +94,6 @@ if (NATIVE_ARCH AND (MMSEQS_ARCH STREQUAL "")) + endif () + if (PPC64) + set(MMSEQS_ARCH "-mcpu=native") +- else () +- # clang has a problem with march=native on travis +- if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.0.0") +- set(MMSEQS_ARCH "${SSE_FLAGS}") +- else() +- set(MMSEQS_ARCH "-march=native") +- endif() +- endif () +- else () +- if (PPC64) +- set(MMSEQS_ARCH "-mcpu=native") +- else () +- set(MMSEQS_ARCH "-march=native") + endif () + endif () + endif () diff --git a/biology/mmseqs2/pkg-descr b/biology/mmseqs2/pkg-descr new file mode 100644 index 000000000000..128056f15f39 --- /dev/null +++ b/biology/mmseqs2/pkg-descr @@ -0,0 +1,10 @@ +MMseqs2 (Many-against-Many sequence searching) is a software suite to search +and cluster huge protein and nucleotide sequence sets. MMseqs2 is open source +GPL-licensed software implemented in C++ for Linux, MacOS, and (as beta +version, via cygwin) Windows. The software is designed to run on multiple cores +and servers and exhibits very good scalability. MMseqs2 can run 10000 times +faster than BLAST. At 100 times its speed it achieves almost the same +sensitivity. It can perform profile searches with the same sensitivity as +PSI-BLAST at over 400 times its speed. + +WWW: https://github.com/soedinglab/MMseqs2 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 17:32:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E65B651866; Thu, 24 Jun 2021 17: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 4G9nJd38p1z4tT9; Thu, 24 Jun 2021 17: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 5511E1C18C; Thu, 24 Jun 2021 17: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 15OHWXuq072442; Thu, 24 Jun 2021 17:32:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OHWXn9072441; Thu, 24 Jun 2021 17:32:33 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:32:33 GMT Message-Id: <202106241732.15OHWXn9072441@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: ddfe02481092 - main - math/py-numpoly: Broken: requires numpy>=1.20, current numpy is 1.16.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: ddfe02481092d42214bf360b45ef41370b67964e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:32:33 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddfe02481092d42214bf360b45ef41370b67964e commit ddfe02481092d42214bf360b45ef41370b67964e Author: Yuri Victorovich AuthorDate: 2021-06-24 17:30:28 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-24 17:32:31 +0000 math/py-numpoly: Broken: requires numpy>=1.20, current numpy is 1.16.6 pending bug#251626 --- math/py-numpoly/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-numpoly/Makefile b/math/py-numpoly/Makefile index 5d8550efbd99..b682275e0ffd 100644 --- a/math/py-numpoly/Makefile +++ b/math/py-numpoly/Makefile @@ -10,6 +10,8 @@ COMMENT= Create/manipulate/evaluate polynomial arrays based on numpy.ndarray LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Requires numpy>=1.20, current numpy is 1.16.6, pending bug#251626 + RUN_DEPENDS= ${PYNUMPY} USES= python:3.6+ From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 17:51:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 04768651BE7; Thu, 24 Jun 2021 17:51: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 4G9njx6P73z3CcD; Thu, 24 Jun 2021 17:51: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 C3D3D1C453; Thu, 24 Jun 2021 17:51: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 15OHp1el095058; Thu, 24 Jun 2021 17:51:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OHp1lf095057; Thu, 24 Jun 2021 17:51:01 GMT (envelope-from git) Date: Thu, 24 Jun 2021 17:51:01 GMT Message-Id: <202106241751.15OHp1lf095057@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: 53602bf92a03 - main - devel/notcurses: Update to 2.3.6 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: 53602bf92a03150f8334f7abd6461dd629432490 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:51:02 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=53602bf92a03150f8334f7abd6461dd629432490 commit 53602bf92a03150f8334f7abd6461dd629432490 Author: Nick Black AuthorDate: 2021-06-24 16:52:34 +0000 Commit: Kevin Bowling CommitDate: 2021-06-24 17:50:54 +0000 devel/notcurses: Update to 2.3.6 CONTRIBUTING.md moved from doc/ to the root, so it gets installed now. t changes. https://github.com/dankamongmen/notcurses/releases/tag/v2.3.6 https://github.com/dankamongmen/notcurses/releases/tag/v2.3.5 PR: 256805 Approved by: maintainer --- devel/notcurses/Makefile | 2 +- devel/notcurses/distinfo | 10 +++++----- devel/notcurses/pkg-plist | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/notcurses/Makefile b/devel/notcurses/Makefile index 80da0b368613..c7dd1a96f76a 100644 --- a/devel/notcurses/Makefile +++ b/devel/notcurses/Makefile @@ -1,6 +1,6 @@ PORTNAME= notcurses DISTVERSIONPREFIX= v -DISTVERSION= ${ABIVERSION}.3.4 +DISTVERSION= ${ABIVERSION}.3.6 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 50fdad9c7a5c..143c4f5a5cdb 100644 --- a/devel/notcurses/distinfo +++ b/devel/notcurses/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1624046725 -SHA256 (notcurses-doc-2.3.4.tar.gz) = 339632364cf78fa370fddfe09c5d53f078eb7df2f206dc7353cea6636c03d3c2 -SIZE (notcurses-doc-2.3.4.tar.gz) = 123283 -SHA256 (dankamongmen-notcurses-v2.3.4_GH0.tar.gz) = 76f006477c1279c63a82a8286df42a996bbf87b9395c19699fafed7bc7e84049 -SIZE (dankamongmen-notcurses-v2.3.4_GH0.tar.gz) = 11810511 +TIMESTAMP = 1624527737 +SHA256 (notcurses-doc-2.3.6.tar.gz) = 063d2e133ca8e078dc1a7b80ad345f092932ad12dea873725d2d9f210003363f +SIZE (notcurses-doc-2.3.6.tar.gz) = 124425 +SHA256 (dankamongmen-notcurses-v2.3.6_GH0.tar.gz) = 41848caddbea3de8b60d8ac8d5400163d972915391cfe340c37061f6cec11633 +SIZE (dankamongmen-notcurses-v2.3.6_GH0.tar.gz) = 11835854 diff --git a/devel/notcurses/pkg-plist b/devel/notcurses/pkg-plist index 48a2fcf9ba27..96c621a27d10 100644 --- a/devel/notcurses/pkg-plist +++ b/devel/notcurses/pkg-plist @@ -100,6 +100,7 @@ libdata/pkgconfig/notcurses.pc %%MANPAGES%%man/man3/notcurses_tabbed.3.gz %%MANPAGES%%man/man3/notcurses_tree.3.gz %%MANPAGES%%man/man3/notcurses_visual.3.gz +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md %%PORTDOCS%%%%DOCSDIR%%/NEWS.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/TERMINALS.md From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 18:06:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20E78651EE5; Thu, 24 Jun 2021 18:06: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 4G9p3g0NKWz3Fc4; Thu, 24 Jun 2021 18:06: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 E9E331C574; Thu, 24 Jun 2021 18: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 15OI6M21013514; Thu, 24 Jun 2021 18:06:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OI6MKP013513; Thu, 24 Jun 2021 18:06:22 GMT (envelope-from git) Date: Thu, 24 Jun 2021 18:06:22 GMT Message-Id: <202106241806.15OI6MKP013513@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: 1f1f18aa2e9d - main - science/afni: update to 21.1.16 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: 1f1f18aa2e9d865413d608d6f076167518803e9d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 18:06:23 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f1f18aa2e9d865413d608d6f076167518803e9d commit 1f1f18aa2e9d865413d608d6f076167518803e9d Author: Fernando Apesteguía AuthorDate: 2021-06-24 16:10:24 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-24 18:02:04 +0000 science/afni: update to 21.1.16 --- 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 2f14ef00eb0d..a08da09a9140 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 21.1.13 +DISTVERSION= 21.1.16 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index 75a822e97c4f..6282d73da22b 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624376352 -SHA256 (afni-afni-AFNI_21.1.13_GH0.tar.gz) = 9d56db87133408b200b8feae043f116861828e5c27eb035e52693a0fc52b3155 -SIZE (afni-afni-AFNI_21.1.13_GH0.tar.gz) = 43765603 +TIMESTAMP = 1624524451 +SHA256 (afni-afni-AFNI_21.1.16_GH0.tar.gz) = f0789952fab74d6915f6b45d4a216a0ccb3b7e29a19f542566d53b5a1d74dbb9 +SIZE (afni-afni-AFNI_21.1.16_GH0.tar.gz) = 43767701 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 18:40:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9BB14652727; Thu, 24 Jun 2021 18:40: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 4G9pqP3pktz3H0D; Thu, 24 Jun 2021 18:40: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 6BC861CCC3; Thu, 24 Jun 2021 18:40: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 15OIenRH063944; Thu, 24 Jun 2021 18:40:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OIende063943; Thu, 24 Jun 2021 18:40:49 GMT (envelope-from git) Date: Thu, 24 Jun 2021 18:40:49 GMT Message-Id: <202106241840.15OIende063943@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: 9eafbcaecfdf - main - sysutils/terraform: Update to 1.0.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: 9eafbcaecfdfef222d944a8caeedfe96d10168f3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 18:40:49 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=9eafbcaecfdfef222d944a8caeedfe96d10168f3 commit 9eafbcaecfdfef222d944a8caeedfe96d10168f3 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-24 18:39:22 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-24 18:40:43 +0000 sysutils/terraform: Update to 1.0.1 Changes: https://github.com/hashicorp/terraform/releases/tag/v1.0.1 --- sysutils/terraform/Makefile | 4 ++-- sysutils/terraform/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index e5a4869a8f8e..a8b106eb22bf 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -1,6 +1,6 @@ PORTNAME= terraform DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= sysutils MASTER_SITES= https://people.freebsd.org/~0mp/distfiles/:tencentcloud_tencentcloud_sdk_go @@ -202,7 +202,7 @@ GH_TUPLE= Azure:azure-sdk-for-go:v52.5.0:azure_azure_sdk_for_go/vendor/github.co xlab:treeprint:1d6e34225557:xlab_treeprint/vendor/github.com/xlab/treeprint \ zclconf:go-cty-debug:b22d67c1ba0b:zclconf_go_cty_debug/vendor/github.com/zclconf/go-cty-debug \ 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 + zclconf:go-cty:v1.8.4:zclconf_go_cty/vendor/github.com/zclconf/go-cty PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/terraform/distinfo b/sysutils/terraform/distinfo index 74582d049595..7751c040e6f8 100644 --- a/sysutils/terraform/distinfo +++ b/sysutils/terraform/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623163803 -SHA256 (hashicorp-terraform-v1.0.0_GH0.tar.gz) = 2eba1281e05021d816f918141e1d6788351838a0d2fb70022ec6706f52da22c4 -SIZE (hashicorp-terraform-v1.0.0_GH0.tar.gz) = 2877484 +TIMESTAMP = 1624550842 +SHA256 (hashicorp-terraform-v1.0.1_GH0.tar.gz) = 4124593de269bfcfdeb0481a471a842a5dbfc34ac1796252c8c54a44d5da8c33 +SIZE (hashicorp-terraform-v1.0.1_GH0.tar.gz) = 2881426 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-446f41b7d65b_GH0.tar.gz) = 883e2603529a907a3da25d5e2389ab6473a80e6d79daf0d9ffc6385494e0da0a @@ -377,5 +377,5 @@ SHA256 (zclconf-go-cty-debug-b22d67c1ba0b_GH0.tar.gz) = 260692c74e75bfb54ce249b4 SIZE (zclconf-go-cty-debug-b22d67c1ba0b_GH0.tar.gz) = 7254 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 +SHA256 (zclconf-go-cty-v1.8.4_GH0.tar.gz) = 2f8e0b1598284439ddec33fd51858fb1f52771eb71b1fde0c495e93bfa6ff610 +SIZE (zclconf-go-cty-v1.8.4_GH0.tar.gz) = 196165 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 18:43:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E72AC652375; Thu, 24 Jun 2021 18:43: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 4G9ptX64tCz3HdL; Thu, 24 Jun 2021 18:43: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 B93671CF71; Thu, 24 Jun 2021 18:43: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 15OIhWLA065843; Thu, 24 Jun 2021 18:43:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OIhW9a065842; Thu, 24 Jun 2021 18:43:32 GMT (envelope-from git) Date: Thu, 24 Jun 2021 18:43:32 GMT Message-Id: <202106241843.15OIhW9a065842@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: 53c7aa691e7f - main - x11/kanshi: update to 1.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: 53c7aa691e7fb56ef7706426b704efccfe33c1db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 18:43:33 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=53c7aa691e7fb56ef7706426b704efccfe33c1db commit 53c7aa691e7fb56ef7706426b704efccfe33c1db Author: Jan Beich AuthorDate: 2021-06-24 06:49:00 +0000 Commit: Jan Beich CommitDate: 2021-06-24 18:43:13 +0000 x11/kanshi: update to 1.2.0 Changes: https://github.com/emersion/kanshi/releases/tag/v1.2.0 Reported by: GitHub (watch releases) --- x11/kanshi/Makefile | 9 +++++---- x11/kanshi/distinfo | 8 +++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile index ae736ca8ffeb..22aa94aeceba 100644 --- a/x11/kanshi/Makefile +++ b/x11/kanshi/Makefile @@ -1,11 +1,8 @@ PORTNAME= kanshi DISTVERSIONPREFIX= v -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= x11 -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 846b72563784.patch:-p1 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic display configuration for Wayland @@ -27,4 +24,8 @@ MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz \ man/man5/${PORTNAME}.5.gz +post-patch: + @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ + ${WRKSRC}/${PORTNAME}.5.scd + .include diff --git a/x11/kanshi/distinfo b/x11/kanshi/distinfo index c7cddbc2c335..533a498dec38 100644 --- a/x11/kanshi/distinfo +++ b/x11/kanshi/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1585818188 -SHA256 (emersion-kanshi-v1.1.0_GH0.tar.gz) = f7e782d2b49380aed370213b8d74af9fe806d9dc94b3c19179475f4b18e26566 -SIZE (emersion-kanshi-v1.1.0_GH0.tar.gz) = 15884 -SHA256 (846b72563784.patch) = 215414fe1736e57a37d63fb159f542943623922399e76aa26539b4678e204c73 -SIZE (846b72563784.patch) = 1431 +TIMESTAMP = 1624517340 +SHA256 (emersion-kanshi-v1.2.0_GH0.tar.gz) = 144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4 +SIZE (emersion-kanshi-v1.2.0_GH0.tar.gz) = 16501 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 18:46:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E0DA652B0D; Thu, 24 Jun 2021 18:46: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 4G9pyG1j7lz3Jqv; Thu, 24 Jun 2021 18:46: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 1813B1D193; Thu, 24 Jun 2021 18:46: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 15OIkkIZ066326; Thu, 24 Jun 2021 18:46:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OIkk6v066325; Thu, 24 Jun 2021 18:46:46 GMT (envelope-from git) Date: Thu, 24 Jun 2021 18:46:46 GMT Message-Id: <202106241846.15OIkk6v066325@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: bbc5b77236e9 - main - x11-wm/sway: update to 1.6.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: bbc5b77236e9f5496a39a758eab336a68a8ef69c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 18:46:46 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbc5b77236e9f5496a39a758eab336a68a8ef69c commit bbc5b77236e9f5496a39a758eab336a68a8ef69c Author: Jan Beich AuthorDate: 2021-06-24 16:26:29 +0000 Commit: Jan Beich CommitDate: 2021-06-24 18:46:20 +0000 x11-wm/sway: update to 1.6.1 Changes: https://github.com/swaywm/sway/releases/tag/1.6.1 Reported by: GitHub (watch releases) --- x11-wm/sway/Makefile | 8 +------- x11-wm/sway/distinfo | 16 +++------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index eafbae78d3d4..f301292721da 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,16 +1,10 @@ PORTNAME= sway -DISTVERSION= 1.6 -PORTREVISION= 3 +DISTVERSION= 1.6.1 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+= 78fc9d0d2d4f.patch:-p1 # https://github.com/swaywm/sway/pull/6176 -PATCHFILES+= 7a68a28475bf.patch:-p1 # wlroots 0.14 -PATCHFILES+= 1a72049c04b8.patch:-p1 # wlroots 0.14 -PATCHFILES+= 12e223e7973f.patch:-p1 # wlroots 0.14 -PATCHFILES+= 3162766eef14.patch:-p1 # wlroots 0.14 PATCHFILES+= 86b08e3257a4.patch:-p1 # WLR_RENDERER=vulkan MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index 27a8564c81c7..0b78b5c0c80a 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -1,19 +1,9 @@ -TIMESTAMP = 1617824661 -SHA256 (swaywm-sway-1.6_GH0.tar.gz) = 9ecfd2f38239f7e90922a13cd348fc95fc059e8fa0e4b75b8ffcc7b61685a5fb -SIZE (swaywm-sway-1.6_GH0.tar.gz) = 5549909 +TIMESTAMP = 1624551989 +SHA256 (swaywm-sway-1.6.1_GH0.tar.gz) = 8b138867cd83217de07138144b1279fe58e0421eb10c91122aa33c8770fe7391 +SIZE (swaywm-sway-1.6.1_GH0.tar.gz) = 5550126 SHA256 (cd9d1038a822.patch) = 266891cbe27a67f81740879dbe39819e3bf0f17b681bdc93087ae05987c2f88d SIZE (cd9d1038a822.patch) = 8968 SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead87d29bf5c409fa SIZE (f98ca3ab7ca1.patch) = 2673 -SHA256 (78fc9d0d2d4f.patch) = 3a757b879a1fd556863a2befe29ef10c81398d87e5e6b54b72815786d3e23312 -SIZE (78fc9d0d2d4f.patch) = 928 -SHA256 (7a68a28475bf.patch) = fa0da69f33b79a62725ff1510c6b1baffbb77e3dffb21e4f63953f18dc70def5 -SIZE (7a68a28475bf.patch) = 786 -SHA256 (1a72049c04b8.patch) = 9fc469ebfaab18c5c4fcd2805a8c6c960582b91c12b26044f3566c451bc72bf5 -SIZE (1a72049c04b8.patch) = 1372 -SHA256 (12e223e7973f.patch) = 9da89faf0e5933cf74d404cd79fb2f2b75bf59a65a8899208405880ea3379545 -SIZE (12e223e7973f.patch) = 1643 -SHA256 (3162766eef14.patch) = 3afd37b140ef9d653b8c8d913767519dfb9d7144970af65c17f3b3b63efe1495 -SIZE (3162766eef14.patch) = 1642 SHA256 (86b08e3257a4.patch) = ff3399269a1d1cbdf9cd38255c7e4ce072c9562c3665784036c1f1287cd98c96 SIZE (86b08e3257a4.patch) = 932 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 18:50:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CBE4652773; Thu, 24 Jun 2021 18:50: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 4G9q2h1nySz3LQ2; Thu, 24 Jun 2021 18:50: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 23A171D263; Thu, 24 Jun 2021 18:50: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 15OIoabZ074918; Thu, 24 Jun 2021 18:50:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OIoaEm074917; Thu, 24 Jun 2021 18:50:36 GMT (envelope-from git) Date: Thu, 24 Jun 2021 18:50:36 GMT Message-Id: <202106241850.15OIoaEm074917@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: 8801eee4e75e - main - security/vuxml: Fix mail/dovecot-pigeonhole vulnerable versions 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: 8801eee4e75edcbb9a2e37304d424d0d2b54558c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 18:50:36 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=8801eee4e75edcbb9a2e37304d424d0d2b54558c commit 8801eee4e75edcbb9a2e37304d424d0d2b54558c Author: Juraj Lutter AuthorDate: 2021-06-24 18:47:26 +0000 Commit: Juraj Lutter CommitDate: 2021-06-24 18:50:15 +0000 security/vuxml: Fix mail/dovecot-pigeonhole vulnerable versions Correct mail/dovecot-pigeonhole vulnerable versions to proper value. --- 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 dda97af24662..f2ddc91ac36c 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -34,7 +34,7 @@ dovecot-pigeonhole - 2.3.15 + 0.5.15 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 19:09:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D315652CF3; Thu, 24 Jun 2021 19:09: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 4G9qSq6msQz3PnK; Thu, 24 Jun 2021 19:09: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 D12531D2C3; Thu, 24 Jun 2021 19:09: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 15OJ9llr094172; Thu, 24 Jun 2021 19:09:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OJ9lmu094171; Thu, 24 Jun 2021 19:09:47 GMT (envelope-from git) Date: Thu, 24 Jun 2021 19:09:47 GMT Message-Id: <202106241909.15OJ9lmu094171@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: 377ebb0c61e5 - main - databases/postgres14-*: Update to 14.0-beta2 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: 377ebb0c61e53e0c4a44d363e66e9916c7469fe8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 19:09:48 -0000 The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=377ebb0c61e53e0c4a44d363e66e9916c7469fe8 commit 377ebb0c61e53e0c4a44d363e66e9916c7469fe8 Author: Palle Girgensohn AuthorDate: 2021-06-24 19:08:17 +0000 Commit: Palle Girgensohn CommitDate: 2021-06-24 19:09:41 +0000 databases/postgres14-*: Update to 14.0-beta2 Release notes: https://www.postgresql.org/developer/beta/ --- databases/postgresql14-server/Makefile | 2 +- databases/postgresql14-server/distinfo | 6 +++--- databases/postgresql14-server/pkg-plist-server | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index 5a81904ba74c..ad926e7d9199 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier PORTNAME?= postgresql -DISTVERSION?= 14beta1 +DISTVERSION?= 14beta2 # 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 diff --git a/databases/postgresql14-server/distinfo b/databases/postgresql14-server/distinfo index d6266bbce9be..7d9d0104fcbe 100644 --- a/databases/postgresql14-server/distinfo +++ b/databases/postgresql14-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620992128 -SHA256 (postgresql/postgresql-14beta1.tar.bz2) = c490ddf325444bd1381e1691e8e96814867a10b81ef73a74dc10323f7d143052 -SIZE (postgresql/postgresql-14beta1.tar.bz2) = 22521041 +TIMESTAMP = 1624362482 +SHA256 (postgresql/postgresql-14beta2.tar.bz2) = ffe64a76f50a2363443c1c9dc2195138933e931e351b74fb35a7935eae7c60a5 +SIZE (postgresql/postgresql-14beta2.tar.bz2) = 22555641 diff --git a/databases/postgresql14-server/pkg-plist-server b/databases/postgresql14-server/pkg-plist-server index 841fadeb92b1..f4614a1219b4 100644 --- a/databases/postgresql14-server/pkg-plist-server +++ b/databases/postgresql14-server/pkg-plist-server @@ -789,9 +789,11 @@ lib/postgresql/utf8_and_win.so %%NLS%%share/locale/el/LC_MESSAGES/initdb-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_archivecleanup-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_checksums-14.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_controldata-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_ctl-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_test_fsync-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_test_timing-14.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_waldump-14.mo %%NLS%%share/locale/es/LC_MESSAGES/initdb-14.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-14.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-14.mo From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 19:49:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EFD6865332E; Thu, 24 Jun 2021 19:49: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 4G9rLM53hkz3j3Q; Thu, 24 Jun 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 84E611DE52; Thu, 24 Jun 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 15OJnFUK046634; Thu, 24 Jun 2021 19:49:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OJnFMb046633; Thu, 24 Jun 2021 19:49:15 GMT (envelope-from git) Date: Thu, 24 Jun 2021 19:49:15 GMT Message-Id: <202106241949.15OJnFMb046633@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: 4afab0c2092b - main - graphics/s2tc: unbreak after b44acc9409bd 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: 4afab0c2092b9d51e8a5a852f223b9a525302803 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 19:49:16 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4afab0c2092b9d51e8a5a852f223b9a525302803 commit 4afab0c2092b9d51e8a5a852f223b9a525302803 Author: Jan Beich AuthorDate: 2021-06-24 19:47:06 +0000 Commit: Jan Beich CommitDate: 2021-06-24 19:48:59 +0000 graphics/s2tc: unbreak after b44acc9409bd checking GL/gl.h usability... no checking GL/gl.h presence... no checking for GL/gl.h... no configure: error: OpenGL includes not found Reported by: pkg-fallout --- graphics/s2tc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/s2tc/Makefile b/graphics/s2tc/Makefile index 015c4a605d31..e8e4bc9e5264 100644 --- a/graphics/s2tc/Makefile +++ b/graphics/s2tc/Makefile @@ -11,7 +11,7 @@ COMMENT= Subset of a well-known texture compression scheme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= mesa-libs>=0:graphics/mesa-libs +BUILD_DEPENDS= libglvnd>=0:graphics/libglvnd TEST_DEPENDS= convert:graphics/ImageMagick6 \ nvcompress:graphics/nvidia-texture-tools \ wget:ftp/wget From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 19:53:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65FB06535A0; Thu, 24 Jun 2021 19:53:06 +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 4G9rQp2GScz3k3b; Thu, 24 Jun 2021 19:53:06 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624564386; 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=Mt/zu11Dm0DFQ+7g6jNFEvgAg9S7EjjqCwzZHeEEM2g=; b=BHodtynEr/p8US7WKsEavm2QXwn7Y+7IgH+bCyQNVBBRSA2WtQ5AXF0fvV5AVdFvxbkCzf iazc+qq23DfBcY4NZgXZTIzx91mWgefxNMHMiwJIh+Ww3WrU/2EaT7McSlwFVPXywzvtzi j28+5yNMMvyvdYLBeqzpcyxFpcSGyITU6nTYn6oT0z+IGtM+HTBDnDjcfTJeWFYKVRtzqX 6T6jwKFC8rzcmIkIwVPAPnVMEI7QhjVjMhPFNoAO9w4Au+YN7QzsKHiewHCCoxHj29J/wl B2/0WJnSYqoHa4Nt+UbfwLhnhRltaNNHVZdPVGUvh4GqLbxinnfnOmvaP6DX2g== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3626AEF7D; Thu, 24 Jun 2021 19:53:06 +0000 (UTC) From: Jan Beich To: Kevin Bowling Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 0c6ce3c9c26d - main - devel/py-pytest: Update to 6.2.4 References: <202106232035.15NKZ0kN095276__1656.1222075083$1624480516$gmane$org@gitrepo.freebsd.org> Date: Thu, 24 Jun 2021 21:53:02 +0200 In-Reply-To: <202106232035.15NKZ0kN095276__1656.1222075083$1624480516$gmane$org@gitrepo.freebsd.org> (Kevin Bowling's message of "Wed, 23 Jun 2021 20:35:00 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=1624564386; 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=Mt/zu11Dm0DFQ+7g6jNFEvgAg9S7EjjqCwzZHeEEM2g=; b=DqgPr59QSuxZpgUh5h8KjIx1wRNQqYRB6wjAZ6AC+ebLCeuXw4kAkKmhS658C98h5f3XvI p2BdGJXjsxj3opSrTSAMJxL7G9/EVE8REG9Mz1bJ1ZS+FOPFLkSjKNdoCSpYXCaIwr5FVg HwJjIRpn94eVjKYG5ztrvGjdSNYZ8efosou/3YaNs2jesKSvAoILfUH9QCEApvB/kqLmMd KBpBj4/j9YbbV6AlykI3uxw3GG72cgdCA6MjgJDeThBpldyUkLztQYV1a8xRKxeDfUUweW TQy2HFyPJhvZQL1Sz1OjDWukR7OrE4AMM8pxQcTj2EDUUREnyC1pux1NRZMoOQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1624564386; a=rsa-sha256; cv=none; b=f/5aWXI9lcmdfMo71MJhi12O+fCKt6zxDVS7hAZS9JcJh4Ud+eYmR9pn06c557/mY8nGg8 EUOK8fnAMp6DgB6Pbb2AeDaEQExNB7cfrt0W6nDxJ3HWbaBw8sE8Qalj4NxbswGYwsF8hE KgF16GSOpUHntfzCk0JrjNapx4t6vOLlQM3yR+BOGR6rnnao+7kJ73RgbA0G1ug0Gv6w5u FQbfk8PlSx4a8LgSwe93Bdy5V1TlPh64P10eKon5Uh5mdVA4QvTUAWfaAPbJf2V0ybS/qm uU7BLViFHHqHGPt67Xq/rp95FlE1DGLn1QcnjHRyY26FM3Sw2VOzxXILyArRQQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 19:53:06 -0000 Kevin Bowling writes: > The branch main has been updated by kbowling: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=0c6ce3c9c26d878acf943d53fb2a01ba602b71c2 > > commit 0c6ce3c9c26d878acf943d53fb2a01ba602b71c2 > Author: Goran Meki? > AuthorDate: 2021-06-23 20:30:35 +0000 > Commit: Kevin Bowling > CommitDate: 2021-06-23 20:34:47 +0000 > > devel/py-pytest: Update to 6.2.4 > > PR: 256624 FWIW, this commit broke devel/py-pytest-relaxed. http://www.ipv6proxy.net/go.php?u=http://beefy16.nyi.freebsd.org/data/130amd64-default/f9e3cb9fcd9a/logs/errors/py38-pytest-relaxed-1.1.5_1.log From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 20:09:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67CD66538E5; Thu, 24 Jun 2021 20:09: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 4G9rpD2J8Gz3lC4; Thu, 24 Jun 2021 20:09: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 335671DC6C; Thu, 24 Jun 2021 20:09: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 15OK9uB7073396; Thu, 24 Jun 2021 20:09:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OK9uxe073395; Thu, 24 Jun 2021 20:09:56 GMT (envelope-from git) Date: Thu, 24 Jun 2021 20:09:56 GMT Message-Id: <202106242009.15OK9uxe073395@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: 1be1ceea1c18 - main - net-mgmt/py-pyzabbix: Update to 1.0.0 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: 1be1ceea1c1892b007922036c4d57856364d627b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 20:09:56 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=1be1ceea1c1892b007922036c4d57856364d627b commit 1be1ceea1c1892b007922036c4d57856364d627b Author: Juraj Lutter AuthorDate: 2021-06-24 20:04:28 +0000 Commit: Juraj Lutter CommitDate: 2021-06-24 20:04:28 +0000 net-mgmt/py-pyzabbix: Update to 1.0.0 - Update to 1.0.0 - Adjust dependencies Reported by: portscout --- net-mgmt/py-pyzabbix/Makefile | 5 +++-- net-mgmt/py-pyzabbix/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net-mgmt/py-pyzabbix/Makefile b/net-mgmt/py-pyzabbix/Makefile index c6c2009e3c98..b9068b6777f3 100644 --- a/net-mgmt/py-pyzabbix/Makefile +++ b/net-mgmt/py-pyzabbix/Makefile @@ -1,7 +1,7 @@ # Created by: Fotis Zabaras PORTNAME= pyzabbix -PORTVERSION= 0.8.2 +PORTVERSION= 1.0.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,8 @@ COMMENT= Zabbix API Python Library LICENSE= LGPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8.5:devel/py-semantic-version@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist diff --git a/net-mgmt/py-pyzabbix/distinfo b/net-mgmt/py-pyzabbix/distinfo index 6d1c5c581924..a59c2c78bf4e 100644 --- a/net-mgmt/py-pyzabbix/distinfo +++ b/net-mgmt/py-pyzabbix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597337134 -SHA256 (pyzabbix-0.8.2.tar.gz) = 4601fa93bc07c2e77dd5c09165b02da1690af9ecc4b63d6397abd5ec249dcc38 -SIZE (pyzabbix-0.8.2.tar.gz) = 5472 +TIMESTAMP = 1624565034 +SHA256 (pyzabbix-1.0.0.tar.gz) = 4bcde3944f932685dba60551725e1b63de64d463da0e1c281b3121c0805f1c71 +SIZE (pyzabbix-1.0.0.tar.gz) = 5840 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 20:38:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BCC0765395D; Thu, 24 Jun 2021 20:38: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 4G9sR54yPWz3md6; Thu, 24 Jun 2021 20:38: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 8E4F61E825; Thu, 24 Jun 2021 20:38: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 15OKcPgS012886; Thu, 24 Jun 2021 20:38:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OKcP7b012885; Thu, 24 Jun 2021 20:38:25 GMT (envelope-from git) Date: Thu, 24 Jun 2021 20:38:25 GMT Message-Id: <202106242038.15OKcP7b012885@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Colin Percival Subject: git: 7d65d24dfd8e - main - sysutils/firstboot-freebsd-update: Add --not-running-from-cron MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cperciva X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 20:38:25 -0000 The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b commit 7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b Author: Colin Percival AuthorDate: 2021-06-24 20:37:34 +0000 Commit: Colin Percival CommitDate: 2021-06-24 20:37:34 +0000 sysutils/firstboot-freebsd-update: Add --not-running-from-cron On systems without a working console, running freebsd-update fetch from an rc script triggers the "should not be run non-interactively" error. Solve this by telling freebsd-update to skip that check. Reported by: Mike Bristow --- sysutils/firstboot-freebsd-update/Makefile | 2 +- sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/firstboot-freebsd-update/Makefile b/sysutils/firstboot-freebsd-update/Makefile index fd86494e9571..ae3a9d035acc 100644 --- a/sysutils/firstboot-freebsd-update/Makefile +++ b/sysutils/firstboot-freebsd-update/Makefile @@ -1,5 +1,5 @@ PORTNAME= firstboot-freebsd-update -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none diff --git a/sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in b/sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in index d2a925d9691f..220825e87710 100644 --- a/sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in +++ b/sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in @@ -41,7 +41,7 @@ firstboot_freebsd_update_run() esac fi - freebsd-update fetch + freebsd-update --not-running-from-cron fetch if [ -e /var/db/freebsd-update/`echo / | sha256`-install ]; then freebsd-update install echo "Requesting reboot after installing updates." From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 20:41:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 02FC26539F9; Thu, 24 Jun 2021 20:41: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 4G9sVR6hCwz3nLV; Thu, 24 Jun 2021 20:41: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 CDF561EA0A; Thu, 24 Jun 2021 20:41: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 15OKfJjm025427; Thu, 24 Jun 2021 20:41:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OKfJjE025426; Thu, 24 Jun 2021 20:41:19 GMT (envelope-from git) Date: Thu, 24 Jun 2021 20:41:19 GMT Message-Id: <202106242041.15OKfJjE025426@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Craig Leres Subject: git: 2c570ca54c52 - main - security/py-zkg: Update to 2.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: leres X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2c570ca54c52b580cb0149b5a6d774945044c5e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 20:41:20 -0000 The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c570ca54c52b580cb0149b5a6d774945044c5e5 commit 2c570ca54c52b580cb0149b5a6d774945044c5e5 Author: Craig Leres AuthorDate: 2021-06-24 20:33:02 +0000 Commit: Craig Leres CommitDate: 2021-06-24 20:40:59 +0000 security/py-zkg: Update to 2.10.0 Changes since 2.7.1: - Improve the package source refresh test - Add logging to package source refreshes - Harden "@" interpretation in package source URLs - Add an baseline canonifier to user-mode btest - Add 'uservar' and 'template' modules to API docs - Fix sphinxarg extension's use of old Sphinx logging API - Add "template info" command - Add templating functionality to zkg toplevel script - Add a "slug" helper for user vars - Add Zeek package templating module - Add _util.load_source() for sourcing a Python script as a module - Prefill the prompt for user vars with current value - Refactor user vars into their own class and module - Migrate some git helpers to _util for broader access - include exception output in dependency import error messages - Add support for packages shipping executables - Update plugin used in test suite for Zeek 4.1 compatibility - Update test baselines to include btest header info - Prevent local githooks from interfering with zkg's commands - Prevent local githooks from interfering with the testsuite - Update CI to test Zeek 4.0 and not test 3.2 anymore PR: 256807 Reported by: mshirk@daemon-security.com Approved by: mshirk@daemon-security.com (maintainer) --- security/py-zkg/Makefile | 3 +-- security/py-zkg/distinfo | 6 +++--- security/py-zkg/pkg-message | 9 +++------ 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/security/py-zkg/Makefile b/security/py-zkg/Makefile index f49fb1f9f3e9..85aeef76f631 100644 --- a/security/py-zkg/Makefile +++ b/security/py-zkg/Makefile @@ -1,7 +1,6 @@ PORTNAME= zkg DISTVERSIONPREFIX= v -DISTVERSION= 2.7.1 -PORTREVISION= 1 +DISTVERSION= 2.10.0 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-zkg/distinfo b/security/py-zkg/distinfo index f0f372f15390..99fd62afd049 100644 --- a/security/py-zkg/distinfo +++ b/security/py-zkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612733509 -SHA256 (zeek-package-manager-v2.7.1_GH0.tar.gz) = ff0d9cf003d51135fa82c8f6f0ca98ba02528df7267636d877d4da38e51ac8fa -SIZE (zeek-package-manager-v2.7.1_GH0.tar.gz) = 113533 +TIMESTAMP = 1624541541 +SHA256 (zeek-package-manager-v2.10.0_GH0.tar.gz) = a0f236dac5b29dc9c5c660100c2249c3a4b7d4efdc079493bd0c5593c200132b +SIZE (zeek-package-manager-v2.10.0_GH0.tar.gz) = 135310 diff --git a/security/py-zkg/pkg-message b/security/py-zkg/pkg-message index 05f451a6be58..9a5489881788 100644 --- a/security/py-zkg/pkg-message +++ b/security/py-zkg/pkg-message @@ -1,15 +1,12 @@ [ { type: install message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B609653EB1 for ; Thu, 24 Jun 2021 20:43:28 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from mail.tarsnap.com (mail.tarsnap.com [54.86.246.204]) by mx1.freebsd.org (Postfix) with SMTP id 4G9sXv30Zyz3nJ4 for ; Thu, 24 Jun 2021 20:43:27 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: (qmail 84350 invoked from network); 24 Jun 2021 20:43:27 -0000 Received: from unknown (HELO dell7390.daemonology.net) (127.0.0.1) by mail.tarsnap.com with SMTP; 24 Jun 2021 20:43:27 -0000 Received: (qmail 51588 invoked from network); 24 Jun 2021 20:43:26 -0000 Received: from unknown (HELO dell7390.daemonology.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2021 20:43:26 -0000 From: Colin Percival To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202106242038.15OKcP7b012885@gitrepo.freebsd.org> Subject: Re: git: 7d65d24dfd8e - main - sysutils/firstboot-freebsd-update: Add --not-running-from-cron Message-ID: Date: Thu, 24 Jun 2021 13:43:25 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <202106242038.15OKcP7b012885@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4G9sXv30Zyz3nJ4 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:14618, ipnet:54.86.0.0/16, country:US] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 20:43:28 -0000 On 6/24/21 1:38 PM, Colin Percival wrote: > The branch main has been updated by cperciva: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b > > commit 7d65d24dfd8ea4f2fdc8a81981327c76b1a9279b > Author: Colin Percival > AuthorDate: 2021-06-24 20:37:34 +0000 > Commit: Colin Percival > CommitDate: 2021-06-24 20:37:34 +0000 > > sysutils/firstboot-freebsd-update: Add --not-running-from-cron > > On systems without a working console, running freebsd-update fetch > from an rc script triggers the "should not be run non-interactively" > error. Solve this by telling freebsd-update to skip that check. > > Reported by: Mike Bristow Forgot to add: PR: 256772 -- Colin Percival Security Officer Emeritus, FreeBSD | The power to serve Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 20:44:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76DE2653EBA; Thu, 24 Jun 2021 20:44: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 4G9sYX2yvwz3n8t; Thu, 24 Jun 2021 20:44: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 4E9731E474; Thu, 24 Jun 2021 20:44: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 15OKi0Vu025772; Thu, 24 Jun 2021 20:44:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OKi0OW025771; Thu, 24 Jun 2021 20:44:00 GMT (envelope-from git) Date: Thu, 24 Jun 2021 20:44:00 GMT Message-Id: <202106242044.15OKi0OW025771@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: 92115f418709 - main - net/seaweedfs: update to 2.55 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: 92115f4187094b1b03c2f2019a0d6f8f77f0407e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 20:44:00 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=92115f4187094b1b03c2f2019a0d6f8f77f0407e commit 92115f4187094b1b03c2f2019a0d6f8f77f0407e Author: Dave Cottlehuber AuthorDate: 2021-06-24 08:59:14 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-24 20:43:12 +0000 net/seaweedfs: update to 2.55 Reported by: portscout Sponsored by: SkunkWerks, GmbH --- net/seaweedfs/Makefile | 2 +- net/seaweedfs/Makefile.deps | 47 +++++++++++++++-------- net/seaweedfs/distinfo | 94 ++++++++++++++++++++++++++++----------------- 3 files changed, 90 insertions(+), 53 deletions(-) diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile index 51059d94be24..6a84af8cd661 100644 --- a/net/seaweedfs/Makefile +++ b/net/seaweedfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= seaweedfs -DISTVERSION= 2.49 +DISTVERSION= 2.55 CATEGORIES= net sysutils MAINTAINER= dch@FreeBSD.org diff --git a/net/seaweedfs/Makefile.deps b/net/seaweedfs/Makefile.deps index f7af440b9fff..3beac3bcd0e6 100644 --- a/net/seaweedfs/Makefile.deps +++ b/net/seaweedfs/Makefile.deps @@ -1,5 +1,4 @@ GH_TUPLE= \ - Azure:azure-amqp-common-go:v2.1.0:azure_azure_amqp_common_go_v2/vendor/github.com/Azure/azure-amqp-common-go/v2 \ Azure:azure-pipeline-go:v0.2.2:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \ Azure:azure-storage-blob-go:v0.9.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ @@ -53,16 +52,16 @@ GH_TUPLE= \ golang:mod:v0.3.0:golang_mod/vendor/golang.org/x/mod \ golang:net:c7110b5ffcbb:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ - golang:sync:30421366ff76:golang_sync/vendor/golang.org/x/sync \ - golang:sys:fb209a7c41cd:golang_sys/vendor/golang.org/x/sys \ + golang:sync:09787c993a3a:golang_sync/vendor/golang.org/x/sync \ + golang:sys:ebe580a85c40:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ - golang:tools:1b747fd94509:golang_tools/vendor/golang.org/x/tools \ - golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \ + golang:tools:2c860bdd6e78:golang_tools/vendor/golang.org/x/tools \ + golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \ google:go-cloud:v0.20.0:google_go_cloud/vendor/gocloud.dev \ - google:go-cmp:v0.5.4:google_go_cmp/vendor/github.com/google/go-cmp \ + google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:7c474a2e3482:google_go_genproto/vendor/google.golang.org/genproto \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ google:wire:v0.4.0:google_wire/vendor/github.com/google/wire \ @@ -88,16 +87,17 @@ GH_TUPLE= \ jcmturner:rpc:v1.1.0:jcmturner_rpc/vendor/gopkg.in/jcmturner/rpc.v1 \ jinzhu:copier:v0.2.8:jinzhu_copier/vendor/github.com/jinzhu/copier \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ - json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \ + json-iterator:go:v1.1.11:json_iterator_go/vendor/github.com/json-iterator/go \ jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ karlseguin:ccache:v2.0.3:karlseguin_ccache/vendor/github.com/karlseguin/ccache \ karlseguin:ccache:v2.0.7:karlseguin_ccache_v2/vendor/github.com/karlseguin/ccache/v2 \ karlseguin:expect:v1.0.1:karlseguin_expect/vendor/gopkg.in/karlseguin/expect.v1 \ + kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ klauspost:compress:v1.10.9:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.2.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ klauspost:crc32:v1.2.0:klauspost_crc32/vendor/github.com/klauspost/crc32 \ klauspost:reedsolomon:v1.9.2:klauspost_reedsolomon/vendor/github.com/klauspost/reedsolomon \ - konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ + konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kurin:blazer:v0.5.3:kurin_blazer/vendor/github.com/kurin/blazer \ lib:pq:v1.10.0:lib_pq/vendor/github.com/lib/pq \ lunixbochs:vtclean:v1.0.0:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ @@ -105,6 +105,7 @@ GH_TUPLE= \ mailru:easyjson:v0.7.1:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-colorable:v0.1.2:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-ieproxy:v0.0.1:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \ + mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.4: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 \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ @@ -122,15 +123,17 @@ GH_TUPLE= \ pierrec:lz4:v2.2.7: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 \ - prometheus:client_golang:v1.3.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ - prometheus:client_model:v0.1.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.7.0:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:procfs:v0.0.8:prometheus_procfs/vendor/github.com/prometheus/procfs \ - protocolbuffers:protobuf-go:v1.24.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ + pquerna:cachecontrol:v0.1.0:pquerna_cachecontrol/vendor/github.com/pquerna/cachecontrol \ + 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.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-rc.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rcrowley:go-metrics:cac0b30c2563:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ - seaweedfs:fuse:v1.1.6:seaweedfs_fuse/vendor/github.com/seaweedfs/fuse \ + remyoudompheng:bigfft:eec4a21b6bb0:remyoudompheng_bigfft/vendor/github.com/remyoudompheng/bigfft \ + seaweedfs:fuse:v1.1.7:seaweedfs_fuse/vendor/github.com/seaweedfs/fuse \ seaweedfs:goexif:v1.0.2:seaweedfs_goexif/vendor/github.com/seaweedfs/goexif \ - sirupsen:logrus:v1.5.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ skip2:go-qrcode:da1b6568686e:skip2_go_qrcode/vendor/github.com/skip2/go-qrcode \ spaolacci:murmur3:v1.1.0:spaolacci_murmur3/vendor/github.com/spaolacci/murmur3 \ spf13:afero:v1.3.1:spf13_afero/vendor/github.com/spf13/afero \ @@ -159,7 +162,17 @@ GH_TUPLE= \ xdg:scram:7eeb5667e42c:xdg_scram/vendor/github.com/xdg/scram \ xdg:stringprep:v1.0.0:xdg_stringprep/vendor/github.com/xdg/stringprep -GL_TUPLE= cznic:b:e2c6d3c5e5f25b4f5a667952d78e934528620d0f:cznic_b/vendor/modernc.org/b +GL_TUPLE= \ + cznic:b:e2c6d3c5e5f25b4f5a667952d78e934528620d0f:cznic_b/vendor/modernc.org/b \ + cznic:cc:276fcd8507b301b88f3c40ef8ac7a3ebfbb0d04c:cznic_cc/vendor/modernc.org/cc/v3 \ + cznic:ccgo:b1994ccffcb55b4b61537b41488b95ff0eced811:cznic_ccgo/vendor/modernc.org/ccgo/v3 \ + cznic:libc:0f6da017916bb160e9190cab21d7cb6b99cef6aa:cznic_libc/vendor/modernc.org/libc \ + cznic:mathutil:19b10d78032b3c42e8b92557729019b39392a1f6:cznic_mathutil/vendor/modernc.org/mathutil \ + cznic:memory:a54fc7a24ad7e54b9d97ed79970790befcf3d088:cznic_memory/vendor/modernc.org/memory \ + cznic:opt:e7b6288dd9a69c9c36a10a93d0bd007ba3dcb30f:cznic_opt/vendor/modernc.org/opt \ + cznic:sqlite:ac48e5985c522a47387ea750daef226d96dea31e:cznic_sqlite/vendor/modernc.org/sqlite \ + cznic:strutil:9654ad6deeb404d1ca68c1d66d008bbaf3e2c50e:cznic_strutil/vendor/modernc.org/strutil \ + cznic:token:46658f20d51b8d0b6c4c551c363c8510c30c2a72:cznic_token/vendor/modernc.org/token post-extract: @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/pubsub diff --git a/net/seaweedfs/distinfo b/net/seaweedfs/distinfo index ca5cebff04a2..03014b05de2b 100644 --- a/net/seaweedfs/distinfo +++ b/net/seaweedfs/distinfo @@ -1,8 +1,6 @@ -TIMESTAMP = 1622454744 -SHA256 (chrislusf-seaweedfs-2.49_GH0.tar.gz) = c4fce361f30098aa289d623a6a2feb5edd94af0414ba60aab2c35d3c8a640d58 -SIZE (chrislusf-seaweedfs-2.49_GH0.tar.gz) = 26322363 -SHA256 (Azure-azure-amqp-common-go-v2.1.0_GH0.tar.gz) = 69850dadedbb125f70e45aae86c186b88deac4edec135d12aca2a460230adc4e -SIZE (Azure-azure-amqp-common-go-v2.1.0_GH0.tar.gz) = 19256 +TIMESTAMP = 1624524944 +SHA256 (chrislusf-seaweedfs-2.55_GH0.tar.gz) = 16a3b0b52c4651025c4da2d69d89f356a1d4e07fdaf5d170eea1e34756d305c5 +SIZE (chrislusf-seaweedfs-2.55_GH0.tar.gz) = 26423167 SHA256 (Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f SIZE (Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443 SHA256 (Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = f206c84fe3689aaa8e0cd180facf3455dc9c7e374a5dee1e2e9e6b9e39ab99c7 @@ -109,26 +107,26 @@ SHA256 (golang-net-c7110b5ffcbb_GH0.tar.gz) = 605f6a51c193b119a568c40151f74ec8a4 SIZE (golang-net-c7110b5ffcbb_GH0.tar.gz) = 1248997 SHA256 (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 28b3a51a8bd90beb5952d1080218ea238127edfe9455ad48921989619ff918a8 SIZE (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 47016 -SHA256 (golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87 -SIZE (golang-protobuf-v1.4.2_GH0.tar.gz) = 171778 +SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 +SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 SHA256 (golang-snappy-v0.0.1_GH0.tar.gz) = b1d97f47fcb61cb0cdd54bc424eda980c47838effb0ec9e322506514a50fee85 SIZE (golang-snappy-v0.0.1_GH0.tar.gz) = 62605 -SHA256 (golang-sync-30421366ff76_GH0.tar.gz) = 435965428b55bc910395404a5abf21c3ca550187332f91b7eeabe0749fe4aa48 -SIZE (golang-sync-30421366ff76_GH0.tar.gz) = 18966 -SHA256 (golang-sys-fb209a7c41cd_GH0.tar.gz) = ee15b63e3a42001774c8e70ab0933db005e5e57886c9991d93a02977020529d2 -SIZE (golang-sys-fb209a7c41cd_GH0.tar.gz) = 1072084 +SHA256 (golang-sync-09787c993a3a_GH0.tar.gz) = e533f53d11330b61d7e9bcbec255699992ab47636f1b45403db6f9b09c3d0aba +SIZE (golang-sync-09787c993a3a_GH0.tar.gz) = 18734 +SHA256 (golang-sys-ebe580a85c40_GH0.tar.gz) = b70e2301ad08c3ae255b004b8160f866798b95c0c1f88f12641343ed81ce523b +SIZE (golang-sys-ebe580a85c40_GH0.tar.gz) = 1197502 SHA256 (golang-text-v0.3.3_GH0.tar.gz) = 1604233637e3593749fbbb13b5069b08e6feba6d2b55a02fd3148793d5871185 SIZE (golang-text-v0.3.3_GH0.tar.gz) = 7747332 -SHA256 (golang-tools-1b747fd94509_GH0.tar.gz) = 0b10b9f481c7a02a273cd27d695302c93c0f00cded5fbcce858995b328b2bae3 -SIZE (golang-tools-1b747fd94509_GH0.tar.gz) = 2469793 -SHA256 (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 54bb4d99e6cba2e3e5331d064f46640cc01a0e630ee6a684ae810bd94a7e4eb7 -SIZE (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 13657 +SHA256 (golang-tools-2c860bdd6e78_GH0.tar.gz) = f8dfcb2c1b14d5f0919457d4ee4518d7fbb5d6e42dbe899533a2ae191aeb2f62 +SIZE (golang-tools-2c860bdd6e78_GH0.tar.gz) = 2636230 +SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 +SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 SHA256 (google-btree-v1.0.0_GH0.tar.gz) = 9f53e0e1330a4dbe92100d516606791f7196bf828ba93d693ef4d5c1cbd5fe30 SIZE (google-btree-v1.0.0_GH0.tar.gz) = 15292 SHA256 (google-go-cloud-v0.20.0_GH0.tar.gz) = 5ed8b30a7e7582429e1775e5981f8188e105707d37845b393033af7d0b05da4b SIZE (google-go-cloud-v0.20.0_GH0.tar.gz) = 2579757 -SHA256 (google-go-cmp-v0.5.4_GH0.tar.gz) = 1e4a881d0bc4974107218d08834e2815f634a8bd9b76633fd30ace36d8a6c72b -SIZE (google-go-cmp-v0.5.4_GH0.tar.gz) = 101019 +SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947cfcdea6031d40cdc85cd0663b3e +SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358 SHA256 (google-go-genproto-7c474a2e3482_GH0.tar.gz) = a08cbffb9935b7f7b9714ee461c8b5c4fbabb3a30f7d8d7ebd24b9c06e6fd183 SIZE (google-go-genproto-7c474a2e3482_GH0.tar.gz) = 9301769 SHA256 (google-uuid-v1.1.1_GH0.tar.gz) = bebd4b0b4ea152a9793615ef23c83f688876d8c284a2092264d20a4bf4ffc423 @@ -179,8 +177,8 @@ SHA256 (jinzhu-copier-v0.2.8_GH0.tar.gz) = 162054bbf61af3e1d4524a216d1cec600e011 SIZE (jinzhu-copier-v0.2.8_GH0.tar.gz) = 11789 SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 -SHA256 (json-iterator-go-v1.1.10_GH0.tar.gz) = 15e761079f413a9edcf86ea628998e328c12aaed92af462363191fa76e9809a6 -SIZE (json-iterator-go-v1.1.10_GH0.tar.gz) = 83384 +SHA256 (json-iterator-go-v1.1.11_GH0.tar.gz) = 19d0d56ac18a052867360b10201bad614c7b31a3edf2041a331c28860920b932 +SIZE (json-iterator-go-v1.1.11_GH0.tar.gz) = 84401 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 (karlseguin-ccache-v2.0.3_GH0.tar.gz) = 88af2aba89760fe2de218c51a87cfcc79c8029276888c99fd8aade47c7f0b80c @@ -189,6 +187,8 @@ SHA256 (karlseguin-ccache-v2.0.7_GH0.tar.gz) = e595ca294129ae6fad90d8930b6c2aacb SIZE (karlseguin-ccache-v2.0.7_GH0.tar.gz) = 15755 SHA256 (karlseguin-expect-v1.0.1_GH0.tar.gz) = cb3172246cabaa4435355d6d4682dd9aafe04a31e3b6e1f4427df092915eb957 SIZE (karlseguin-expect-v1.0.1_GH0.tar.gz) = 13468 +SHA256 (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = dde336eb697f7f9c26cf6d1467f75b6cf559262c1b0b110d28fff29790f76bc5 +SIZE (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = 4328 SHA256 (klauspost-compress-v1.10.9_GH0.tar.gz) = 87788e8992c40995ef15f6219c02a5f89a284f633f01a549742cbffce9a23a75 SIZE (klauspost-compress-v1.10.9_GH0.tar.gz) = 18151622 SHA256 (klauspost-cpuid-v1.2.1_GH0.tar.gz) = fd66be8517ba837d0f582ad095d2e42e7464c08ef2a3eaffa3bf83330223fa92 @@ -197,8 +197,8 @@ SHA256 (klauspost-crc32-v1.2.0_GH0.tar.gz) = 17823a226db7ffaecaac664822a736677d4 SIZE (klauspost-crc32-v1.2.0_GH0.tar.gz) = 16164 SHA256 (klauspost-reedsolomon-v1.9.2_GH0.tar.gz) = 066d8110b77cf8568f03042fbf8f8fd9f803625b0e36f1bf7c898b975a3a04df SIZE (klauspost-reedsolomon-v1.9.2_GH0.tar.gz) = 159450 -SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe -SIZE (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987 +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 (kurin-blazer-v0.5.3_GH0.tar.gz) = 845a28eb11c3ee746495350aa56035086280f99870b552bbb5be80db59358869 SIZE (kurin-blazer-v0.5.3_GH0.tar.gz) = 86965 SHA256 (lib-pq-v1.10.0_GH0.tar.gz) = 1990027d230f36135b90f116f3e0edefa5062778108b124c16af142d2e1bf489 @@ -213,6 +213,8 @@ SHA256 (mattn-go-colorable-v0.1.2_GH0.tar.gz) = a7189bd9005c571303b117261955ce53 SIZE (mattn-go-colorable-v0.1.2_GH0.tar.gz) = 8518 SHA256 (mattn-go-ieproxy-v0.0.1_GH0.tar.gz) = 26cc1f0d9ba19556cd91e0d4ed07ba2042eacd07c5b9aec082f7a77e2ef1fa28 SIZE (mattn-go-ieproxy-v0.0.1_GH0.tar.gz) = 9090 +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.4_GH0.tar.gz) = 1973c2de25bc69c3786a00e8118f4d22aa0d040bdfe46c8c8c30419b23e53dfe SIZE (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 19827 SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b @@ -247,24 +249,28 @@ 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-client_golang-v1.3.0_GH0.tar.gz) = 7ef44644c24178b650f88930f33ee42758393e657de5d37390f42cb64f894010 -SIZE (prometheus-client_golang-v1.3.0_GH0.tar.gz) = 143932 -SHA256 (prometheus-client_model-v0.1.0_GH0.tar.gz) = 6d5b240f7d53765179b84e8f1361d8cd8963b842f70dd1dbce250e8a45f12bdb -SIZE (prometheus-client_model-v0.1.0_GH0.tar.gz) = 10520 -SHA256 (prometheus-common-v0.7.0_GH0.tar.gz) = 71b1dce2afd959f9fcab3b5e097dfa9d398a61749851d290114746a3f8f119ae -SIZE (prometheus-common-v0.7.0_GH0.tar.gz) = 100520 -SHA256 (prometheus-procfs-v0.0.8_GH0.tar.gz) = 1c26c8b86a9b1902684f860f94d0bf4b94abcc570e456bf9a74d1c9d83643872 -SIZE (prometheus-procfs-v0.0.8_GH0.tar.gz) = 126299 -SHA256 (protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 318e54ee12d09e9c76fc11cf85f6297360e6444b74a6a7882450501bb952ba56 -SIZE (protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 1227640 +SHA256 (pquerna-cachecontrol-v0.1.0_GH0.tar.gz) = c6263cea4ae8adcf1f8441a9b4acdd236875ef2d95e3db3654edf3f685e7ff77 +SIZE (pquerna-cachecontrol-v0.1.0_GH0.tar.gz) = 19867 +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.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-rc.1_GH0.tar.gz) = a2b3581fb291ffdfe080cc16eb7b0b13295105a441fc0554a105368b7e208e66 +SIZE (protocolbuffers-protobuf-go-v1.26.0-rc.1_GH0.tar.gz) = 1270311 SHA256 (rcrowley-go-metrics-cac0b30c2563_GH0.tar.gz) = d509efdc86ad876288937eeec07ac73c0d72a65dbf507984a40f927aac5e91cc SIZE (rcrowley-go-metrics-cac0b30c2563_GH0.tar.gz) = 37569 -SHA256 (seaweedfs-fuse-v1.1.6_GH0.tar.gz) = 25647c3165cd4b991d88dff620613692ad00aae63c0a68a2e854d3e42e91b701 -SIZE (seaweedfs-fuse-v1.1.6_GH0.tar.gz) = 196245 +SHA256 (remyoudompheng-bigfft-eec4a21b6bb0_GH0.tar.gz) = b04eb9db5a31247c959ada829f83ee421a64824a6328c6b566d51e91b0817f82 +SIZE (remyoudompheng-bigfft-eec4a21b6bb0_GH0.tar.gz) = 14904 +SHA256 (seaweedfs-fuse-v1.1.7_GH0.tar.gz) = a7fc706bdc526f7b2cd311ebb3c3609015fde812461b82e9408fde8359dceb51 +SIZE (seaweedfs-fuse-v1.1.7_GH0.tar.gz) = 197114 SHA256 (seaweedfs-goexif-v1.0.2_GH0.tar.gz) = 50de2a2f9ee3ba6503b69bcf310a01dcfde87ff5cf52a9d8ac3de40204040482 SIZE (seaweedfs-goexif-v1.0.2_GH0.tar.gz) = 936177 -SHA256 (sirupsen-logrus-v1.5.0_GH0.tar.gz) = b93c79fdb137a8c723bd096cf7cf1871e2c038e790d7f3cb5758e07bc2b836f3 -SIZE (sirupsen-logrus-v1.5.0_GH0.tar.gz) = 45329 +SHA256 (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 536151aa2fed39e2b74925f81c8cd31f0c02c013881ba2d30982731d12424ed0 +SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748 SHA256 (skip2-go-qrcode-da1b6568686e_GH0.tar.gz) = af179c37da861a43242fb4383186724b34866d7b5bd3e54ca44031a2b9f92046 SIZE (skip2-go-qrcode-da1b6568686e_GH0.tar.gz) = 36693 SHA256 (spaolacci-murmur3-v1.1.0_GH0.tar.gz) = 73e99fdaadf177427cefb2aff93e4c35d8b1fcf20a4eac6feab73b5d55a9d243 @@ -321,3 +327,21 @@ SHA256 (xdg-stringprep-v1.0.0_GH0.tar.gz) = 6d2a1dd2a5f6a5d74d9ecd74c4812cadca7a SIZE (xdg-stringprep-v1.0.0_GH0.tar.gz) = 28567 SHA256 (cznic-b-e2c6d3c5e5f25b4f5a667952d78e934528620d0f_GL0.tar.gz) = 1af738a13b170839dc0f3578769a61e8a7f0b6b87a1a5a7538519862850f64f1 SIZE (cznic-b-e2c6d3c5e5f25b4f5a667952d78e934528620d0f_GL0.tar.gz) = 19188 +SHA256 (cznic-cc-276fcd8507b301b88f3c40ef8ac7a3ebfbb0d04c_GL0.tar.gz) = 00ba7547a4f2283be5dc5150b27363aac12bc8da773781cf4b85f595d2af5eb7 +SIZE (cznic-cc-276fcd8507b301b88f3c40ef8ac7a3ebfbb0d04c_GL0.tar.gz) = 16268861 +SHA256 (cznic-ccgo-b1994ccffcb55b4b61537b41488b95ff0eced811_GL0.tar.gz) = 74aaae5d318e8b333e9f33b0b0da49c7f7af891763b1179089539c9a09b60728 +SIZE (cznic-ccgo-b1994ccffcb55b4b61537b41488b95ff0eced811_GL0.tar.gz) = 25886466 +SHA256 (cznic-libc-0f6da017916bb160e9190cab21d7cb6b99cef6aa_GL0.tar.gz) = 6632ed6384bf14e4b4337cf0bccff2ac0fd354ece64081436b7da5b0f47d2e74 +SIZE (cznic-libc-0f6da017916bb160e9190cab21d7cb6b99cef6aa_GL0.tar.gz) = 2926697 +SHA256 (cznic-mathutil-19b10d78032b3c42e8b92557729019b39392a1f6_GL0.tar.gz) = a532a5759b724413771bce108e9e4ae474b267f12b6266ff2b28fe4745b2fbf1 +SIZE (cznic-mathutil-19b10d78032b3c42e8b92557729019b39392a1f6_GL0.tar.gz) = 120798 +SHA256 (cznic-memory-a54fc7a24ad7e54b9d97ed79970790befcf3d088_GL0.tar.gz) = 181cdd3c60953c8107db4b6ed47c3ac7d3ec85af55dfd3d4151407ce1b24395f +SIZE (cznic-memory-a54fc7a24ad7e54b9d97ed79970790befcf3d088_GL0.tar.gz) = 9933 +SHA256 (cznic-opt-e7b6288dd9a69c9c36a10a93d0bd007ba3dcb30f_GL0.tar.gz) = 673c3b075fab8a18abb100787fedf2f57f778a866b421c663620e25a82876767 +SIZE (cznic-opt-e7b6288dd9a69c9c36a10a93d0bd007ba3dcb30f_GL0.tar.gz) = 4080 +SHA256 (cznic-sqlite-ac48e5985c522a47387ea750daef226d96dea31e_GL0.tar.gz) = 34c4c2c42bce518375a9fb41aef909a79dbdb6e6809c15720d94c0bcd5d3e792 +SIZE (cznic-sqlite-ac48e5985c522a47387ea750daef226d96dea31e_GL0.tar.gz) = 41719925 +SHA256 (cznic-strutil-9654ad6deeb404d1ca68c1d66d008bbaf3e2c50e_GL0.tar.gz) = 2f186cf2178dad7fba87abca12291f184546c1bbf786fb09e5a64e5ed11b6503 +SIZE (cznic-strutil-9654ad6deeb404d1ca68c1d66d008bbaf3e2c50e_GL0.tar.gz) = 9481 +SHA256 (cznic-token-46658f20d51b8d0b6c4c551c363c8510c30c2a72_GL0.tar.gz) = abaca2038509e348745324a656632188853a721e770600a222f7ec6de5f2052f +SIZE (cznic-token-46658f20d51b8d0b6c4c551c363c8510c30c2a72_GL0.tar.gz) = 5435 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 20:44:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7734654282; Thu, 24 Jun 2021 20:44: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 4G9sYY448Mz3nP4; Thu, 24 Jun 2021 20:44: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 72AA41EA24; Thu, 24 Jun 2021 20:44: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 15OKi1aK025796; Thu, 24 Jun 2021 20:44:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OKi1XC025795; Thu, 24 Jun 2021 20:44:01 GMT (envelope-from git) Date: Thu, 24 Jun 2021 20:44:01 GMT Message-Id: <202106242044.15OKi1XC025795@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: a866a8ed4115 - main - sysutils/graylog: update to 4.1.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: a866a8ed41155ec97e7e2175ea7acff40a7cb7ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 20:44:01 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=a866a8ed41155ec97e7e2175ea7acff40a7cb7ed commit a866a8ed41155ec97e7e2175ea7acff40a7cb7ed Author: Dave Cottlehuber AuthorDate: 2021-06-24 08:57:27 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-24 20:43:12 +0000 sysutils/graylog: update to 4.1.0 ChangeLog: https://docs.graylog.org/en/4.1/pages/changelog.html Reported by: portscout Sponsored by: SkunkWerks, GmbH --- sysutils/graylog/Makefile | 2 +- sysutils/graylog/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 0aa9ac958d65..5b6a8f08bbef 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -1,7 +1,7 @@ # Created by: Thomas Bartelmess PORTNAME= graylog -DISTVERSION= 4.0.8 +DISTVERSION= 4.1.0 CATEGORIES= sysutils java MASTER_SITES= https://downloads.graylog.org/releases/ DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} \ diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index 86b8ddc406e5..8d4097641a7a 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1623017619 -SHA256 (graylog/graylog-4.0.8.tgz) = d49949349494d70262ced2e1603f3b60cffba7760205704a7ab128ff17ee9948 -SIZE (graylog/graylog-4.0.8.tgz) = 190565825 -SHA256 (graylog-integrations/graylog-integrations-plugins-4.0.8.tgz) = a93bd3a49e5e05189a0f6fbd18e503cc7b02453bdded11f41ab88dec1c3bbfc1 -SIZE (graylog-integrations/graylog-integrations-plugins-4.0.8.tgz) = 29070883 +TIMESTAMP = 1624524995 +SHA256 (graylog/graylog-4.1.0.tgz) = bebcd86bbbe4786b7a3696a178b43e679bfbbcd5b7b650855a25ecba1e84e4f7 +SIZE (graylog/graylog-4.1.0.tgz) = 197214622 +SHA256 (graylog-integrations/graylog-integrations-plugins-4.1.0.tgz) = 57db571d0657d70f7523bebbc2c63a2e22a940190d6ee46828db085174d8f753 +SIZE (graylog-integrations/graylog-integrations-plugins-4.1.0.tgz) = 29495937 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 20:44:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D835653E70; Thu, 24 Jun 2021 20: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 4G9sYb01rRz3nS4; Thu, 24 Jun 2021 20:44: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 8AB751E475; Thu, 24 Jun 2021 20: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 15OKi2YP025825; Thu, 24 Jun 2021 20: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 15OKi2jW025824; Thu, 24 Jun 2021 20:44:02 GMT (envelope-from git) Date: Thu, 24 Jun 2021 20:44:02 GMT Message-Id: <202106242044.15OKi2jW025824@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: 5ffacdfa4ea7 - main - lang/elixir: update to 1.11.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: 5ffacdfa4ea7a3c9f3da4464b467e106ae5b6d3c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 20:44:03 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ffacdfa4ea7a3c9f3da4464b467e106ae5b6d3c commit 5ffacdfa4ea7a3c9f3da4464b467e106ae5b6d3c Author: Dave Cottlehuber AuthorDate: 2021-06-23 10:53:10 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-24 20:43:12 +0000 lang/elixir: update to 1.11.3 Reviewed by: olgeni Differential Revision: https://reviews.freebsd.org/D28092 --- lang/elixir/Makefile | 2 +- lang/elixir/distinfo | 10 ++++---- lang/elixir/pkg-plist | 66 +++++++++++++++++++++++++++++---------------------- 3 files changed, 44 insertions(+), 34 deletions(-) diff --git a/lang/elixir/Makefile b/lang/elixir/Makefile index a5401987bb43..0d1eb4b61818 100644 --- a/lang/elixir/Makefile +++ b/lang/elixir/Makefile @@ -2,7 +2,7 @@ PORTNAME= elixir DISTVERSIONPREFIX= v -DISTVERSION= 1.10.4 +DISTVERSION= 1.11.3 CATEGORIES= lang MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc DISTFILES= Docs.zip:doc diff --git a/lang/elixir/distinfo b/lang/elixir/distinfo index 9b52b740b5f0..ead823f85299 100644 --- a/lang/elixir/distinfo +++ b/lang/elixir/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1593867814 -SHA256 (elixir/1.10.4/Docs.zip) = f6219678493a088a1c76e9a1228bf795f4c8d9c6321cfedbd42caa7c24b4010b -SIZE (elixir/1.10.4/Docs.zip) = 2090487 -SHA256 (elixir/1.10.4/elixir-lang-elixir-v1.10.4_GH0.tar.gz) = 8518c78f43fe36315dbe0d623823c2c1b7a025c114f3f4adbb48e04ef63f1d9f -SIZE (elixir/1.10.4/elixir-lang-elixir-v1.10.4_GH0.tar.gz) = 2331003 +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 diff --git a/lang/elixir/pkg-plist b/lang/elixir/pkg-plist index 3b5865ddd466..d5a4ed6ebb39 100644 --- a/lang/elixir/pkg-plist +++ b/lang/elixir/pkg-plist @@ -155,12 +155,10 @@ lib/elixir/lib/elixir/ebin/Elixir.Macro.beam lib/elixir/lib/elixir/ebin/Elixir.Map.beam lib/elixir/lib/elixir/ebin/Elixir.MapSet.beam lib/elixir/lib/elixir/ebin/Elixir.MatchError.beam -lib/elixir/lib/elixir/ebin/Elixir.Module.Checker.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.Expr.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Helpers.beam -lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Infer.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Pattern.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.beam lib/elixir/lib/elixir/ebin/Elixir.Module.beam @@ -324,13 +322,11 @@ lib/elixir/lib/elixir/ebin/elixir_utils.beam %%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/checker.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/infer.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 @@ -560,7 +556,6 @@ 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.Cover.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 @@ -568,8 +563,17 @@ 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 %%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 %%SRC%%lib/elixir/lib/mix/lib/mix/compilers/elixir.ex %%SRC%%lib/elixir/lib/mix/lib/mix/compilers/erlang.ex %%SRC%%lib/elixir/lib/mix/lib/mix/compilers/test.ex @@ -602,6 +606,7 @@ lib/elixir/lib/mix/ebin/mix.app %%SRC%%lib/elixir/lib/mix/lib/mix/state.ex %%SRC%%lib/elixir/lib/mix/lib/mix/task.compiler.ex %%SRC%%lib/elixir/lib/mix/lib/mix/task.ex +%%SRC%%lib/elixir/lib/mix/lib/mix/tasks/app.config.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/app.start.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/app.tree.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/archive.build.ex @@ -649,6 +654,7 @@ lib/elixir/lib/mix/ebin/mix.app %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/release.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/release.init.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/run.ex +%%SRC%%lib/elixir/lib/mix/lib/mix/tasks/test.coverage.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/test.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/will_recompile.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/xref.ex @@ -664,13 +670,13 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.SyntaxError.html %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.html %%PORTDOCS%%%%DOCSDIR%%/eex/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/elixir-ec941ecbc4f85ab01625.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-9975922752.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/search_items-2e014d32b5.js %%PORTDOCS%%%%DOCSDIR%%/eex/dist/sidebar_items-baafdf0afe.js %%PORTDOCS%%%%DOCSDIR%%/eex/index.html %%PORTDOCS%%%%DOCSDIR%%/eex/search.html @@ -748,6 +754,7 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/elixir/Map.html %%PORTDOCS%%%%DOCSDIR%%/elixir/MapSet.html %%PORTDOCS%%%%DOCSDIR%%/elixir/MatchError.html +%%PORTDOCS%%%%DOCSDIR%%/elixir/Module.Types.Error.html %%PORTDOCS%%%%DOCSDIR%%/elixir/Module.html %%PORTDOCS%%%%DOCSDIR%%/elixir/NaiveDateTime.html %%PORTDOCS%%%%DOCSDIR%%/elixir/Node.html @@ -789,15 +796,16 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/elixir/Version.html %%PORTDOCS%%%%DOCSDIR%%/elixir/WithClauseError.html %%PORTDOCS%%%%DOCSDIR%%/elixir/api-reference.html +%%PORTDOCS%%%%DOCSDIR%%/elixir/changelog.html %%PORTDOCS%%%%DOCSDIR%%/elixir/compatibility-and-deprecations.html -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/elixir-ec941ecbc4f85ab01625.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-ab72009259.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-e4c1fc54ee.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_items-3e2866f995.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-ec03bed4af.js %%PORTDOCS%%%%DOCSDIR%%/elixir/index.html %%PORTDOCS%%%%DOCSDIR%%/elixir/library-guidelines.html %%PORTDOCS%%%%DOCSDIR%%/elixir/naming-conventions.html @@ -828,14 +836,14 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.TimeoutError.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/elixir-ec941ecbc4f85ab01625.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-9394cc30ff.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-1dc387aa8c.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_items-90d2906ebf.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-288a19debd.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/index.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/search.html %%PORTDOCS%%%%DOCSDIR%%/iex/404.html @@ -845,14 +853,14 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/iex/IEx.Server.html %%PORTDOCS%%%%DOCSDIR%%/iex/IEx.html %%PORTDOCS%%%%DOCSDIR%%/iex/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/elixir-ec941ecbc4f85ab01625.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-607ac10732.js -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items-d9dc81ddf2.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_items-e89d2469d2.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items-979a2906d3.js %%PORTDOCS%%%%DOCSDIR%%/iex/index.html %%PORTDOCS%%%%DOCSDIR%%/iex/search.html %%PORTDOCS%%%%DOCSDIR%%/logger/404.html @@ -860,14 +868,14 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.Translator.html %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.html %%PORTDOCS%%%%DOCSDIR%%/logger/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/elixir-ec941ecbc4f85ab01625.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-a9cbdd98bb.js -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items-48e949410e.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/search_items-4bf0d0d56d.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items-b366338a20.js %%PORTDOCS%%%%DOCSDIR%%/logger/index.html %%PORTDOCS%%%%DOCSDIR%%/logger/search.html %%PORTDOCS%%%%DOCSDIR%%/mix/404.html @@ -888,6 +896,7 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Task.Compiler.Diagnostic.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Task.Compiler.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Task.html +%%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.App.Config.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.App.Start.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.App.Tree.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Archive.Build.html @@ -934,17 +943,18 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Release.Init.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Release.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Run.html +%%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Test.Coverage.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Test.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Xref.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.html %%PORTDOCS%%%%DOCSDIR%%/mix/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/elixir-ec941ecbc4f85ab01625.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-d60261795d.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-7d3a94bb0f.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_items-a5ebd4e5ae.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-bf365ad556.js %%PORTDOCS%%%%DOCSDIR%%/mix/index.html %%PORTDOCS%%%%DOCSDIR%%/mix/search.html From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 20:44:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D59CE654284; Thu, 24 Jun 2021 20: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 4G9sYb5d6dz3nMc; Thu, 24 Jun 2021 20: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 A82621E9B1; Thu, 24 Jun 2021 20:44: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 15OKi33V025851; Thu, 24 Jun 2021 20: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 15OKi36R025850; Thu, 24 Jun 2021 20:44:03 GMT (envelope-from git) Date: Thu, 24 Jun 2021 20:44:03 GMT Message-Id: <202106242044.15OKi36R025850@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: d511437bc623 - main - net/rabbitmq: bump version to accommodate updated lang/elixir 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: d511437bc6230ad9907f582d1d107a319fcae296 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 20:44:03 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=d511437bc6230ad9907f582d1d107a319fcae296 commit d511437bc6230ad9907f582d1d107a319fcae296 Author: Dave Cottlehuber AuthorDate: 2021-06-23 10:56:03 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-24 20:43:12 +0000 net/rabbitmq: bump version to accommodate updated lang/elixir --- net/rabbitmq/Makefile | 2 +- net/rabbitmq/files/patch-deps_rabbitmq__cli_mix.exs | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index fa6d5787d01b..d572a0a68c5d 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -2,7 +2,7 @@ PORTNAME= rabbitmq DISTVERSION= 3.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} diff --git a/net/rabbitmq/files/patch-deps_rabbitmq__cli_mix.exs b/net/rabbitmq/files/patch-deps_rabbitmq__cli_mix.exs new file mode 100644 index 000000000000..56883aed6a26 --- /dev/null +++ b/net/rabbitmq/files/patch-deps_rabbitmq__cli_mix.exs @@ -0,0 +1,11 @@ +--- deps/rabbitmq_cli/mix.exs.orig 2021-06-23 10:54:40 UTC ++++ deps/rabbitmq_cli/mix.exs +@@ -20,7 +20,7 @@ defmodule RabbitMQCtl.MixfileBase do + [ + app: :rabbitmqctl, + version: "3.8.0-dev", +- elixir: ">= 1.7.0 and < 1.11.0", ++ elixir: ">= 1.7.0", + build_embedded: Mix.env == :prod, + start_permanent: Mix.env == :prod, + escript: [main_module: RabbitMQCtl, From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 21:05:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99E7165458F; Thu, 24 Jun 2021 21:05: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 4G9t2q3zwYz3pRt; Thu, 24 Jun 2021 21:05: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 6DAD11F086; Thu, 24 Jun 2021 21:05: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 15OL5t4Y053360; Thu, 24 Jun 2021 21:05:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OL5tmP053359; Thu, 24 Jun 2021 21:05:55 GMT (envelope-from git) Date: Thu, 24 Jun 2021 21:05:55 GMT Message-Id: <202106242105.15OL5tmP053359@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: f92d3a7d0b3d - main - net/asterisk16: Update to 16.19.0 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: f92d3a7d0b3db354ce1f846c4ae639ad507030d3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 21:05:55 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=f92d3a7d0b3db354ce1f846c4ae639ad507030d3 commit f92d3a7d0b3db354ce1f846c4ae639ad507030d3 Author: Guido Falsi AuthorDate: 2021-06-24 20:59:20 +0000 Commit: Guido Falsi CommitDate: 2021-06-24 21:05:47 +0000 net/asterisk16: Update to 16.19.0 --- net/asterisk16/Makefile | 2 +- net/asterisk16/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 7d5a622d38c5..c292b8e9925b 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -PORTVERSION= 16.18.0 +PORTVERSION= 16.19.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk16/distinfo b/net/asterisk16/distinfo index 2a16c80db0e2..c810daf40cc3 100644 --- a/net/asterisk16/distinfo +++ b/net/asterisk16/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620378608 -SHA256 (asterisk/asterisk-16.18.0.tar.gz) = 7e75346bc7e4476f45b109690e1555978714a5a63dfa839994ae133c6d6a9be1 -SIZE (asterisk/asterisk-16.18.0.tar.gz) = 27843069 +TIMESTAMP = 1624540165 +SHA256 (asterisk/asterisk-16.19.0.tar.gz) = 715de51eb457754afa7fb783ffb6120da44e43046b9c66cf8d40af495424c16c +SIZE (asterisk/asterisk-16.19.0.tar.gz) = 27872364 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 21:05:57 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0097C654454; Thu, 24 Jun 2021 21: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 4G9t2r5j4hz3pKs; Thu, 24 Jun 2021 21: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 8A1111EF2C; Thu, 24 Jun 2021 21: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 15OL5uaF053384; Thu, 24 Jun 2021 21: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 15OL5usK053383; Thu, 24 Jun 2021 21:05:56 GMT (envelope-from git) Date: Thu, 24 Jun 2021 21:05:56 GMT Message-Id: <202106242105.15OL5usK053383@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: 9bde23e30225 - main - net/asterisk18: Update to 18.5.0 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: 9bde23e3022564bb76f5846b004f2fb7501ea13a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 21:05:57 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bde23e3022564bb76f5846b004f2fb7501ea13a commit 9bde23e3022564bb76f5846b004f2fb7501ea13a Author: Guido Falsi AuthorDate: 2021-06-24 20:59:51 +0000 Commit: Guido Falsi CommitDate: 2021-06-24 21:05:47 +0000 net/asterisk18: Update to 18.5.0 --- net/asterisk18/Makefile | 2 +- net/asterisk18/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile index 7e3e3f32c227..3ee086b1d44f 100644 --- a/net/asterisk18/Makefile +++ b/net/asterisk18/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -PORTVERSION= 18.4.0 +PORTVERSION= 18.5.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk18/distinfo b/net/asterisk18/distinfo index f8073f0f554a..2c9110638cd6 100644 --- a/net/asterisk18/distinfo +++ b/net/asterisk18/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620378704 -SHA256 (asterisk/asterisk-18.4.0.tar.gz) = 91c0c35a0c53097647ab3e7b29d34dd0861fed0a8d52e3617408e9eced404db1 -SIZE (asterisk/asterisk-18.4.0.tar.gz) = 27926601 +TIMESTAMP = 1624540231 +SHA256 (asterisk/asterisk-18.5.0.tar.gz) = 6266a2542ae50225fadf0a3eebb1d11e74b1d1d5cd767cd7b4ff4e65568e8f35 +SIZE (asterisk/asterisk-18.5.0.tar.gz) = 27956264 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 21:05:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D1BC654456; Thu, 24 Jun 2021 21:05: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 4G9t2s6DMFz3p6F; Thu, 24 Jun 2021 21:05: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 AB2951F002; Thu, 24 Jun 2021 21:05: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 15OL5v8u053413; Thu, 24 Jun 2021 21:05:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OL5vBD053412; Thu, 24 Jun 2021 21:05:57 GMT (envelope-from git) Date: Thu, 24 Jun 2021 21:05:57 GMT Message-Id: <202106242105.15OL5vBD053412@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: 11cb035a4645 - main - net/asterisk13: Add deprecation and expiration 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: 11cb035a46457f6807599bc71fb76358ec00a7e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 21:05:58 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=11cb035a46457f6807599bc71fb76358ec00a7e2 commit 11cb035a46457f6807599bc71fb76358ec00a7e2 Author: Guido Falsi AuthorDate: 2021-06-24 21:00:16 +0000 Commit: Guido Falsi CommitDate: 2021-06-24 21:05:47 +0000 net/asterisk13: Add deprecation and expiration Make asterisk13 expire on the day it will reach EOL. Ref.: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions --- net/asterisk13/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index b4476aee15bd..875bb8571336 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -16,6 +16,9 @@ COMMENT= Open Source PBX and telephony toolkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Asterisk 13.x will reach EOL on 2021-10-24. Please migrate to net/asterisk18 +EXPIRATION_DATE=2021-10-24 + ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64 LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 21:05:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 043E2654799; Thu, 24 Jun 2021 21:05: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 4G9t2t6g4kz3pc7; Thu, 24 Jun 2021 21:05: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 CBF2D1F003; Thu, 24 Jun 2021 21:05: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 15OL5wBb053439; Thu, 24 Jun 2021 21:05:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OL5wK8053438; Thu, 24 Jun 2021 21:05:58 GMT (envelope-from git) Date: Thu, 24 Jun 2021 21:05:58 GMT Message-Id: <202106242105.15OL5wK8053438@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: 8b3595ee2ce2 - main - */*asterisk*: Make asterisk18 the default version 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: 8b3595ee2ce2fefcf35b27329fa60cbb71e17567 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 21:05:59 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b3595ee2ce2fefcf35b27329fa60cbb71e17567 commit 8b3595ee2ce2fefcf35b27329fa60cbb71e17567 Author: Guido Falsi AuthorDate: 2021-06-24 21:03:51 +0000 Commit: Guido Falsi CommitDate: 2021-06-24 21:05:47 +0000 */*asterisk*: Make asterisk18 the default version Ports depending on asterisk use flavors to generate packages for each version. Make sure the default flavor points to the latest version. --- audio/asterisk-espeak/Makefile | 2 +- audio/asterisk-flite/Makefile | 2 +- net/asterisk-chan_sccp/Makefile | 2 +- net/asterisk-g72x/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/asterisk-espeak/Makefile b/audio/asterisk-espeak/Makefile index 2d6064414c7d..c79b99781a0e 100644 --- a/audio/asterisk-espeak/Makefile +++ b/audio/asterisk-espeak/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libespeak.so:audio/espeak \ libsamplerate.so:audio/libsamplerate -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- diff --git a/audio/asterisk-flite/Makefile b/audio/asterisk-flite/Makefile index 94a15b9f67a5..9ca51fa25403 100644 --- a/audio/asterisk-flite/Makefile +++ b/audio/asterisk-flite/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libflite.so:audio/flite -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index af590c54087b..2b8ff66089da 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -13,7 +13,7 @@ COMMENT= Replacement for the SCCP channel driver in Asterisk LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/COPYING -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} LIB_DEPENDS= libltdl.so:devel/libltdl diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile index 2801d68d286d..20513d721117 100644 --- a/net/asterisk-g72x/Makefile +++ b/net/asterisk-g72x/Makefile @@ -10,7 +10,7 @@ COMMENT= G.729 codec for Asterisk PBX LIB_DEPENDS= libbcg729.so:audio/bcg729 -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 21:07:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 052D9654475; Thu, 24 Jun 2021 21:07: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 4G9t496jPdz3pcH; Thu, 24 Jun 2021 21:07: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 CECD01EF82; Thu, 24 Jun 2021 21:07: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 15OL7534053647; Thu, 24 Jun 2021 21:07:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OL75JC053646; Thu, 24 Jun 2021 21:07:05 GMT (envelope-from git) Date: Thu, 24 Jun 2021 21:07:05 GMT Message-Id: <202106242107.15OL75JC053646@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: 27da14cac70a - main - net/unison: Update to 2.51.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: 27da14cac70a58f98db0b18ada670a03cf1d9c3e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 21:07:06 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=27da14cac70a58f98db0b18ada670a03cf1d9c3e commit 27da14cac70a58f98db0b18ada670a03cf1d9c3e Author: Guido Falsi AuthorDate: 2021-06-24 21:06:47 +0000 Commit: Guido Falsi CommitDate: 2021-06-24 21:06:47 +0000 net/unison: Update to 2.51.4 --- net/unison/Makefile | 7 ++++--- net/unison/distinfo | 6 +++--- net/unison/files/patch-Makefile.OCaml | 19 ++++++++++--------- .../files/patch-fsmonitor_linux_inotify__stubs.c | 17 ----------------- net/unison/pkg-plist | 1 - 5 files changed, 17 insertions(+), 33 deletions(-) diff --git a/net/unison/Makefile b/net/unison/Makefile index 4636ba360cbb..fae2fb6b1647 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ # Created by: Dan Pelleg PORTNAME= unison -PORTVERSION= 2.51.3 +PORTVERSION= 2.51.4 DISTVERSIONPREFIX= v CATEGORIES= net @@ -21,7 +21,8 @@ x11_CONFLICTS_INSTALL= unison-nox11 x11_BUILD_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 \ icotool:graphics/icoutils x11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz x11_RUN_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 PLIST_SUB= PORTVERSION=${PORTVERSION} @@ -36,7 +37,7 @@ ALL_TARGET= unison all USE_GITHUB= yes GH_ACCOUNT= bcpierce00 -DOCS= BUGS.txt NEWS README +DOCS= NEWS README OPTIONS_DEFINE= DOCS FSMONITOR OPTIONS_DEFAULT?= FSMONITOR diff --git a/net/unison/distinfo b/net/unison/distinfo index 89b636be922f..8bd73522358f 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603288220 -SHA256 (bcpierce00-unison-v2.51.3_GH0.tar.gz) = 0c287d17f52729440b2bdc28edf4d19b2d5ea5869983d78e780d501c5866914b -SIZE (bcpierce00-unison-v2.51.3_GH0.tar.gz) = 1370060 +TIMESTAMP = 1624546842 +SHA256 (bcpierce00-unison-v2.51.4_GH0.tar.gz) = d1ecc7581aaf2ed0f3403d4960f468acd7b9f1d92838a17c96e6d1df79b802d5 +SIZE (bcpierce00-unison-v2.51.4_GH0.tar.gz) = 1371579 diff --git a/net/unison/files/patch-Makefile.OCaml b/net/unison/files/patch-Makefile.OCaml index 3e91ae298763..45859e189c5a 100644 --- a/net/unison/files/patch-Makefile.OCaml +++ b/net/unison/files/patch-Makefile.OCaml @@ -1,6 +1,6 @@ ---- Makefile.OCaml.orig 2017-03-23 16:39:49 UTC +--- Makefile.OCaml.orig 2021-06-23 14:30:30 UTC +++ Makefile.OCaml -@@ -32,7 +32,11 @@ ifeq ($(shell uname),OpenBSD) +@@ -34,7 +34,11 @@ ifeq ($(shell uname),OpenBSD) else ifeq ($(shell uname),NetBSD) OSARCH=NetBSD @@ -12,21 +12,22 @@ ifeq ($(shell uname),Linux) OSARCH=Linux endif -@@ -311,6 +315,10 @@ ifeq ($(OSARCH),Linux) - -include fsmonitor/linux/Makefile src/fsmonitor/linux/Makefile +@@ -290,6 +294,11 @@ ifeq ($(OSARCH),Linux) + INCLFLAGS+=-I fsmonitor -I fsmonitor/linux endif +ifeq ($(OSARCH),FreeBSD) +-include fsmonitor/linux/Makefile src/fsmonitor/linux/Makefile ++INCLFLAGS+=-I fsmonitor -I fsmonitor/linux +endif + - ifeq ($(OSARCH),win32gnuc) - -include fsmonitor/windows/Makefile src/fsmonitor/windows/Makefile - endif -@@ -436,7 +444,7 @@ win32rc/unison.res.lib: win32rc/unison.res + ifeq ($(OSARCH),solaris) + -include fsmonitor/solaris/Makefile src/fsmonitor/solaris/Makefile + INCLFLAGS+=-I fsmonitor -I fsmonitor/solaris +@@ -432,7 +441,7 @@ fswatch.cmi : ubase/prefs.cmi %.o %.obj: %.c - @echo "$(OCAMLOPT): $< ---> $@" + @echo "$(CAMLC): $< ---> $@" - $(CAMLC) $(CAMLFLAGS) -ccopt $(OUTPUT_SEL)$(CWD)/$@ -c $(CWD)/$< + $(CAMLC) $(CAMLFLAGS) -ccopt $(OUTPUT_SEL)$(CWD)/$@ -c $(CFLAGS) $(CWD)/$< diff --git a/net/unison/files/patch-fsmonitor_linux_inotify__stubs.c b/net/unison/files/patch-fsmonitor_linux_inotify__stubs.c deleted file mode 100644 index fa0be0ade537..000000000000 --- a/net/unison/files/patch-fsmonitor_linux_inotify__stubs.c +++ /dev/null @@ -1,17 +0,0 @@ ---- fsmonitor/linux/inotify_stubs.c.orig 2017-03-23 16:25:03 UTC -+++ fsmonitor/linux/inotify_stubs.c -@@ -27,9 +27,13 @@ - #include - #include - -+#include -+ -+#if !defined(__FreeBSD__) - #include -+#endif - --#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 4 -+#if (__GLIBC__ >= 2 && __GLIBC_MINOR__ >= 4) || defined(__FreeBSD__) - #define GLIBC_SUPPORT_INOTIFY 1 - #else - #define GLIBC_SUPPORT_INOTIFY 0 diff --git a/net/unison/pkg-plist b/net/unison/pkg-plist index 9712bef013c6..65166904f178 100644 --- a/net/unison/pkg-plist +++ b/net/unison/pkg-plist @@ -3,6 +3,5 @@ bin/unison %%X11%%share/applications/unison.desktop %%X11%%bin/unison-text %%X11%%share/pixmaps/unison.png -%%PORTDOCS%%%%DOCSDIR%%/BUGS.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 21:38:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1217E654CE3; Thu, 24 Jun 2021 21:38: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 4G9tmQ6xJwz3tmx; Thu, 24 Jun 2021 21: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 D30F51EBFE; Thu, 24 Jun 2021 21: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 15OLcUgQ093020; Thu, 24 Jun 2021 21: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 15OLcUCO093019; Thu, 24 Jun 2021 21:38:30 GMT (envelope-from git) Date: Thu, 24 Jun 2021 21:38:30 GMT Message-Id: <202106242138.15OLcUCO093019@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: d4d8bb35f122 - main - devel/elixir-tirexs: remove 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: d4d8bb35f122192cd4dc8d081622ddc48219a763 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 21:38:31 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4d8bb35f122192cd4dc8d081622ddc48219a763 commit d4d8bb35f122192cd4dc8d081622ddc48219a763 Author: Dave Cottlehuber AuthorDate: 2021-06-24 21:37:37 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-24 21:38:02 +0000 devel/elixir-tirexs: remove - broken since 2018 & no upstream release on hex.pm --- devel/Makefile | 1 - devel/elixir-tirexs/Makefile | 23 ------------- devel/elixir-tirexs/distinfo | 3 -- devel/elixir-tirexs/files/patch-mix.exs | 10 ------ devel/elixir-tirexs/pkg-descr | 3 -- devel/elixir-tirexs/pkg-plist | 58 --------------------------------- 6 files changed, 98 deletions(-) diff --git a/devel/Makefile b/devel/Makefile index 510475116a5c..bac8aa4aae55 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -579,7 +579,6 @@ SUBDIR += elixir-quantum SUBDIR += elixir-smppex SUBDIR += elixir-timex - SUBDIR += elixir-tirexs SUBDIR += elixir-trailing_format_plug SUBDIR += elixir-tzdata SUBDIR += elixir-unsafe diff --git a/devel/elixir-tirexs/Makefile b/devel/elixir-tirexs/Makefile deleted file mode 100644 index 5b4b4ad678f3..000000000000 --- a/devel/elixir-tirexs/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= tirexs -PORTVERSION= 0.8.15 -DISTVERSIONPREFIX= v -CATEGORIES= devel -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= ElasticSearch client library for Elixir - -LICENSE= APACHE20 - -IGNORE= does not build with Elixir 1.5 - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= Zatvobor - -MIX_BUILD_DEPS= devel/elixir-exjsx -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -.include diff --git a/devel/elixir-tirexs/distinfo b/devel/elixir-tirexs/distinfo deleted file mode 100644 index efd335dd4f83..000000000000 --- a/devel/elixir-tirexs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1493057648 -SHA256 (Zatvobor-tirexs-v0.8.15_GH0.tar.gz) = 4a2b8fcddb34547f083bff0c6b37006c958bcb896f0b3857f1e132def0af3867 -SIZE (Zatvobor-tirexs-v0.8.15_GH0.tar.gz) = 43300 diff --git a/devel/elixir-tirexs/files/patch-mix.exs b/devel/elixir-tirexs/files/patch-mix.exs deleted file mode 100644 index 8c1876a04c5d..000000000000 --- a/devel/elixir-tirexs/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2017-02-11 13:08:56 UTC -+++ mix.exs -@@ -11,7 +11,6 @@ defmodule Tirexs.Mixfile do - elixir: "~> 1.3.0 or ~> 1.4.1", - description: description(), - package: package(), -- deps: deps(), - docs: [extras: ["README.md", "CONTRIBUTING.md"]] - ] - end diff --git a/devel/elixir-tirexs/pkg-descr b/devel/elixir-tirexs/pkg-descr deleted file mode 100644 index 441e13a7cfc2..000000000000 --- a/devel/elixir-tirexs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -An Elixir flavored HTTP client and DSL library for ElasticSearch. - -WWW: https://github.com/Zatvobor/tirexs diff --git a/devel/elixir-tirexs/pkg-plist b/devel/elixir-tirexs/pkg-plist deleted file mode 100644 index 61923c08ba45..000000000000 --- a/devel/elixir-tirexs/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Bulk.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.Behaviour.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.Logic.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.ENV.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.ElasticSearch.Settings.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.HTTP.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Index.Logic.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Index.Settings.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Logger.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Manage.Aliases.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Mapping.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.MultiGet.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Percolator.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.Filter.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.Logic.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.APIs.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Document.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Indices.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Search.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Aggs.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Rescore.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Suggest.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Warmer.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.beam -lib/elixir/lib/tirexs/ebin/tirexs.app -lib/elixir/lib/tirexs/lib/tirexs.ex -lib/elixir/lib/tirexs/lib/tirexs/bulk.ex -lib/elixir/lib/tirexs/lib/tirexs/dsl.ex -lib/elixir/lib/tirexs/lib/tirexs/dsl/behaviour.ex -lib/elixir/lib/tirexs/lib/tirexs/dsl/logic.ex -lib/elixir/lib/tirexs/lib/tirexs/elastic_search/settings.ex -lib/elixir/lib/tirexs/lib/tirexs/env.ex -lib/elixir/lib/tirexs/lib/tirexs/http.ex -lib/elixir/lib/tirexs/lib/tirexs/index/logic.ex -lib/elixir/lib/tirexs/lib/tirexs/index/settings.ex -lib/elixir/lib/tirexs/lib/tirexs/logger.ex -lib/elixir/lib/tirexs/lib/tirexs/manage/aliases.ex -lib/elixir/lib/tirexs/lib/tirexs/mapping.ex -lib/elixir/lib/tirexs/lib/tirexs/multi_get.ex -lib/elixir/lib/tirexs/lib/tirexs/percolator.ex -lib/elixir/lib/tirexs/lib/tirexs/query.ex -lib/elixir/lib/tirexs/lib/tirexs/query/filter.ex -lib/elixir/lib/tirexs/lib/tirexs/query/logic.ex -lib/elixir/lib/tirexs/lib/tirexs/resources.ex -lib/elixir/lib/tirexs/lib/tirexs/resources/apis.ex -lib/elixir/lib/tirexs/lib/tirexs/resources/document.ex -lib/elixir/lib/tirexs/lib/tirexs/resources/indices.ex -lib/elixir/lib/tirexs/lib/tirexs/resources/search.ex -lib/elixir/lib/tirexs/lib/tirexs/search.ex -lib/elixir/lib/tirexs/lib/tirexs/search/aggs.ex -lib/elixir/lib/tirexs/lib/tirexs/search/rescore.ex -lib/elixir/lib/tirexs/lib/tirexs/search/suggest.ex -lib/elixir/lib/tirexs/lib/tirexs/search/warmer.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 21:55:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 310966550DD; Thu, 24 Jun 2021 21:55:10 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.home.utahime.org (gate.home.utahime.org [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_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 4G9v7c5J9vz4R8F; Thu, 24 Jun 2021 21:55:08 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by gate.home.utahime.org (Postfix) with ESMTPS id 1931A359C9; Fri, 25 Jun 2021 03:17:55 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1624558675; bh=le9nAYdgbWA276trRNV6dklZ4vQf+m44k66Jfcgnisg=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=Rbq0Vyxq4FrMhocWy6SmD3BFk3Ir8jgQZhS7uYd0FVeAZySvJS2di+aXbNYv6wf7o OITtnWDAIa7IT5FnXcxMj7sP5wrFf6H9eTyM0NWe4gT+2NiV7e7A4WWM9ptC5r+BDt qCGj3tHPaMHF7EZodrwzoCfI+2SuxlQi9ljcMSMCT2BbOiMMBewtUxRwB/hBZLFo2K +N8p8i0M8bApVt4jNTFeBzYGUcKMVBOY5K4HjVv5M6Lt6pZP0FlpWpW3ryXpOB/HKj sNoCmouN11NEr3XcL9FpWpWvCzm9AAXpkNPtFI2/85nVtL9VEBoqD8GBkP5+hRZd9E X4mM90b854RGQ== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 40F135665C; Fri, 25 Jun 2021 03:17:54 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.3 at eastasia.home.utahime.org Date: Fri, 25 Jun 2021 03:17:28 +0900 (JST) Message-Id: <20210625.031728.1173364704038081290.yasu@utahime.org> To: otis@FreeBSD.org Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: a7e91b4a2f89 - main - security/vuxml: Document mail/dovecot-pigeonhole vulnerability From: Yasuhiro Kimura In-Reply-To: <202106221617.15MGH3F1029247@gitrepo.freebsd.org> References: <202106221617.15MGH3F1029247@gitrepo.freebsd.org> X-Mailer: Mew version 6.8 on Emacs 27.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4G9v7c5J9vz4R8F X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=utahime.org header.s=maybe2019112701 header.b=Rbq0Vyxq; dmarc=none; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [-2.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[utahime.org:s=maybe2019112701]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; SPAMHAUS_ZRD(0.00)[183.180.29.210:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[utahime.org:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[183.180.29.210:from]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 21:55:10 -0000 Hello Juraj, From: Juraj Lutter Subject: git: a7e91b4a2f89 - main - security/vuxml: Document mail/dovecot-pigeonhole vulnerability Date: Tue, 22 Jun 2021 16:17:03 GMT > + > + > + dovecot-pigeonhole > + 2.3.15 ^^^^^^ This should be 0.5.15. Please fix. Best Regards. --- Yasuhiro Kimura From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 21:58:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D427B65519B; Thu, 24 Jun 2021 21:58: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 4G9vCN5XYJz4QyG; Thu, 24 Jun 2021 21:58: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 A760C1F98C; Thu, 24 Jun 2021 21:58: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 15OLwOLD019013; Thu, 24 Jun 2021 21:58:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OLwODv019012; Thu, 24 Jun 2021 21:58:24 GMT (envelope-from git) Date: Thu, 24 Jun 2021 21:58:24 GMT Message-Id: <202106242158.15OLwODv019012@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: 287eab190236 - main - sysutils/slurm-wlm: Update to 20.02.7 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: 287eab190236e73e6455835fe15253fee62e3f42 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 21:58:24 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=287eab190236e73e6455835fe15253fee62e3f42 commit 287eab190236e73e6455835fe15253fee62e3f42 Author: Jason W. Bacon AuthorDate: 2021-06-24 21:52:25 +0000 Commit: Jason W. Bacon CommitDate: 2021-06-24 21:52:25 +0000 sysutils/slurm-wlm: Update to 20.02.7 Add latest patch set (too numerous to cover, see RELEASE_NOTES in the dist) Remove upstreamed patches --- sysutils/slurm-wlm/Makefile | 4 +- sysutils/slurm-wlm/distinfo | 6 +- sysutils/slurm-wlm/files/patch-src_api_Makefile.in | 14 ++-- ...ch-src_plugins_proctrack_pgid_proctrack__pgid.c | 79 ---------------------- sysutils/slurm-wlm/pkg-plist | 7 ++ 5 files changed, 19 insertions(+), 91 deletions(-) diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 60ad0b5c88b1..866c70188966 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -1,6 +1,5 @@ PORTNAME= slurm -DISTVERSION= 20.02.1 -PORTREVISION= 6 +DISTVERSION= 20.02.7 CATEGORIES= sysutils python MASTER_SITES= https://download.schedmd.com/slurm/ PKGNAMESUFFIX= -wlm @@ -22,6 +21,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ USES= compiler:c11 gmake gnome libtool localbase lua pkgconfig \ python:build readline shebangfix ssl tar:bz2 USE_LDCONFIG= yes +USE_PERL5= configure USE_RC_SUBR= slurmctld slurmd USERS= slurm diff --git a/sysutils/slurm-wlm/distinfo b/sysutils/slurm-wlm/distinfo index efa10eed45b1..fbbff46a6650 100644 --- a/sysutils/slurm-wlm/distinfo +++ b/sysutils/slurm-wlm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585834999 -SHA256 (slurm-20.02.1.tar.bz2) = 7ee9813c6168292404785621d6a1c3c19d1b98c32d7dc750c408728061b011a5 -SIZE (slurm-20.02.1.tar.bz2) = 6302755 +TIMESTAMP = 1624569118 +SHA256 (slurm-20.02.7.tar.bz2) = 06865ff3cbf8bee1e75b12fa24c7d7a8fb0d4331f4c4a0d97c90058293d914ce +SIZE (slurm-20.02.7.tar.bz2) = 6562603 diff --git a/sysutils/slurm-wlm/files/patch-src_api_Makefile.in b/sysutils/slurm-wlm/files/patch-src_api_Makefile.in index 5757d1f40e63..955345040c2a 100644 --- a/sysutils/slurm-wlm/files/patch-src_api_Makefile.in +++ b/sysutils/slurm-wlm/files/patch-src_api_Makefile.in @@ -1,10 +1,10 @@ ---- src/api/Makefile.in.orig 2020-02-29 23:53:10 UTC +--- src/api/Makefile.in.orig 2021-05-12 20:23:20 UTC +++ src/api/Makefile.in -@@ -1300,7 +1300,6 @@ $(VERSION_SCRIPT) : - - $(FULL_VERSION_SCRIPT) : - (echo "{ global: *;"; \ +@@ -1306,7 +1306,6 @@ $(VERSION_SCRIPT) : + echo " slurmdb_*;"; \ + echo " plugin_context_*;"; \ + echo " working_cluster_rec;"; \ - echo " local: *;"; \ - echo "};") > $(FULL_VERSION_SCRIPT) + echo "};") > $(VERSION_SCRIPT) - # Tell versions [3.59,3.63) of GNU make to not export all variables. + $(FULL_VERSION_SCRIPT) : diff --git a/sysutils/slurm-wlm/files/patch-src_plugins_proctrack_pgid_proctrack__pgid.c b/sysutils/slurm-wlm/files/patch-src_plugins_proctrack_pgid_proctrack__pgid.c deleted file mode 100644 index ed669163147c..000000000000 --- a/sysutils/slurm-wlm/files/patch-src_plugins_proctrack_pgid_proctrack__pgid.c +++ /dev/null @@ -1,79 +0,0 @@ ---- src/plugins/proctrack/pgid/proctrack_pgid.c.orig 2020-03-26 21:44:05 UTC -+++ src/plugins/proctrack/pgid/proctrack_pgid.c -@@ -49,6 +49,15 @@ - #include - #include - -+#ifdef __FreeBSD__ -+#include -+#include -+#include -+#include -+ -+#include /* must be last */ -+#endif -+ - #include "slurm/slurm.h" - #include "slurm/slurm_errno.h" - #include "src/common/log.h" -@@ -179,6 +188,55 @@ proctrack_p_wait(uint64_t cont_id) - return SLURM_SUCCESS; - } - -+ -+/* -+ * Get list of all PIDs belonging to process group cont_id -+ */ -+#ifdef __FreeBSD__ -+extern int proctrack_p_get_pids(uint64_t cont_id, pid_t **pids, int *npids) -+{ -+ pid_t *pid_array = NULL; -+ struct procstat *proc_info; -+ struct kinfo_proc *proc_list; -+ FILE *procstat_err; -+ unsigned int pid_count = 0; -+ -+ /* -+ * procstat_getprocs() prints an innocuous but annoying warning -+ * to stderr by default when no matching processes are found: -+ * -+ * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245318 -+ * -+ * Remove the redirect to /dev/null if this changes in the future. -+ */ -+ if ((procstat_err = fopen("/dev/null", "w+"))) -+ err_set_file(procstat_err); -+ proc_info = procstat_open_sysctl(); -+ proc_list = procstat_getprocs(proc_info, KERN_PROC_PGRP, cont_id, -+ (unsigned int *) &pid_count); -+ if (procstat_err) -+ { -+ err_set_file(NULL); -+ fclose(procstat_err); -+ } -+ -+ if (pid_count > 0) { -+ xrecalloc(pid_array, sizeof(pid_t), pid_count); -+ // FIXME: Do we need to filter zombies like the Linux code? -+ // proc_list[c].ki_paddr->p_state == PRS_ZOMBIE -+ for (size_t c = 0; c < pid_count; ++c) -+ pid_array[c] = proc_list[c].ki_pid; -+ } -+ -+ procstat_freeprocs(proc_info, proc_list); -+ procstat_close(proc_info); -+ -+ *pids = pid_array; -+ *npids = pid_count; -+ -+ return SLURM_SUCCESS; -+} -+#else - extern int - proctrack_p_get_pids(uint64_t cont_id, pid_t **pids, int *npids) - { -@@ -241,3 +299,4 @@ fini: *pids = pid_array; - *npids = pid_count; - return rc; - } -+#endif diff --git a/sysutils/slurm-wlm/pkg-plist b/sysutils/slurm-wlm/pkg-plist index 512763988ee4..465d65801fca 100644 --- a/sysutils/slurm-wlm/pkg-plist +++ b/sysutils/slurm-wlm/pkg-plist @@ -483,6 +483,12 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%/html/mpi_guide.html %%PORTDOCS%%%%DOCSDIR%%/html/mpiplugins.html %%PORTDOCS%%%%DOCSDIR%%/html/multi_cluster.html +%%PORTDOCS%%%%DOCSDIR%%/html/network.html +%%PORTDOCS%%%%DOCSDIR%%/html/network_failover.gif +%%PORTDOCS%%%%DOCSDIR%%/html/network_federation.gif +%%PORTDOCS%%%%DOCSDIR%%/html/network_multi_cluster.gif +%%PORTDOCS%%%%DOCSDIR%%/html/network_srun.gif +%%PORTDOCS%%%%DOCSDIR%%/html/network_standard.gif %%PORTDOCS%%%%DOCSDIR%%/html/news.html %%PORTDOCS%%%%DOCSDIR%%/html/node_features_plugins.html %%PORTDOCS%%%%DOCSDIR%%/html/nonstop.conf.html @@ -503,6 +509,7 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%/html/power_save.html %%PORTDOCS%%%%DOCSDIR%%/html/preempt.html %%PORTDOCS%%%%DOCSDIR%%/html/preemption_plugins.html +%%PORTDOCS%%%%DOCSDIR%%/html/prep_plugins.html %%PORTDOCS%%%%DOCSDIR%%/html/priority_multifactor.html %%PORTDOCS%%%%DOCSDIR%%/html/priority_multifactor3.html %%PORTDOCS%%%%DOCSDIR%%/html/priority_plugins.html From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 22:06:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D992655134; Thu, 24 Jun 2021 22: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 4G9vNw15zDz4RM6; Thu, 24 Jun 2021 22: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 0A0981FC97; Thu, 24 Jun 2021 22: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 15OM6dSw033300; Thu, 24 Jun 2021 22:06:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OM6dmh033299; Thu, 24 Jun 2021 22:06:39 GMT (envelope-from git) Date: Thu, 24 Jun 2021 22:06:39 GMT Message-Id: <202106242206.15OM6dmh033299@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: 36101ef79c67 - main - devel/goredo: Update 1.6.0 -> 1.7.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: 36101ef79c677e25b07f2c4a2c817d8ed8a61344 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 22:06:40 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=36101ef79c677e25b07f2c4a2c817d8ed8a61344 commit 36101ef79c677e25b07f2c4a2c817d8ed8a61344 Author: Yuri Victorovich AuthorDate: 2021-06-24 21:16:54 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-24 22:06:35 +0000 devel/goredo: Update 1.6.0 -> 1.7.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 d19076b9d490..4b8758ecb968 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,5 +1,5 @@ PORTNAME= goredo -DISTVERSION= 1.6.0 +DISTVERSION= 1.7.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 7ea4cfba294f..3ca7651ad6c7 100644 --- a/devel/goredo/distinfo +++ b/devel/goredo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624476535 -SHA256 (goredo-1.6.0.tar.zst) = afa9748bcc3185c68ef617ff8c71b229930eaace478943621fb52e398a83a898 -SIZE (goredo-1.6.0.tar.zst) = 396959 +TIMESTAMP = 1624569253 +SHA256 (goredo-1.7.0.tar.zst) = 88b22b311e43c5c4a6a114b0e837c8e7d710e264bc15a7592a8aa50d1de74243 +SIZE (goredo-1.7.0.tar.zst) = 399092 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 22:06:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5148B655135; Thu, 24 Jun 2021 22:06: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 4G9vNx1lKDz4RRS; Thu, 24 Jun 2021 22:06: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 233971FC23; Thu, 24 Jun 2021 22:06: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 15OM6fpY033324; Thu, 24 Jun 2021 22:06:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OM6fIs033323; Thu, 24 Jun 2021 22:06:41 GMT (envelope-from git) Date: Thu, 24 Jun 2021 22:06:41 GMT Message-Id: <202106242206.15OM6fIs033323@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: 7647f927b7a4 - main - biology/unikmer: Update 0.18.0 -> 0.18.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: 7647f927b7a4ec6335bc3c2c0006d6ba389c923a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 22:06:41 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7647f927b7a4ec6335bc3c2c0006d6ba389c923a commit 7647f927b7a4ec6335bc3c2c0006d6ba389c923a Author: Yuri Victorovich AuthorDate: 2021-06-24 21:17:46 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-24 22:06:35 +0000 biology/unikmer: Update 0.18.0 -> 0.18.1 Reported by: portscout --- biology/unikmer/Makefile | 2 +- biology/unikmer/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/biology/unikmer/Makefile b/biology/unikmer/Makefile index fa7eec68c77b..97b9df586bc8 100644 --- a/biology/unikmer/Makefile +++ b/biology/unikmer/Makefile @@ -1,6 +1,6 @@ PORTNAME= unikmer DISTVERSIONPREFIX= v -DISTVERSION= 0.18.0 +DISTVERSION= 0.18.1 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/biology/unikmer/distinfo b/biology/unikmer/distinfo index 934330ac60cd..b33504deba1f 100644 --- a/biology/unikmer/distinfo +++ b/biology/unikmer/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1622064837 -SHA256 (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.mod) = 6ccade17e0fdfc86ebaa0683f7aab4e3c94019032e0d0f4c78bf957a2a8f9c1b -SIZE (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.mod) = 881 -SHA256 (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.zip) = ff1d28fc6c79d62fc1a240bec03acc604f9ef7375f22548e0cc472c41b5b349d -SIZE (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.zip) = 4273162 +TIMESTAMP = 1624569243 +SHA256 (go/biology_unikmer/unikmer-v0.18.1/v0.18.1.mod) = 6ccade17e0fdfc86ebaa0683f7aab4e3c94019032e0d0f4c78bf957a2a8f9c1b +SIZE (go/biology_unikmer/unikmer-v0.18.1/v0.18.1.mod) = 881 +SHA256 (go/biology_unikmer/unikmer-v0.18.1/v0.18.1.zip) = a41e3c4770574bc07780ef9a5cdae1f6fcff6b2867232eda76d9ce13242cd1cf +SIZE (go/biology_unikmer/unikmer-v0.18.1/v0.18.1.zip) = 4271648 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 22:06:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3E449655488; Thu, 24 Jun 2021 22:06: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 4G9vP06RfLz4RRd; Thu, 24 Jun 2021 22: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 8EA5C1F962; Thu, 24 Jun 2021 22: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 15OM6imX033403; Thu, 24 Jun 2021 22: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 15OM6iZ1033402; Thu, 24 Jun 2021 22:06:44 GMT (envelope-from git) Date: Thu, 24 Jun 2021 22:06:44 GMT Message-Id: <202106242206.15OM6iZ1033402@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: c7eff5286bc9 - main - math/fricas: Update 1.3.6 -> 1.3.7 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: c7eff5286bc902c4942d513a557bc20ee122a0c1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 22:06:45 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7eff5286bc902c4942d513a557bc20ee122a0c1 commit c7eff5286bc902c4942d513a557bc20ee122a0c1 Author: Yuri Victorovich AuthorDate: 2021-06-24 22:05:58 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-24 22:06:37 +0000 math/fricas: Update 1.3.6 -> 1.3.7 Reported by: portscout --- math/fricas/Makefile | 2 +- math/fricas/distinfo | 6 +++--- math/fricas/pkg-plist | 33 +++++++++++++++++++++++++++------ 3 files changed, 31 insertions(+), 10 deletions(-) diff --git a/math/fricas/Makefile b/math/fricas/Makefile index eda8b8edeca2..e8cef54598c8 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,5 +1,5 @@ PORTNAME= fricas -DISTVERSION= 1.3.6 +DISTVERSION= 1.3.7 DISTVERSIONSUFFIX= -full CATEGORIES= math MASTER_SITES= SF diff --git a/math/fricas/distinfo b/math/fricas/distinfo index abfcd282516a..2896f15430c5 100644 --- a/math/fricas/distinfo +++ b/math/fricas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586113570 -SHA256 (fricas-1.3.6-full.tar.bz2) = 7c39a6bf61608045c87c3823bd82250cf72a32c6738d8604d8d9186fc7eb391c -SIZE (fricas-1.3.6-full.tar.bz2) = 10422732 +TIMESTAMP = 1624571437 +SHA256 (fricas-1.3.7-full.tar.bz2) = 57682b03ba41fa7c99609818f41ee763685abe455943f4725fb0ef089a5a1e78 +SIZE (fricas-1.3.7-full.tar.bz2) = 38008318 diff --git a/math/fricas/pkg-plist b/math/fricas/pkg-plist index a7ffd104babb..0a3cbe3de7be 100644 --- a/math/fricas/pkg-plist +++ b/math/fricas/pkg-plist @@ -368,16 +368,22 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/FMCF2.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FMFUN.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FMOEBF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FMONOID.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMT1D.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMT2D.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FMTC.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTCAT-.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTCAT.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTLATEX.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTMJAX.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTOUT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FNAME.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FNCAT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FNGRPH.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FNLA.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FOP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORDER.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FORMAT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORMCAT.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/FORMULA.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/FORMULA1.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORTCAT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORTFN.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORTFORM.fasl @@ -449,9 +455,9 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/GENEEZ.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENMFACT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENMOEBF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENPGCD.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/GENUPS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENUPS1.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENUPS2.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/GENUPS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENUSER.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GHENSEL.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GMODPOL.fasl @@ -575,6 +581,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/INTTOOLS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/INTTR.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/INVLAPLA.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/IPADIC.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/IPC.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/IPF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/IPRNTPK.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/IR.fasl @@ -612,6 +619,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/JBX.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JCT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JDE.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JDIFF.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/JFRICAS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JGB.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JLF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JOINLAT.fasl @@ -658,6 +666,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/LIST2.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LIST2MAP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LIST3.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LISTPKG.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/LLINDEP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LLLRED.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LMDICT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LMODULE.fasl @@ -854,6 +863,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/OMSERVER.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/ONECOMP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/ONECOMP2.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OP.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/OPHANDL.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OPQUERY.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/ORDCOMP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/ORDCOMP2.fasl @@ -874,6 +884,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/ORTHPOL.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OSGROUP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OSI.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OUT.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/OUTBOX.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OUTFORM.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OVAR.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OWP.fasl @@ -1326,8 +1337,6 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/VIEW3D.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/VIEWDEF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/VOID.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/VSBASIS.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/VSPACE-.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/VSPACE.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/WEIER.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/WFFINTBS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/WGRPH.fasl @@ -1368,6 +1377,7 @@ lib/fricas/target/%%HOST_ARCH%%/bin/FRICASsys lib/fricas/target/%%HOST_ARCH%%/bin/asq lib/fricas/target/%%HOST_ARCH%%/bin/clef lib/fricas/target/%%HOST_ARCH%%/bin/fricas +lib/fricas/target/%%HOST_ARCH%%/bin/fricas-readline lib/fricas/target/%%HOST_ARCH%%/bin/htadd lib/fricas/target/%%HOST_ARCH%%/bin/hypertex lib/fricas/target/%%HOST_ARCH%%/bin/sman @@ -1930,6 +1940,8 @@ lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/srchkey.ht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/topics.ht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/type.ht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug.ht +lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug00.ht +lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug00.pht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug01.ht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug01.pht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug02.ht @@ -2604,6 +2616,9 @@ lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugIntroGraphicsPage1.VIEW/image. lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugIntroGraphicsPage2.VIEW/data lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugIntroGraphicsPage2.VIEW/image.bm lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugIntroGraphicsPage2.VIEW/image.xpm +lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugNewIntroGraphicsPage1.VIEW/data +lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugNewIntroGraphicsPage1.VIEW/image.bm +lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugNewIntroGraphicsPage1.VIEW/image.xpm lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugPackagesPackagesPage7.VIEW/data lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugPackagesPackagesPage7.VIEW/image.bm lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugPackagesPackagesPage7.VIEW/image.xpm @@ -2716,9 +2731,14 @@ lib/fricas/target/%%HOST_ARCH%%/src/algebra/ffx.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/files.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/float.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmod.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmt.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmt1d.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmt2d.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmtjfricas.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmtlatex.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmtmathjax.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fname.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fnla.spad -lib/fricas/target/%%HOST_ARCH%%/src/algebra/formula.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fortcat.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fortmac.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fortout.spad @@ -2803,6 +2823,7 @@ lib/fricas/target/%%HOST_ARCH%%/src/algebra/mantepse.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/mappkg.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/matcat.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/matfuns.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/mathml.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/matrix.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/matstor.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/mesh.spad From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 22:06:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91ED8654B5F; Thu, 24 Jun 2021 22:06: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 4G9vNy32xgz4RRT; Thu, 24 Jun 2021 22:06: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 4FBDF1FB15; Thu, 24 Jun 2021 22:06: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 15OM6g9G033355; Thu, 24 Jun 2021 22:06:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OM6ggc033354; Thu, 24 Jun 2021 22:06:42 GMT (envelope-from git) Date: Thu, 24 Jun 2021 22:06:42 GMT Message-Id: <202106242206.15OM6ggc033354@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: 9873d420fda7 - main - devel/vc: Update 1.4.1-10 -> 1.4.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: 9873d420fda764aa57e87271484c7ab4b5ac06f1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 22:06:42 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9873d420fda764aa57e87271484c7ab4b5ac06f1 commit 9873d420fda764aa57e87271484c7ab4b5ac06f1 Author: Yuri Victorovich AuthorDate: 2021-06-24 21:26:44 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-24 22:06:36 +0000 devel/vc: Update 1.4.1-10 -> 1.4.2 Also replace the explicit do-test with cmake:testing. Reported by: portscout --- devel/vc/Makefile | 13 +++---------- devel/vc/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/devel/vc/Makefile b/devel/vc/Makefile index 432109394045..4d9026bb96b4 100644 --- a/devel/vc/Makefile +++ b/devel/vc/Makefile @@ -1,7 +1,5 @@ PORTNAME= vc -DISTVERSION= 1.4.1-10 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -g383ef32b +DISTVERSION= 1.4.2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -10,7 +8,8 @@ COMMENT= SIMD Vector Classes for C++ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++14-lang +USES= cmake:testing compiler:c++14-lang + USE_GITHUB= yes GH_ACCOUNT= VcDevel GH_PROJECT= Vc @@ -19,10 +18,4 @@ GH_TUPLE= VcDevel:vc-testdata:9ada1f3:testdata/tests/testdata \ CMAKE_OFF= BUILD_TESTING -do-test: - @cd ${BUILD_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test - .include diff --git a/devel/vc/distinfo b/devel/vc/distinfo index 9faf9ccf4dda..98ed426bb8fe 100644 --- a/devel/vc/distinfo +++ b/devel/vc/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1556950593 -SHA256 (VcDevel-Vc-1.4.1-10-g383ef32b_GH0.tar.gz) = 9b46f53006fde3c1b3614e9bbcc8087f8bad643e81ed320f08f2126d4e72e592 -SIZE (VcDevel-Vc-1.4.1-10-g383ef32b_GH0.tar.gz) = 639289 -SHA256 (mattkretz-virtest-f7d03ef_GH0.tar.gz) = 1b03e27be46bc860deae5cc7c82f28df98dd2011af7a798b8aa16a99f90714a7 -SIZE (mattkretz-virtest-f7d03ef_GH0.tar.gz) = 26021 +TIMESTAMP = 1624569398 +SHA256 (VcDevel-Vc-1.4.2_GH0.tar.gz) = 50d3f151e40b0718666935aa71d299d6370fafa67411f0a9e249fbce3e6e3952 +SIZE (VcDevel-Vc-1.4.2_GH0.tar.gz) = 639711 SHA256 (VcDevel-vc-testdata-9ada1f3_GH0.tar.gz) = d03f4b02351e5207ec6c1c6d56d95f0d49557d01eed5433b64b159fc5594f005 SIZE (VcDevel-vc-testdata-9ada1f3_GH0.tar.gz) = 53402148 +SHA256 (mattkretz-virtest-f7d03ef_GH0.tar.gz) = 1b03e27be46bc860deae5cc7c82f28df98dd2011af7a798b8aa16a99f90714a7 +SIZE (mattkretz-virtest-f7d03ef_GH0.tar.gz) = 26021 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 22:06:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 08CC3655138; Thu, 24 Jun 2021 22: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 4G9vNz4Hf1z4R2s; Thu, 24 Jun 2021 22: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 6F2E41F825; Thu, 24 Jun 2021 22: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 15OM6htV033379; Thu, 24 Jun 2021 22: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 15OM6hdu033378; Thu, 24 Jun 2021 22:06:43 GMT (envelope-from git) Date: Thu, 24 Jun 2021 22:06:43 GMT Message-Id: <202106242206.15OM6hdu033378@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: 1ad6307bd3de - main - misc/snakemake: Update 6.4.1 -> 6.5.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: 1ad6307bd3dea2012cf3dea63551fea18ab88089 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 22:06:44 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ad6307bd3dea2012cf3dea63551fea18ab88089 commit 1ad6307bd3dea2012cf3dea63551fea18ab88089 Author: Yuri Victorovich AuthorDate: 2021-06-24 21:57:05 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-24 22:06:37 +0000 misc/snakemake: Update 6.4.1 -> 6.5.0 Reported by: portscout --- misc/snakemake/Makefile | 3 ++- misc/snakemake/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/misc/snakemake/Makefile b/misc/snakemake/Makefile index 39072c52ab92..06c801ac55ef 100644 --- a/misc/snakemake/Makefile +++ b/misc/snakemake/Makefile @@ -1,5 +1,5 @@ PORTNAME= snakemake -DISTVERSION= 6.4.1 +DISTVERSION= 6.5.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP @@ -23,6 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}smart-open>0:net/py-smart-open@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stopit>0:devel/py-stopit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toposort>0:devel/py-toposort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} diff --git a/misc/snakemake/distinfo b/misc/snakemake/distinfo index 258c3a694124..b958c50a6c69 100644 --- a/misc/snakemake/distinfo +++ b/misc/snakemake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622224549 -SHA256 (snakemake-6.4.1.tar.gz) = 24e42747fa4c7c0b1ce7dba5793b51785ab0118f6b30751c6b1ba692dbc4d755 -SIZE (snakemake-6.4.1.tar.gz) = 266419 +TIMESTAMP = 1624571548 +SHA256 (snakemake-6.5.0.tar.gz) = b166ec74537e02553fcaf0ddcffc32dfdb9dcaa1260af297a56eded6a179b2ee +SIZE (snakemake-6.5.0.tar.gz) = 269678 From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 23:11:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF133655743 for ; Thu, 24 Jun 2021 23:11:00 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) (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 4G9wq80wfrz4TtK for ; Thu, 24 Jun 2021 23:10:59 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: by mail-yb1-xb34.google.com with SMTP id x189so1800930ybg.7 for ; Thu, 24 Jun 2021 16:10:59 -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=xWYO9l75t9v1MBT8VK+PPsD39y+wnD6c3gtQenLmo1o=; b=UFhZqQLuaI1lqkHo/UkAjIqmiipNeii3ygQErA0DUgib1E7/zxVrtV5UL6tPFImITP TJih2XBkEmZM+/0FDl/Os3g5TEzE9REMAaDfRRMzQMsil/tT2E60/EIV1aIlK+sCKF6x MnJfaDtBqLW/T3ILAy29XdOJ/sTUA1F5y1/4w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xWYO9l75t9v1MBT8VK+PPsD39y+wnD6c3gtQenLmo1o=; b=e0cB23EFzKajpsf6YH8jL7r29c0UM+lZ9gK5MZ2AA7J/QBN8tU65Gi6XQik2BHrCmg Maxjck6tCEaOjo+0xzkjaPNiBVRaU+hEQ2tELNbVSqk50zjlYprHeLnykNRM1iGmTMWc olKpHb3jUmu9Pg33D/I9G157V4WImFKmvAIZ/th7dm+eb3q3RXMrqa75FDLQblhrIKEV NGoXpQtNq7iezeVSao/SIRYFo5QAsJZxryGaqsFlw+aL4HLcWRJkdgyagxnB+RfAbEW5 ykPBLdTvM4qkHf556V4TOCZYF6K6MutamhkTohPF9iREx6HmBQGfgfZGDZDX17saWaDB yGEg== X-Gm-Message-State: AOAM530FPGZVrWhWP4RK7TYH4IZ7gszry+8VgKijHDB0re+nSZe23ih2 xqpHxEodjiNc+yp6fE4dU8eO/xlSoXmh9MJl+p3KGA== X-Google-Smtp-Source: ABdhPJwq9fqhE4mN5fktQJdagfTi/+00ykBflTweQ51sLSik6M/n5IoVo/muqdR4RailgygLS4aLeIaFJvg8oeXMtBY= X-Received: by 2002:a25:9809:: with SMTP id a9mr9371481ybo.330.1624576258748; Thu, 24 Jun 2021 16:10:58 -0700 (PDT) MIME-Version: 1.0 References: <202106232035.15NKZ0kN095276__1656.1222075083$1624480516$gmane$org@gitrepo.freebsd.org> In-Reply-To: From: Kevin Bowling Date: Thu, 24 Jun 2021 16:10:47 -0700 Message-ID: Subject: Re: git: 0c6ce3c9c26d - main - devel/py-pytest: Update to 6.2.4 To: Jan Beich , koobs@freebsd.org Cc: Kevin Bowling , 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: 4G9wq80wfrz4TtK X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none (invalid DKIM record) header.d=kev009.com header.s=google header.b=UFhZqQLu; dmarc=none; spf=pass (mx1.freebsd.org: domain of kevin.bowling@kev009.com designates 2607:f8b0:4864:20::b34 as permitted sender) smtp.mailfrom=kevin.bowling@kev009.com X-Spamd-Result: default: False [-2.44 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[dev-commits-ports-main@freebsd.org]; DMARC_NA(0.00)[kev009.com]; RCPT_COUNT_FIVE(0.00)[6]; SPAMHAUS_ZRD(0.00)[2607:f8b0:4864:20::b34:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[kev009.com:~]; NEURAL_HAM_SHORT(-0.14)[-0.144]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::b34:from]; R_DKIM_PERMFAIL(0.00)[kev009.com:s=google]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f8b0:4864:20::b34:from]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 23:11:00 -0000 Looks like a leaf package, I'll track https://github.com/bitprophet/pytest-relaxed/issues/12 and submit a Differential review once it's fixed. Should I mark it broken? On Thu, Jun 24, 2021 at 12:53 PM Jan Beich wrote: > > Kevin Bowling writes: > > > The branch main has been updated by kbowling: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=0c6ce3c9c26d878acf943d53fb2a01ba602b71c2 > > > > commit 0c6ce3c9c26d878acf943d53fb2a01ba602b71c2 > > Author: Goran Meki? > > AuthorDate: 2021-06-23 20:30:35 +0000 > > Commit: Kevin Bowling > > CommitDate: 2021-06-23 20:34:47 +0000 > > > > devel/py-pytest: Update to 6.2.4 > > > > PR: 256624 > > FWIW, this commit broke devel/py-pytest-relaxed. > > http://www.ipv6proxy.net/go.php?u=http://beefy16.nyi.freebsd.org/data/130amd64-default/f9e3cb9fcd9a/logs/errors/py38-pytest-relaxed-1.1.5_1.log From owner-dev-commits-ports-main@freebsd.org Thu Jun 24 23:28:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A08EB6560BD; Thu, 24 Jun 2021 23:28: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 4G9xCL3nsRz4Wc2; Thu, 24 Jun 2021 23:28: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 6A5F720D2D; Thu, 24 Jun 2021 23:28: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 15ONSUYV039131; Thu, 24 Jun 2021 23:28:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15ONSUWZ039130; Thu, 24 Jun 2021 23:28:30 GMT (envelope-from git) Date: Thu, 24 Jun 2021 23:28:30 GMT Message-Id: <202106242328.15ONSUWZ039130@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: 6731277a343b - main - devel/elixir-tirexs: update MOVED 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: 6731277a343bfdf080453aa32047d39d5c53050f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 23:28:30 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=6731277a343bfdf080453aa32047d39d5c53050f commit 6731277a343bfdf080453aa32047d39d5c53050f Author: Dave Cottlehuber AuthorDate: 2021-06-24 23:26:56 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-24 23:28:08 +0000 devel/elixir-tirexs: update MOVED after d4d8bb35f122192cd4dc8d081622ddc48219a763 --- MOVED | 1 + 1 file changed, 1 insertion(+) diff --git a/MOVED b/MOVED index 106e5c446dbb..46e1e3461b36 100644 --- a/MOVED +++ b/MOVED @@ -16415,3 +16415,4 @@ 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. From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 00:58:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB94C6574AE; Fri, 25 Jun 2021 00:58: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 4G9zBg5hTYz4f83; Fri, 25 Jun 2021 00:58: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 A77FF21ED0; Fri, 25 Jun 2021 00:58: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 15P0w3nd057467; Fri, 25 Jun 2021 00:58:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15P0w3ZE057466; Fri, 25 Jun 2021 00:58:03 GMT (envelope-from git) Date: Fri, 25 Jun 2021 00:58:03 GMT Message-Id: <202106250058.15P0w3ZE057466@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: 17d313fe9d47 - main - japanese/qolibri: (New) EPWING dictionary viewer 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: 17d313fe9d47b937e92f313631a4e72d34c90552 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 00:58:03 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=17d313fe9d47b937e92f313631a4e72d34c90552 commit 17d313fe9d47b937e92f313631a4e72d34c90552 Author: Osamu Matsuda AuthorDate: 2021-06-24 16:00:53 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-25 00:56:31 +0000 japanese/qolibri: (New) EPWING dictionary viewer PR: 256715 --- japanese/Makefile | 1 + japanese/qolibri/Makefile | 24 ++++++++++++++++++++++++ japanese/qolibri/distinfo | 3 +++ japanese/qolibri/files/patch-CMakeLists.txt | 19 +++++++++++++++++++ japanese/qolibri/files/patch-src_searchpage.cpp | 11 +++++++++++ japanese/qolibri/pkg-descr | 3 +++ 6 files changed, 61 insertions(+) diff --git a/japanese/Makefile b/japanese/Makefile index 94afb19f7021..16d5df16bc83 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -213,6 +213,7 @@ SUBDIR += prn SUBDIR += py-jaconv SUBDIR += qkc + SUBDIR += qolibri SUBDIR += quit SUBDIR += roget-fpw SUBDIR += rogue_s diff --git a/japanese/qolibri/Makefile b/japanese/qolibri/Makefile new file mode 100644 index 000000000000..81426a8b171b --- /dev/null +++ b/japanese/qolibri/Makefile @@ -0,0 +1,24 @@ +# created by: Osamu Matsuda + +PORTNAME= qolibri +DISTVERSION= 2.1.3 +CATEGORIES= japanese + +MAINTAINER= omatsuda000@gmail.com +COMMENT= EPWING dictionary viewer + +LICENSE= GPLv2 + +LIB_DEPENDS= libeb.so:japanese/eb + +USES= cmake qt:5 +USE_QT= buildtools core declarative gui linguisttools location \ + multimedia network printsupport qmake webchannel webengine \ + widgets + +USE_GITHUB= yes +GH_ACCOUNT= ludios + +PLIST_FILES= bin/qolibri + +.include diff --git a/japanese/qolibri/distinfo b/japanese/qolibri/distinfo new file mode 100644 index 000000000000..0a96e1f9d84b --- /dev/null +++ b/japanese/qolibri/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624181574 +SHA256 (ludios-qolibri-2.1.3_GH0.tar.gz) = 6954b9e86cbc70026361927b22bc9b0bd58a188646e35c4da68f99790790367e +SIZE (ludios-qolibri-2.1.3_GH0.tar.gz) = 252092 diff --git a/japanese/qolibri/files/patch-CMakeLists.txt b/japanese/qolibri/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..a0af8111c22e --- /dev/null +++ b/japanese/qolibri/files/patch-CMakeLists.txt @@ -0,0 +1,19 @@ +--- CMakeLists.txt.orig 2020-02-28 16:02:25 UTC ++++ CMakeLists.txt +@@ -16,6 +16,8 @@ set(CMAKE_AUTOUIC ON) + set(CMAKE_AUTORCC ON) + + find_package(Qt5 COMPONENTS LinguistTools Multimedia Network WebEngine WebEngineWidgets Widgets REQUIRED) ++find_library(EB_LIBRARY eb) ++find_library(Z_LIBRARY z) + + add_executable(qolibri MACOSX_BUNDLE WIN32 + images/qolibri.icns +@@ -154,6 +156,6 @@ set_source_files_properties(${TS_FILES} PROPERTIES OUT + qt5_add_translation(QM_FILES ${TS_FILES}) + target_sources(qolibri PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/translations/translations.qrc" ${QM_FILES} ${TS_FILES}) + +-target_link_libraries(qolibri Qt5::Multimedia Qt5::Network Qt5::WebEngine Qt5::WebEngineWidgets Qt5::Widgets eb z) ++target_link_libraries(qolibri Qt5::Multimedia Qt5::Network Qt5::WebEngine Qt5::WebEngineWidgets Qt5::Widgets ${EB_LIBRARY} ${Z_LIBRARY}) + + install(TARGETS qolibri DESTINATION "${CMAKE_INSTALL_BINDIR}") diff --git a/japanese/qolibri/files/patch-src_searchpage.cpp b/japanese/qolibri/files/patch-src_searchpage.cpp new file mode 100644 index 000000000000..9ce367592ab8 --- /dev/null +++ b/japanese/qolibri/files/patch-src_searchpage.cpp @@ -0,0 +1,11 @@ +--- src/searchpage.cpp.orig 2020-02-28 16:02:25 UTC ++++ src/searchpage.cpp +@@ -17,7 +17,7 @@ RET_SEARCH SearchPage::search(const Query& query) + switch (query.method.direction) { + case ExactWordSearch: + case ForwardSearch: +- queries << stemWords(query.query); ++/* queries << stemWords(query.query); */ + break; + default: + break; diff --git a/japanese/qolibri/pkg-descr b/japanese/qolibri/pkg-descr new file mode 100644 index 000000000000..088250701f6b --- /dev/null +++ b/japanese/qolibri/pkg-descr @@ -0,0 +1,3 @@ +EPWING dictionary reader originally developed at http://qolibri.osdn.jp/ + +WWW: https://github.com/ludios/qolibri/ From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 04:08:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9F776596C6; Fri, 25 Jun 2021 04: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 4GB3Qh5fFbz4sLG; Fri, 25 Jun 2021 04: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 AA21224811; Fri, 25 Jun 2021 04:08: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 15P48iDM011320; Fri, 25 Jun 2021 04:08:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15P48i0Z011319; Fri, 25 Jun 2021 04:08:44 GMT (envelope-from git) Date: Fri, 25 Jun 2021 04:08:44 GMT Message-Id: <202106250408.15P48i0Z011319@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: a6f890b9199c - main - net-p2p/py-transmission-rpc: update to 3.2.6 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: a6f890b9199cfaba5eb40f60906092fd991e94d2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 04:08:44 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6f890b9199cfaba5eb40f60906092fd991e94d2 commit a6f890b9199cfaba5eb40f60906092fd991e94d2 Author: Jan Beich AuthorDate: 2021-06-25 03:38:35 +0000 Commit: Jan Beich CommitDate: 2021-06-25 04:07:22 +0000 net-p2p/py-transmission-rpc: update to 3.2.6 Changes: https://github.com/Trim21/transmission-rpc/releases/tag/v3.2.6 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 a1f325b7ac27..65dcb25a142e 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.5 +PORTVERSION= 3.2.6 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 d6e74ab1ff0e..11ef7cc411bf 100644 --- a/net-p2p/py-transmission-rpc/distinfo +++ b/net-p2p/py-transmission-rpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620242446 -SHA256 (transmission-rpc-3.2.5.tar.gz) = 59598c9aa338703951686420fea292d9ba2d83d2a81361f16b64c2603c4ebb45 -SIZE (transmission-rpc-3.2.5.tar.gz) = 24219 +TIMESTAMP = 1624592315 +SHA256 (transmission-rpc-3.2.6.tar.gz) = a125826d309d0b0f027252797faae65368d25352673c56f51fe476dc56f69ecc +SIZE (transmission-rpc-3.2.6.tar.gz) = 24200 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 07:28:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CC6C65B1CD; Fri, 25 Jun 2021 07:28: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 4GB7sN0Vqxz3N2w; Fri, 25 Jun 2021 07:28: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 E9F64271EC; Fri, 25 Jun 2021 07:28: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 15P7SdvA075225; Fri, 25 Jun 2021 07:28:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15P7Sd57075224; Fri, 25 Jun 2021 07:28:39 GMT (envelope-from git) Date: Fri, 25 Jun 2021 07:28:39 GMT Message-Id: <202106250728.15P7Sd57075224@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: c5bdb987d8ed - main - lang/gcc11-devel: Update to the 20210619 snapshot of GCC 11.1.1 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: c5bdb987d8ede6d401e3577afadfd61a44601d15 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 07:28:40 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5bdb987d8ede6d401e3577afadfd61a44601d15 commit c5bdb987d8ede6d401e3577afadfd61a44601d15 Author: Gerald Pfeifer AuthorDate: 2021-06-25 07:28:33 +0000 Commit: Gerald Pfeifer CommitDate: 2021-06-25 07:28:33 +0000 lang/gcc11-devel: Update to the 20210619 snapshot of GCC 11.1.1 This brings three back ports for the arm back end, two for x86, and five for powerpc, plus 10 for the middle end, four for the tree optimizers and another four for various parts, five for the C and C++ front ends each, three for Fortran, and a full 13 for libstdc++. Also register a conflict with the new lang/gcc11 port. --- lang/gcc11-devel/Makefile | 4 +++- lang/gcc11-devel/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile index aace869579c7..4638f2c082aa 100644 --- a/lang/gcc11-devel/Makefile +++ b/lang/gcc11-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 11.1.1.s20210612 +PORTVERSION= 11.1.1.s20210619 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -28,6 +28,8 @@ USES= compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 tar:xz USE_BINUTILS= yes USE_PERL5= build +CONFLICTS= gcc11-11.* + CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} diff --git a/lang/gcc11-devel/distinfo b/lang/gcc11-devel/distinfo index fda3ef6dba4c..7be9695cee09 100644 --- a/lang/gcc11-devel/distinfo +++ b/lang/gcc11-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623562764 -SHA256 (gcc-11-20210612.tar.xz) = e180ef23cfdedaf33e095a27056e0bc32f8aaa30b600b01f1c23376d44e75f13 -SIZE (gcc-11-20210612.tar.xz) = 75507468 +TIMESTAMP = 1624260935 +SHA256 (gcc-11-20210619.tar.xz) = eae62d92fc073ae11aa64e2b26a958b76d28a85d51a06870647cd224812e055a +SIZE (gcc-11-20210619.tar.xz) = 75520204 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 07:34:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2422F65B7B1; Fri, 25 Jun 2021 07: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 4GB7zy669Hz3NlG; Fri, 25 Jun 2021 07: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 B5617273AF; Fri, 25 Jun 2021 07: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 15P7YM88088523; Fri, 25 Jun 2021 07: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 15P7YMmf088522; Fri, 25 Jun 2021 07:34:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 07:34:22 GMT Message-Id: <202106250734.15P7YMmf088522@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: 758f583e23df - main - devel/robodoc: resort Makefile 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: 758f583e23df2912f46fc3d15cc62e021b85a6c4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 07:34:23 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=758f583e23df2912f46fc3d15cc62e021b85a6c4 commit 758f583e23df2912f46fc3d15cc62e021b85a6c4 Author: Kirill Ponomarev AuthorDate: 2021-06-25 07:33:59 +0000 Commit: Kirill Ponomarev CommitDate: 2021-06-25 07:34:19 +0000 devel/robodoc: resort Makefile --- devel/robodoc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/robodoc/Makefile b/devel/robodoc/Makefile index b2720f1b1ec1..96fbd1b9eafb 100644 --- a/devel/robodoc/Makefile +++ b/devel/robodoc/Makefile @@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes MAKEFILE= makefile -DOCS_FILES= AUTHORS ChangeLog NEWS README \ - Docs/manual.html Docs/manual.css Docs/robodoc_example.rc - OPTIONS_DEFINE= DOCS EXAMPLES +DOCS_FILES= AUTHORS ChangeLog NEWS README Docs/manual.html Docs/manual.css \ + Docs/robodoc_example.rc + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${STAGEDIR}${PREFIX}/bin From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 08:11:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9CAD65BDF0; Fri, 25 Jun 2021 08:11: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 4GB8pq67Q2z3PtH; Fri, 25 Jun 2021 08:11: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 BB2F627B00; Fri, 25 Jun 2021 08:11: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 15P8BVIb041770; Fri, 25 Jun 2021 08:11:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15P8BVdK041769; Fri, 25 Jun 2021 08:11:31 GMT (envelope-from git) Date: Fri, 25 Jun 2021 08:11:31 GMT Message-Id: <202106250811.15P8BVdK041769@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: 8a11c3249aea - main - x11-fonts/sudo-font: Update to 0.55.2 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: 8a11c3249aeaeeab30e9fe0aaa60526df8f89079 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 08:11:32 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a11c3249aeaeeab30e9fe0aaa60526df8f89079 commit 8a11c3249aeaeeab30e9fe0aaa60526df8f89079 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 08:10:09 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 08:11:29 +0000 x11-fonts/sudo-font: Update to 0.55.2 Changes: https://github.com/jenskutilek/sudo-font/releases/tag/v0.55.2 --- 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 1324111be189..4fa9bffe7042 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.1 +DISTVERSION= 0.55.2 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 6cb8e3418557..1f0d4d33ecfe 100644 --- a/x11-fonts/sudo-font/distinfo +++ b/x11-fonts/sudo-font/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624514398 -SHA256 (sudo-font-v0.55.1/sudo.zip) = d5731dfca95b451a66703d7f6f079d6e72728611637793f6a25c1702cef420f3 -SIZE (sudo-font-v0.55.1/sudo.zip) = 2490236 +TIMESTAMP = 1624608576 +SHA256 (sudo-font-v0.55.2/sudo.zip) = fd39608d0a531b68777c68c5ab31f873a6803191a210be102d3d4cc1d66cce59 +SIZE (sudo-font-v0.55.2/sudo.zip) = 2492093 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 09:00:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF8F865CC5E; Fri, 25 Jun 2021 09: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 4GB9vg5Z8Hz3hYP; Fri, 25 Jun 2021 09: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 A797145F; Fri, 25 Jun 2021 09: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 15P90lre007208; Fri, 25 Jun 2021 09: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 15P90l6U007207; Fri, 25 Jun 2021 09:00:47 GMT (envelope-from git) Date: Fri, 25 Jun 2021 09:00:47 GMT Message-Id: <202106250900.15P90l6U007207@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: d054616dec95 - main - devel/yaegi: update to v0.9.19 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: d054616dec950e8c35a0cf7320392dc1e832ff28 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 09:00:47 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=d054616dec950e8c35a0cf7320392dc1e832ff28 commit d054616dec950e8c35a0cf7320392dc1e832ff28 Author: Dave Cottlehuber AuthorDate: 2021-06-25 09:00:05 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-25 09:00:05 +0000 devel/yaegi: update to v0.9.19 --- devel/yaegi/Makefile | 2 +- devel/yaegi/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/yaegi/Makefile b/devel/yaegi/Makefile index 1b90d3b11209..e746a2c60c49 100644 --- a/devel/yaegi/Makefile +++ b/devel/yaegi/Makefile @@ -1,5 +1,5 @@ PORTNAME= yaegi -DISTVERSION= 0.9.18 +DISTVERSION= 0.9.19 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/yaegi/distinfo b/devel/yaegi/distinfo index d776a43d3558..aca6594009b6 100644 --- a/devel/yaegi/distinfo +++ b/devel/yaegi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624523560 -SHA256 (traefik-yaegi-v0.9.18_GH0.tar.gz) = f1b0f32f02f97b508488c7eea0484ba9f4b6293c604d23aba050cf0b8d826d68 -SIZE (traefik-yaegi-v0.9.18_GH0.tar.gz) = 2002352 +TIMESTAMP = 1624611566 +SHA256 (traefik-yaegi-v0.9.19_GH0.tar.gz) = dd7c5517c8afe178727431b232edd119e5c18fa661c83e1599b54c5e653a09af +SIZE (traefik-yaegi-v0.9.19_GH0.tar.gz) = 2003887 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 09:07:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7D96A65C998; Fri, 25 Jun 2021 09: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 4GBB3r2rvMz3hZr; Fri, 25 Jun 2021 09: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 3FB5568A; Fri, 25 Jun 2021 09: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 15P97qKa011149; Fri, 25 Jun 2021 09: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 15P97qVc011148; Fri, 25 Jun 2021 09:07:52 GMT (envelope-from git) Date: Fri, 25 Jun 2021 09:07:52 GMT Message-Id: <202106250907.15P97qVc011148@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: bea4521eda87 - main - sysutils/p5-App-Regather: the port had been updated and improved (+) 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: bea4521eda8735b09553d79ed1c7ee3cfbf64839 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 09:07:52 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=bea4521eda8735b09553d79ed1c7ee3cfbf64839 commit bea4521eda8735b09553d79ed1c7ee3cfbf64839 Author: Alexey Dokuchaev AuthorDate: 2021-06-25 09:06:48 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-25 09:07:04 +0000 sysutils/p5-App-Regather: the port had been updated and improved (+) - Update to version 0.81.03 - Install the startup script Submitted by: maintainer --- sysutils/p5-App-Regather/Makefile | 5 ++++- sysutils/p5-App-Regather/distinfo | 5 +++-- sysutils/p5-App-Regather/files/regather.in | 36 ++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/sysutils/p5-App-Regather/Makefile b/sysutils/p5-App-Regather/Makefile index 750d3d12416b..c47777ad2da7 100644 --- a/sysutils/p5-App-Regather/Makefile +++ b/sysutils/p5-App-Regather/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME= App-Regather -PORTVERSION= 0.81.02 +PORTVERSION= 0.81.03 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,4 +23,7 @@ USES= perl5 USE_PERL5= configure NO_ARCH= yes +USE_RC_SUBR= regather +SUB_LIST= PERL=${PERL} + .include diff --git a/sysutils/p5-App-Regather/distinfo b/sysutils/p5-App-Regather/distinfo index 9b81bf9bbeee..ea743714f1ed 100644 --- a/sysutils/p5-App-Regather/distinfo +++ b/sysutils/p5-App-Regather/distinfo @@ -1,2 +1,3 @@ -SHA256 (App-Regather-0.81.02.tar.gz) = fb4c7b8f3a9927020fdf3e1bb66b57a5ab2eafd2499bd2bcaf0fceed57f77adc -SIZE (App-Regather-0.81.02.tar.gz) = 39140 +TIMESTAMP = 1623734444 +SHA256 (App-Regather-0.81.03.tar.gz) = c39d6304ca7941cb1dd7bdc9a2aabb820b4c21737335a2a9e27126c7bd6b5f6a +SIZE (App-Regather-0.81.03.tar.gz) = 39369 diff --git a/sysutils/p5-App-Regather/files/regather.in b/sysutils/p5-App-Regather/files/regather.in new file mode 100644 index 000000000000..bc9d00421c0e --- /dev/null +++ b/sysutils/p5-App-Regather/files/regather.in @@ -0,0 +1,36 @@ +#!/bin/sh +# +# PROVIDE: regather +# KEYWORD: shutdown +# +# Add the following line(s) to /etc/rc.conf to enable regather: +# +# regather_enable (bool): Set to "NO" by default. +# Set to "YES" to enable regather +# +# regather_configfile (str): Set to "%%PREFIX%%/etc/regather.conf" by default. +# +# regather_flags (str): Set to "" by default. +# + +. /etc/rc.subr + +name=regather +rcvar=regather_enable + +: ${regather_enable="NO"} +: ${regather_configfile="%%PREFIX%%/etc/regather.conf"} +: ${regather_flags=""} + +command="%%PREFIX%%/bin/${name}" +command_args="-c ${regather_configfile} ${regather_flags}" +command_interpreter="%%PERL%%" + +required_files="${regather_configfile}" + +extra_commands="reload" +pidfile="/var/run/regather.pid" + +load_rc_config "${name}" + +run_rc_command "$1" From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 09:54:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3546A65D17A; Fri, 25 Jun 2021 09:54: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 4GBC5Z0qpKz3mG1; Fri, 25 Jun 2021 09:54: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 EE7F1EBE; Fri, 25 Jun 2021 09:54: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 15P9sPCo076966; Fri, 25 Jun 2021 09:54:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15P9sPVk076965; Fri, 25 Jun 2021 09:54:25 GMT (envelope-from git) Date: Fri, 25 Jun 2021 09:54:25 GMT Message-Id: <202106250954.15P9sPVk076965@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: 54f9757947af - main - security/nextcloud-twofactor_u2f: Update to 6.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: 54f9757947afe099b7ab79ab35402be4b0e35f0b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 09:54:26 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=54f9757947afe099b7ab79ab35402be4b0e35f0b commit 54f9757947afe099b7ab79ab35402be4b0e35f0b Author: Bernard Spil AuthorDate: 2021-06-25 09:54:16 +0000 Commit: Bernard Spil CommitDate: 2021-06-25 09:54:16 +0000 security/nextcloud-twofactor_u2f: Update to 6.2.0 --- security/nextcloud-twofactor_u2f/Makefile | 4 ++-- security/nextcloud-twofactor_u2f/distinfo | 6 +++--- security/nextcloud-twofactor_u2f/pkg-plist | 10 ++++++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile index fcbefe915dc2..60d40ce3ab93 100644 --- a/security/nextcloud-twofactor_u2f/Makefile +++ b/security/nextcloud-twofactor_u2f/Makefile @@ -1,10 +1,10 @@ # Created by: Bernard Spil PORTNAME= twofactor_u2f -PORTVERSION= 6.1.0 +PORTVERSION= 6.2.0 DISTVERSIONPREFIX= v CATEGORIES= security -MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ +MASTER_SITES= https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} diff --git a/security/nextcloud-twofactor_u2f/distinfo b/security/nextcloud-twofactor_u2f/distinfo index 36f77bea8ad0..15a3e9021bed 100644 --- a/security/nextcloud-twofactor_u2f/distinfo +++ b/security/nextcloud-twofactor_u2f/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611567615 -SHA256 (nextcloud/twofactor_u2f-v6.1.0/twofactor_u2f.tar.gz) = 40bd5ccd3560358b0fc8d5ad0e541bc7f7b9229abbc4c55457dc3e9bf2c7c062 -SIZE (nextcloud/twofactor_u2f-v6.1.0/twofactor_u2f.tar.gz) = 1582445 +TIMESTAMP = 1624545657 +SHA256 (nextcloud/twofactor_u2f-v6.2.0/twofactor_u2f.tar.gz) = c8e3519c4a7639fd229ceb0dc32acccc64ffb6facb6fad946e02afce49023e67 +SIZE (nextcloud/twofactor_u2f-v6.2.0/twofactor_u2f.tar.gz) = 1591636 diff --git a/security/nextcloud-twofactor_u2f/pkg-plist b/security/nextcloud-twofactor_u2f/pkg-plist index abb986afbd87..a3cc87d17146 100644 --- a/security/nextcloud-twofactor_u2f/pkg-plist +++ b/security/nextcloud-twofactor_u2f/pkg-plist @@ -146,8 +146,10 @@ %%WWWDIR%%/l10n/ro.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json -%%WWWDIR%%/l10n/si_LK.js -%%WWWDIR%%/l10n/si_LK.json +%%WWWDIR%%/l10n/sc.js +%%WWWDIR%%/l10n/sc.json +%%WWWDIR%%/l10n/si.js +%%WWWDIR%%/l10n/si.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js @@ -160,8 +162,8 @@ %%WWWDIR%%/l10n/sr@latin.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json -%%WWWDIR%%/l10n/ta_LK.js -%%WWWDIR%%/l10n/ta_LK.json +%%WWWDIR%%/l10n/ta.js +%%WWWDIR%%/l10n/ta.json %%WWWDIR%%/l10n/th.js %%WWWDIR%%/l10n/th.json %%WWWDIR%%/l10n/tr.js From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 09:55:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7FBEB65D628; Fri, 25 Jun 2021 09:55: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 4GBC773ByYz3mDp; Fri, 25 Jun 2021 09:55: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 563D8EC0; Fri, 25 Jun 2021 09:55: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 15P9tlag077194; Fri, 25 Jun 2021 09:55:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15P9tlPO077193; Fri, 25 Jun 2021 09:55:47 GMT (envelope-from git) Date: Fri, 25 Jun 2021 09:55:47 GMT Message-Id: <202106250955.15P9tlPO077193@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: a2ae7d6389c1 - main - security/nextcloud-twofactor_totp: Update to 6.1.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: a2ae7d6389c192d49e34cc2e692b6348c602a978 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 09:55:47 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2ae7d6389c192d49e34cc2e692b6348c602a978 commit a2ae7d6389c192d49e34cc2e692b6348c602a978 Author: Bernard Spil AuthorDate: 2021-06-25 09:55:41 +0000 Commit: Bernard Spil CommitDate: 2021-06-25 09:55:41 +0000 security/nextcloud-twofactor_totp: Update to 6.1.0 --- security/nextcloud-twofactor_totp/Makefile | 4 ++-- security/nextcloud-twofactor_totp/distinfo | 6 +++--- security/nextcloud-twofactor_totp/pkg-plist | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile index 8b82ae860527..7348b2b09c29 100644 --- a/security/nextcloud-twofactor_totp/Makefile +++ b/security/nextcloud-twofactor_totp/Makefile @@ -1,10 +1,10 @@ # Created by: Bernard Spil PORTNAME= twofactor_totp -PORTVERSION= 6.0.0 +PORTVERSION= 6.1.0 DISTVERSIONPREFIX= v CATEGORIES= security -MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ +MASTER_SITES= https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} diff --git a/security/nextcloud-twofactor_totp/distinfo b/security/nextcloud-twofactor_totp/distinfo index 9d82927e6edd..729e6836be47 100644 --- a/security/nextcloud-twofactor_totp/distinfo +++ b/security/nextcloud-twofactor_totp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613843266 -SHA256 (nextcloud/twofactor_totp-v6.0.0/twofactor_totp.tar.gz) = 29f64c5d825ac6967d514ce0ecadc19f9b4f8f9669019db1ffa96348acbfd820 -SIZE (nextcloud/twofactor_totp-v6.0.0/twofactor_totp.tar.gz) = 832592 +TIMESTAMP = 1624545728 +SHA256 (nextcloud/twofactor_totp-v6.1.0/twofactor_totp.tar.gz) = 05dcf74305d60fded13577a5ab48aef8538aa34efb209aac50e24704a6c4b8a3 +SIZE (nextcloud/twofactor_totp-v6.1.0/twofactor_totp.tar.gz) = 835055 diff --git a/security/nextcloud-twofactor_totp/pkg-plist b/security/nextcloud-twofactor_totp/pkg-plist index d0fc69e4113f..517dc95da129 100644 --- a/security/nextcloud-twofactor_totp/pkg-plist +++ b/security/nextcloud-twofactor_totp/pkg-plist @@ -136,6 +136,8 @@ %%WWWDIR%%/l10n/ro.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json +%%WWWDIR%%/l10n/sc.js +%%WWWDIR%%/l10n/sc.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js @@ -159,6 +161,8 @@ %%WWWDIR%%/l10n/vi.json %%WWWDIR%%/l10n/zh_CN.js %%WWWDIR%%/l10n/zh_CN.json +%%WWWDIR%%/l10n/zh_HK.js +%%WWWDIR%%/l10n/zh_HK.json %%WWWDIR%%/l10n/zh_TW.js %%WWWDIR%%/l10n/zh_TW.json %%WWWDIR%%/lib/Activity/Provider.php From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 09:58:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C4B2C65D630; Fri, 25 Jun 2021 09:58: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 4GBC9w5CGdz3mJZ; Fri, 25 Jun 2021 09:58: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 9B326D4B; Fri, 25 Jun 2021 09:58: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 15P9wCwQ077483; Fri, 25 Jun 2021 09:58:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15P9wCgN077482; Fri, 25 Jun 2021 09:58:12 GMT (envelope-from git) Date: Fri, 25 Jun 2021 09:58:12 GMT Message-Id: <202106250958.15P9wCgN077482@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: cff095b99a0d - main - databases/R-cran-RMySQL: Update to 0.10.22 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: cff095b99a0dffafa006453e3555425c2728d6c2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 09:58:12 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=cff095b99a0dffafa006453e3555425c2728d6c2 commit cff095b99a0dffafa006453e3555425c2728d6c2 Author: TAKATSU Tomonari AuthorDate: 2021-06-24 12:22:47 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-06-25 09:56:59 +0000 databases/R-cran-RMySQL: Update to 0.10.22 --- databases/R-cran-RMySQL/Makefile | 2 +- databases/R-cran-RMySQL/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index 74cbc66ece2a..de1d85c84485 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= RMySQL -DISTVERSION= 0.10.21 +DISTVERSION= 0.10.22 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/databases/R-cran-RMySQL/distinfo b/databases/R-cran-RMySQL/distinfo index 8450ec802700..d9c275b2498c 100644 --- a/databases/R-cran-RMySQL/distinfo +++ b/databases/R-cran-RMySQL/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608774430 -SHA256 (RMySQL_0.10.21.tar.gz) = 3a6bf06d32d66c7c958d4f89ed517614171a7fd254ef6f4d40f4c5982c2d6b31 -SIZE (RMySQL_0.10.21.tar.gz) = 53075 +TIMESTAMP = 1624537359 +SHA256 (RMySQL_0.10.22.tar.gz) = d4326d920d106edb383c328d791e17c3a285b4cedd7b22549e217c3815e61116 +SIZE (RMySQL_0.10.22.tar.gz) = 53215 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 09:59:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 160F665D78F; Fri, 25 Jun 2021 09: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 4GBCCg07C2z3mJl; Fri, 25 Jun 2021 09: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 E10841020; Fri, 25 Jun 2021 09: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 15P9xgve077737; Fri, 25 Jun 2021 09: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 15P9xgfq077736; Fri, 25 Jun 2021 09:59:42 GMT (envelope-from git) Date: Fri, 25 Jun 2021 09:59:42 GMT Message-Id: <202106250959.15P9xgfq077736@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: 8fbc177229cb - main - graphics/R-cran-colorspace: 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: 8fbc177229cb819a56dd6cd8491374b7b8f842d6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 09:59:43 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fbc177229cb819a56dd6cd8491374b7b8f842d6 commit 8fbc177229cb819a56dd6cd8491374b7b8f842d6 Author: TAKATSU Tomonari AuthorDate: 2021-06-25 06:51:24 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-06-25 09:58:47 +0000 graphics/R-cran-colorspace: Update to 2.0-2 --- graphics/R-cran-colorspace/Makefile | 2 +- graphics/R-cran-colorspace/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile index 4827954d0769..c682b1edee83 100644 --- a/graphics/R-cran-colorspace/Makefile +++ b/graphics/R-cran-colorspace/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= colorspace -DISTVERSION= 2.0-1 +DISTVERSION= 2.0-2 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-colorspace/distinfo b/graphics/R-cran-colorspace/distinfo index 238a80c050eb..38d7061a6d33 100644 --- a/graphics/R-cran-colorspace/distinfo +++ b/graphics/R-cran-colorspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620230730 -SHA256 (colorspace_2.0-1.tar.gz) = f82fdde36058678d1bd0f410eb45a5874aa28d74e2de30399f28b070a284425e -SIZE (colorspace_2.0-1.tar.gz) = 2193384 +TIMESTAMP = 1624603847 +SHA256 (colorspace_2.0-2.tar.gz) = b891cd2ec129ed5f116429345947bcaadc33969758a108521eb0cf36bd12183a +SIZE (colorspace_2.0-2.tar.gz) = 2196563 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 11:49:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73A2C65F493; Fri, 25 Jun 2021 11: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 4GBFfM2dZyz3r6h; Fri, 25 Jun 2021 11: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 42E2F25D8; Fri, 25 Jun 2021 11: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 15PBnVP9023468; Fri, 25 Jun 2021 11: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 15PBnV4o023467; Fri, 25 Jun 2021 11:49:31 GMT (envelope-from git) Date: Fri, 25 Jun 2021 11:49:31 GMT Message-Id: <202106251149.15PBnV4o023467@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: f6dbd4437a23 - main - net-mgmt/networkmgr: updated to 5.6 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: f6dbd4437a2300da250f500cdaaa1a8da12d37c2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 11:49:31 -0000 The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6dbd4437a2300da250f500cdaaa1a8da12d37c2 commit f6dbd4437a2300da250f500cdaaa1a8da12d37c2 Author: Eric Turgeon AuthorDate: 2021-06-25 11:47:19 +0000 Commit: Eric Turgeon CommitDate: 2021-06-25 11:49:25 +0000 net-mgmt/networkmgr: updated to 5.6 --- net-mgmt/networkmgr/Makefile | 2 +- net-mgmt/networkmgr/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mgmt/networkmgr/Makefile b/net-mgmt/networkmgr/Makefile index 8fded21ff06a..ea854510e8ba 100644 --- a/net-mgmt/networkmgr/Makefile +++ b/net-mgmt/networkmgr/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Turgeon PORTNAME= networkmgr -DISTVERSION= 5.5 +DISTVERSION= 5.6 CATEGORIES= net-mgmt MAINTAINER= ericbsd@FreeBSD.org diff --git a/net-mgmt/networkmgr/distinfo b/net-mgmt/networkmgr/distinfo index 853e7b367a3a..ac42a2605485 100644 --- a/net-mgmt/networkmgr/distinfo +++ b/net-mgmt/networkmgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624267388 -SHA256 (GhostBSD-networkmgr-5.5_GH0.tar.gz) = 442378794644513f0572409da26e2b957218d16722cc9981eafe012672cf683f -SIZE (GhostBSD-networkmgr-5.5_GH0.tar.gz) = 1297526 +TIMESTAMP = 1624621625 +SHA256 (GhostBSD-networkmgr-5.6_GH0.tar.gz) = d26e57f248e69089348614e8f435e17356a3279ac52b3c415bc6f810c23c3566 +SIZE (GhostBSD-networkmgr-5.6_GH0.tar.gz) = 1297525 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 12:09:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B51865FFD2; Fri, 25 Jun 2021 12:09: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 4GBG5n6hWTz3sWF; Fri, 25 Jun 2021 12:09: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 CE51328DC; Fri, 25 Jun 2021 12:09: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 15PC9nIn050291; Fri, 25 Jun 2021 12:09:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PC9ncU050290; Fri, 25 Jun 2021 12:09:49 GMT (envelope-from git) Date: Fri, 25 Jun 2021 12:09:49 GMT Message-Id: <202106251209.15PC9ncU050290@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: f3e7dc62d42c - main - devel/R-cran-broom: Update to 0.7.8 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: f3e7dc62d42c69574d150f8a9332833a9d5931e1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 12:09:50 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3e7dc62d42c69574d150f8a9332833a9d5931e1 commit f3e7dc62d42c69574d150f8a9332833a9d5931e1 Author: TAKATSU Tomonari AuthorDate: 2021-06-25 10:03:47 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-06-25 12:08:05 +0000 devel/R-cran-broom: Update to 0.7.8 --- devel/R-cran-broom/Makefile | 2 +- devel/R-cran-broom/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/R-cran-broom/Makefile b/devel/R-cran-broom/Makefile index 470fbfe3efa3..398524a139e4 100644 --- a/devel/R-cran-broom/Makefile +++ b/devel/R-cran-broom/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= broom -DISTVERSION= 0.7.7 +DISTVERSION= 0.7.8 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-broom/distinfo b/devel/R-cran-broom/distinfo index 7856782a289c..12e88a384418 100644 --- a/devel/R-cran-broom/distinfo +++ b/devel/R-cran-broom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623660897 -SHA256 (broom_0.7.7.tar.gz) = b05286dd46ae2bb96c796c51729f00bd48807f32ab426f426a9adac68b183aa0 -SIZE (broom_0.7.7.tar.gz) = 632928 +TIMESTAMP = 1624615399 +SHA256 (broom_0.7.8.tar.gz) = 757a670a272917864278d8fc34f69fa213e28b8f00f0ab94874d445b8a8a6241 +SIZE (broom_0.7.8.tar.gz) = 632611 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 12:47:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BAF2C660785; Fri, 25 Jun 2021 12:47: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 4GBGx04fnjz4RCd; Fri, 25 Jun 2021 12:47: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 886E731C6; Fri, 25 Jun 2021 12:47: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 15PClG2o002535; Fri, 25 Jun 2021 12:47:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PClGE8002534; Fri, 25 Jun 2021 12:47:16 GMT (envelope-from git) Date: Fri, 25 Jun 2021 12:47:16 GMT Message-Id: <202106251247.15PClGE8002534@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: 17442b6a16d8 - main - games/linux-steam-utils: Update to 20210616 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: 17442b6a16d8773b689162a4bcd51d738d47e61e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 12:47:16 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=17442b6a16d8773b689162a4bcd51d738d47e61e commit 17442b6a16d8773b689162a4bcd51d738d47e61e Author: Alex S AuthorDate: 2021-06-25 12:43:42 +0000 Commit: Rainer Hurling CommitDate: 2021-06-25 12:43:42 +0000 games/linux-steam-utils: Update to 20210616 Allow to launch applications of Steam beta https://support.steampowered.com/kb_article.php?ref=7021-eiah-8669 PR: 256817 --- games/linux-steam-utils/Makefile | 2 +- games/linux-steam-utils/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/linux-steam-utils/Makefile b/games/linux-steam-utils/Makefile index a9ed51a1c347..a7481fcba7ca 100644 --- a/games/linux-steam-utils/Makefile +++ b/games/linux-steam-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= steam-utils -DISTVERSION= 20210613 +DISTVERSION= 20210616 CATEGORIES= games linux PKGNAMEPREFIX= linux- diff --git a/games/linux-steam-utils/distinfo b/games/linux-steam-utils/distinfo index 0b5e218ec2d0..dfb5a672b9ae 100644 --- a/games/linux-steam-utils/distinfo +++ b/games/linux-steam-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623631840 -SHA256 (shkhln-linuxulator-steam-utils-20210613_GH0.tar.gz) = ad391d6856cc58b1cfbaf5835e420097c14915a58af857d05f238406db74715d -SIZE (shkhln-linuxulator-steam-utils-20210613_GH0.tar.gz) = 18289 +TIMESTAMP = 1624568941 +SHA256 (shkhln-linuxulator-steam-utils-20210616_GH0.tar.gz) = 6de76b85039b66eccbf5528d382c55da7c61795b2557427df93277222efa139a +SIZE (shkhln-linuxulator-steam-utils-20210616_GH0.tar.gz) = 18316 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 12:54:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE10E65FF70; Fri, 25 Jun 2021 12:54: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 4GBH4z5rHJz4RlX; Fri, 25 Jun 2021 12:54: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 AC99A3750; Fri, 25 Jun 2021 12:54: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 15PCsBYJ015286; Fri, 25 Jun 2021 12:54:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PCsBuo015285; Fri, 25 Jun 2021 12:54:11 GMT (envelope-from git) Date: Fri, 25 Jun 2021 12:54:11 GMT Message-Id: <202106251254.15PCsBuo015285@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: d5a8758b5033 - main - security/tailscale: Update to 1.10.0 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: d5a8758b5033c242df12ef5d1a3e3be016a4b7d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 12:54:12 -0000 The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5a8758b5033c242df12ef5d1a3e3be016a4b7d9 commit d5a8758b5033c242df12ef5d1a3e3be016a4b7d9 Author: Mikael Urankar AuthorDate: 2021-06-25 12:53:26 +0000 Commit: Mikael Urankar CommitDate: 2021-06-25 12:54:08 +0000 security/tailscale: Update to 1.10.0 Changes: https://github.com/tailscale/tailscale/releases/tag/v1.10.0 --- security/tailscale/Makefile | 2 +- security/tailscale/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 58988b1ca94c..94eb73efb4e4 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,5 +1,5 @@ PORTNAME= tailscale -PORTVERSION= 1.8.8 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index 9094c15a47ad..2b98d392300b 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1624550483 -SHA256 (go/security_tailscale/tailscale-v1.8.8/v1.8.8.mod) = 95419a6ec25c6dab7daab9e7abef61349e18de3dd3118acbb1a6d4084d8ee9ca -SIZE (go/security_tailscale/tailscale-v1.8.8/v1.8.8.mod) = 2133 -SHA256 (go/security_tailscale/tailscale-v1.8.8/v1.8.8.zip) = 57967281b9d921d6cb9ec6cda8f496e7fe1f0b94bca6e8be7e930a675778c21d -SIZE (go/security_tailscale/tailscale-v1.8.8/v1.8.8.zip) = 898336 +TIMESTAMP = 1624625503 +SHA256 (go/security_tailscale/tailscale-v1.10.0/v1.10.0.mod) = c213d32db1f67ec67593612c300f0e987e27a8dac248dd567ec3a9dffdab9c09 +SIZE (go/security_tailscale/tailscale-v1.10.0/v1.10.0.mod) = 2044 +SHA256 (go/security_tailscale/tailscale-v1.10.0/v1.10.0.zip) = a65316e0be4ca4a361e44875659e2b3fc8e292fb6559fde2da32b9ed03ddbfcb +SIZE (go/security_tailscale/tailscale-v1.10.0/v1.10.0.zip) = 979609 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5ED5A661427; Fri, 25 Jun 2021 13: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 4GBJ931tTSz4V2R; Fri, 25 Jun 2021 13: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 293B24507; Fri, 25 Jun 2021 13: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 15PDglB2083443; Fri, 25 Jun 2021 13: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 15PDglfX083442; Fri, 25 Jun 2021 13:42:47 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:47 GMT Message-Id: <202106251342.15PDglfX083442@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: 79b8c5384e39 - main - devel/py-ctypesgen: Add py-ctypesgen 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: 79b8c5384e39171c2e1e177f766e5d83aff3ea19 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:47 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=79b8c5384e39171c2e1e177f766e5d83aff3ea19 commit 79b8c5384e39171c2e1e177f766e5d83aff3ea19 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:33:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:33:51 +0000 devel/py-ctypesgen: Add py-ctypesgen 1.0.2 ctypesgen is a pure-python ctypes wrapper generator. It can also output JSON, which can be used with Mork, which generates bindings for Lua, using the alien module (which binds libffi to Lua). WWW: https://github.com/davidjamesca/ctypesgen --- devel/Makefile | 1 + devel/py-ctypesgen/Makefile | 25 +++++++++++++++++++++++++ devel/py-ctypesgen/distinfo | 3 +++ devel/py-ctypesgen/pkg-descr | 5 +++++ 4 files changed, 34 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index bac8aa4aae55..50de76449f46 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4322,6 +4322,7 @@ SUBDIR += py-cson SUBDIR += py-csv23 SUBDIR += py-ctags + SUBDIR += py-ctypesgen SUBDIR += py-curio SUBDIR += py-cursive SUBDIR += py-curtsies diff --git a/devel/py-ctypesgen/Makefile b/devel/py-ctypesgen/Makefile new file mode 100644 index 000000000000..299fcb5140f6 --- /dev/null +++ b/devel/py-ctypesgen/Makefile @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= ctypesgen +PORTVERSION= 1.0.2 +DISTVERSIONPREFIX= ctypesgen- +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python wrapper generator for ctypes + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ shebangfix +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= davidjamesca + +SHEBANG_FILES= ctypesgen/test/testsuite.py + +.include diff --git a/devel/py-ctypesgen/distinfo b/devel/py-ctypesgen/distinfo new file mode 100644 index 000000000000..18ea922e35bc --- /dev/null +++ b/devel/py-ctypesgen/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624189673 +SHA256 (davidjamesca-ctypesgen-ctypesgen-1.0.2_GH0.tar.gz) = 409ff3984ecf2aef09008045a713d61031990e95834074bff27957430223b729 +SIZE (davidjamesca-ctypesgen-ctypesgen-1.0.2_GH0.tar.gz) = 119413 diff --git a/devel/py-ctypesgen/pkg-descr b/devel/py-ctypesgen/pkg-descr new file mode 100644 index 000000000000..7768eeb1ccde --- /dev/null +++ b/devel/py-ctypesgen/pkg-descr @@ -0,0 +1,5 @@ +ctypesgen is a pure-python ctypes wrapper generator. It can also output JSON, +which can be used with Mork, which generates bindings for Lua, using the alien +module (which binds libffi to Lua). + +WWW: https://github.com/davidjamesca/ctypesgen From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF0E266142C; Fri, 25 Jun 2021 13:42: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 4GBJ943rkNz4V2X; Fri, 25 Jun 2021 13: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 6909C460F; Fri, 25 Jun 2021 13: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 15PDgmQf083472; Fri, 25 Jun 2021 13: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 15PDgm6n083471; Fri, 25 Jun 2021 13:42:48 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:48 GMT Message-Id: <202106251342.15PDgm6n083471@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: 26432e811cd5 - main - audio/id3lib: 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: 26432e811cd5c0f90a0243350a75aab0404edbe9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=26432e811cd5c0f90a0243350a75aab0404edbe9 commit 26432e811cd5c0f90a0243350a75aab0404edbe9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:00 +0000 audio/id3lib: Cosmetic change --- audio/id3lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 77a5f0ff5c46..86950627b33a 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -20,7 +20,8 @@ USES= compiler:c11 iconv libtool localbase GNU_CONFIGURE= yes USE_LDCONFIG= yes -post-extract: - @${RM} -r ${WRKSRC}/zlib +post-patch: +# Clean up bundled libraries + @${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/ .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CB78661705; Fri, 25 Jun 2021 13: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 4GBJ965MNRz4V2k; Fri, 25 Jun 2021 13:42: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 9E44540B4; Fri, 25 Jun 2021 13: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 15PDgo8D083522; Fri, 25 Jun 2021 13: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 15PDgolL083521; Fri, 25 Jun 2021 13:42:50 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:50 GMT Message-Id: <202106251342.15PDgolL083521@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: 11411ada6034 - main - devel/grpc: Update to 1.38.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: 11411ada603407f419624d4bb0c6b3b353f6bd19 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=11411ada603407f419624d4bb0c6b3b353f6bd19 commit 11411ada603407f419624d4bb0c6b3b353f6bd19 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:02 +0000 devel/grpc: Update to 1.38.1 Changes: https://github.com/grpc/grpc/releases --- devel/grpc/Makefile | 2 +- devel/grpc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index 54b4ad965174..0aad80558e16 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -1,7 +1,7 @@ # Created by: vanilla@ PORTNAME= grpc -PORTVERSION= 1.38.0 +PORTVERSION= 1.38.1 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= devel diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo index 80029a53eeeb..264947cb01e9 100644 --- a/devel/grpc/distinfo +++ b/devel/grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621699707 -SHA256 (grpc-grpc-v1.38.0_GH0.tar.gz) = abd9e52c69000f2c051761cfa1f12d52d8b7647b6c66828a91d462e796f2aede -SIZE (grpc-grpc-v1.38.0_GH0.tar.gz) = 8296425 +TIMESTAMP = 1624189677 +SHA256 (grpc-grpc-v1.38.1_GH0.tar.gz) = f60e5b112913bf776a22c16a3053cc02cf55e60bf27a959fd54d7aaf8e2da6e8 +SIZE (grpc-grpc-v1.38.1_GH0.tar.gz) = 8294961 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C9CEF6612C0; Fri, 25 Jun 2021 13: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 4GBJ954gvpz4Tgc; Fri, 25 Jun 2021 13: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 77F5A44A4; Fri, 25 Jun 2021 13: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 15PDgn3B083498; Fri, 25 Jun 2021 13: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 15PDgndR083497; Fri, 25 Jun 2021 13:42:49 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:49 GMT Message-Id: <202106251342.15PDgndR083497@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: a78afbc0fa06 - main - databases/plpgsql_check: Update to 1.16.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: a78afbc0fa06eec6606421441762aea6ddabefa3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:49 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a78afbc0fa06eec6606421441762aea6ddabefa3 commit a78afbc0fa06eec6606421441762aea6ddabefa3 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:01 +0000 databases/plpgsql_check: Update to 1.16.1 Changes: https://github.com/okbob/plpgsql_check/releases --- databases/plpgsql_check/Makefile | 2 +- databases/plpgsql_check/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/plpgsql_check/Makefile b/databases/plpgsql_check/Makefile index ac6fdb990de0..8f3806e2d16f 100644 --- a/databases/plpgsql_check/Makefile +++ b/databases/plpgsql_check/Makefile @@ -1,7 +1,7 @@ # Created by: Jov PORTNAME= plpgsql_check -PORTVERSION= 1.16.0 +PORTVERSION= 1.16.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER_NODOT}- diff --git a/databases/plpgsql_check/distinfo b/databases/plpgsql_check/distinfo index 38c4ab3eee93..f7d39db26c31 100644 --- a/databases/plpgsql_check/distinfo +++ b/databases/plpgsql_check/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618319930 -SHA256 (okbob-plpgsql_check-v1.16.0_GH0.tar.gz) = a0dbaacb60373f2b9808611a69886778c4354507f5c5274f668d01574bafa63f -SIZE (okbob-plpgsql_check-v1.16.0_GH0.tar.gz) = 288709 +TIMESTAMP = 1624189675 +SHA256 (okbob-plpgsql_check-v1.16.1_GH0.tar.gz) = 354bd29a46c68a2f9b4e6d99bad6bdfee942f46fc70731f5b9d4bc7a34a5907d +SIZE (okbob-plpgsql_check-v1.16.1_GH0.tar.gz) = 289481 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D661366125F; Fri, 25 Jun 2021 13: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 4GBJ9846C8z4V2r; Fri, 25 Jun 2021 13: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 C434B458A; Fri, 25 Jun 2021 13:42: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 15PDgpfB083546; Fri, 25 Jun 2021 13: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 15PDgpgn083545; Fri, 25 Jun 2021 13:42:51 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:51 GMT Message-Id: <202106251342.15PDgpgn083545@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: 1663ebb9231c - main - sysutils/tlsdate: Convert PORTDOCS to PLIST entries 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: 1663ebb9231c94c5de51c8aed497d9cb5a8b42a4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:53 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1663ebb9231c94c5de51c8aed497d9cb5a8b42a4 commit 1663ebb9231c94c5de51c8aed497d9cb5a8b42a4 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:08 +0000 sysutils/tlsdate: Convert PORTDOCS to PLIST entries --- sysutils/tlsdate/Makefile | 2 -- sysutils/tlsdate/pkg-plist | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sysutils/tlsdate/Makefile b/sysutils/tlsdate/Makefile index 0f08d29f419a..10a7d4a1e4af 100644 --- a/sysutils/tlsdate/Makefile +++ b/sysutils/tlsdate/Makefile @@ -18,8 +18,6 @@ LDFLAGS+= -L${OPENSSLLIB} GNU_CONFIGURE= yes TEST_TARGET= test -PORTDOCS= * - USE_GITHUB= yes GH_ACCOUNT= ioerror diff --git a/sysutils/tlsdate/pkg-plist b/sysutils/tlsdate/pkg-plist index 6ecd1e9396fd..193a4b29cddf 100644 --- a/sysutils/tlsdate/pkg-plist +++ b/sysutils/tlsdate/pkg-plist @@ -3,3 +3,8 @@ bin/tlsdate-helper etc/tlsdate/ca-roots/tlsdate-ca-roots.conf man/man1/tlsdate-helper.1.gz man/man1/tlsdate.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 441696612C7; Fri, 25 Jun 2021 13: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 4GBJ990d4gz4V3p; Fri, 25 Jun 2021 13: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 E7FC6458B; Fri, 25 Jun 2021 13: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 15PDgqI3083570; Fri, 25 Jun 2021 13:42:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDgq1w083569; Fri, 25 Jun 2021 13:42:52 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:52 GMT Message-Id: <202106251342.15PDgq1w083569@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: 8f92596160cc - main - x11-fonts/fntsample: Update to UCD 13.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: 8f92596160ccbed7a1476242cb2fe388274f6e89 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:53 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f92596160ccbed7a1476242cb2fe388274f6e89 commit 8f92596160ccbed7a1476242cb2fe388274f6e89 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:09 +0000 x11-fonts/fntsample: Update to UCD 13.0.0 - Bump PORTREVISION for package change --- x11-fonts/fntsample/Makefile | 4 ++-- x11-fonts/fntsample/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index 9a04637fae1b..ffc9743e6ae5 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -3,9 +3,9 @@ PORTNAME= fntsample PORTVERSION= 5.3 DISTVERSIONPREFIX= release/ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts -MASTER_SITES= https://unicode.org/Public/12.1.0/ucd/:unidata +MASTER_SITES= https://unicode.org/Public/13.0.0/ucd/:unidata DISTFILES= Blocks.txt:unidata EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/x11-fonts/fntsample/distinfo b/x11-fonts/fntsample/distinfo index cdbaaf28bbc9..e8c4db410725 100644 --- a/x11-fonts/fntsample/distinfo +++ b/x11-fonts/fntsample/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1556971329 -SHA256 (Blocks.txt) = a28b205afe8625fffdb6544a5fe14cf02b91493d9900f07820fa2102a17548f7 -SIZE (Blocks.txt) = 10086 +TIMESTAMP = 1624189679 +SHA256 (Blocks.txt) = 81a82b6a9fcf1a9c12f588d7a1decd73a9afdc4cac95b0eb7e576e7942d6c19f +SIZE (Blocks.txt) = 10346 SHA256 (eugmes-fntsample-release-5.3_GH0.tar.gz) = e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b SIZE (eugmes-fntsample-release-5.3_GH0.tar.gz) = 56508 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DB58661372; Fri, 25 Jun 2021 13: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 4GBJ9L4Z5dz4Tnh; Fri, 25 Jun 2021 13: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 E9D9E4684; Fri, 25 Jun 2021 13: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 15PDh1CJ083774; Fri, 25 Jun 2021 13: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 15PDh1ck083773; Fri, 25 Jun 2021 13:43:01 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:01 GMT Message-Id: <202106251343.15PDh1ck083773@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: 99b4e3c5fbec - main - devel/p5-Devel-CallChecker: 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: 99b4e3c5fbecaadd739cc47e03dd3b696d7ff26a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=99b4e3c5fbecaadd739cc47e03dd3b696d7ff26a commit 99b4e3c5fbecaadd739cc47e03dd3b696d7ff26a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:15 +0000 devel/p5-Devel-CallChecker: Cosmetic change --- devel/p5-Devel-CallChecker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-Devel-CallChecker/Makefile b/devel/p5-Devel-CallChecker/Makefile index 9a909175108e..deffc7a50e68 100644 --- a/devel/p5-Devel-CallChecker/Makefile +++ b/devel/p5-Devel-CallChecker/Makefile @@ -17,8 +17,8 @@ RUN_DEPENDS= p5-DynaLoader-Functions>=0.001:devel/p5-DynaLoader-Functions TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/CallChecker/CallChecker.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C73FA6616DD; Fri, 25 Jun 2021 13: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 4GBJ9B3y3fz4TnJ; Fri, 25 Jun 2021 13: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 10B5F4610; Fri, 25 Jun 2021 13: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 15PDgrXo083594; Fri, 25 Jun 2021 13: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 15PDgrXc083593; Fri, 25 Jun 2021 13:42:53 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:53 GMT Message-Id: <202106251342.15PDgrXc083593@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: bf8bec2726e6 - main - devel/p5-Data-Rmap: 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: bf8bec2726e61ec270b3733757d29a8d9071862a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf8bec2726e61ec270b3733757d29a8d9071862a commit bf8bec2726e61ec270b3733757d29a8d9071862a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:10 +0000 devel/p5-Data-Rmap: Cosmetic change --- devel/p5-Data-Rmap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Data-Rmap/Makefile b/devel/p5-Data-Rmap/Makefile index a52cbe51cd99..b811262f1e56 100644 --- a/devel/p5-Data-Rmap/Makefile +++ b/devel/p5-Data-Rmap/Makefile @@ -14,8 +14,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8EF466616EC; Fri, 25 Jun 2021 13: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 4GBJ9K3M45z4Tr1; Fri, 25 Jun 2021 13: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 CA0AA40B5; Fri, 25 Jun 2021 13: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 15PDh09W083748; Fri, 25 Jun 2021 13: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 15PDh0sN083747; Fri, 25 Jun 2021 13:43:00 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:00 GMT Message-Id: <202106251343.15PDh0sN083747@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: 0139f4ac0800 - main - devel/p5-Debug-Client: 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: 0139f4ac0800970ee7b4da65b3f3f22b70372791 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:01 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0139f4ac0800970ee7b4da65b3f3f22b70372791 commit 0139f4ac0800970ee7b4da65b3f3f22b70372791 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:14 +0000 devel/p5-Debug-Client: Cosmetic change --- devel/p5-Debug-Client/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Debug-Client/Makefile b/devel/p5-Debug-Client/Makefile index b3930d033f52..02f7df60da35 100644 --- a/devel/p5-Debug-Client/Makefile +++ b/devel/p5-Debug-Client/Makefile @@ -21,8 +21,9 @@ TEST_DEPENDS= p5-File-HomeDir>=1:devel/p5-File-HomeDir \ p5-Test-Deep>=0.112:devel/p5-Test-Deep \ p5-Test-Requires>=0.07:devel/p5-Test-Requires -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6CEE266135D; Fri, 25 Jun 2021 13:42: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 4GBJ9C1xhnz4Tgv; Fri, 25 Jun 2021 13:42: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 29B9D4681; Fri, 25 Jun 2021 13:42: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 15PDgt8k083623; Fri, 25 Jun 2021 13:42:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDgt8p083622; Fri, 25 Jun 2021 13:42:55 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:55 GMT Message-Id: <202106251342.15PDgt8p083622@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: 09b58844044a - main - devel/p5-Data-Section-Simple: Add LICENSE_FILE 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: 09b58844044a29f00b9b787eb54d3ad4fdf044c4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=09b58844044a29f00b9b787eb54d3ad4fdf044c4 commit 09b58844044a29f00b9b787eb54d3ad4fdf044c4 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:10 +0000 devel/p5-Data-Section-Simple: Add LICENSE_FILE --- devel/p5-Data-Section-Simple/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Data-Section-Simple/Makefile b/devel/p5-Data-Section-Simple/Makefile index edb5b82ce063..05ad208b85a4 100644 --- a/devel/p5-Data-Section-Simple/Makefile +++ b/devel/p5-Data-Section-Simple/Makefile @@ -12,9 +12,11 @@ COMMENT= Read data from __DATA__ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AB2F9661377; Fri, 25 Jun 2021 13: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 4GBJ9P481Lz4ThL; Fri, 25 Jun 2021 13: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 69BB2449D; Fri, 25 Jun 2021 13: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 15PDh5V9083846; Fri, 25 Jun 2021 13: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 15PDh5uj083845; Fri, 25 Jun 2021 13:43:05 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:05 GMT Message-Id: <202106251343.15PDh5uj083845@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: 1153a4729ca7 - main - devel/p5-Devel-PackagePath: 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: 1153a4729ca7f639db20cc5387a5c5421524b882 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1153a4729ca7f639db20cc5387a5c5421524b882 commit 1153a4729ca7f639db20cc5387a5c5421524b882 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:17 +0000 devel/p5-Devel-PackagePath: Cosmetic change --- devel/p5-Devel-PackagePath/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Devel-PackagePath/Makefile b/devel/p5-Devel-PackagePath/Makefile index a4f8b5dcd3a6..1c5d4e75a470 100644 --- a/devel/p5-Devel-PackagePath/Makefile +++ b/devel/p5-Devel-PackagePath/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.64:devel/p5-Moose \ p5-MooseX-Types-Path-Class>=0.04:devel/p5-MooseX-Types-Path-Class -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4BCC661436; Fri, 25 Jun 2021 13:42: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 4GBJ9D2xkvz4TqZ; Fri, 25 Jun 2021 13:42: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 4A60B4682; Fri, 25 Jun 2021 13: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 15PDguV1083648; Fri, 25 Jun 2021 13: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 15PDguoV083647; Fri, 25 Jun 2021 13:42:56 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:56 GMT Message-Id: <202106251342.15PDguoV083647@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: fda8feb4a127 - main - devel/p5-Data-Validator: Add LICENSE_FILE 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: fda8feb4a12775627e4a1f4a385fad418644549a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fda8feb4a12775627e4a1f4a385fad418644549a commit fda8feb4a12775627e4a1f4a385fad418644549a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:11 +0000 devel/p5-Data-Validator: Add LICENSE_FILE --- devel/p5-Data-Validator/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Data-Validator/Makefile b/devel/p5-Data-Validator/Makefile index a6b3d1420291..7f69114790ce 100644 --- a/devel/p5-Data-Validator/Makefile +++ b/devel/p5-Data-Validator/Makefile @@ -12,14 +12,16 @@ COMMENT= Rule based validator on type constraint system LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Mouse>=0.93:devel/p5-Mouse TEST_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-Test-Requires>=0:devel/p5-Test-Requires -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BDDC661532; Fri, 25 Jun 2021 13: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 4GBJ9H1dj1z4V61; Fri, 25 Jun 2021 13: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 97D58458C; Fri, 25 Jun 2021 13:42: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 15PDgwlA083696; Fri, 25 Jun 2021 13:42:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDgwvg083695; Fri, 25 Jun 2021 13:42:58 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:58 GMT Message-Id: <202106251342.15PDgwvg083695@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: 3f700714cb05 - main - devel/p5-DateTime-Format-Oracle: 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: 3f700714cb051b93f3ca58430a7e94548c7b8ed9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f700714cb051b93f3ca58430a7e94548c7b8ed9 commit 3f700714cb051b93f3ca58430a7e94548c7b8ed9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:13 +0000 devel/p5-DateTime-Format-Oracle: Cosmetic change --- devel/p5-DateTime-Format-Oracle/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-DateTime-Format-Oracle/Makefile b/devel/p5-DateTime-Format-Oracle/Makefile index 584ef259f182..7de6dabf8644 100644 --- a/devel/p5-DateTime-Format-Oracle/Makefile +++ b/devel/p5-DateTime-Format-Oracle/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Convert-NLS_DATE_FORMAT>=0.03:converters/p5-Convert-NLS_DATE_FOR p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38AC06612DB; Fri, 25 Jun 2021 13: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 4GBJ9T28rmz4V6V; Fri, 25 Jun 2021 13: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 DDA68449E; Fri, 25 Jun 2021 13: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 15PDh8rw083924; Fri, 25 Jun 2021 13: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 15PDh8Lh083923; Fri, 25 Jun 2021 13:43:08 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:08 GMT Message-Id: <202106251343.15PDh8Lh083923@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: 3041b4325625 - main - devel/p5-Error-Helper: 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: 3041b43256256bd532eeb110eeee48775f601737 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:10 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3041b43256256bd532eeb110eeee48775f601737 commit 3041b43256256bd532eeb110eeee48775f601737 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:19 +0000 devel/p5-Error-Helper: Cosmetic change --- devel/p5-Error-Helper/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Error-Helper/Makefile b/devel/p5-Error-Helper/Makefile index 5e63d0c83dc1..d8234ae42b72 100644 --- a/devel/p5-Error-Helper/Makefile +++ b/devel/p5-Error-Helper/Makefile @@ -16,8 +16,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A1D2661362; Fri, 25 Jun 2021 13: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 4GBJ9J0R56z4V64; Fri, 25 Jun 2021 13: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 B2A9F458D; Fri, 25 Jun 2021 13: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 15PDgxVU083720; Fri, 25 Jun 2021 13: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 15PDgxW3083719; Fri, 25 Jun 2021 13:42:59 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:59 GMT Message-Id: <202106251342.15PDgxW3083719@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: 4342bf5eaf70 - main - devel/p5-DateTimeX-Easy: 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: 4342bf5eaf7078fc64676f7bdc347aa482503ea0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:00 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4342bf5eaf7078fc64676f7bdc347aa482503ea0 commit 4342bf5eaf7078fc64676f7bdc347aa482503ea0 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:13 +0000 devel/p5-DateTimeX-Easy: Cosmetic change --- devel/p5-DateTimeX-Easy/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-DateTimeX-Easy/Makefile b/devel/p5-DateTimeX-Easy/Makefile index 50f14a49311f..a50d91e08f58 100644 --- a/devel/p5-DateTimeX-Easy/Makefile +++ b/devel/p5-DateTimeX-Easy/Makefile @@ -22,8 +22,9 @@ RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ p5-TimeDate>=0:devel/p5-TimeDate TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C709661459; Fri, 25 Jun 2021 13: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 4GBJ9V1g6jz4ThW; Fri, 25 Jun 2021 13: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 116EB4685; Fri, 25 Jun 2021 13: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 15PDh9ow083948; Fri, 25 Jun 2021 13: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 15PDh90M083947; Fri, 25 Jun 2021 13:43:09 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:09 GMT Message-Id: <202106251343.15PDh90M083947@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: 79977ae2d7f5 - main - devel/p5-Eval-LineNumbers: 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: 79977ae2d7f52f6afd160e27aca6c3d3d2867112 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:10 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=79977ae2d7f52f6afd160e27aca6c3d3d2867112 commit 79977ae2d7f52f6afd160e27aca6c3d3d2867112 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:20 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:20 +0000 devel/p5-Eval-LineNumbers: Cosmetic change --- devel/p5-Eval-LineNumbers/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Eval-LineNumbers/Makefile b/devel/p5-Eval-LineNumbers/Makefile index 40ae68f062ca..46834824c137 100644 --- a/devel/p5-Eval-LineNumbers/Makefile +++ b/devel/p5-Eval-LineNumbers/Makefile @@ -14,8 +14,9 @@ COMMENT= Add line numbers to hereis blocks that contain perl source code LICENSE= ART20 LGPL21 LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5068F661810; Fri, 25 Jun 2021 13:43: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 4GBJ9k6sZlz4VPJ; Fri, 25 Jun 2021 13: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 CE9124686; Fri, 25 Jun 2021 13: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 15PDhMqO084224; Fri, 25 Jun 2021 13: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 15PDhMm6084223; Fri, 25 Jun 2021 13:43:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:22 GMT Message-Id: <202106251343.15PDhMm6084223@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: 52ac3b2614db - main - devel/p5-Geo-JSON: Add LICENSE_FILE and 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: 52ac3b2614db40af0e5590a0ae26563df59e6c31 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:23 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=52ac3b2614db40af0e5590a0ae26563df59e6c31 commit 52ac3b2614db40af0e5590a0ae26563df59e6c31 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:28 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:28 +0000 devel/p5-Geo-JSON: Add LICENSE_FILE and NO_ARCH --- devel/p5-Geo-JSON/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Geo-JSON/Makefile b/devel/p5-Geo-JSON/Makefile index 8e84a10cd38e..d9cc19174fb6 100644 --- a/devel/p5-Geo-JSON/Makefile +++ b/devel/p5-Geo-JSON/Makefile @@ -11,6 +11,7 @@ COMMENT= Perl OO interface for geojson LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JSON>=0:converters/p5-JSON \ @@ -21,7 +22,9 @@ TEST_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Most>=0:devel/p5-Test-Most -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBF4E661788; Fri, 25 Jun 2021 13:43: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 4GBJ9h4qdtz4V78; Fri, 25 Jun 2021 13:43: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 809FD450B; Fri, 25 Jun 2021 13:43: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 15PDhKCJ084176; Fri, 25 Jun 2021 13:43:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhKUW084175; Fri, 25 Jun 2021 13:43:20 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:20 GMT Message-Id: <202106251343.15PDhKUW084175@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: 238a1fffc799 - main - devel/p5-File-Slurp-Tree: 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: 238a1fffc799e6178bb9a8230e0c521ccea62747 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=238a1fffc799e6178bb9a8230e0c521ccea62747 commit 238a1fffc799e6178bb9a8230e0c521ccea62747 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:26 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:26 +0000 devel/p5-File-Slurp-Tree: Cosmetic change --- devel/p5-File-Slurp-Tree/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-File-Slurp-Tree/Makefile b/devel/p5-File-Slurp-Tree/Makefile index fff6aded00d1..e522cb0de4fa 100644 --- a/devel/p5-File-Slurp-Tree/Makefile +++ b/devel/p5-File-Slurp-Tree/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ p5-File-Slurp>=0:devel/p5-File-Slurp -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:42:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 08DB866159A; Fri, 25 Jun 2021 13: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 4GBJ9F4LTXz4Tgy; Fri, 25 Jun 2021 13: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 715BC4683; Fri, 25 Jun 2021 13: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 15PDgvI3083672; Fri, 25 Jun 2021 13: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 15PDgveY083671; Fri, 25 Jun 2021 13:42:57 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:42:57 GMT Message-Id: <202106251342.15PDgveY083671@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: dd4cb51d659c - main - devel/p5-Date-Simple: Update LICENSE and LICENSE_FILE 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: dd4cb51d659cdbb38d54c3d569614eb3406d708c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:42:58 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd4cb51d659cdbb38d54c3d569614eb3406d708c commit dd4cb51d659cdbb38d54c3d569614eb3406d708c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:12 +0000 devel/p5-Date-Simple: Update LICENSE and LICENSE_FILE --- devel/p5-Date-Simple/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Date-Simple/Makefile b/devel/p5-Date-Simple/Makefile index 153fb75323c8..01f6c580bf02 100644 --- a/devel/p5-Date-Simple/Makefile +++ b/devel/p5-Date-Simple/Makefile @@ -10,11 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple date object -LICENSE= ART10 GPLv2 GPLv3 +LICENSE= ART10 GPLv2+ LICENSE_COMB= dual +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6EA42661712; Fri, 25 Jun 2021 13: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 4GBJ9M1jGbz4V8b; Fri, 25 Jun 2021 13: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 1C8F94508; Fri, 25 Jun 2021 13: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 15PDh3RQ083798; Fri, 25 Jun 2021 13: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 15PDh35T083797; Fri, 25 Jun 2021 13:43:03 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:03 GMT Message-Id: <202106251343.15PDh35T083797@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: 7219777e8d87 - main - devel/p5-Devel-CheckCompiler: Add LICENSE_FILE 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: 7219777e8d8705f1c820a51054e774535c37fd1b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7219777e8d8705f1c820a51054e774535c37fd1b commit 7219777e8d8705f1c820a51054e774535c37fd1b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:15 +0000 devel/p5-Devel-CheckCompiler: Add LICENSE_FILE --- devel/p5-Devel-CheckCompiler/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Devel-CheckCompiler/Makefile b/devel/p5-Devel-CheckCompiler/Makefile index 0f964faf24fa..5ac15aa210ee 100644 --- a/devel/p5-Devel-CheckCompiler/Makefile +++ b/devel/p5-Devel-CheckCompiler/Makefile @@ -11,9 +11,11 @@ COMMENT= Check the compiler availability LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 561E2661720; Fri, 25 Jun 2021 13:43: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 4GBJ9d1VPcz4VJL; Fri, 25 Jun 2021 13:43: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 EFED84611; Fri, 25 Jun 2021 13:43: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 15PDhGlB084098; Fri, 25 Jun 2021 13:43:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhGOD084097; Fri, 25 Jun 2021 13:43:16 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:16 GMT Message-Id: <202106251343.15PDhGOD084097@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: 43169a90b77b - main - devel/p5-File-Pid: 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: 43169a90b77b3d776100162382cfd29fb9f0a3b9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:17 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=43169a90b77b3d776100162382cfd29fb9f0a3b9 commit 43169a90b77b3d776100162382cfd29fb9f0a3b9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:24 +0000 devel/p5-File-Pid: Cosmetic change --- devel/p5-File-Pid/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-File-Pid/Makefile b/devel/p5-File-Pid/Makefile index 8738b8c25fdc..5713f97b01ec 100644 --- a/devel/p5-File-Pid/Makefile +++ b/devel/p5-File-Pid/Makefile @@ -16,9 +16,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes post-patch: @${RM} ${WRKSRC}/lib/File/Pid.pm.orig From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D281C661460; Fri, 25 Jun 2021 13: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 4GBJ9Y4vbzz4VFq; Fri, 25 Jun 2021 13: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 8296B4590; Fri, 25 Jun 2021 13: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 15PDhDJh084026; Fri, 25 Jun 2021 13: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 15PDhDvG084025; Fri, 25 Jun 2021 13:43:13 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:13 GMT Message-Id: <202106251343.15PDhDvG084025@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: 3dbc6a6a3d96 - main - devel/p5-File-Copy-Recursive-Reduced: 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: 3dbc6a6a3d96a5b33abcdf56c8db5d6a190fc0cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3dbc6a6a3d96a5b33abcdf56c8db5d6a190fc0cd commit 3dbc6a6a3d96a5b33abcdf56c8db5d6a190fc0cd Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:22 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:22 +0000 devel/p5-File-Copy-Recursive-Reduced: Cosmetic change --- devel/p5-File-Copy-Recursive-Reduced/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-File-Copy-Recursive-Reduced/Makefile b/devel/p5-File-Copy-Recursive-Reduced/Makefile index 272129f896ef..a4b38a4ac1cb 100644 --- a/devel/p5-File-Copy-Recursive-Reduced/Makefile +++ b/devel/p5-File-Copy-Recursive-Reduced/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE_ART10= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ p5-Path-Tiny>=0:devel/p5-Path-Tiny -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F3F066181C; Fri, 25 Jun 2021 13:43: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 4GBJ9v1JWDz4VDm; Fri, 25 Jun 2021 13:43: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 080C74689; Fri, 25 Jun 2021 13:43: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 15PDhU0g084404; Fri, 25 Jun 2021 13:43:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhUNu084403; Fri, 25 Jun 2021 13:43:30 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:30 GMT Message-Id: <202106251343.15PDhUNu084403@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: 0cf76550b303 - main - devel/p5-IO-All-LWP: 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: 0cf76550b303dc704a279e8cc4cd84b9395346fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:32 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0cf76550b303dc704a279e8cc4cd84b9395346fa commit 0cf76550b303dc704a279e8cc4cd84b9395346fa Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:33 +0000 devel/p5-IO-All-LWP: Cosmetic change --- devel/p5-IO-All-LWP/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-IO-All-LWP/Makefile b/devel/p5-IO-All-LWP/Makefile index 41136a0fac79..77d3fe236168 100644 --- a/devel/p5-IO-All-LWP/Makefile +++ b/devel/p5-IO-All-LWP/Makefile @@ -17,9 +17,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-All>=0.30:devel/p5-IO-All \ p5-libwww>=0:www/p5-libwww -USE_PERL5= configure USES= perl5 shebangfix -SHEBANG_FILES= iocp.pl +USE_PERL5= configure + NO_ARCH= yes +SHEBANG_FILES= iocp.pl + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAB1B661568; Fri, 25 Jun 2021 13:43: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 4GBJ9x4CThz4VBn; Fri, 25 Jun 2021 13:43: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 4B92544A6; Fri, 25 Jun 2021 13:43: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 15PDhXcN084452; Fri, 25 Jun 2021 13:43:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhXPK084451; Fri, 25 Jun 2021 13:43:33 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:33 GMT Message-Id: <202106251343.15PDhXPK084451@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: 7cbcd83f7fc3 - main - devel/p5-IO-Pty-Easy: 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: 7cbcd83f7fc32a21ac394ace8bf42aa6f14dd78d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7cbcd83f7fc32a21ac394ace8bf42aa6f14dd78d commit 7cbcd83f7fc32a21ac394ace8bf42aa6f14dd78d Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:34 +0000 devel/p5-IO-Pty-Easy: Cosmetic change --- devel/p5-IO-Pty-Easy/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-IO-Pty-Easy/Makefile b/devel/p5-IO-Pty-Easy/Makefile index 97c3b62b8bee..48aa98826dff 100644 --- a/devel/p5-IO-Pty-Easy/Makefile +++ b/devel/p5-IO-Pty-Easy/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Tty>=0:devel/p5-IO-Tty -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3C34D6612D7; Fri, 25 Jun 2021 13: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 4GBJ9N49r0z4TtC; Fri, 25 Jun 2021 13: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 49794458E; Fri, 25 Jun 2021 13: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 15PDh4h4083822; Fri, 25 Jun 2021 13: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 15PDh4Un083821; Fri, 25 Jun 2021 13:43:04 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:04 GMT Message-Id: <202106251343.15PDh4Un083821@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: 63bd9b063baf - main - devel/p5-Devel-Confess: 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: 63bd9b063baf03769a2ef1662b7f0bc9c93da3bf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=63bd9b063baf03769a2ef1662b7f0bc9c93da3bf commit 63bd9b063baf03769a2ef1662b7f0bc9c93da3bf Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:16 +0000 devel/p5-Devel-Confess: Cosmetic change --- devel/p5-Devel-Confess/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Devel-Confess/Makefile b/devel/p5-Devel-Confess/Makefile index 63403042f79d..bf837e49677a 100644 --- a/devel/p5-Devel-Confess/Makefile +++ b/devel/p5-Devel-Confess/Makefile @@ -12,8 +12,9 @@ COMMENT= Include stack traces on all warnings and errors LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C9316616EE; Fri, 25 Jun 2021 13: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 4GBJ9S0tJgz4V4g; Fri, 25 Jun 2021 13:43: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 AE5BC40B6; Fri, 25 Jun 2021 13: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 15PDh7N5083900; Fri, 25 Jun 2021 13: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 15PDh7QG083899; Fri, 25 Jun 2021 13:43:07 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:07 GMT Message-Id: <202106251343.15PDh7QG083899@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: a3d481510bb9 - main - devel/p5-DynaLoader-Functions: 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: a3d481510bb9fb1a5284d64ad9058cc863efd9eb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3d481510bb9fb1a5284d64ad9058cc863efd9eb commit a3d481510bb9fb1a5284d64ad9058cc863efd9eb Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:18 +0000 devel/p5-DynaLoader-Functions: Cosmetic change --- devel/p5-DynaLoader-Functions/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-DynaLoader-Functions/Makefile b/devel/p5-DynaLoader-Functions/Makefile index c07c28539b91..bce006a407a6 100644 --- a/devel/p5-DynaLoader-Functions/Makefile +++ b/devel/p5-DynaLoader-Functions/Makefile @@ -15,8 +15,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7939766145C; Fri, 25 Jun 2021 13: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 4GBJ9W230Lz4ThX; Fri, 25 Jun 2021 13: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 2CE7E44A5; Fri, 25 Jun 2021 13: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 15PDhBPt083972; Fri, 25 Jun 2021 13: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 15PDhBVb083971; Fri, 25 Jun 2021 13:43:11 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:11 GMT Message-Id: <202106251343.15PDhBVb083971@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: b9e6a4e6b342 - main - devel/p5-ExtUtils-CChecker: 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: b9e6a4e6b342f66005dfaefaaa835516a95da01a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9e6a4e6b342f66005dfaefaaa835516a95da01a commit b9e6a4e6b342f66005dfaefaaa835516a95da01a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:20 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:20 +0000 devel/p5-ExtUtils-CChecker: Cosmetic change --- devel/p5-ExtUtils-CChecker/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-ExtUtils-CChecker/Makefile b/devel/p5-ExtUtils-CChecker/Makefile index b03acbf29518..bcd2775bba66 100644 --- a/devel/p5-ExtUtils-CChecker/Makefile +++ b/devel/p5-ExtUtils-CChecker/Makefile @@ -18,8 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3180B6616F8; Fri, 25 Jun 2021 13:43: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 4GBJ9b6hkzz4VG0; Fri, 25 Jun 2021 13:43: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 CAEB340B7; Fri, 25 Jun 2021 13:43: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 15PDhFPv084074; Fri, 25 Jun 2021 13:43:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhFAG084073; Fri, 25 Jun 2021 13:43:15 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:15 GMT Message-Id: <202106251343.15PDhFAG084073@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: ca451964d16d - main - devel/p5-File-HomeDir-PathClass: Add LICENSE_FILE 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: ca451964d16ddfbe92b603f2ceec804e99645a58 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca451964d16ddfbe92b603f2ceec804e99645a58 commit ca451964d16ddfbe92b603f2ceec804e99645a58 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:23 +0000 devel/p5-File-HomeDir-PathClass: Add LICENSE_FILE --- devel/p5-File-HomeDir-PathClass/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-File-HomeDir-PathClass/Makefile b/devel/p5-File-HomeDir-PathClass/Makefile index 3ddd0a7d6730..f3a81d440b98 100644 --- a/devel/p5-File-HomeDir-PathClass/Makefile +++ b/devel/p5-File-HomeDir-PathClass/Makefile @@ -11,14 +11,16 @@ COMMENT= File::HomeDir returning Path::Class objects LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-HomeDir>=0.93:devel/p5-File-HomeDir \ p5-Path-Class>=0:devel/p5-Path-Class \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2DD56615A6; Fri, 25 Jun 2021 13: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 4GBJ9Q5w1tz4TtH; Fri, 25 Jun 2021 13: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 884CE458F; Fri, 25 Jun 2021 13: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 15PDh6qJ083872; Fri, 25 Jun 2021 13: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 15PDh6HY083871; Fri, 25 Jun 2021 13:43:06 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:06 GMT Message-Id: <202106251343.15PDh6HY083871@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: 91f8c64821a4 - main - devel/p5-Dist-Joseki: 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: 91f8c64821a4f5616826a38d82834563faa9d048 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=91f8c64821a4f5616826a38d82834563faa9d048 commit 91f8c64821a4f5616826a38d82834563faa9d048 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:18 +0000 devel/p5-Dist-Joseki: Cosmetic change --- devel/p5-Dist-Joseki/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Dist-Joseki/Makefile b/devel/p5-Dist-Joseki/Makefile index 84fe9e0916cb..61831a10aab1 100644 --- a/devel/p5-Dist-Joseki/Makefile +++ b/devel/p5-Dist-Joseki/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-Getopt-Attribute>=0:devel/p5-Getopt-Attribute \ p5-YAML>=0:textproc/p5-YAML -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9653E661723; Fri, 25 Jun 2021 13:43: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 4GBJ9f2D0wz4V9f; Fri, 25 Jun 2021 13:43: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 255B24612; Fri, 25 Jun 2021 13:43: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 15PDhIv9084124; Fri, 25 Jun 2021 13:43:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhIBQ084123; Fri, 25 Jun 2021 13:43:18 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:18 GMT Message-Id: <202106251343.15PDhIBQ084123@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: 2b99d7bd4763 - main - devel/p5-File-Share: 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: 2b99d7bd47634ae15759607a872c1ad14541d8cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b99d7bd47634ae15759607a872c1ad14541d8cd commit 2b99d7bd47634ae15759607a872c1ad14541d8cd Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:25 +0000 devel/p5-File-Share: Cosmetic change --- devel/p5-File-Share/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-File-Share/Makefile b/devel/p5-File-Share/Makefile index 0f814c54b2ed..7d5647d1d012 100644 --- a/devel/p5-File-Share/Makefile +++ b/devel/p5-File-Share/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-ShareDir>=1.03:devel/p5-File-ShareDir -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6E346615BB; Fri, 25 Jun 2021 13:43: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 4GBJ9j5b9bz4VJY; Fri, 25 Jun 2021 13:43: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 A47504613; Fri, 25 Jun 2021 13:43: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 15PDhLG3084200; Fri, 25 Jun 2021 13:43:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhLgA084199; Fri, 25 Jun 2021 13:43:21 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:21 GMT Message-Id: <202106251343.15PDhLgA084199@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: 27601bcbd94b - main - devel/p5-Form-Sensible: 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: 27601bcbd94b4b2843816b669d1a28f0d4a6315f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=27601bcbd94b4b2843816b669d1a28f0d4a6315f commit 27601bcbd94b4b2843816b669d1a28f0d4a6315f Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:27 +0000 devel/p5-Form-Sensible: Cosmetic change --- devel/p5-Form-Sensible/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/p5-Form-Sensible/Makefile b/devel/p5-Form-Sensible/Makefile index 3fe46c8c4cc1..23ad941633a2 100644 --- a/devel/p5-Form-Sensible/Makefile +++ b/devel/p5-Form-Sensible/Makefile @@ -21,11 +21,12 @@ RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes -post-extract: +post-patch: @${RM} ${WRKSRC}/lib/Form/Sensible/Renderer/HTML/RenderedForm.pm.orig .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F6BD6612F4; Fri, 25 Jun 2021 13:43: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 4GBJ9m1JHlz4VGM; Fri, 25 Jun 2021 13:43: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 0E8744614; Fri, 25 Jun 2021 13: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 15PDhNOq084252; Fri, 25 Jun 2021 13:43:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhNxs084250; Fri, 25 Jun 2021 13:43:23 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:23 GMT Message-Id: <202106251343.15PDhNxs084250@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: f8aed9c3e576 - main - devel/p5-Getopt-Attribute: Add LICENSE_FILE and 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: f8aed9c3e5761247d555c9cfa0007d55c36acfa7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8aed9c3e5761247d555c9cfa0007d55c36acfa7 commit f8aed9c3e5761247d555c9cfa0007d55c36acfa7 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:28 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:28 +0000 devel/p5-Getopt-Attribute: Add LICENSE_FILE and NO_ARCH --- devel/p5-Getopt-Attribute/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Getopt-Attribute/Makefile b/devel/p5-Getopt-Attribute/Makefile index 4b67e34ab6aa..d63ffa1da7f0 100644 --- a/devel/p5-Getopt-Attribute/Makefile +++ b/devel/p5-Getopt-Attribute/Makefile @@ -12,8 +12,11 @@ COMMENT= Attribute wrapper for Getopt::Long LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E2C4661819; Fri, 25 Jun 2021 13:43: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 4GBJ9q5wRpz4VBK; Fri, 25 Jun 2021 13:43: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 8AF7244A0; Fri, 25 Jun 2021 13:43: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 15PDhR64084326; Fri, 25 Jun 2021 13:43:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhR0v084325; Fri, 25 Jun 2021 13:43:27 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:27 GMT Message-Id: <202106251343.15PDhR0v084325@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: 697625dce92f - main - devel/p5-Hash-FieldHash: 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: 697625dce92f1fcdb3f8706f4e0d012b002d1faa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:28 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=697625dce92f1fcdb3f8706f4e0d012b002d1faa commit 697625dce92f1fcdb3f8706f4e0d012b002d1faa Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:30 +0000 devel/p5-Hash-FieldHash: Cosmetic change --- devel/p5-Hash-FieldHash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-Hash-FieldHash/Makefile b/devel/p5-Hash-FieldHash/Makefile index d6afd77048c6..4180fdbf2fee 100644 --- a/devel/p5-Hash-FieldHash/Makefile +++ b/devel/p5-Hash-FieldHash/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-LeakTrace>=0.07:devel/p5-Test-LeakTrace -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hash/FieldHash/FieldHash.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C120566155E; Fri, 25 Jun 2021 13: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 4GBJ9n39G1z4VDD; Fri, 25 Jun 2021 13: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 3DCC14591; Fri, 25 Jun 2021 13:43: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 15PDhP57084278; Fri, 25 Jun 2021 13:43:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhPQV084277; Fri, 25 Jun 2021 13:43:25 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:25 GMT Message-Id: <202106251343.15PDhPQV084277@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: 75a3ed0d9d1d - main - devel/p5-Git-Repository-Plugin-Log: 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: 75a3ed0d9d1d04d9a6808195b726b3f5a5145cec Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=75a3ed0d9d1d04d9a6808195b726b3f5a5145cec commit 75a3ed0d9d1d04d9a6808195b726b3f5a5145cec Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:29 +0000 devel/p5-Git-Repository-Plugin-Log: Cosmetic change --- devel/p5-Git-Repository-Plugin-Log/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Git-Repository-Plugin-Log/Makefile b/devel/p5-Git-Repository-Plugin-Log/Makefile index 60fd0b99ddbf..7eac7c3ec974 100644 --- a/devel/p5-Git-Repository-Plugin-Log/Makefile +++ b/devel/p5-Git-Repository-Plugin-Log/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Git-Repository>=1.309:devel/p5-Git-Repository TEST_DEPENDS= p5-Test-Requires-Git>=0:devel/p5-Test-Requires-Git -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 195BC66145E; Fri, 25 Jun 2021 13: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 4GBJ9X4nlpz4Thc; Fri, 25 Jun 2021 13: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 4C23E4509; Fri, 25 Jun 2021 13: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 15PDhCeg083998; Fri, 25 Jun 2021 13: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 15PDhCT5083997; Fri, 25 Jun 2021 13:43:12 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:12 GMT Message-Id: <202106251343.15PDhCT5083997@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: edaa8f1fe98f - main - devel/p5-File-BaseDir: 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: edaa8f1fe98f202b1131902d483dbd315e447ba9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:13 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=edaa8f1fe98f202b1131902d483dbd315e447ba9 commit edaa8f1fe98f202b1131902d483dbd315e447ba9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:21 +0000 devel/p5-File-BaseDir: Cosmetic change --- devel/p5-File-BaseDir/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-File-BaseDir/Makefile b/devel/p5-File-BaseDir/Makefile index da826188d9aa..eed3a27fe03b 100644 --- a/devel/p5-File-BaseDir/Makefile +++ b/devel/p5-File-BaseDir/Makefile @@ -18,8 +18,9 @@ TEST_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ p5-Test-Pod>=1.00:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.00:devel/p5-Test-Pod-Coverage -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E46EA6612E1; Fri, 25 Jun 2021 13: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 4GBJ9Z5RBHz4VCm; Fri, 25 Jun 2021 13: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 A1096450A; Fri, 25 Jun 2021 13: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 15PDhE0F084050; Fri, 25 Jun 2021 13: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 15PDhEfe084049; Fri, 25 Jun 2021 13:43:14 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:14 GMT Message-Id: <202106251343.15PDhEfe084049@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: f6b25f178ce9 - main - devel/p5-File-Find-Rule-Filesys-Virtual: 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: f6b25f178ce974437a15fecb6df20226d3464bd1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6b25f178ce974437a15fecb6df20226d3464bd1 commit f6b25f178ce974437a15fecb6df20226d3464bd1 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:23 +0000 devel/p5-File-Find-Rule-Filesys-Virtual: Cosmetic change --- devel/p5-File-Find-Rule-Filesys-Virtual/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile b/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile index 7716bcce5b38..cc3d4b7fea7f 100644 --- a/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile +++ b/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ p5-Filesys-Virtual>=0:devel/p5-Filesys-Virtual \ p5-Filesys-Virtual-Plain>=0:devel/p5-Filesys-Virtual-Plain -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A24F0661471; Fri, 25 Jun 2021 13:43: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 4GBJ9w4FJ7z4VBm; Fri, 25 Jun 2021 13:43: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 2CBDC4592; Fri, 25 Jun 2021 13:43: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 15PDhWPt084428; Fri, 25 Jun 2021 13:43:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhWYV084427; Fri, 25 Jun 2021 13:43:32 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:32 GMT Message-Id: <202106251343.15PDhWYV084427@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: ca7e7764d632 - main - devel/p5-IO-Any: 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: ca7e7764d632a276d7a9e5b721e5fae2242df475 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca7e7764d632a276d7a9e5b721e5fae2242df475 commit ca7e7764d632a276d7a9e5b721e5fae2242df475 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:33 +0000 devel/p5-IO-Any: Add NO_ARCH --- devel/p5-IO-Any/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-IO-Any/Makefile b/devel/p5-IO-Any/Makefile index 421433b1f0d2..8d05b8fa78f8 100644 --- a/devel/p5-IO-Any/Makefile +++ b/devel/p5-IO-Any/Makefile @@ -26,7 +26,9 @@ TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-Test-Pod>=1.22:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 603FD661578; Fri, 25 Jun 2021 13:43: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 4GBJ9z5wFRz4VV3; Fri, 25 Jun 2021 13:43: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 A7E714615; Fri, 25 Jun 2021 13:43: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 15PDhZvP084503; Fri, 25 Jun 2021 13:43:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhZa4084502; Fri, 25 Jun 2021 13:43:35 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:35 GMT Message-Id: <202106251343.15PDhZa4084502@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: e0802437ea74 - main - devel/p5-IPC-Open3-Simple: 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: e0802437ea7419da06efcb80e16b433ecc845df7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0802437ea7419da06efcb80e16b433ecc845df7 commit e0802437ea7419da06efcb80e16b433ecc845df7 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:35 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:35 +0000 devel/p5-IPC-Open3-Simple: Add NO_ARCH --- devel/p5-IPC-Open3-Simple/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-IPC-Open3-Simple/Makefile b/devel/p5-IPC-Open3-Simple/Makefile index 787719686be1..c082e7ab69ab 100644 --- a/devel/p5-IPC-Open3-Simple/Makefile +++ b/devel/p5-IPC-Open3-Simple/Makefile @@ -13,7 +13,9 @@ COMMENT= Simple alternative to IPC::Open3 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD88D661559; Fri, 25 Jun 2021 13:43: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 4GBJ9g3M0Pz4VG7; Fri, 25 Jun 2021 13:43: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 4F566449F; Fri, 25 Jun 2021 13:43: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 15PDhJtU084152; Fri, 25 Jun 2021 13:43:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhJP2084151; Fri, 25 Jun 2021 13:43:19 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:19 GMT Message-Id: <202106251343.15PDhJP2084151@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: 7d37465ba92d - main - devel/p5-File-Slurp-Tiny: Add LICENSE_FILE 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: 7d37465ba92dca81edade06fc47a21ea8ede3b51 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d37465ba92dca81edade06fc47a21ea8ede3b51 commit 7d37465ba92dca81edade06fc47a21ea8ede3b51 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:25 +0000 devel/p5-File-Slurp-Tiny: Add LICENSE_FILE --- devel/p5-File-Slurp-Tiny/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-File-Slurp-Tiny/Makefile b/devel/p5-File-Slurp-Tiny/Makefile index e3fb93abe2c1..4129e4aae872 100644 --- a/devel/p5-File-Slurp-Tiny/Makefile +++ b/devel/p5-File-Slurp-Tiny/Makefile @@ -11,9 +11,11 @@ COMMENT= Simple, sane and efficient file slurper LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D5DBD661814; Fri, 25 Jun 2021 13:43: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 4GBJ9p3tSlz4VPf; Fri, 25 Jun 2021 13:43: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 6ACFD450C; Fri, 25 Jun 2021 13:43: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 15PDhQ0c084302; Fri, 25 Jun 2021 13:43:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhQas084301; Fri, 25 Jun 2021 13:43:26 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:26 GMT Message-Id: <202106251343.15PDhQas084301@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: 1ea0a3efdf5e - main - devel/p5-Hash-AutoHash-Args: 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: 1ea0a3efdf5efcc3e11727a06013b17077f7a10b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:27 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ea0a3efdf5efcc3e11727a06013b17077f7a10b commit 1ea0a3efdf5efcc3e11727a06013b17077f7a10b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:30 +0000 devel/p5-Hash-AutoHash-Args: Add NO_ARCH --- devel/p5-Hash-AutoHash-Args/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Hash-AutoHash-Args/Makefile b/devel/p5-Hash-AutoHash-Args/Makefile index cde9ab52a7a6..3a0c6c531b2a 100644 --- a/devel/p5-Hash-AutoHash-Args/Makefile +++ b/devel/p5-Hash-AutoHash-Args/Makefile @@ -18,7 +18,9 @@ RUN_DEPENDS= p5-Hash-AutoHash>=1.17:devel/p5-Hash-AutoHash TEST_DEPENDS= p5-Test-Deep>=0.110:devel/p5-Test-Deep \ p5-Test-Pod>=1.48:devel/p5-Test-Pod -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E9806617BC; Fri, 25 Jun 2021 13:43: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 4GBJBG1TVNz4VKq; Fri, 25 Jun 2021 13:43: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 A6D8F4596; Fri, 25 Jun 2021 13:43: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 15PDhnxa084806; Fri, 25 Jun 2021 13:43:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhnfC084805; Fri, 25 Jun 2021 13:43:49 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:49 GMT Message-Id: <202106251343.15PDhnfC084805@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: c069d2a420b7 - main - devel/p5-Log-Log4perl-Tiny: 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: c069d2a420b7c384a768593d5f0d26ab09d42768 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c069d2a420b7c384a768593d5f0d26ab09d42768 commit c069d2a420b7c384a768593d5f0d26ab09d42768 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:45 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:45 +0000 devel/p5-Log-Log4perl-Tiny: Cosmetic change --- devel/p5-Log-Log4perl-Tiny/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Log-Log4perl-Tiny/Makefile b/devel/p5-Log-Log4perl-Tiny/Makefile index 310bde303b4b..ebfa7bfd49fc 100644 --- a/devel/p5-Log-Log4perl-Tiny/Makefile +++ b/devel/p5-Log-Log4perl-Tiny/Makefile @@ -12,8 +12,9 @@ COMMENT= Mimic Log::Log4perl in one single module LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4DD34661910; Fri, 25 Jun 2021 13:43: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 4GBJBF0TVtz4VVh; Fri, 25 Jun 2021 13:43: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 753334618; Fri, 25 Jun 2021 13:43: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 15PDhmbi084782; Fri, 25 Jun 2021 13:43:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhmIf084781; Fri, 25 Jun 2021 13:43:48 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:48 GMT Message-Id: <202106251343.15PDhmIf084781@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: 3007ff7946c1 - main - devel/p5-List-UtilsBy-XS: 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: 3007ff7946c1c6efc7321f62b79c87d87f8b5860 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:49 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3007ff7946c1c6efc7321f62b79c87d87f8b5860 commit 3007ff7946c1c6efc7321f62b79c87d87f8b5860 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:44 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:44 +0000 devel/p5-List-UtilsBy-XS: Cosmetic change --- devel/p5-List-UtilsBy-XS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-List-UtilsBy-XS/Makefile b/devel/p5-List-UtilsBy-XS/Makefile index 2d1747a7196e..a1f71f81131a 100644 --- a/devel/p5-List-UtilsBy-XS/Makefile +++ b/devel/p5-List-UtilsBy-XS/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Module-Build-XSUtil>=0.02:devel/p5-Module-Build-XSUtil -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/UtilsBy/XS/XS.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2864C66181A; Fri, 25 Jun 2021 13:43: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 4GBJ9r6L5Fz4VDY; Fri, 25 Jun 2021 13:43: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 B66B24687; Fri, 25 Jun 2021 13:43: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 15PDhS92084350; Fri, 25 Jun 2021 13:43:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhStj084349; Fri, 25 Jun 2021 13:43:28 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:28 GMT Message-Id: <202106251343.15PDhStj084349@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: ee3711ece995 - main - devel/p5-Hash-NoRef: Add LICENSE 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: ee3711ece995361526939d2d954dcee88f4fb3f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee3711ece995361526939d2d954dcee88f4fb3f4 commit ee3711ece995361526939d2d954dcee88f4fb3f4 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:31 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:31 +0000 devel/p5-Hash-NoRef: Add LICENSE --- devel/p5-Hash-NoRef/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Hash-NoRef/Makefile b/devel/p5-Hash-NoRef/Makefile index b4b271be8426..222792c3801b 100644 --- a/devel/p5-Hash-NoRef/Makefile +++ b/devel/p5-Hash-NoRef/Makefile @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= HASH that store values without increase the reference count -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hash/NoRef/NoRef.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4965A6612F8; Fri, 25 Jun 2021 13:43: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 4GBJ9t07NZz4VRP; Fri, 25 Jun 2021 13:43: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 CDBDC4688; Fri, 25 Jun 2021 13:43: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 15PDhTYS084377; Fri, 25 Jun 2021 13:43:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhTJi084376; Fri, 25 Jun 2021 13:43:29 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:29 GMT Message-Id: <202106251343.15PDhTJi084376@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: 7015ffa12340 - main - devel/p5-Hash-WithDefaults: 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: 7015ffa123407a21943fe4f345d2539e7d4c22a2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7015ffa123407a21943fe4f345d2539e7d4c22a2 commit 7015ffa123407a21943fe4f345d2539e7d4c22a2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:32 +0000 devel/p5-Hash-WithDefaults: Add NO_ARCH --- devel/p5-Hash-WithDefaults/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Hash-WithDefaults/Makefile b/devel/p5-Hash-WithDefaults/Makefile index 032daad87046..1984c3c25dbf 100644 --- a/devel/p5-Hash-WithDefaults/Makefile +++ b/devel/p5-Hash-WithDefaults/Makefile @@ -14,7 +14,9 @@ COMMENT= Class for hashes with key-casing requirements supporting defaults LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6F77661901; Fri, 25 Jun 2021 13:43: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 4GBJB330Llz4VXX; Fri, 25 Jun 2021 13:43: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 436C74616; Fri, 25 Jun 2021 13: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 15PDhdAh084578; Fri, 25 Jun 2021 13: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 15PDhdqm084577; Fri, 25 Jun 2021 13:43:39 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:39 GMT Message-Id: <202106251343.15PDhdqm084577@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: 5b9df0dd5c6f - main - devel/p5-Inline-TT: 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: 5b9df0dd5c6faa2067fe42c29f438e4354a2eb52 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b9df0dd5c6faa2067fe42c29f438e4354a2eb52 commit 5b9df0dd5c6faa2067fe42c29f438e4354a2eb52 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:39 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:39 +0000 devel/p5-Inline-TT: Add NO_ARCH --- devel/p5-Inline-TT/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Inline-TT/Makefile b/devel/p5-Inline-TT/Makefile index 0f729b14a462..6b131fdba151 100644 --- a/devel/p5-Inline-TT/Makefile +++ b/devel/p5-Inline-TT/Makefile @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Inline>=0.42:devel/p5-Inline \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D152E661883; Fri, 25 Jun 2021 13:43: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 4GBJ9y4Jw6z4VMQ; Fri, 25 Jun 2021 13:43: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 781F64593; Fri, 25 Jun 2021 13:43: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 15PDhYlq084476; Fri, 25 Jun 2021 13:43:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhYwi084475; Fri, 25 Jun 2021 13:43:34 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:34 GMT Message-Id: <202106251343.15PDhYwi084475@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: 9bc7cecb4223 - main - devel/p5-IPC-Mmap-Share: Add LICENSE_FILE and 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: 9bc7cecb42238aed4750274610e6f2378571f24b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bc7cecb42238aed4750274610e6f2378571f24b commit 9bc7cecb42238aed4750274610e6f2378571f24b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:35 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:35 +0000 devel/p5-IPC-Mmap-Share: Add LICENSE_FILE and NO_ARCH --- devel/p5-IPC-Mmap-Share/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-IPC-Mmap-Share/Makefile b/devel/p5-IPC-Mmap-Share/Makefile index 363f4372e4fb..ec3c823e32d1 100644 --- a/devel/p5-IPC-Mmap-Share/Makefile +++ b/devel/p5-IPC-Mmap-Share/Makefile @@ -12,11 +12,14 @@ COMMENT= Safely share structures among processes using anonymous mmap LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IPC-Mmap>=0:devel/p5-IPC-Mmap -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D2BA66174A; Fri, 25 Jun 2021 13:43: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 4GBJB81dPFz4VRv; Fri, 25 Jun 2021 13:43: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 C8AA04617; Fri, 25 Jun 2021 13:43: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 15PDhhdv084680; Fri, 25 Jun 2021 13:43:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhhYD084679; Fri, 25 Jun 2021 13:43:43 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:43 GMT Message-Id: <202106251343.15PDhhYD084679@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: fee27f956f92 - main - devel/p5-List-Gen: Add LICENSE_FILE and 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: fee27f956f92ad2b6eca8c3d4b2bd163b330be34 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fee27f956f92ad2b6eca8c3d4b2bd163b330be34 commit fee27f956f92ad2b6eca8c3d4b2bd163b330be34 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:41 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:41 +0000 devel/p5-List-Gen: Add LICENSE_FILE and NO_ARCH --- devel/p5-List-Gen/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/p5-List-Gen/Makefile b/devel/p5-List-Gen/Makefile index a3b4a0b245cf..4ffad41660d9 100644 --- a/devel/p5-List-Gen/Makefile +++ b/devel/p5-List-Gen/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Functions for generating lists -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71FD566183F; Fri, 25 Jun 2021 13:43: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 4GBJBB2hDCz4VbH; Fri, 25 Jun 2021 13:43: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 318C144A7; Fri, 25 Jun 2021 13:43: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 15PDhks1084728; Fri, 25 Jun 2021 13:43:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhkmt084727; Fri, 25 Jun 2021 13:43:46 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:46 GMT Message-Id: <202106251343.15PDhkmt084727@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: 05ebc21d9d72 - main - devel/p5-List-Objects-WithUtils: 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: 05ebc21d9d72fc0ae2be0353dc40bb85016a8846 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:47 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=05ebc21d9d72fc0ae2be0353dc40bb85016a8846 commit 05ebc21d9d72fc0ae2be0353dc40bb85016a8846 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:43 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:43 +0000 devel/p5-List-Objects-WithUtils: Cosmetic change --- devel/p5-List-Objects-WithUtils/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-List-Objects-WithUtils/Makefile b/devel/p5-List-Objects-WithUtils/Makefile index 8cca2afb8231..ee06c7f064a5 100644 --- a/devel/p5-List-Objects-WithUtils/Makefile +++ b/devel/p5-List-Objects-WithUtils/Makefile @@ -24,8 +24,9 @@ RUN_DEPENDS= p5-Class-Method-Modifiers>=0:devel/p5-Class-Method-Modifiers \ p5-autobox>=0:devel/p5-autobox \ p5-strictures>=2:devel/p5-strictures -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B6E766127A; Fri, 25 Jun 2021 13:43: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 4GBJB21L46z4VQB; Fri, 25 Jun 2021 13:43: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 1436B40B8; Fri, 25 Jun 2021 13:43: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 15PDhb0B084554; Fri, 25 Jun 2021 13: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 15PDhbJc084553; Fri, 25 Jun 2021 13:43:37 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:37 GMT Message-Id: <202106251343.15PDhbJc084553@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: b8656fa60dba - main - devel/p5-Importer: 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: b8656fa60dba2f9a2a1cf14e10e8522d15a88ce2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8656fa60dba2f9a2a1cf14e10e8522d15a88ce2 commit b8656fa60dba2f9a2a1cf14e10e8522d15a88ce2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:37 +0000 devel/p5-Importer: Cosmetic change --- devel/p5-Importer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Importer/Makefile b/devel/p5-Importer/Makefile index 1cd13e3d9670..9c2586db279b 100644 --- a/devel/p5-Importer/Makefile +++ b/devel/p5-Importer/Makefile @@ -14,8 +14,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FAE666127B; Fri, 25 Jun 2021 13:43: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 4GBJB45Wc9z4VVL; Fri, 25 Jun 2021 13: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 7006A4594; Fri, 25 Jun 2021 13:43: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 15PDheGq084602; Fri, 25 Jun 2021 13:43:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDheNH084601; Fri, 25 Jun 2021 13:43:40 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:40 GMT Message-Id: <202106251343.15PDheNH084601@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: a591205c526d - main - devel/p5-JQuery: 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: a591205c526da8d5a3c5cbf760c26f203be03ef1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:41 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a591205c526da8d5a3c5cbf760c26f203be03ef1 commit a591205c526da8d5a3c5cbf760c26f203be03ef1 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:39 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:39 +0000 devel/p5-JQuery: Add NO_ARCH --- devel/p5-JQuery/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-JQuery/Makefile b/devel/p5-JQuery/Makefile index 5fb066f9b683..2206be40048a 100644 --- a/devel/p5-JQuery/Makefile +++ b/devel/p5-JQuery/Makefile @@ -21,8 +21,10 @@ RUN_DEPENDS= p5-CGI-Application>=0:www/p5-CGI-Application \ p5-IO-String>=0:devel/p5-IO-String \ p5-XML-Writer>=0:textproc/p5-XML-Writer -USE_PERL5= modbuild USES= perl5 shebangfix +USE_PERL5= modbuild + +NO_ARCH= yes SHEBANG_FILES= lib/JQuery/cgi-bin/*.pl From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B489661833; Fri, 25 Jun 2021 13:43: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 4GBJB65ytpz4VXf; Fri, 25 Jun 2021 13: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 AD0DE450D; Fri, 25 Jun 2021 13: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 15PDhg33084656; Fri, 25 Jun 2021 13: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 15PDhglW084655; Fri, 25 Jun 2021 13:43:42 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:42 GMT Message-Id: <202106251343.15PDhglW084655@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: cde09dbb2a7b - main - devel/p5-Lexical-Import: Add LICENSE_FILE 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: cde09dbb2a7b1342209b9dcd0b740b3005008377 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:43 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cde09dbb2a7b1342209b9dcd0b740b3005008377 commit cde09dbb2a7b1342209b9dcd0b740b3005008377 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:41 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:41 +0000 devel/p5-Lexical-Import: Add LICENSE_FILE --- devel/p5-Lexical-Import/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Lexical-Import/Makefile b/devel/p5-Lexical-Import/Makefile index 48d5cc385819..03bdb3d41727 100644 --- a/devel/p5-Lexical-Import/Makefile +++ b/devel/p5-Lexical-Import/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Clean imports from package-exporting modules +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Lexical-Var>=0.006:devel/p5-Lexical-Var \ p5-Module-Runtime>=0.011:devel/p5-Module-Runtime \ @@ -17,8 +20,8 @@ RUN_DEPENDS= p5-Lexical-Var>=0.006:devel/p5-Lexical-Var \ TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lexical/Import/Import.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38B60661579; Fri, 25 Jun 2021 13: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 4GBJB10PhVz4VRf; Fri, 25 Jun 2021 13: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 DC533468A; Fri, 25 Jun 2021 13:43: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 15PDhalt084530; Fri, 25 Jun 2021 13:43:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhaSs084529; Fri, 25 Jun 2021 13:43:36 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:36 GMT Message-Id: <202106251343.15PDhaSs084529@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: 2fde4d67b0b3 - main - devel/p5-IPC-ShellCmd: 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: 2fde4d67b0b38ecba71fb513660483785e9a3368 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:37 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fde4d67b0b38ecba71fb513660483785e9a3368 commit 2fde4d67b0b38ecba71fb513660483785e9a3368 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:36 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:36 +0000 devel/p5-IPC-ShellCmd: Cosmetic change --- devel/p5-IPC-ShellCmd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-IPC-ShellCmd/Makefile b/devel/p5-IPC-ShellCmd/Makefile index 311ba2e1687c..82d482ded3c8 100644 --- a/devel/p5-IPC-ShellCmd/Makefile +++ b/devel/p5-IPC-ShellCmd/Makefile @@ -18,8 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \ sudo:security/sudo -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D789C6618AD; Fri, 25 Jun 2021 13:43: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 4GBJBK3khMz4Vbf; Fri, 25 Jun 2021 13:43: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 2D7EB4619; Fri, 25 Jun 2021 13:43: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 15PDhrkl084882; Fri, 25 Jun 2021 13:43:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhriT084881; Fri, 25 Jun 2021 13:43:53 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:53 GMT Message-Id: <202106251343.15PDhriT084881@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: 42acce107b99 - main - devel/p5-Memoize-ExpireLRU: 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: 42acce107b995f4581d863a80fa014e6e4103fbf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=42acce107b995f4581d863a80fa014e6e4103fbf commit 42acce107b995f4581d863a80fa014e6e4103fbf Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:47 +0000 devel/p5-Memoize-ExpireLRU: Cosmetic change --- devel/p5-Memoize-ExpireLRU/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Memoize-ExpireLRU/Makefile b/devel/p5-Memoize-ExpireLRU/Makefile index fc0b6b38edf8..cea7e720c2c5 100644 --- a/devel/p5-Memoize-ExpireLRU/Makefile +++ b/devel/p5-Memoize-ExpireLRU/Makefile @@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 698D4661856; Fri, 25 Jun 2021 13:43: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 4GBJBH1CYqz4VHb; Fri, 25 Jun 2021 13:43: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 CC6F8468B; Fri, 25 Jun 2021 13:43: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 15PDhobq084830; Fri, 25 Jun 2021 13:43:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhob3084829; Fri, 25 Jun 2021 13:43:50 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:50 GMT Message-Id: <202106251343.15PDhob3084829@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: 02d983f3a5d1 - main - devel/p5-Log-Simple: 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: 02d983f3a5d181ec405c41221500b49f0e5ea1d0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=02d983f3a5d181ec405c41221500b49f0e5ea1d0 commit 02d983f3a5d181ec405c41221500b49f0e5ea1d0 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:46 +0000 devel/p5-Log-Simple: Add NO_ARCH --- devel/p5-Log-Simple/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Log-Simple/Makefile b/devel/p5-Log-Simple/Makefile index 2c86bf3f01e5..ff3e2d2c715a 100644 --- a/devel/p5-Log-Simple/Makefile +++ b/devel/p5-Log-Simple/Makefile @@ -12,7 +12,9 @@ COMMENT= Basic runtime logger LICENSE= GPLv2 -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 151AA6615D0; Fri, 25 Jun 2021 13: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 4GBJB55vvMz4VMn; Fri, 25 Jun 2021 13:43: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 8FBB944A1; Fri, 25 Jun 2021 13:43: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 15PDhfHC084630; Fri, 25 Jun 2021 13:43:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhfDh084629; Fri, 25 Jun 2021 13:43:41 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:41 GMT Message-Id: <202106251343.15PDhfDh084629@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: 1b9db5a9b058 - main - devel/p5-LV: Add LICENSE_FILE 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: 1b9db5a9b058a0220c578837d69b3e778aec73f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b9db5a9b058a0220c578837d69b3e778aec73f6 commit 1b9db5a9b058a0220c578837d69b3e778aec73f6 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:40 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:40 +0000 devel/p5-LV: Add LICENSE_FILE --- devel/p5-LV/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/p5-LV/Makefile b/devel/p5-LV/Makefile index 49ee532d07a9..aa6b285c99c7 100644 --- a/devel/p5-LV/Makefile +++ b/devel/p5-LV/Makefile @@ -13,6 +13,7 @@ COMMENT= LV for lvalue LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Sentinel>=0:devel/p5-Sentinel \ p5-Variable-Magic>=0:devel/p5-Variable-Magic From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CD12661982; Fri, 25 Jun 2021 13:43: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 4GBJB927LKz4VN2; Fri, 25 Jun 2021 13:43: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 106B840B9; Fri, 25 Jun 2021 13:43: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 15PDhiBA084704; Fri, 25 Jun 2021 13:43:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhisc084703; Fri, 25 Jun 2021 13:43:44 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:44 GMT Message-Id: <202106251343.15PDhisc084703@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: a7f2d5daba0f - main - devel/p5-List-Objects-Types: 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: a7f2d5daba0f4b1824c8fd99ddb04f5f38159ae9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:45 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7f2d5daba0f4b1824c8fd99ddb04f5f38159ae9 commit a7f2d5daba0f4b1824c8fd99ddb04f5f38159ae9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:42 +0000 devel/p5-List-Objects-Types: Cosmetic change --- devel/p5-List-Objects-Types/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-List-Objects-Types/Makefile b/devel/p5-List-Objects-Types/Makefile index b55cf06408c9..145202d268b2 100644 --- a/devel/p5-List-Objects-Types/Makefile +++ b/devel/p5-List-Objects-Types/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-Objects-WithUtils>=2:devel/p5-List-Objects-WithUtils \ p5-Type-Tiny>=0.022:devel/p5-Type-Tiny -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00835661751; Fri, 25 Jun 2021 13:43: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 4GBJBJ3RjWz4VHh; Fri, 25 Jun 2021 13:43: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 092E840BA; Fri, 25 Jun 2021 13:43: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 15PDhp3f084854; Fri, 25 Jun 2021 13:43:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhpiH084853; Fri, 25 Jun 2021 13:43:51 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:51 GMT Message-Id: <202106251343.15PDhpiH084853@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: 82a9825ca0b9 - main - devel/p5-Luka: Update LICENSE and 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: 82a9825ca0b9444e4fd861f7c4003a9fea4b42da Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:53 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=82a9825ca0b9444e4fd861f7c4003a9fea4b42da commit 82a9825ca0b9444e4fd861f7c4003a9fea4b42da Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:46 +0000 devel/p5-Luka: Update LICENSE and add NO_ARCH --- devel/p5-Luka/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/p5-Luka/Makefile b/devel/p5-Luka/Makefile index 07d35bbc0946..ab886b5b420f 100644 --- a/devel/p5-Luka/Makefile +++ b/devel/p5-Luka/Makefile @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Exception handling and reporting framework -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \ @@ -25,7 +24,9 @@ RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \ p5-What>=0:net/p5-What TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D680E661986; Fri, 25 Jun 2021 13:43: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 4GBJBC3NsMz4VHP; Fri, 25 Jun 2021 13:43: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 593564595; Fri, 25 Jun 2021 13:43: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 15PDhlpj084756; Fri, 25 Jun 2021 13:43:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhlmU084754; Fri, 25 Jun 2021 13:43:47 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:47 GMT Message-Id: <202106251343.15PDhlmU084754@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: e09929a4945c - main - devel/p5-List-SomeUtils-XS: 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: e09929a4945cd63aa3bff40c6d067434f2efcaac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e09929a4945cd63aa3bff40c6d067434f2efcaac commit e09929a4945cd63aa3bff40c6d067434f2efcaac Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:44 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:44 +0000 devel/p5-List-SomeUtils-XS: Cosmetic change --- devel/p5-List-SomeUtils-XS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-List-SomeUtils-XS/Makefile b/devel/p5-List-SomeUtils-XS/Makefile index 8ee520bb7d3b..79eca1497ac4 100644 --- a/devel/p5-List-SomeUtils-XS/Makefile +++ b/devel/p5-List-SomeUtils-XS/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace \ p5-Test-Warnings>=0.006:devel/p5-Test-Warnings -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/SomeUtils/XS/XS.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 049C96617C2; Fri, 25 Jun 2021 13:43: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 4GBJBM6Vgcz4VYf; Fri, 25 Jun 2021 13:43: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 7726444A8; Fri, 25 Jun 2021 13:43: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 15PDhtj4084932; Fri, 25 Jun 2021 13:43:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhtb5084931; Fri, 25 Jun 2021 13:43:55 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:55 GMT Message-Id: <202106251343.15PDhtb5084931@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: 35fed5e94a36 - main - devel/p5-Mixin-Event-Dispatch: Add LICENSE_FILE 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: 35fed5e94a36767614c7e3b64ecd539fe91f349c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=35fed5e94a36767614c7e3b64ecd539fe91f349c commit 35fed5e94a36767614c7e3b64ecd539fe91f349c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:49 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:49 +0000 devel/p5-Mixin-Event-Dispatch: Add LICENSE_FILE --- devel/p5-Mixin-Event-Dispatch/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Mixin-Event-Dispatch/Makefile b/devel/p5-Mixin-Event-Dispatch/Makefile index 4f3abcd23c34..c345475a87c8 100644 --- a/devel/p5-Mixin-Event-Dispatch/Makefile +++ b/devel/p5-Mixin-Event-Dispatch/Makefile @@ -12,6 +12,7 @@ COMMENT= Mixin methods for simple event/message dispatch framework LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-UtilsBy>=0:devel/p5-List-UtilsBy @@ -19,8 +20,9 @@ TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \ p5-Test-Refcount>=0.07:devel/p5-Test-Refcount -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 51DB16619C6; Fri, 25 Jun 2021 13:44: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 4GBJC60mKWz4VpP; Fri, 25 Jun 2021 13:44: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 73EA44516; Fri, 25 Jun 2021 13:44: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 15PDiXOD085785; Fri, 25 Jun 2021 13:44:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiXUJ085784; Fri, 25 Jun 2021 13:44:33 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:33 GMT Message-Id: <202106251344.15PDiXUJ085784@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: 2abeda1388e9 - main - devel/p5-Readonly-XS: 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: 2abeda1388e95b47e1a29e1a226f760198dc3b23 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2abeda1388e95b47e1a29e1a226f760198dc3b23 commit 2abeda1388e95b47e1a29e1a226f760198dc3b23 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:12 +0000 devel/p5-Readonly-XS: Cosmetic change --- devel/p5-Readonly-XS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-Readonly-XS/Makefile b/devel/p5-Readonly-XS/Makefile index ea6da055c51f..96fcd3d2dcfc 100644 --- a/devel/p5-Readonly-XS/Makefile +++ b/devel/p5-Readonly-XS/Makefile @@ -16,8 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Readonly>=1.02:devel/p5-Readonly -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Readonly/XS/XS.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BBFA26618B2; Fri, 25 Jun 2021 13:44: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 4GBJBT4fDPz4VSs; Fri, 25 Jun 2021 13:44: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 50AC440BB; Fri, 25 Jun 2021 13:44: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 15PDi1Rt085073; Fri, 25 Jun 2021 13:44:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDi1sI085072; Fri, 25 Jun 2021 13:44:01 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:01 GMT Message-Id: <202106251344.15PDi1sI085072@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: 9188cee93311 - main - devel/p5-Module-Install-XSUtil: 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: 9188cee93311f622b6d5889bc573d3f67b4159b2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:01 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9188cee93311f622b6d5889bc573d3f67b4159b2 commit 9188cee93311f622b6d5889bc573d3f67b4159b2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:52 +0000 devel/p5-Module-Install-XSUtil: Cosmetic change --- devel/p5-Module-Install-XSUtil/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Module-Install-XSUtil/Makefile b/devel/p5-Module-Install-XSUtil/Makefile index 0d2ab7e05c8f..8d167fa8a033 100644 --- a/devel/p5-Module-Install-XSUtil/Makefile +++ b/devel/p5-Module-Install-XSUtil/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Module-Install>=0.91:devel/p5-Module-Install TEST_DEPENDS= p5-B-Hooks-OP-Annotation>=0.43:devel/p5-B-Hooks-OP-Annotation -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5962B6618C4; Fri, 25 Jun 2021 13:44: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 4GBJBd5lnhz4VT8; Fri, 25 Jun 2021 13:44: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 5DE69468E; Fri, 25 Jun 2021 13:44: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 15PDi9Mg085257; Fri, 25 Jun 2021 13:44:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDi9Ra085256; Fri, 25 Jun 2021 13:44:09 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:09 GMT Message-Id: <202106251344.15PDi9Ra085256@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: 892c4d193076 - main - devel/p5-MooseX-AuthorizedMethods: 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: 892c4d1930766cb3d3c00052b6c76825d4e71c33 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:10 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=892c4d1930766cb3d3c00052b6c76825d4e71c33 commit 892c4d1930766cb3d3c00052b6c76825d4e71c33 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:57 +0000 devel/p5-MooseX-AuthorizedMethods: Add NO_ARCH --- devel/p5-MooseX-AuthorizedMethods/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-MooseX-AuthorizedMethods/Makefile b/devel/p5-MooseX-AuthorizedMethods/Makefile index 9db1a0638011..bb4b41dce87b 100644 --- a/devel/p5-MooseX-AuthorizedMethods/Makefile +++ b/devel/p5-MooseX-AuthorizedMethods/Makefile @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=1.21:devel/p5-Moose \ p5-aliased>=0:devel/p5-aliased -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90582661BB1; Fri, 25 Jun 2021 13:44: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 4GBJCL6ldvz4W33; Fri, 25 Jun 2021 13:44: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 0D2334623; Fri, 25 Jun 2021 13:44: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 15PDijJ9086067; Fri, 25 Jun 2021 13:44:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDij6b086066; Fri, 25 Jun 2021 13:44:45 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:45 GMT Message-Id: <202106251344.15PDij6b086066@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: 5973ea56d5e9 - main - devel/p5-Sub-Infix: Add LICENSE_FILE and 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: 5973ea56d5e9ea0eeef33721a2cc0955c97bf1fd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:49 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5973ea56d5e9ea0eeef33721a2cc0955c97bf1fd commit 5973ea56d5e9ea0eeef33721a2cc0955c97bf1fd Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:20 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:20 +0000 devel/p5-Sub-Infix: Add LICENSE_FILE and NO_ARCH --- devel/p5-Sub-Infix/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Sub-Infix/Makefile b/devel/p5-Sub-Infix/Makefile index 2bceb51d8cc0..962a312608de 100644 --- a/devel/p5-Sub-Infix/Makefile +++ b/devel/p5-Sub-Infix/Makefile @@ -12,10 +12,13 @@ COMMENT= Create a fake infix operator LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:57 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1672C661924; Fri, 25 Jun 2021 13:43: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 4GBJBN5n8zz4Vbs; Fri, 25 Jun 2021 13:43: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 A5761461B; Fri, 25 Jun 2021 13:43: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 15PDhuiw084956; Fri, 25 Jun 2021 13:43:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhuQi084955; Fri, 25 Jun 2021 13:43:56 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:56 GMT Message-Id: <202106251343.15PDhuQi084955@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: 225eac40c1bd - main - devel/p5-Mo: 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: 225eac40c1bd0a82ad55239897bf30fec591ab59 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:57 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=225eac40c1bd0a82ad55239897bf30fec591ab59 commit 225eac40c1bd0a82ad55239897bf30fec591ab59 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:49 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:49 +0000 devel/p5-Mo: Cosmetic change --- devel/p5-Mo/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Mo/Makefile b/devel/p5-Mo/Makefile index 5521b3de87bc..4cf9538a7e82 100644 --- a/devel/p5-Mo/Makefile +++ b/devel/p5-Mo/Makefile @@ -22,9 +22,10 @@ TEST_DEPENDS= p5-Class-XSAccessor>=0:devel/p5-Class-XSAccessor \ p5-PPI>=0:textproc/p5-PPI \ p5-Test-NoTabs>=0:devel/p5-Test-NoTabs -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes post-patch: @${RM} ${WRKSRC}/ReadMe.pod From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 13F92661753; Fri, 25 Jun 2021 13:43: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 4GBJBL3y2wz4VYb; Fri, 25 Jun 2021 13:43: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 5C9DB461A; Fri, 25 Jun 2021 13:43: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 15PDhsKr084908; Fri, 25 Jun 2021 13:43:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDhsfY084907; Fri, 25 Jun 2021 13:43:54 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:54 GMT Message-Id: <202106251343.15PDhsfY084907@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: d5ed280fbce8 - main - devel/p5-Method-Signatures: 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: d5ed280fbce83f4108d9a536680a6ba358c40a48 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5ed280fbce83f4108d9a536680a6ba358c40a48 commit d5ed280fbce83f4108d9a536680a6ba358c40a48 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:48 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:48 +0000 devel/p5-Method-Signatures: Cosmetic change --- devel/p5-Method-Signatures/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Method-Signatures/Makefile b/devel/p5-Method-Signatures/Makefile index c16a97146df8..9702dcf51a69 100644 --- a/devel/p5-Method-Signatures/Makefile +++ b/devel/p5-Method-Signatures/Makefile @@ -25,8 +25,9 @@ RUN_DEPENDS= p5-Any-Moose>=0.11:devel/p5-Any-Moose \ TEST_DEPENDS= p5-Test-Exception>=0.29:devel/p5-Test-Exception \ p5-Test-Warn>=0.10:devel/p5-Test-Warn -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 900A7661A2C; Fri, 25 Jun 2021 13:44: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 4GBJBZ0zlpz4VZV; Fri, 25 Jun 2021 13:44: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 EC47144A2; Fri, 25 Jun 2021 13: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 15PDi5wQ085184; Fri, 25 Jun 2021 13: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 15PDi5oD085183; Fri, 25 Jun 2021 13:44:05 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:05 GMT Message-Id: <202106251344.15PDi5oD085183@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: 733f0fab0823 - main - devel/p5-MooX-Types-MooseLike: 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: 733f0fab0823aea612b5afe62f8b30c30222d6e1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:06 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=733f0fab0823aea612b5afe62f8b30c30222d6e1 commit 733f0fab0823aea612b5afe62f8b30c30222d6e1 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:55 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:55 +0000 devel/p5-MooX-Types-MooseLike: Cosmetic change --- devel/p5-MooX-Types-MooseLike/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooX-Types-MooseLike/Makefile b/devel/p5-MooX-Types-MooseLike/Makefile index 1591ebb7a330..e2d590796fe1 100644 --- a/devel/p5-MooX-Types-MooseLike/Makefile +++ b/devel/p5-MooX-Types-MooseLike/Makefile @@ -18,8 +18,9 @@ TEST_DEPENDS= p5-Moo>=1.004002:devel/p5-Moo \ p5-Set-Object>=1:devel/p5-Set-Object \ p5-Test-Fatal>=0.003:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EADEE6619A4; Fri, 25 Jun 2021 13:44: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 4GBJBb4WWCz4Vhc; Fri, 25 Jun 2021 13:44: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 12A543B8A; Fri, 25 Jun 2021 13:44: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 15PDi62T085209; Fri, 25 Jun 2021 13:44:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDi6EV085208; Fri, 25 Jun 2021 13:44:06 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:06 GMT Message-Id: <202106251344.15PDi6EV085208@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: 5ff442556d7f - main - devel/p5-Moos: Add LICENSE_FILE 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: 5ff442556d7f7dd32d6e0c28fc55607db836e89e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ff442556d7f7dd32d6e0c28fc55607db836e89e commit 5ff442556d7f7dd32d6e0c28fc55607db836e89e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:56 +0000 devel/p5-Moos: Add LICENSE_FILE --- devel/p5-Moos/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Moos/Makefile b/devel/p5-Moos/Makefile index 9bb4bd76b9f4..70cdc349b2d8 100644 --- a/devel/p5-Moos/Makefile +++ b/devel/p5-Moos/Makefile @@ -13,6 +13,7 @@ COMMENT= Moo s{imple,peedy,ingle} LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-XSAccessor>=1.07:devel/p5-Class-XSAccessor \ @@ -20,8 +21,9 @@ RUN_DEPENDS= p5-Class-XSAccessor>=1.07:devel/p5-Class-XSAccessor \ TEST_DEPENDS= p5-Sub-Identify>=0.04:devel/p5-Sub-Identify \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F8CC661942; Fri, 25 Jun 2021 13:44: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 4GBJBp6v62z4VtB; Fri, 25 Jun 2021 13:44: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 948654511; Fri, 25 Jun 2021 13:44: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 15PDiIxv085461; Fri, 25 Jun 2021 13:44:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiIGe085460; Fri, 25 Jun 2021 13:44:18 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:18 GMT Message-Id: <202106251344.15PDiIGe085460@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: 21a52900394b - main - devel/p5-MooseX-Types-DateTime-MoreCoercions: 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: 21a52900394b4a6a83b4aea21033d46f18988849 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:19 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=21a52900394b4a6a83b4aea21033d46f18988849 commit 21a52900394b4a6a83b4aea21033d46f18988849 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:03 +0000 devel/p5-MooseX-Types-DateTime-MoreCoercions: Cosmetic change --- devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile b/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile index 3d0eb5996b9d..73c11ae77eb8 100644 --- a/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile +++ b/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-DateTime>=0.43.02:devel/p5-DateTime \ p5-namespace-clean>=0.19:devel/p5-namespace-clean TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB3B36619BD; Fri, 25 Jun 2021 13:44: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 4GBJBy4tDJz4VrQ; Fri, 25 Jun 2021 13:44: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 8CECE4515; Fri, 25 Jun 2021 13:44: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 15PDiQeW085635; Fri, 25 Jun 2021 13:44:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiQT3085634; Fri, 25 Jun 2021 13:44:26 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:26 GMT Message-Id: <202106251344.15PDiQT3085634@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: 5984ca15afb0 - main - devel/p5-POE-Loop-Tk: Add LICENSE and 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: 5984ca15afb0d644c9123dbe58282bdefe5799b5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:27 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5984ca15afb0d644c9123dbe58282bdefe5799b5 commit 5984ca15afb0d644c9123dbe58282bdefe5799b5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:08 +0000 devel/p5-POE-Loop-Tk: Add LICENSE and NO_ARCH --- devel/p5-POE-Loop-Tk/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/p5-POE-Loop-Tk/Makefile b/devel/p5-POE-Loop-Tk/Makefile index ad2eec90417b..38c976d47260 100644 --- a/devel/p5-POE-Loop-Tk/Makefile +++ b/devel/p5-POE-Loop-Tk/Makefile @@ -10,12 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bridge that allows POE to be driven by Tk +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-POE>=1.356:devel/p5-POE \ p5-Tk>=804.031:x11-toolkits/p5-Tk -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e '/POE::Test::Loops/d' ${WRKSRC}/Makefile.PL From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 92AE56617C3; Fri, 25 Jun 2021 13: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 4GBJBQ055vz4VYm; Fri, 25 Jun 2021 13: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 CB35744A9; Fri, 25 Jun 2021 13: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 15PDhvau084980; Fri, 25 Jun 2021 13: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 15PDhv3A084979; Fri, 25 Jun 2021 13:43:57 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:57 GMT Message-Id: <202106251343.15PDhv3A084979@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: cdfe89ad92c4 - main - devel/p5-Module-Build-XSUtil: 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: cdfe89ad92c48608dae07d1579e18f64aace6fcf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:58 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cdfe89ad92c48608dae07d1579e18f64aace6fcf commit cdfe89ad92c48608dae07d1579e18f64aace6fcf Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:50 +0000 devel/p5-Module-Build-XSUtil: Cosmetic change --- devel/p5-Module-Build-XSUtil/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Module-Build-XSUtil/Makefile b/devel/p5-Module-Build-XSUtil/Makefile index 08c459050334..76589ea68292 100644 --- a/devel/p5-Module-Build-XSUtil/Makefile +++ b/devel/p5-Module-Build-XSUtil/Makefile @@ -19,8 +19,9 @@ TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ p5-Cwd-Guard>=0:devel/p5-Cwd-Guard \ p5-File-Copy-Recursive-Reduced>=0.002:devel/p5-File-Copy-Recursive-Reduced -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E2D2661A52; Fri, 25 Jun 2021 13:44: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 4GBJBs1PGbz4Vr7; Fri, 25 Jun 2021 13:44: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 E24534513; Fri, 25 Jun 2021 13:44: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 15PDiKaV085509; Fri, 25 Jun 2021 13:44:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiKal085508; Fri, 25 Jun 2021 13:44:20 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:20 GMT Message-Id: <202106251344.15PDiKal085508@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: 647ef0828523 - main - devel/p5-MooseX-Util: 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: 647ef0828523ba11a779f6c997c07fc91d305a3d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=647ef0828523ba11a779f6c997c07fc91d305a3d commit 647ef0828523ba11a779f6c997c07fc91d305a3d Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:05 +0000 devel/p5-MooseX-Util: Cosmetic change --- devel/p5-MooseX-Util/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooseX-Util/Makefile b/devel/p5-MooseX-Util/Makefile index 4e2e35507efe..d17e51741ad7 100644 --- a/devel/p5-MooseX-Util/Makefile +++ b/devel/p5-MooseX-Util/Makefile @@ -23,8 +23,9 @@ TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ p5-Test-Requires>=0:devel/p5-Test-Requires \ p5-aliased>=0:devel/p5-aliased -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3043E661A2F; Fri, 25 Jun 2021 13:44: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 4GBJBc5cb3z4VZm; Fri, 25 Jun 2021 13:44: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 3CEF9450F; Fri, 25 Jun 2021 13:44: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 15PDi82r085233; Fri, 25 Jun 2021 13:44:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDi8CR085232; Fri, 25 Jun 2021 13:44:08 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:08 GMT Message-Id: <202106251344.15PDi8CR085232@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: cbd2a76f3fa5 - main - devel/p5-MooseX-Attribute-Chained: 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: cbd2a76f3fa569d1a9b58ffbe8ec8144925dc01d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbd2a76f3fa569d1a9b58ffbe8ec8144925dc01d commit cbd2a76f3fa569d1a9b58ffbe8ec8144925dc01d Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:57 +0000 devel/p5-MooseX-Attribute-Chained: Cosmetic change --- devel/p5-MooseX-Attribute-Chained/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooseX-Attribute-Chained/Makefile b/devel/p5-MooseX-Attribute-Chained/Makefile index cce97ddd4c76..6313edbe4232 100644 --- a/devel/p5-MooseX-Attribute-Chained/Makefile +++ b/devel/p5-MooseX-Attribute-Chained/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-Try-Tiny>=0:lang/p5-Try-Tiny -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47C9F6617EE; Fri, 25 Jun 2021 13:44: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 4GBJBx4h06z4Vnw; Fri, 25 Jun 2021 13:44: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 6049840BC; Fri, 25 Jun 2021 13:44: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 15PDiPdR085611; Fri, 25 Jun 2021 13:44:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiPq7085610; Fri, 25 Jun 2021 13:44:25 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:25 GMT Message-Id: <202106251344.15PDiPq7085610@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: 31b799458df1 - main - devel/p5-Object-Array: 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: 31b799458df19e7d512f69ae566e91375333d801 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=31b799458df19e7d512f69ae566e91375333d801 commit 31b799458df19e7d512f69ae566e91375333d801 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:07 +0000 devel/p5-Object-Array: Cosmetic change --- devel/p5-Object-Array/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-Object-Array/Makefile b/devel/p5-Object-Array/Makefile index 767a1bbb1703..ec07b5cc321a 100644 --- a/devel/p5-Object-Array/Makefile +++ b/devel/p5-Object-Array/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ p5-Sub-Install>=0:devel/p5-Sub-Install -USE_PERL5= configure USES= perl5 +USE_PERL5= configure NO_ARCH= yes From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5886D661BAF; Fri, 25 Jun 2021 13:44: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 4GBJCK3bFxz4W0n; Fri, 25 Jun 2021 13:44: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 DCA1C44AB; Fri, 25 Jun 2021 13:44: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 15PDiihD086037; Fri, 25 Jun 2021 13:44:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDii9s086036; Fri, 25 Jun 2021 13:44:44 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:44 GMT Message-Id: <202106251344.15PDii9s086036@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: faf479005610 - main - devel/p5-Sub-Exporter-Progressive: 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: faf4790056107a48d6dc0e0d6c9de056dd5c74b5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:47 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=faf4790056107a48d6dc0e0d6c9de056dd5c74b5 commit faf4790056107a48d6dc0e0d6c9de056dd5c74b5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:19 +0000 devel/p5-Sub-Exporter-Progressive: Cosmetic change --- devel/p5-Sub-Exporter-Progressive/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Sub-Exporter-Progressive/Makefile b/devel/p5-Sub-Exporter-Progressive/Makefile index e1133f681d7b..3c0e004c7b98 100644 --- a/devel/p5-Sub-Exporter-Progressive/Makefile +++ b/devel/p5-Sub-Exporter-Progressive/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:43:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C031D661994; Fri, 25 Jun 2021 13: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 4GBJBR3z43z4Vc4; Fri, 25 Jun 2021 13: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 F1D95450E; Fri, 25 Jun 2021 13: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 15PDhwbS085008; Fri, 25 Jun 2021 13: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 15PDhwO0085006; Fri, 25 Jun 2021 13:43:58 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:43:58 GMT Message-Id: <202106251343.15PDhwO0085006@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: ce0b73bcc305 - main - devel/p5-Module-CheckDeps: 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: ce0b73bcc305d2a4f11c086889c36f8ee366f462 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:43:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce0b73bcc305d2a4f11c086889c36f8ee366f462 commit ce0b73bcc305d2a4f11c086889c36f8ee366f462 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:51 +0000 devel/p5-Module-CheckDeps: Cosmetic change --- devel/p5-Module-CheckDeps/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Module-CheckDeps/Makefile b/devel/p5-Module-CheckDeps/Makefile index 02f6f86ede39..04f568901dca 100644 --- a/devel/p5-Module-CheckDeps/Makefile +++ b/devel/p5-Module-CheckDeps/Makefile @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-PPI>=0:textproc/p5-PPI -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 95C2F661B9D; Fri, 25 Jun 2021 13:44: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 4GBJCB2990z4VxW; Fri, 25 Jun 2021 13:44: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 22F61459C; Fri, 25 Jun 2021 13:44: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 15PDicaC085887; Fri, 25 Jun 2021 13:44:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDibaL085886; Fri, 25 Jun 2021 13:44:37 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:37 GMT Message-Id: <202106251344.15PDibaL085886@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: 1e5d2c1e7c23 - main - devel/p5-Routes-Tiny: Remove LICENSE_FILE 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: 1e5d2c1e7c23a56666d9054b87f1e9f8c512acfc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e5d2c1e7c23a56666d9054b87f1e9f8c512acfc commit 1e5d2c1e7c23a56666d9054b87f1e9f8c512acfc Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:15 +0000 devel/p5-Routes-Tiny: Remove LICENSE_FILE The LICENSE file contains Artistic License version 1.0 and GNU General Public License version 1, not Artistic License version 2.0. --- devel/p5-Routes-Tiny/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/p5-Routes-Tiny/Makefile b/devel/p5-Routes-Tiny/Makefile index b37af9d4ad11..39d7e68c904c 100644 --- a/devel/p5-Routes-Tiny/Makefile +++ b/devel/p5-Routes-Tiny/Makefile @@ -11,10 +11,10 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight routes implementation LICENSE= ART20 -LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A82AE6619FB; Fri, 25 Jun 2021 13:45: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 4GBJCm4NbGz4W48; Fri, 25 Jun 2021 13:45: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 CD7334696; Fri, 25 Jun 2021 13:45: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 15PDj6M1086523; Fri, 25 Jun 2021 13:45:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDj6fQ086522; Fri, 25 Jun 2021 13:45:06 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:06 GMT Message-Id: <202106251345.15PDj6fQ086522@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: 2631f1fc0e02 - main - devel/p5-Test-Mock-LWP: 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: 2631f1fc0e02288a5da62dd93942396f0b082f40 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2631f1fc0e02288a5da62dd93942396f0b082f40 commit 2631f1fc0e02288a5da62dd93942396f0b082f40 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:33 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:33 +0000 devel/p5-Test-Mock-LWP: Add NO_ARCH --- devel/p5-Test-Mock-LWP/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Test-Mock-LWP/Makefile b/devel/p5-Test-Mock-LWP/Makefile index 82b4402f82b5..76ba5cb581c4 100644 --- a/devel/p5-Test-Mock-LWP/Makefile +++ b/devel/p5-Test-Mock-LWP/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Test-MockObject>=1.08:devel/p5-Test-MockObject -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE6CF66175D; Fri, 25 Jun 2021 13:44: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 4GBJBS2DxKz4VLB; Fri, 25 Jun 2021 13:44: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 1ED06461C; Fri, 25 Jun 2021 13:44: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 15PDi09p085049; Fri, 25 Jun 2021 13:44:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDi0NA085048; Fri, 25 Jun 2021 13:44:00 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:00 GMT Message-Id: <202106251344.15PDi0NA085048@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: 4b20aabf14e0 - main - devel/p5-Module-CheckVersion: 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: 4b20aabf14e0a19c08228fdb39a4a36f352e476b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:00 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b20aabf14e0a19c08228fdb39a4a36f352e476b commit 4b20aabf14e0a19c08228fdb39a4a36f352e476b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:52 +0000 devel/p5-Module-CheckVersion: Cosmetic change --- devel/p5-Module-CheckVersion/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Module-CheckVersion/Makefile b/devel/p5-Module-CheckVersion/Makefile index fb8b753c8007..9c72ba8b4278 100644 --- a/devel/p5-Module-CheckVersion/Makefile +++ b/devel/p5-Module-CheckVersion/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBBE4661966; Fri, 25 Jun 2021 13:44: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 4GBJCG6dDQz4W0h; Fri, 25 Jun 2021 13:44: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 B36D744AA; Fri, 25 Jun 2021 13:44: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 15PDiggu085989; Fri, 25 Jun 2021 13:44:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDigQI085988; Fri, 25 Jun 2021 13:44:42 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:42 GMT Message-Id: <202106251344.15PDigQI085988@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: 7cfbcf483d1f - main - devel/p5-ShipIt-Step-Manifest: 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: 7cfbcf483d1f0def362ff12150e4be66884a3c75 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7cfbcf483d1f0def362ff12150e4be66884a3c75 commit 7cfbcf483d1f0def362ff12150e4be66884a3c75 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:18 +0000 devel/p5-ShipIt-Step-Manifest: Add NO_ARCH --- devel/p5-ShipIt-Step-Manifest/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-ShipIt-Step-Manifest/Makefile b/devel/p5-ShipIt-Step-Manifest/Makefile index 888d78208fb5..6240bfb76752 100644 --- a/devel/p5-ShipIt-Step-Manifest/Makefile +++ b/devel/p5-ShipIt-Step-Manifest/Makefile @@ -18,7 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Dist-Joseki>=0:devel/p5-Dist-Joseki \ p5-ShipIt>=0:devel/p5-ShipIt -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 757FF661A40; Fri, 25 Jun 2021 13:44: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 4GBJBj0BHhz4VdC; Fri, 25 Jun 2021 13:44: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 C8E48468F; Fri, 25 Jun 2021 13:44: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 15PDiCuT085335; Fri, 25 Jun 2021 13:44:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiCtB085334; Fri, 25 Jun 2021 13:44:12 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:12 GMT Message-Id: <202106251344.15PDiCtB085334@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: 2171510b289e - main - devel/p5-MooseX-Role-Strict: 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: 2171510b289e664e8d7f2004ce838c882c83a358 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:13 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2171510b289e664e8d7f2004ce838c882c83a358 commit 2171510b289e664e8d7f2004ce838c882c83a358 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:00 +0000 devel/p5-MooseX-Role-Strict: Add NO_ARCH --- devel/p5-MooseX-Role-Strict/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-MooseX-Role-Strict/Makefile b/devel/p5-MooseX-Role-Strict/Makefile index b095b0759a9b..5b6a6385e531 100644 --- a/devel/p5-MooseX-Role-Strict/Makefile +++ b/devel/p5-MooseX-Role-Strict/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.89:devel/p5-Moose -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A6486618CE; Fri, 25 Jun 2021 13:44: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 4GBJBl2Kqgz4Vqm; Fri, 25 Jun 2021 13:44: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 21CE14599; Fri, 25 Jun 2021 13:44: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 15PDiFus085383; Fri, 25 Jun 2021 13:44:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiEjp085382; Fri, 25 Jun 2021 13:44:14 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:14 GMT Message-Id: <202106251344.15PDiEjp085382@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: 0a1e176eca13 - main - devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames: 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: 0a1e176eca1371f8ee09c7968c485a9c1d8c8520 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a1e176eca1371f8ee09c7968c485a9c1d8c8520 commit 0a1e176eca1371f8ee09c7968c485a9c1d8c8520 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:01 +0000 devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames: Cosmetic change --- devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile b/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile index 524c79d6de77..a11cb8d38d38 100644 --- a/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile +++ b/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ p5-Test-Moose-More>=0:devel/p5-Test-Moose-More -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BEF86619A7; Fri, 25 Jun 2021 13:44: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 4GBJBf63lVz4Vd4; Fri, 25 Jun 2021 13:44: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 862584597; Fri, 25 Jun 2021 13:44: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 15PDiAoL085283; Fri, 25 Jun 2021 13:44:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiAYu085282; Fri, 25 Jun 2021 13:44:10 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:10 GMT Message-Id: <202106251344.15PDiAYu085282@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: e9931077807b - main - devel/p5-MooseX-MarkAsMethods: Add LICENSE and 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: e9931077807bcc866a97419a0d1ae45d2d15eb7b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9931077807bcc866a97419a0d1ae45d2d15eb7b commit e9931077807bcc866a97419a0d1ae45d2d15eb7b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:58 +0000 devel/p5-MooseX-MarkAsMethods: Add LICENSE and NO_ARCH --- devel/p5-MooseX-MarkAsMethods/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/p5-MooseX-MarkAsMethods/Makefile b/devel/p5-MooseX-MarkAsMethods/Makefile index 1a9639131173..6b3522fad393 100644 --- a/devel/p5-MooseX-MarkAsMethods/Makefile +++ b/devel/p5-MooseX-MarkAsMethods/Makefile @@ -10,12 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mark overload code symbols as methods +LICENSE= LGPL21 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0:devel/p5-B-Hooks-EndOfScope \ p5-Moose>=0.94:devel/p5-Moose \ p5-namespace-autoclean>=0.12:devel/p5-namespace-autoclean -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26C0D6615E2; Fri, 25 Jun 2021 13: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 4GBJBV4zn8z4VhM; Fri, 25 Jun 2021 13:44: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 761AB468C; Fri, 25 Jun 2021 13: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 15PDi2c6085097; Fri, 25 Jun 2021 13: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 15PDi2UE085096; Fri, 25 Jun 2021 13:44:02 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:02 GMT Message-Id: <202106251344.15PDi2UE085096@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: 35317befcbc4 - main - devel/p5-Module-Loaded: 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: 35317befcbc44d1ae13091f5fbea0253c1987e2e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=35317befcbc44d1ae13091f5fbea0253c1987e2e commit 35317befcbc44d1ae13091f5fbea0253c1987e2e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:53 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:53 +0000 devel/p5-Module-Loaded: Cosmetic change --- devel/p5-Module-Loaded/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Module-Loaded/Makefile b/devel/p5-Module-Loaded/Makefile index 26528a4e4637..c4215a4a43bc 100644 --- a/devel/p5-Module-Loaded/Makefile +++ b/devel/p5-Module-Loaded/Makefile @@ -13,8 +13,9 @@ COMMENT= Mark modules as loaded or unloaded LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F1DDA66199D; Fri, 25 Jun 2021 13: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 4GBJBW5bm0z4VZ5; Fri, 25 Jun 2021 13: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 9A594468D; Fri, 25 Jun 2021 13:44: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 15PDi31l085121; Fri, 25 Jun 2021 13: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 15PDi3La085120; Fri, 25 Jun 2021 13:44:03 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:03 GMT Message-Id: <202106251344.15PDi3La085120@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: de1615a21590 - main - devel/p5-Module-Runtime-Conflicts: 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: de1615a21590de55f645f6fbcd5ee222eaf7c374 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=de1615a21590de55f645f6fbcd5ee222eaf7c374 commit de1615a21590de55f645f6fbcd5ee222eaf7c374 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:54 +0000 devel/p5-Module-Runtime-Conflicts: Cosmetic change --- devel/p5-Module-Runtime-Conflicts/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Module-Runtime-Conflicts/Makefile b/devel/p5-Module-Runtime-Conflicts/Makefile index ddf2ab4602df..b42f3e74330a 100644 --- a/devel/p5-Module-Runtime-Conflicts/Makefile +++ b/devel/p5-Module-Runtime-Conflicts/Makefile @@ -18,8 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Dist-CheckConflicts>=0:devel/p5-Dist-CheckConflicts \ p5-Module-Runtime>=0:devel/p5-Module-Runtime -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CE0F661864; Fri, 25 Jun 2021 13: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 4GBJBY1D0Dz4Vdn; Fri, 25 Jun 2021 13: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 C75B7461D; Fri, 25 Jun 2021 13: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 15PDi4aw085158; Fri, 25 Jun 2021 13:44:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDi4o0085156; Fri, 25 Jun 2021 13:44:04 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:04 GMT Message-Id: <202106251344.15PDi4o0085156@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: ff812f54fd04 - main - devel/p5-MooX-ConfigFromFile: 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: ff812f54fd0414ed5cb419f534229c6b59185b5c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff812f54fd0414ed5cb419f534229c6b59185b5c commit ff812f54fd0414ed5cb419f534229c6b59185b5c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:55 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:55 +0000 devel/p5-MooX-ConfigFromFile: Cosmetic change --- devel/p5-MooX-ConfigFromFile/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooX-ConfigFromFile/Makefile b/devel/p5-MooX-ConfigFromFile/Makefile index f2dcd7685d22..dbe37abc2e16 100644 --- a/devel/p5-MooX-ConfigFromFile/Makefile +++ b/devel/p5-MooX-ConfigFromFile/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Config-Any>=0:devel/p5-Config-Any \ p5-Moo>=1.003000:devel/p5-Moo \ p5-MooX-File-ConfigDir>=0.002:devel/p5-MooX-File-ConfigDir -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E1EC661BA9; Fri, 25 Jun 2021 13:44: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 4GBJCF54HVz4VvX; Fri, 25 Jun 2021 13:44: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 7C6DD4519; Fri, 25 Jun 2021 13:44: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 15PDifYd085965; Fri, 25 Jun 2021 13:44:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDifCG085964; Fri, 25 Jun 2021 13:44:41 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:41 GMT Message-Id: <202106251344.15PDifCG085964@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: 4ce732e58ae4 - main - devel/p5-Scalar-String: 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: 4ce732e58ae4b627cac94f459e112b86d7f18020 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ce732e58ae4b627cac94f459e112b86d7f18020 commit 4ce732e58ae4b627cac94f459e112b86d7f18020 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:17 +0000 devel/p5-Scalar-String: Cosmetic change --- devel/p5-Scalar-String/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-Scalar-String/Makefile b/devel/p5-Scalar-String/Makefile index 3528534b1bdb..16b53bd23037 100644 --- a/devel/p5-Scalar-String/Makefile +++ b/devel/p5-Scalar-String/Makefile @@ -12,8 +12,8 @@ COMMENT= String aspects of scalars LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scalar/String/String.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26F5766193D; Fri, 25 Jun 2021 13:44: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 4GBJBg5R2bz4VnJ; Fri, 25 Jun 2021 13:44: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 9FB28461E; Fri, 25 Jun 2021 13:44: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 15PDiB0J085311; Fri, 25 Jun 2021 13:44:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiBQq085310; Fri, 25 Jun 2021 13:44:11 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:11 GMT Message-Id: <202106251344.15PDiBQq085310@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: a0b11389622e - main - devel/p5-MooseX-MetaDescription: 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: a0b11389622e6e37cb9a6a62c93c23b17b600b54 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0b11389622e6e37cb9a6a62c93c23b17b600b54 commit a0b11389622e6e37cb9a6a62c93c23b17b600b54 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:34:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:34:59 +0000 devel/p5-MooseX-MetaDescription: Add NO_ARCH --- devel/p5-MooseX-MetaDescription/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-MooseX-MetaDescription/Makefile b/devel/p5-MooseX-MetaDescription/Makefile index 0adfccaa7fe1..9ad2c5155a44 100644 --- a/devel/p5-MooseX-MetaDescription/Makefile +++ b/devel/p5-MooseX-MetaDescription/Makefile @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.4:devel/p5-Moose TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 741CE66193E; Fri, 25 Jun 2021 13:44: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 4GBJBk10Gzz4VTL; Fri, 25 Jun 2021 13:44: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 EC50E4598; Fri, 25 Jun 2021 13:44: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 15PDiDaO085359; Fri, 25 Jun 2021 13:44:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiDIV085358; Fri, 25 Jun 2021 13:44:13 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:13 GMT Message-Id: <202106251344.15PDiDIV085358@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: 0d5c3cb19e25 - main - devel/p5-MooseX-Runnable: 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: 0d5c3cb19e25ad45beee074b96cac333b766cdff Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d5c3cb19e25ad45beee074b96cac333b766cdff commit 0d5c3cb19e25ad45beee074b96cac333b766cdff Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:00 +0000 devel/p5-MooseX-Runnable: Cosmetic change --- devel/p5-MooseX-Runnable/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooseX-Runnable/Makefile b/devel/p5-MooseX-Runnable/Makefile index 4591db3b03ec..0a752d895d4c 100644 --- a/devel/p5-MooseX-Runnable/Makefile +++ b/devel/p5-MooseX-Runnable/Makefile @@ -26,8 +26,9 @@ RUN_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-TableDriven>=0:devel/p5-Test-TableDriven -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B441661874; Fri, 25 Jun 2021 13:44: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 4GBJBn5B9vz4Vnb; Fri, 25 Jun 2021 13:44: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 7316D459A; Fri, 25 Jun 2021 13:44: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 15PDiHdT085437; Fri, 25 Jun 2021 13:44:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiH2x085436; Fri, 25 Jun 2021 13:44:17 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:17 GMT Message-Id: <202106251344.15PDiH2x085436@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: f8fc3dfb6d94 - main - devel/p5-MooseX-Types-DateTime: 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: f8fc3dfb6d946dc4b36cd51dcfa2b0592084a4ab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8fc3dfb6d946dc4b36cd51dcfa2b0592084a4ab commit f8fc3dfb6d946dc4b36cd51dcfa2b0592084a4ab Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:02 +0000 devel/p5-MooseX-Types-DateTime: Cosmetic change --- devel/p5-MooseX-Types-DateTime/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooseX-Types-DateTime/Makefile b/devel/p5-MooseX-Types-DateTime/Makefile index 38581dd5359f..957c3996c79c 100644 --- a/devel/p5-MooseX-Types-DateTime/Makefile +++ b/devel/p5-MooseX-Types-DateTime/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-DateTime>=0.43.02:devel/p5-DateTime \ p5-namespace-clean>=0.19:devel/p5-namespace-clean TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BFEAF661ACE; Fri, 25 Jun 2021 13:45: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 4GBJCp2SYGz4WKD; Fri, 25 Jun 2021 13:45: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 1E5723B93; Fri, 25 Jun 2021 13:45: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 15PDj9wf086577; Fri, 25 Jun 2021 13:45:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDj9mo086576; Fri, 25 Jun 2021 13:45:09 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:09 GMT Message-Id: <202106251345.15PDj9mo086576@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: f236f49431a8 - main - devel/p5-Test-Number-Delta: Add LICENSE_FILE and 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: f236f49431a8f515982edc510820f2886b984007 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f236f49431a8f515982edc510820f2886b984007 commit f236f49431a8f515982edc510820f2886b984007 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:34 +0000 devel/p5-Test-Number-Delta: Add LICENSE_FILE and NO_ARCH --- devel/p5-Test-Number-Delta/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Test-Number-Delta/Makefile b/devel/p5-Test-Number-Delta/Makefile index ea98d48f3da7..44282352a931 100644 --- a/devel/p5-Test-Number-Delta/Makefile +++ b/devel/p5-Test-Number-Delta/Makefile @@ -11,8 +11,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Compare the difference between two numbers within a specified amount LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0821B661A8F; Fri, 25 Jun 2021 13:44: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 4GBJC357Dfz4Vv1; Fri, 25 Jun 2021 13:44: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 2670A4622; Fri, 25 Jun 2021 13:44: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 15PDiVmr085737; Fri, 25 Jun 2021 13:44:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiVDw085736; Fri, 25 Jun 2021 13:44:31 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:31 GMT Message-Id: <202106251344.15PDiVDw085736@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: 68835de942ae - main - devel/p5-PerlIO-Util: Add LICENSE 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: 68835de942aeec36d43b5b63196f0891a664fa72 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:32 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=68835de942aeec36d43b5b63196f0891a664fa72 commit 68835de942aeec36d43b5b63196f0891a664fa72 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:11 +0000 devel/p5-PerlIO-Util: Add LICENSE --- devel/p5-PerlIO-Util/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-PerlIO-Util/Makefile b/devel/p5-PerlIO-Util/Makefile index 9eb6ae085533..14e3d7162332 100644 --- a/devel/p5-PerlIO-Util/Makefile +++ b/devel/p5-PerlIO-Util/Makefile @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Selection of general PerlIO utilities -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/Util/Util.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C1376661A94; Fri, 25 Jun 2021 13:44: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 4GBJC80G2kz4VxG; Fri, 25 Jun 2021 13:44: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 B37FE4517; Fri, 25 Jun 2021 13:44: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 15PDiZqm085839; Fri, 25 Jun 2021 13:44:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiZKK085838; Fri, 25 Jun 2021 13:44:35 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:35 GMT Message-Id: <202106251344.15PDiZKK085838@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: 2b1cc0e18963 - main - devel/p5-Ref-Util-XS: 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: 2b1cc0e1896352d91d79e0f74a82aa64368e3cdb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:37 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b1cc0e1896352d91d79e0f74a82aa64368e3cdb commit 2b1cc0e1896352d91d79e0f74a82aa64368e3cdb Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:14 +0000 devel/p5-Ref-Util-XS: Cosmetic change --- devel/p5-Ref-Util-XS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-Ref-Util-XS/Makefile b/devel/p5-Ref-Util-XS/Makefile index 6cc39574ae23..c1c9d675aa42 100644 --- a/devel/p5-Ref-Util-XS/Makefile +++ b/devel/p5-Ref-Util-XS/Makefile @@ -12,8 +12,8 @@ COMMENT= Utility functions for checking references (XS version) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ref/Util/XS/XS.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5AA1661AC9; Fri, 25 Jun 2021 13:45: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 4GBJCh4jDNz4WK2; Fri, 25 Jun 2021 13:45: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 7EB2C44A5; Fri, 25 Jun 2021 13:45: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 15PDj443086475; Fri, 25 Jun 2021 13:45:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDj4He086474; Fri, 25 Jun 2021 13:45:04 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:04 GMT Message-Id: <202106251345.15PDj4He086474@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: 04e350f2ad30 - main - devel/p5-Test-HexDifferences: 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: 04e350f2ad30435de24043b482695dffda144be0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=04e350f2ad30435de24043b482695dffda144be0 commit 04e350f2ad30435de24043b482695dffda144be0 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:32 +0000 devel/p5-Test-HexDifferences: Cosmetic change --- devel/p5-Test-HexDifferences/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-HexDifferences/Makefile b/devel/p5-Test-HexDifferences/Makefile index af5c9704edb3..055279538514 100644 --- a/devel/p5-Test-HexDifferences/Makefile +++ b/devel/p5-Test-HexDifferences/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ p5-Text-Diff>=0:textproc/p5-Text-Diff -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0796C6618F6; Fri, 25 Jun 2021 13:44: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 4GBJC44rhXz4Vk9; Fri, 25 Jun 2021 13:44: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 521F53B8D; Fri, 25 Jun 2021 13:44: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 15PDiWv5085761; Fri, 25 Jun 2021 13:44:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiWPa085760; Fri, 25 Jun 2021 13:44:32 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:32 GMT Message-Id: <202106251344.15PDiWPa085760@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: beae0b846a97 - main - devel/p5-PerlX-Maybe-XS: 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: beae0b846a97248df2e88e695f9acdd14055996b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:33 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=beae0b846a97248df2e88e695f9acdd14055996b commit beae0b846a97248df2e88e695f9acdd14055996b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:12 +0000 devel/p5-PerlX-Maybe-XS: Cosmetic change --- devel/p5-PerlX-Maybe-XS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-PerlX-Maybe-XS/Makefile b/devel/p5-PerlX-Maybe-XS/Makefile index a71e987b2995..999277f234d1 100644 --- a/devel/p5-PerlX-Maybe-XS/Makefile +++ b/devel/p5-PerlX-Maybe-XS/Makefile @@ -13,8 +13,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlX/Maybe/XS/XS.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A857661A70; Fri, 25 Jun 2021 13:44: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 4GBJCD1NCKz4Vsf; Fri, 25 Jun 2021 13:44: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 44CF44691; Fri, 25 Jun 2021 13:44: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 15PDidsZ085911; Fri, 25 Jun 2021 13:44:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDidNm085910; Fri, 25 Jun 2021 13:44:39 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:39 GMT Message-Id: <202106251344.15PDidNm085910@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: 17b2616de1f4 - main - devel/p5-Safe-Isa: 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: 17b2616de1f441fdc9653dfddc12eed989ff8e5c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:41 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17b2616de1f441fdc9653dfddc12eed989ff8e5c commit 17b2616de1f441fdc9653dfddc12eed989ff8e5c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:16 +0000 devel/p5-Safe-Isa: Cosmetic change --- devel/p5-Safe-Isa/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Safe-Isa/Makefile b/devel/p5-Safe-Isa/Makefile index 5b26a95f004e..f5a8293d9079 100644 --- a/devel/p5-Safe-Isa/Makefile +++ b/devel/p5-Safe-Isa/Makefile @@ -12,8 +12,9 @@ COMMENT= Call isa, can, does and DOES safely on things that may not be objects LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 247F366194C; Fri, 25 Jun 2021 13:44: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 4GBJBv57J7z4Vl9; Fri, 25 Jun 2021 13:44: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 1EE5B4514; Fri, 25 Jun 2021 13:44: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 15PDiMGm085563; Fri, 25 Jun 2021 13:44:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiMKR085562; Fri, 25 Jun 2021 13:44:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:22 GMT Message-Id: <202106251344.15PDiMKR085562@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: ff5958c21a89 - main - devel/p5-MouseX-NativeTraits: 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: ff5958c21a89fe30a2105e87909145d5e8b8c728 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff5958c21a89fe30a2105e87909145d5e8b8c728 commit ff5958c21a89fe30a2105e87909145d5e8b8c728 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:06 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:06 +0000 devel/p5-MouseX-NativeTraits: Cosmetic change --- devel/p5-MouseX-NativeTraits/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MouseX-NativeTraits/Makefile b/devel/p5-MouseX-NativeTraits/Makefile index a6adebbf4418..f26f86e38711 100644 --- a/devel/p5-MouseX-NativeTraits/Makefile +++ b/devel/p5-MouseX-NativeTraits/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Mouse>=0.82:devel/p5-Mouse TEST_DEPENDS= p5-Any-Moose>=0.13:devel/p5-Any-Moose \ p5-Test-Fatal>=0.003:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68C0866187B; Fri, 25 Jun 2021 13:44: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 4GBJBt1GTTz4VfK; Fri, 25 Jun 2021 13:44: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 EB8F03B8B; Fri, 25 Jun 2021 13:44: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 15PDiLdo085533; Fri, 25 Jun 2021 13:44:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiLBX085532; Fri, 25 Jun 2021 13:44:21 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:21 GMT Message-Id: <202106251344.15PDiLBX085532@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: 13ece712da3f - main - devel/p5-MouseX-App-Cmd: Add LICENSE_FILE and 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: 13ece712da3f0453983f6439a976bcb5fad58641 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=13ece712da3f0453983f6439a976bcb5fad58641 commit 13ece712da3f0453983f6439a976bcb5fad58641 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:05 +0000 devel/p5-MouseX-App-Cmd: Add LICENSE_FILE and NO_ARCH --- devel/p5-MouseX-App-Cmd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-MouseX-App-Cmd/Makefile b/devel/p5-MouseX-App-Cmd/Makefile index 9d4d8734244c..bf679381e2a1 100644 --- a/devel/p5-MouseX-App-Cmd/Makefile +++ b/devel/p5-MouseX-App-Cmd/Makefile @@ -11,6 +11,7 @@ COMMENT= Mashes up MouseX::Getopt and App::Cmd LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-App-Cmd>=0.321:devel/p5-App-Cmd \ @@ -22,7 +23,9 @@ RUN_DEPENDS= p5-App-Cmd>=0.321:devel/p5-App-Cmd \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7FC3C661B85; Fri, 25 Jun 2021 13: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 4GBJC002JRz4Vjq; Fri, 25 Jun 2021 13: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 B62254621; Fri, 25 Jun 2021 13: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 15PDiR3n085659; Fri, 25 Jun 2021 13: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 15PDiR8O085658; Fri, 25 Jun 2021 13:44:27 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:27 GMT Message-Id: <202106251344.15PDiR8O085658@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: 566a5c68da20 - main - devel/p5-Params-Validate-Dependencies: Add LICENSE_FILE 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: 566a5c68da20926be694ebaff9466de5e16e503d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:28 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=566a5c68da20926be694ebaff9466de5e16e503d commit 566a5c68da20926be694ebaff9466de5e16e503d Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:09 +0000 devel/p5-Params-Validate-Dependencies: Add LICENSE_FILE --- devel/p5-Params-Validate-Dependencies/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/p5-Params-Validate-Dependencies/Makefile b/devel/p5-Params-Validate-Dependencies/Makefile index 8a9972a86024..e504ef2da488 100644 --- a/devel/p5-Params-Validate-Dependencies/Makefile +++ b/devel/p5-Params-Validate-Dependencies/Makefile @@ -11,6 +11,8 @@ COMMENT= Validate combinations of parameters LICENSE= ART10 GPLv2 LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/ARTISTIC.txt +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2.txt BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Clone>=0.38:devel/p5-Clone \ @@ -23,8 +25,9 @@ TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ p5-Test-Pod-Coverage>=1:devel/p5-Test-Pod-Coverage \ p5-Test-Warnings>=0.026:devel/p5-Test-Warnings -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D3A586619BF; Fri, 25 Jun 2021 13:44: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 4GBJC22W2qz4Vfv; Fri, 25 Jun 2021 13:44: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 F360F3B8C; Fri, 25 Jun 2021 13:44: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 15PDiT1P085713; Fri, 25 Jun 2021 13:44:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiTDu085712; Fri, 25 Jun 2021 13:44:29 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:29 GMT Message-Id: <202106251344.15PDiTDu085712@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: 59cd7b4a4dd0 - main - devel/p5-Perl6-Slurp: 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: 59cd7b4a4dd01cf4a91ac86540e7b3b1030b496a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:31 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=59cd7b4a4dd01cf4a91ac86540e7b3b1030b496a commit 59cd7b4a4dd01cf4a91ac86540e7b3b1030b496a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:10 +0000 devel/p5-Perl6-Slurp: Add NO_ARCH --- devel/p5-Perl6-Slurp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Perl6-Slurp/Makefile b/devel/p5-Perl6-Slurp/Makefile index 7df334a36525..7224c728d71d 100644 --- a/devel/p5-Perl6-Slurp/Makefile +++ b/devel/p5-Perl6-Slurp/Makefile @@ -15,7 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Perl6-Export>=0.07:devel/p5-Perl6-Export -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9916D6619B5; Fri, 25 Jun 2021 13:44: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 4GBJBm2lzBz4VfC; Fri, 25 Jun 2021 13:44: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 34EC3461F; Fri, 25 Jun 2021 13:44: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 15PDiGDL085407; Fri, 25 Jun 2021 13:44:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiGY6085406; Fri, 25 Jun 2021 13:44:16 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:16 GMT Message-Id: <202106251344.15PDiGY6085406@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: 7b031c2aaf50 - main - devel/p5-MooseX-TransactionalMethods: 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: 7b031c2aaf50897912321f92a1336b63cd22fb5b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b031c2aaf50897912321f92a1336b63cd22fb5b commit 7b031c2aaf50897912321f92a1336b63cd22fb5b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:02 +0000 devel/p5-MooseX-TransactionalMethods: Add NO_ARCH --- devel/p5-MooseX-TransactionalMethods/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-MooseX-TransactionalMethods/Makefile b/devel/p5-MooseX-TransactionalMethods/Makefile index 0b8db4473a1d..3d59e94781d7 100644 --- a/devel/p5-MooseX-TransactionalMethods/Makefile +++ b/devel/p5-MooseX-TransactionalMethods/Makefile @@ -17,7 +17,9 @@ RUN_DEPENDS= p5-Moose>=1.21:devel/p5-Moose \ p5-Sub-Name>=0:devel/p5-Sub-Name \ p5-aliased>=0:devel/p5-aliased -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FAC76619E2; Fri, 25 Jun 2021 13:44: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 4GBJCR5PP1z4WB5; Fri, 25 Jun 2021 13:44: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 979733B90; Fri, 25 Jun 2021 13:44: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 15PDioF6086163; Fri, 25 Jun 2021 13:44:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDioih086162; Fri, 25 Jun 2021 13:44:50 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:50 GMT Message-Id: <202106251344.15PDioih086162@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: 9bb10fe69657 - main - devel/p5-Task-Tiny: Add LICENSE_FILE and 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: 9bb10fe69657b5f0a90bb8491ad0e50398202326 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:52 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bb10fe69657b5f0a90bb8491ad0e50398202326 commit 9bb10fe69657b5f0a90bb8491ad0e50398202326 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:23 +0000 devel/p5-Task-Tiny: Add LICENSE_FILE and NO_ARCH --- devel/p5-Task-Tiny/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Task-Tiny/Makefile b/devel/p5-Task-Tiny/Makefile index 533fbcc5107f..4377f5c5c684 100644 --- a/devel/p5-Task-Tiny/Makefile +++ b/devel/p5-Task-Tiny/Makefile @@ -11,8 +11,11 @@ COMMENT= Install a lightweight development environment LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A5AF661B3E; Fri, 25 Jun 2021 13:44: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 4GBJCQ39Kxz4VqC; Fri, 25 Jun 2021 13:44: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 72F54451B; Fri, 25 Jun 2021 13:44: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 15PDintX086139; Fri, 25 Jun 2021 13:44:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDin5m086138; Fri, 25 Jun 2021 13:44:49 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:49 GMT Message-Id: <202106251344.15PDin5m086138@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: 2221ac89daf7 - main - devel/p5-Taint-Util: Add LICENSE 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: 2221ac89daf777a8b6161b085a4f8fb5b5862be6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2221ac89daf777a8b6161b085a4f8fb5b5862be6 commit 2221ac89daf777a8b6161b085a4f8fb5b5862be6 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:22 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:22 +0000 devel/p5-Taint-Util: Add LICENSE --- devel/p5-Taint-Util/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/p5-Taint-Util/Makefile b/devel/p5-Taint-Util/Makefile index 78acf88949e1..1cbee5351388 100644 --- a/devel/p5-Taint-Util/Makefile +++ b/devel/p5-Taint-Util/Makefile @@ -10,8 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test for and flip the taint flag without regex matches or eval -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Taint/Util/Util.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F406C661C8B; Fri, 25 Jun 2021 13:44: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 4GBJCY54BSz4VmW; Fri, 25 Jun 2021 13:44: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 694C54694; Fri, 25 Jun 2021 13:44: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 15PDiuhI086289; Fri, 25 Jun 2021 13:44:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiuKh086288; Fri, 25 Jun 2021 13:44:56 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:56 GMT Message-Id: <202106251344.15PDiuKh086288@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: fc29117e46be - main - devel/p5-Test-BinaryData: 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: fc29117e46be6679a53073d2f55439e5ab9469a5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc29117e46be6679a53073d2f55439e5ab9469a5 commit fc29117e46be6679a53073d2f55439e5ab9469a5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:27 +0000 devel/p5-Test-BinaryData: Cosmetic change --- devel/p5-Test-BinaryData/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-BinaryData/Makefile b/devel/p5-Test-BinaryData/Makefile index ad839be9d885..5ce1a75189a8 100644 --- a/devel/p5-Test-BinaryData/Makefile +++ b/devel/p5-Test-BinaryData/Makefile @@ -14,8 +14,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E68906619F1; Fri, 25 Jun 2021 13:45: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 4GBJCd041Mz4WBY; Fri, 25 Jun 2021 13:45: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 F397E4625; Fri, 25 Jun 2021 13:44: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 15PDixhQ086367; Fri, 25 Jun 2021 13:44:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDix4V086366; Fri, 25 Jun 2021 13:44:59 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:59 GMT Message-Id: <202106251344.15PDix4V086366@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: bf58cdc90ffa - main - devel/p5-Test-CPAN-Meta-YAML: 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: bf58cdc90ffa38bf39c4e782952f79dcd7cd38a2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf58cdc90ffa38bf39c4e782952f79dcd7cd38a2 commit bf58cdc90ffa38bf39c4e782952f79dcd7cd38a2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:29 +0000 devel/p5-Test-CPAN-Meta-YAML: Add NO_ARCH --- devel/p5-Test-CPAN-Meta-YAML/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Test-CPAN-Meta-YAML/Makefile b/devel/p5-Test-CPAN-Meta-YAML/Makefile index 6b1af672c08d..a47b454dda80 100644 --- a/devel/p5-Test-CPAN-Meta-YAML/Makefile +++ b/devel/p5-Test-CPAN-Meta-YAML/Makefile @@ -14,7 +14,9 @@ LICENSE= ART20 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Test-YAML-Valid>=0.03:devel/p5-Test-YAML-Valid -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66D2C66194D; Fri, 25 Jun 2021 13:44: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 4GBJBw6v4Gz4VtV; Fri, 25 Jun 2021 13:44: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 435574620; Fri, 25 Jun 2021 13:44: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 15PDiOEG085587; Fri, 25 Jun 2021 13:44:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiOYb085586; Fri, 25 Jun 2021 13:44:24 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:24 GMT Message-Id: <202106251344.15PDiOYb085586@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: 7f67b89d8320 - main - devel/p5-MouseX-Traits: Add LICENSE and 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: 7f67b89d83202aafba9cb751235573d428ce5201 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f67b89d83202aafba9cb751235573d428ce5201 commit 7f67b89d83202aafba9cb751235573d428ce5201 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:07 +0000 devel/p5-MouseX-Traits: Add LICENSE and NO_ARCH --- devel/p5-MouseX-Traits/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/p5-MouseX-Traits/Makefile b/devel/p5-MouseX-Traits/Makefile index 21340503e53c..a682dbd671b6 100644 --- a/devel/p5-MouseX-Traits/Makefile +++ b/devel/p5-MouseX-Traits/Makefile @@ -11,11 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically apply roles at object creation time +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Mouse>=0.81:devel/p5-Mouse TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87C23661C9E; Fri, 25 Jun 2021 13:45: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 4GBJCg5Dqcz4WGc; Fri, 25 Jun 2021 13:45: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 440483B92; Fri, 25 Jun 2021 13:45: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 15PDj2lB086421; Fri, 25 Jun 2021 13:45:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDj2O0086420; Fri, 25 Jun 2021 13:45:02 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:02 GMT Message-Id: <202106251345.15PDj2O0086420@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: 17e21ebe70fe - main - devel/p5-Test-Fixme: 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: 17e21ebe70feb191ceabb80e38cbf56ec4e821ae Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17e21ebe70feb191ceabb80e38cbf56ec4e821ae commit 17e21ebe70feb191ceabb80e38cbf56ec4e821ae Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:30 +0000 devel/p5-Test-Fixme: Cosmetic change --- devel/p5-Test-Fixme/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-Fixme/Makefile b/devel/p5-Test-Fixme/Makefile index 09f457df41d9..193623a7afa5 100644 --- a/devel/p5-Test-Fixme/Makefile +++ b/devel/p5-Test-Fixme/Makefile @@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 776F5661D0B; Fri, 25 Jun 2021 13:45: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 4GBJCm4Sbjz4WLM; Fri, 25 Jun 2021 13:45: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 EE699459E; Fri, 25 Jun 2021 13:45: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 15PDj7l0086547; Fri, 25 Jun 2021 13:45:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDj7rv086546; Fri, 25 Jun 2021 13:45:07 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:07 GMT Message-Id: <202106251345.15PDj7rv086546@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: f7157ab81e21 - main - devel/p5-Test-Mock-LWP-Dispatch: Add LICENSE_FILE 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: f7157ab81e215f036c138861ca12e28b8fcc0293 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7157ab81e215f036c138861ca12e28b8fcc0293 commit f7157ab81e215f036c138861ca12e28b8fcc0293 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:34 +0000 devel/p5-Test-Mock-LWP-Dispatch: Add LICENSE_FILE --- devel/p5-Test-Mock-LWP-Dispatch/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-Mock-LWP-Dispatch/Makefile b/devel/p5-Test-Mock-LWP-Dispatch/Makefile index 118e950728d0..b5a2f746660d 100644 --- a/devel/p5-Test-Mock-LWP-Dispatch/Makefile +++ b/devel/p5-Test-Mock-LWP-Dispatch/Makefile @@ -11,6 +11,7 @@ COMMENT= Mocks LWP::UserAgent and dispatches your requests/responses LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ @@ -19,8 +20,9 @@ RUN_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ TEST_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-Test-Exception>=0:devel/p5-Test-Exception -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2503661E0B; Fri, 25 Jun 2021 13: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 4GBJCt1R2Lz4WR8; Fri, 25 Jun 2021 13:45: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 CC8E64698; Fri, 25 Jun 2021 13:45: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 15PDjDAR086673; Fri, 25 Jun 2021 13:45:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjDEm086672; Fri, 25 Jun 2021 13:45:13 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:13 GMT Message-Id: <202106251345.15PDjDEm086672@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: 80fc36114503 - main - devel/p5-Test-TableDriven: Add LICENSE and 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: 80fc36114503c006241dd0b83e5dc1b62ff0840e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=80fc36114503c006241dd0b83e5dc1b62ff0840e commit 80fc36114503c006241dd0b83e5dc1b62ff0840e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:37 +0000 devel/p5-Test-TableDriven: Add LICENSE and NO_ARCH --- devel/p5-Test-TableDriven/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/p5-Test-TableDriven/Makefile b/devel/p5-Test-TableDriven/Makefile index 705dfc93d64f..db8ea23086da 100644 --- a/devel/p5-Test-TableDriven/Makefile +++ b/devel/p5-Test-TableDriven/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Write tests, not scripts that run them -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39E92661C83; Fri, 25 Jun 2021 13:44: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 4GBJCN3yWxz4Vyw; Fri, 25 Jun 2021 13:44: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 4FF9D3B8F; Fri, 25 Jun 2021 13:44: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 15PDimdg086115; Fri, 25 Jun 2021 13:44:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDim4M086114; Fri, 25 Jun 2021 13:44:48 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:48 GMT Message-Id: <202106251344.15PDim4M086114@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: 09e425789e4b - main - devel/p5-Sys-Info-Driver-BSD: Add LICENSE_FILE and 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: 09e425789e4b1313f435b3226c33558e16e2857a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:49 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=09e425789e4b1313f435b3226c33558e16e2857a commit 09e425789e4b1313f435b3226c33558e16e2857a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:22 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:22 +0000 devel/p5-Sys-Info-Driver-BSD: Add LICENSE_FILE and NO_ARCH --- devel/p5-Sys-Info-Driver-BSD/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Sys-Info-Driver-BSD/Makefile b/devel/p5-Sys-Info-Driver-BSD/Makefile index 2995ae3d6177..d40fc68cb1e1 100644 --- a/devel/p5-Sys-Info-Driver-BSD/Makefile +++ b/devel/p5-Sys-Info-Driver-BSD/Makefile @@ -12,6 +12,7 @@ COMMENT= BSD driver for Sys::Info LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-BSD-Sysctl>=0.08:sysutils/p5-BSD-Sysctl \ @@ -21,7 +22,9 @@ TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \ p5-Test-Sys-Info>=0.20:devel/p5-Test-Sys-Info -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 570DD661C1E; Fri, 25 Jun 2021 13:44: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 4GBJCN073Nz4Vm1; Fri, 25 Jun 2021 13:44: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 275C0451A; Fri, 25 Jun 2021 13:44: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 15PDilIB086091; Fri, 25 Jun 2021 13:44:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiliV086090; Fri, 25 Jun 2021 13:44:47 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:47 GMT Message-Id: <202106251344.15PDiliV086090@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: 9bac6d881581 - main - devel/p5-Syntax-Keyword-Gather: 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: 9bac6d8815817c7e50149bd71bbd4976b68a36b5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bac6d8815817c7e50149bd71bbd4976b68a36b5 commit 9bac6d8815817c7e50149bd71bbd4976b68a36b5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:21 +0000 devel/p5-Syntax-Keyword-Gather: Cosmetic change --- devel/p5-Syntax-Keyword-Gather/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Syntax-Keyword-Gather/Makefile b/devel/p5-Syntax-Keyword-Gather/Makefile index 2718821f1d87..416f357aec46 100644 --- a/devel/p5-Syntax-Keyword-Gather/Makefile +++ b/devel/p5-Syntax-Keyword-Gather/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0432A661C46; Fri, 25 Jun 2021 13:45: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 4GBJCr2Twnz4WTH; Fri, 25 Jun 2021 13:45: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 726F34697; Fri, 25 Jun 2021 13:45: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 15PDjBdm086625; Fri, 25 Jun 2021 13:45:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjBca086624; Fri, 25 Jun 2021 13:45:11 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:11 GMT Message-Id: <202106251345.15PDjBca086624@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: 3ac8b6c30545 - main - devel/p5-Test-Singleton: Update LICENSE 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: 3ac8b6c3054576d5c9071f2d912e2e82fc89eee2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:13 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ac8b6c3054576d5c9071f2d912e2e82fc89eee2 commit 3ac8b6c3054576d5c9071f2d912e2e82fc89eee2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:36 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:36 +0000 devel/p5-Test-Singleton: Update LICENSE --- devel/p5-Test-Singleton/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/p5-Test-Singleton/Makefile b/devel/p5-Test-Singleton/Makefile index 35b9f5e21e41..48b9a234acf7 100644 --- a/devel/p5-Test-Singleton/Makefile +++ b/devel/p5-Test-Singleton/Makefile @@ -11,14 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test for Singleton classes -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Singleton>=0:devel/p5-Class-Singleton -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85769661CB8; Fri, 25 Jun 2021 13:45: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 4GBJCx4BFBz4WLq; Fri, 25 Jun 2021 13:45: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 421D24522; Fri, 25 Jun 2021 13:45: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 15PDjHUw086751; Fri, 25 Jun 2021 13:45:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjHw4086750; Fri, 25 Jun 2021 13:45:17 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:17 GMT Message-Id: <202106251345.15PDjHw4086750@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: c6e2e386524a - main - devel/p5-Text-Levenshtein-Damerau: Add LICENSE_FILE 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: c6e2e386524a6da0926cf1da29f827269fe8bf12 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6e2e386524a6da0926cf1da29f827269fe8bf12 commit c6e2e386524a6da0926cf1da29f827269fe8bf12 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:39 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:39 +0000 devel/p5-Text-Levenshtein-Damerau: Add LICENSE_FILE --- devel/p5-Text-Levenshtein-Damerau/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Text-Levenshtein-Damerau/Makefile b/devel/p5-Text-Levenshtein-Damerau/Makefile index 6162a75addbb..41555908f865 100644 --- a/devel/p5-Text-Levenshtein-Damerau/Makefile +++ b/devel/p5-Text-Levenshtein-Damerau/Makefile @@ -11,9 +11,11 @@ COMMENT= Damerau Levenshtein edit distance LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6ED1C661D98; Fri, 25 Jun 2021 13:45: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 4GBJD1086Hz4WLx; Fri, 25 Jun 2021 13:45: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 A49EF4523; Fri, 25 Jun 2021 13:45: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 15PDjK03086829; Fri, 25 Jun 2021 13:45:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjK9d086828; Fri, 25 Jun 2021 13:45:20 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:20 GMT Message-Id: <202106251345.15PDjK9d086828@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: 5e59f0a9c3a8 - main - devel/p5-Tie-iCal: 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: 5e59f0a9c3a82e762f92a269661d5d7bd137c3e7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e59f0a9c3a82e762f92a269661d5d7bd137c3e7 commit 5e59f0a9c3a82e762f92a269661d5d7bd137c3e7 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:41 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:41 +0000 devel/p5-Tie-iCal: Add NO_ARCH --- devel/p5-Tie-iCal/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Tie-iCal/Makefile b/devel/p5-Tie-iCal/Makefile index 7c6c190e6db6..8678c68a9d78 100644 --- a/devel/p5-Tie-iCal/Makefile +++ b/devel/p5-Tie-iCal/Makefile @@ -14,7 +14,9 @@ COMMENT= Tie iCal files to Perl hashes LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 41121661E1B; Fri, 25 Jun 2021 13:45: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 4GBJD356LGz4WZf; Fri, 25 Jun 2021 13:45: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 12D3E44AC; Fri, 25 Jun 2021 13:45: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 15PDjMRj086877; Fri, 25 Jun 2021 13:45:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjMwN086876; Fri, 25 Jun 2021 13:45:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:22 GMT Message-Id: <202106251345.15PDjMwN086876@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: f859ede6a693 - main - devel/p5-Types-Path-Tiny: 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: f859ede6a6930c19f5311b13bbf01f047e8b8076 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f859ede6a6930c19f5311b13bbf01f047e8b8076 commit f859ede6a6930c19f5311b13bbf01f047e8b8076 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:43 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:43 +0000 devel/p5-Types-Path-Tiny: Cosmetic change --- devel/p5-Types-Path-Tiny/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Types-Path-Tiny/Makefile b/devel/p5-Types-Path-Tiny/Makefile index 679b4c661a4a..116282c27466 100644 --- a/devel/p5-Types-Path-Tiny/Makefile +++ b/devel/p5-Types-Path-Tiny/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-Type-Tiny>=0.008:devel/p5-Type-Tiny TEST_DEPENDS= p5-File-pushd>=0:devel/p5-File-pushd -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EFEF9661E10; Fri, 25 Jun 2021 13:45: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 4GBJCy44fqz4WLr; Fri, 25 Jun 2021 13:45: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 6525D469A; Fri, 25 Jun 2021 13:45: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 15PDjI3B086775; Fri, 25 Jun 2021 13:45:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjIN7086774; Fri, 25 Jun 2021 13:45:18 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:18 GMT Message-Id: <202106251345.15PDjIN7086774@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: 2d30c0299525 - main - devel/p5-Thrift-XS: Add LICENSE 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: 2d30c02995257e45e26e74ecb49f06735a7ffa1b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d30c02995257e45e26e74ecb49f06735a7ffa1b commit 2d30c02995257e45e26e74ecb49f06735a7ffa1b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:40 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:40 +0000 devel/p5-Thrift-XS: Add LICENSE --- devel/p5-Thrift-XS/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Thrift-XS/Makefile b/devel/p5-Thrift-XS/Makefile index 2fde971bdd75..6d3fcc1df0c3 100644 --- a/devel/p5-Thrift-XS/Makefile +++ b/devel/p5-Thrift-XS/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Faster Thrift binary protocol encoding and decoding +LICENSE= APACHE20 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ @@ -21,8 +23,8 @@ TEST_DEPENDS= p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \ p5-Test-Pod>=1.14:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Thrift/XS/XS.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B41C9661E21; Fri, 25 Jun 2021 13:45: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 4GBJD76mWSz4WRf; Fri, 25 Jun 2021 13:45: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 8F1934525; Fri, 25 Jun 2021 13:45: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 15PDjR4Y086979; Fri, 25 Jun 2021 13:45:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjRWm086978; Fri, 25 Jun 2021 13:45:27 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:27 GMT Message-Id: <202106251345.15PDjRWm086978@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: 8dbc8b4429c9 - main - devel/p5-match-simple: 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: 8dbc8b4429c95b806c388727fe1a0a88b5fb76ac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8dbc8b4429c95b806c388727fe1a0a88b5fb76ac commit 8dbc8b4429c95b806c388727fe1a0a88b5fb76ac Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:46 +0000 devel/p5-match-simple: Cosmetic change --- devel/p5-match-simple/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-match-simple/Makefile b/devel/p5-match-simple/Makefile index 425e95057c0a..b079e6b47741 100644 --- a/devel/p5-match-simple/Makefile +++ b/devel/p5-match-simple/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Exporter-Tiny>=0.026:devel/p5-Exporter-Tiny \ p5-Sub-Infix>=0.004:devel/p5-Sub-Infix TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7733E661ADC; Fri, 25 Jun 2021 13:45: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 4GBJDB1GL7z4WMP; Fri, 25 Jun 2021 13:45: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 B06B540BE; Fri, 25 Jun 2021 13:45: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 15PDjSOe087003; Fri, 25 Jun 2021 13:45:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjSN3087002; Fri, 25 Jun 2021 13:45:28 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:28 GMT Message-Id: <202106251345.15PDjSN3087002@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: b30564f97c51 - main - devel/p5-mem: Add LICENSE_FILE 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: b30564f97c510510cfc1edac09c68e691fd3a43a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:31 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b30564f97c510510cfc1edac09c68e691fd3a43a commit b30564f97c510510cfc1edac09c68e691fd3a43a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:46 +0000 devel/p5-mem: Add LICENSE_FILE --- devel/p5-mem/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-mem/Makefile b/devel/p5-mem/Makefile index ccbb5ed43dbc..c48257ff24f3 100644 --- a/devel/p5-mem/Makefile +++ b/devel/p5-mem/Makefile @@ -12,9 +12,11 @@ COMMENT= Use "in-mem" pkgs and force definitions into mem early LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4AD5C6619E6; Fri, 25 Jun 2021 13: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 4GBJCT57Znz4W3P; Fri, 25 Jun 2021 13:44: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 E5C27451C; Fri, 25 Jun 2021 13:44: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 15PDiqKs086217; Fri, 25 Jun 2021 13:44:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiqYl086216; Fri, 25 Jun 2021 13:44:52 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:52 GMT Message-Id: <202106251344.15PDiqYl086216@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: 35b0ae4e8a29 - main - devel/p5-Term-Size-Any: 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: 35b0ae4e8a29dc608bd08448a5a666933e8c4264 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=35b0ae4e8a29dc608bd08448a5a666933e8c4264 commit 35b0ae4e8a29dc608bd08448a5a666933e8c4264 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:24 +0000 devel/p5-Term-Size-Any: Add NO_ARCH --- devel/p5-Term-Size-Any/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Term-Size-Any/Makefile b/devel/p5-Term-Size-Any/Makefile index b14eb390f497..4351c59b9304 100644 --- a/devel/p5-Term-Size-Any/Makefile +++ b/devel/p5-Term-Size-Any/Makefile @@ -19,7 +19,9 @@ RUN_DEPENDS= p5-Devel-Hide>=0:devel/p5-Devel-Hide \ TEST_DEPENDS= p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ p5-Test-Pod>=1.18:devel/p5-Test-Pod -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A210661B29; Fri, 25 Jun 2021 13:44: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 4GBJCD3DkCz4W2j; Fri, 25 Jun 2021 13:44: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 580133B8E; Fri, 25 Jun 2021 13:44: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 15PDieT7085941; Fri, 25 Jun 2021 13:44:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiePo085940; Fri, 25 Jun 2021 13:44:40 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:40 GMT Message-Id: <202106251344.15PDiePo085940@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: 5b853b6a3307 - main - devel/p5-Scalar-Does: 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: 5b853b6a330710496bb27a85f2e534037ffe9780 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:41 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b853b6a330710496bb27a85f2e534037ffe9780 commit 5b853b6a330710496bb27a85f2e534037ffe9780 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:17 +0000 devel/p5-Scalar-Does: Cosmetic change --- devel/p5-Scalar-Does/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/p5-Scalar-Does/Makefile b/devel/p5-Scalar-Does/Makefile index a5a513efd550..6f1d98226a5a 100644 --- a/devel/p5-Scalar-Does/Makefile +++ b/devel/p5-Scalar-Does/Makefile @@ -27,10 +27,11 @@ TEST_DEPENDS= p5-IO-All>=0:devel/p5-IO-All \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ p5-Test-Requires>=0.06:devel/p5-Test-Requires -CONFLICTS_INSTALL= p5-IO-Detect +USES= perl5 +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 + +CONFLICTS_INSTALL= p5-IO-Detect .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3560A661B73; Fri, 25 Jun 2021 13:45: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 4GBJDK23Ylz4WY4; Fri, 25 Jun 2021 13:45: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 C6A1544AE; Fri, 25 Jun 2021 13:45: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 15PDjamE087177; Fri, 25 Jun 2021 13:45:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDja3r087176; Fri, 25 Jun 2021 13:45:36 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:36 GMT Message-Id: <202106251345.15PDja3r087176@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: e792f0ec5e7d - main - textproc/p5-HTML-Tidy5: 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: e792f0ec5e7da39394dff9e9548b78fedd77d08d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e792f0ec5e7da39394dff9e9548b78fedd77d08d commit e792f0ec5e7da39394dff9e9548b78fedd77d08d Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:09 +0000 textproc/p5-HTML-Tidy5: Cosmetic change --- textproc/p5-HTML-Tidy5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/p5-HTML-Tidy5/Makefile b/textproc/p5-HTML-Tidy5/Makefile index 31bb47057180..4f125378b1e2 100644 --- a/textproc/p5-HTML-Tidy5/Makefile +++ b/textproc/p5-HTML-Tidy5/Makefile @@ -13,8 +13,8 @@ LICENSE= ART20 LIB_DEPENDS= libtidy5.so:www/tidy-html5 -USE_PERL5= configure USES= localbase perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTML/Tidy5/Tidy5.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9EAE0661D30; Fri, 25 Jun 2021 13:45: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 4GBJDL48Szz4WMs; Fri, 25 Jun 2021 13:45: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 D710744A6; Fri, 25 Jun 2021 13:45: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 15PDjbY7087205; Fri, 25 Jun 2021 13:45:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjbrW087204; Fri, 25 Jun 2021 13:45:37 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:37 GMT Message-Id: <202106251345.15PDjbrW087204@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: 56520212929e - main - textproc/p5-JavaScript-Packer: 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: 56520212929eb906b06406db0970893a8fe231b5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=56520212929eb906b06406db0970893a8fe231b5 commit 56520212929eb906b06406db0970893a8fe231b5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:13 +0000 textproc/p5-JavaScript-Packer: Cosmetic change --- textproc/p5-JavaScript-Packer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile index 4a93e03f9bcc..0adfcad709c1 100644 --- a/textproc/p5-JavaScript-Packer/Makefile +++ b/textproc/p5-JavaScript-Packer/Makefile @@ -16,8 +16,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Regexp-RegGrp>=1.001001:devel/p5-Regexp-RegGrp TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99B8E661E32; Fri, 25 Jun 2021 13:45: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 4GBJDR4W98z4WSM; Fri, 25 Jun 2021 13:45: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 694C9469F; Fri, 25 Jun 2021 13:45: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 15PDjgkX087303; Fri, 25 Jun 2021 13:45:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjgVC087302; Fri, 25 Jun 2021 13:45:42 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:42 GMT Message-Id: <202106251345.15PDjgVC087302@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: ee7eaa5974a7 - main - textproc/p5-Lingua-PT-Stemmer: Add LICENSE_FILE 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: ee7eaa5974a76a4937e1e44dd9afa0abf23ea5b2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee7eaa5974a76a4937e1e44dd9afa0abf23ea5b2 commit ee7eaa5974a76a4937e1e44dd9afa0abf23ea5b2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:30 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:30 +0000 textproc/p5-Lingua-PT-Stemmer: Add LICENSE_FILE --- textproc/p5-Lingua-PT-Stemmer/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Lingua-PT-Stemmer/Makefile b/textproc/p5-Lingua-PT-Stemmer/Makefile index f63aff2db549..c73ec8511eb6 100644 --- a/textproc/p5-Lingua-PT-Stemmer/Makefile +++ b/textproc/p5-Lingua-PT-Stemmer/Makefile @@ -11,9 +11,11 @@ COMMENT= Stemmers for Portuguese and Galician LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B37A2661D33; Fri, 25 Jun 2021 13:45: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 4GBJDQ6BSkz4Wdw; Fri, 25 Jun 2021 13:45: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 490E9462C; Fri, 25 Jun 2021 13:45: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 15PDjfsR087279; Fri, 25 Jun 2021 13:45:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjfuK087278; Fri, 25 Jun 2021 13:45:41 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:41 GMT Message-Id: <202106251345.15PDjfuK087278@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: 6fe5bf883fd3 - main - textproc/p5-Lingua-Ispell: 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: 6fe5bf883fd304d18c31d4eed5398480e2794da4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fe5bf883fd304d18c31d4eed5398480e2794da4 commit 6fe5bf883fd304d18c31d4eed5398480e2794da4 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:26 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:26 +0000 textproc/p5-Lingua-Ispell: Cosmetic change --- textproc/p5-Lingua-Ispell/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile index 7a029b684201..dc8e015e053c 100644 --- a/textproc/p5-Lingua-Ispell/Makefile +++ b/textproc/p5-Lingua-Ispell/Makefile @@ -16,10 +16,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ispell:textproc/aspell-ispell +USES= perl5 +USE_PERL5= configure + NO_ARCH= yes REINPLACE_ARGS= -i '' -USE_PERL5= configure -USES= perl5 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/Lingua/Ispell.pm From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56F2F661C7B; Fri, 25 Jun 2021 13:45: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 4GBJDX3h20z4Wh3; Fri, 25 Jun 2021 13:45: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 0C57A44A8; Fri, 25 Jun 2021 13:45: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 15PDjkJ6087405; Fri, 25 Jun 2021 13:45:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjkux087404; Fri, 25 Jun 2021 13:45:46 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:46 GMT Message-Id: <202106251345.15PDjkux087404@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: 7f0c98b50897 - main - textproc/p5-PPIx-EditorTools: 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: 7f0c98b5089767463c2543f441ddcd3251b17669 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:49 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f0c98b5089767463c2543f441ddcd3251b17669 commit 7f0c98b5089767463c2543f441ddcd3251b17669 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:47 +0000 textproc/p5-PPIx-EditorTools: Cosmetic change --- textproc/p5-PPIx-EditorTools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-PPIx-EditorTools/Makefile b/textproc/p5-PPIx-EditorTools/Makefile index d6131a9c8a8b..8d3a5a03887b 100644 --- a/textproc/p5-PPIx-EditorTools/Makefile +++ b/textproc/p5-PPIx-EditorTools/Makefile @@ -22,8 +22,9 @@ TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Most>=0:devel/p5-Test-Most -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81B6B661C3D; Fri, 25 Jun 2021 13:44: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 4GBJCZ6d0tz4W5d; Fri, 25 Jun 2021 13:44: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 B78D14695; Fri, 25 Jun 2021 13:44: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 15PDiw6d086343; Fri, 25 Jun 2021 13:44:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiwMP086342; Fri, 25 Jun 2021 13:44:58 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:58 GMT Message-Id: <202106251344.15PDiwMP086342@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: aa2f066eebed - main - devel/p5-Test-CPAN-Meta: 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: aa2f066eebed3971188f8d34108ace4050426a32 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa2f066eebed3971188f8d34108ace4050426a32 commit aa2f066eebed3971188f8d34108ace4050426a32 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:28 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:28 +0000 devel/p5-Test-CPAN-Meta: Add NO_ARCH --- devel/p5-Test-CPAN-Meta/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Test-CPAN-Meta/Makefile b/devel/p5-Test-CPAN-Meta/Makefile index d900d496be7f..a42cd43c00bd 100644 --- a/devel/p5-Test-CPAN-Meta/Makefile +++ b/devel/p5-Test-CPAN-Meta/Makefile @@ -14,7 +14,9 @@ LICENSE= ART20 TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0.08:devel/p5-Test-Pod-Coverage -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8471D661C9D; Fri, 25 Jun 2021 13:45: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 4GBJCh0Fygz4W8R; Fri, 25 Jun 2021 13:45: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 603044626; Fri, 25 Jun 2021 13:45: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 15PDj3lF086451; Fri, 25 Jun 2021 13:45:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDj3qL086450; Fri, 25 Jun 2021 13:45:03 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:03 GMT Message-Id: <202106251345.15PDj3qL086450@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: 5769349022e6 - main - devel/p5-Test-HasVersion: 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: 5769349022e6034ae855c76108cceafdfb71e81a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5769349022e6034ae855c76108cceafdfb71e81a commit 5769349022e6034ae855c76108cceafdfb71e81a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:31 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:31 +0000 devel/p5-Test-HasVersion: Cosmetic change --- devel/p5-Test-HasVersion/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-HasVersion/Makefile b/devel/p5-Test-HasVersion/Makefile index cabd7faaa72d..a70d8c03043d 100644 --- a/devel/p5-Test-HasVersion/Makefile +++ b/devel/p5-Test-HasVersion/Makefile @@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 93B62661E23; Fri, 25 Jun 2021 13:45: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 4GBJDK28XSz4WdY; Fri, 25 Jun 2021 13:45: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 97A7D469D; Fri, 25 Jun 2021 13:45: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 15PDjZbG087153; Fri, 25 Jun 2021 13:45:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjZOf087152; Fri, 25 Jun 2021 13:45:35 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:35 GMT Message-Id: <202106251345.15PDjZOf087152@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: f1e448a5b1f7 - main - textproc/p5-HTML-Entities-Interpolate: 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: f1e448a5b1f7f14ad20c2e55a6319d904443ac43 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1e448a5b1f7f14ad20c2e55a6319d904443ac43 commit f1e448a5b1f7f14ad20c2e55a6319d904443ac43 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:04 +0000 textproc/p5-HTML-Entities-Interpolate: Cosmetic change --- textproc/p5-HTML-Entities-Interpolate/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile index dd8c0fe2dbea..15fe4dcbac61 100644 --- a/textproc/p5-HTML-Entities-Interpolate/Makefile +++ b/textproc/p5-HTML-Entities-Interpolate/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser \ TEST_DEPENDS= p5-Capture-Tiny>=0.44:devel/p5-Capture-Tiny \ p5-File-Slurper>=0.009:devel/p5-File-Slurper -NO_ARCH= yes -USE_PERL5= configure USES= perl5 tar:tgz +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 618BB661C86; Fri, 25 Jun 2021 13:44: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 4GBJCV4PLxz4W1V; Fri, 25 Jun 2021 13: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 1E9A84693; Fri, 25 Jun 2021 13: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 15PDis0t086241; Fri, 25 Jun 2021 13: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 15PDirLp086240; Fri, 25 Jun 2021 13:44:53 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:53 GMT Message-Id: <202106251344.15PDirLp086240@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: b68aec7c8f5c - main - devel/p5-Term-Size-Perl: Add LICENSE_FILE 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: b68aec7c8f5c724b9cc4251819b7831485a68593 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:55 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b68aec7c8f5c724b9cc4251819b7831485a68593 commit b68aec7c8f5c724b9cc4251819b7831485a68593 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:25 +0000 devel/p5-Term-Size-Perl: Add LICENSE_FILE --- devel/p5-Term-Size-Perl/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Term-Size-Perl/Makefile b/devel/p5-Term-Size-Perl/Makefile index 378fada62aa6..86ef7c6a7690 100644 --- a/devel/p5-Term-Size-Perl/Makefile +++ b/devel/p5-Term-Size-Perl/Makefile @@ -11,9 +11,11 @@ COMMENT= Retrieving terminal size LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 22E28661C8C; Fri, 25 Jun 2021 13:44: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 4GBJCZ4CVpz4W83; Fri, 25 Jun 2021 13:44: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 8D197451D; Fri, 25 Jun 2021 13:44: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 15PDivek086319; Fri, 25 Jun 2021 13:44:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDivAs086318; Fri, 25 Jun 2021 13:44:57 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:57 GMT Message-Id: <202106251344.15PDivAs086318@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: 35daeba2d015 - main - devel/p5-Test-Bits: 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: 35daeba2d0152237dcfdc89b0cf9c7aa764642b1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=35daeba2d0152237dcfdc89b0cf9c7aa764642b1 commit 35daeba2d0152237dcfdc89b0cf9c7aa764642b1 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:27 +0000 devel/p5-Test-Bits: Cosmetic change --- devel/p5-Test-Bits/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-Bits/Makefile b/devel/p5-Test-Bits/Makefile index 2958c94cab58..1261b6eeda93 100644 --- a/devel/p5-Test-Bits/Makefile +++ b/devel/p5-Test-Bits/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-AllUtils>=0:devel/p5-List-AllUtils TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E27C661C40; Fri, 25 Jun 2021 13:45: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 4GBJCg1lMKz4WJv; Fri, 25 Jun 2021 13:45: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 268BB451E; Fri, 25 Jun 2021 13:45: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 15PDj165086397; Fri, 25 Jun 2021 13:45:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDj1uB086396; Fri, 25 Jun 2021 13:45:01 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:01 GMT Message-Id: <202106251345.15PDj1uB086396@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: c9a18b06bebf - main - devel/p5-Test-Command: 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: c9a18b06bebf31c9734ef4f8101b12a14db1472e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9a18b06bebf31c9734ef4f8101b12a14db1472e commit c9a18b06bebf31c9734ef4f8101b12a14db1472e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:29 +0000 devel/p5-Test-Command: Add NO_ARCH --- devel/p5-Test-Command/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Test-Command/Makefile b/devel/p5-Test-Command/Makefile index a034ab22fefb..0bacb06d02bb 100644 --- a/devel/p5-Test-Command/Makefile +++ b/devel/p5-Test-Command/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 95ADC661D06; Fri, 25 Jun 2021 13:45: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 4GBJCk0SSsz4WNN; Fri, 25 Jun 2021 13:45: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 A3D16459D; Fri, 25 Jun 2021 13:45: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 15PDj5YS086499; Fri, 25 Jun 2021 13:45:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDj5fg086498; Fri, 25 Jun 2021 13:45:05 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:05 GMT Message-Id: <202106251345.15PDj5fg086498@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: 7d32195efe64 - main - devel/p5-Test-Identity: Add LICENSE and 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: 7d32195efe64dceceeba604ea8ccc0ce49e9e0e6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d32195efe64dceceeba604ea8ccc0ce49e9e0e6 commit 7d32195efe64dceceeba604ea8ccc0ce49e9e0e6 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:32 +0000 devel/p5-Test-Identity: Add LICENSE and NO_ARCH --- devel/p5-Test-Identity/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/p5-Test-Identity/Makefile b/devel/p5-Test-Identity/Makefile index c93343a535f7..b9ad305c2461 100644 --- a/devel/p5-Test-Identity/Makefile +++ b/devel/p5-Test-Identity/Makefile @@ -10,7 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Assert the referential identity of a reference -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A57B2661D94; Fri, 25 Jun 2021 13: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 4GBJCs6KnXz4W4V; Fri, 25 Jun 2021 13:45: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 952BD4520; Fri, 25 Jun 2021 13:45: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 15PDjCag086649; Fri, 25 Jun 2021 13:45:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjCJ0086648; Fri, 25 Jun 2021 13:45:12 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:12 GMT Message-Id: <202106251345.15PDjCJ0086648@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: 3e402a89c4b5 - main - devel/p5-Test-Spec: 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: 3e402a89c4b56f8d925e9a7bde0a892951f43b62 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e402a89c4b56f8d925e9a7bde0a892951f43b62 commit 3e402a89c4b56f8d925e9a7bde0a892951f43b62 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:36 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:36 +0000 devel/p5-Test-Spec: Cosmetic change --- devel/p5-Test-Spec/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-Spec/Makefile b/devel/p5-Test-Spec/Makefile index acb34b9306d8..8779a0a529dd 100644 --- a/devel/p5-Test-Spec/Makefile +++ b/devel/p5-Test-Spec/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Package-Stash>=0.23:devel/p5-Package-Stash \ p5-Test-Trap>=0:devel/p5-Test-Trap \ p5-Tie-IxHash>=0:devel/p5-Tie-IxHash -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15782661B77; Fri, 25 Jun 2021 13:45: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 4GBJDM49qFz4WVh; Fri, 25 Jun 2021 13:45: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 0EA4C44AF; Fri, 25 Jun 2021 13:45: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 15PDjcOW087231; Fri, 25 Jun 2021 13:45:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjcaL087230; Fri, 25 Jun 2021 13:45:38 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:38 GMT Message-Id: <202106251345.15PDjcaL087230@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: b95ac395204a - main - textproc/p5-Lingua-EN-PluralToSingular: 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: b95ac395204aba9801857607e281d74eeda9e8af Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b95ac395204aba9801857607e281d74eeda9e8af commit b95ac395204aba9801857607e281d74eeda9e8af Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:17 +0000 textproc/p5-Lingua-EN-PluralToSingular: Cosmetic change --- textproc/p5-Lingua-EN-PluralToSingular/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Lingua-EN-PluralToSingular/Makefile b/textproc/p5-Lingua-EN-PluralToSingular/Makefile index e32b450b87a8..10636b7b883c 100644 --- a/textproc/p5-Lingua-EN-PluralToSingular/Makefile +++ b/textproc/p5-Lingua-EN-PluralToSingular/Makefile @@ -12,8 +12,9 @@ COMMENT= Change an English plural to a singular LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B86F6619FE; Fri, 25 Jun 2021 13:45: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 4GBJCq32Nnz4WKH; Fri, 25 Jun 2021 13:45: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 413C3451F; Fri, 25 Jun 2021 13:45: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 15PDjAYF086601; Fri, 25 Jun 2021 13:45:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjAL6086600; Fri, 25 Jun 2021 13:45:10 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:10 GMT Message-Id: <202106251345.15PDjAL6086600@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: cca72fcb4a69 - main - devel/p5-Test-Requires-Git: 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: cca72fcb4a69d0be0e802a5ff2fb53becf5c26ab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cca72fcb4a69d0be0e802a5ff2fb53becf5c26ab commit cca72fcb4a69d0be0e802a5ff2fb53becf5c26ab Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:35 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:35 +0000 devel/p5-Test-Requires-Git: Cosmetic change --- devel/p5-Test-Requires-Git/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-Requires-Git/Makefile b/devel/p5-Test-Requires-Git/Makefile index 394a21cd2872..f5e8cadfb662 100644 --- a/devel/p5-Test-Requires-Git/Makefile +++ b/devel/p5-Test-Requires-Git/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Git-Version-Compare>=1.003:devel/p5-Git-Version-Compare -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C01E661BD3; Fri, 25 Jun 2021 13:45: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 4GBJCx3dZbz4W4j; Fri, 25 Jun 2021 13:45: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 2359F4521; Fri, 25 Jun 2021 13: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 15PDjGpf086727; Fri, 25 Jun 2021 13: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 15PDjG90086726; Fri, 25 Jun 2021 13:45:16 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:16 GMT Message-Id: <202106251345.15PDjG90086726@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: 84bbbb11ffbc - main - devel/p5-Text-Levenshtein: Add LICENSE_FILE 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: 84bbbb11ffbc30915e9587ae9d1c7514026ee20f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=84bbbb11ffbc30915e9587ae9d1c7514026ee20f commit 84bbbb11ffbc30915e9587ae9d1c7514026ee20f Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:39 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:39 +0000 devel/p5-Text-Levenshtein: Add LICENSE_FILE --- devel/p5-Text-Levenshtein/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/p5-Text-Levenshtein/Makefile b/devel/p5-Text-Levenshtein/Makefile index 8c7172ff6269..ee6d435148f8 100644 --- a/devel/p5-Text-Levenshtein/Makefile +++ b/devel/p5-Text-Levenshtein/Makefile @@ -11,6 +11,7 @@ COMMENT= Implementation of the Levenshtein edit distance LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3AB56617F8; Fri, 25 Jun 2021 13:44: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 4GBJC90zNVz4W0P; Fri, 25 Jun 2021 13:44: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 DAD264518; Fri, 25 Jun 2021 13:44: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 15PDiaq9085863; Fri, 25 Jun 2021 13:44:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDia3H085862; Fri, 25 Jun 2021 13:44:36 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:36 GMT Message-Id: <202106251344.15PDia3H085862@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: f19f02e378c8 - main - devel/p5-Regexp-RegGrp: 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: f19f02e378c8c423a86a835d69aa5e7b65b27175 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f19f02e378c8c423a86a835d69aa5e7b65b27175 commit f19f02e378c8c423a86a835d69aa5e7b65b27175 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:14 +0000 devel/p5-Regexp-RegGrp: Cosmetic change --- devel/p5-Regexp-RegGrp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Regexp-RegGrp/Makefile b/devel/p5-Regexp-RegGrp/Makefile index 662244fc7023..85eea6e10c6e 100644 --- a/devel/p5-Regexp-RegGrp/Makefile +++ b/devel/p5-Regexp-RegGrp/Makefile @@ -14,8 +14,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 511E5661B45; Fri, 25 Jun 2021 13:44: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 4GBJCX0QfJz4WJc; Fri, 25 Jun 2021 13:44: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 41E5D4624; Fri, 25 Jun 2021 13:44: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 15PDit3x086265; Fri, 25 Jun 2021 13:44:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDitU0086264; Fri, 25 Jun 2021 13:44:55 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:55 GMT Message-Id: <202106251344.15PDitU0086264@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: 2438478783ee - main - devel/p5-Test-Benchmark: Add LICENSE_FILE 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: 2438478783ee8429fe5316a417a98939fde71ed3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2438478783ee8429fe5316a417a98939fde71ed3 commit 2438478783ee8429fe5316a417a98939fde71ed3 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:26 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:26 +0000 devel/p5-Test-Benchmark: Add LICENSE_FILE --- devel/p5-Test-Benchmark/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-Benchmark/Makefile b/devel/p5-Test-Benchmark/Makefile index c84e18aa43a1..c3cd68a4e637 100644 --- a/devel/p5-Test-Benchmark/Makefile +++ b/devel/p5-Test-Benchmark/Makefile @@ -11,11 +11,13 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Make sure something really is faster LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LGPL TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61EBD6615FA; Fri, 25 Jun 2021 13:44: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 4GBJBr26f0z4VTW; Fri, 25 Jun 2021 13:44: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 AFDBE4512; Fri, 25 Jun 2021 13:44: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 15PDiJdB085485; Fri, 25 Jun 2021 13:44:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiJ4w085484; Fri, 25 Jun 2021 13:44:19 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:19 GMT Message-Id: <202106251344.15PDiJ4w085484@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: f2ca0410d9bb - main - devel/p5-MooseX-Types-Set-Object: 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: f2ca0410d9bbffa01efe40db9099b5b7cc1d8f83 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2ca0410d9bbffa01efe40db9099b5b7cc1d8f83 commit f2ca0410d9bbffa01efe40db9099b5b7cc1d8f83 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:04 +0000 devel/p5-MooseX-Types-Set-Object: Cosmetic change --- devel/p5-MooseX-Types-Set-Object/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-MooseX-Types-Set-Object/Makefile b/devel/p5-MooseX-Types-Set-Object/Makefile index f004d3a263fe..d5ac05b1f3c2 100644 --- a/devel/p5-MooseX-Types-Set-Object/Makefile +++ b/devel/p5-MooseX-Types-Set-Object/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Moose>=0.50:devel/p5-Moose \ p5-Set-Object>=0:devel/p5-Set-Object TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8211E661A92; Fri, 25 Jun 2021 13:44: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 4GBJC716rTz4VpS; Fri, 25 Jun 2021 13:44: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 980634690; Fri, 25 Jun 2021 13:44: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 15PDiYCE085815; Fri, 25 Jun 2021 13:44:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiYFY085814; Fri, 25 Jun 2021 13:44:34 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:34 GMT Message-Id: <202106251344.15PDiYFY085814@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: 889d18aac6fb - main - devel/p5-Ref-Util: 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: 889d18aac6fb8d33e07e7d924a1fd67fac9a6aa7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=889d18aac6fb8d33e07e7d924a1fd67fac9a6aa7 commit 889d18aac6fb8d33e07e7d924a1fd67fac9a6aa7 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:13 +0000 devel/p5-Ref-Util: Cosmetic change --- devel/p5-Ref-Util/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Ref-Util/Makefile b/devel/p5-Ref-Util/Makefile index db4340e53271..051a5b938bef 100644 --- a/devel/p5-Ref-Util/Makefile +++ b/devel/p5-Ref-Util/Makefile @@ -15,8 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Ref-Util-XS>=0:devel/p5-Ref-Util-XS -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DA35661967; Fri, 25 Jun 2021 13:44: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 4GBJCJ5PDkz4Vpw; Fri, 25 Jun 2021 13:44: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 C1B1144A4; Fri, 25 Jun 2021 13:44: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 15PDihW0086013; Fri, 25 Jun 2021 13:44:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDihK4086012; Fri, 25 Jun 2021 13:44:43 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:43 GMT Message-Id: <202106251344.15PDihK4086012@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: 7bcd6fa1447f - main - devel/p5-Sub-Exporter-Lexical: Add LICENSE_FILE and 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: 7bcd6fa1447f4c6df72b917350c16c97d029c8ce Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:45 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bcd6fa1447f4c6df72b917350c16c97d029c8ce commit 7bcd6fa1447f4c6df72b917350c16c97d029c8ce Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:19 +0000 devel/p5-Sub-Exporter-Lexical: Add LICENSE_FILE and NO_ARCH --- devel/p5-Sub-Exporter-Lexical/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Sub-Exporter-Lexical/Makefile b/devel/p5-Sub-Exporter-Lexical/Makefile index 24b16a3af639..9c9221b4f039 100644 --- a/devel/p5-Sub-Exporter-Lexical/Makefile +++ b/devel/p5-Sub-Exporter-Lexical/Makefile @@ -12,6 +12,7 @@ COMMENT= Export lexically-available subs with Sub::Exporter LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0:devel/p5-B-Hooks-EndOfScope \ @@ -20,7 +21,9 @@ RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0:devel/p5-B-Hooks-EndOfScope \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean \ p5-namespace-clean>=0:devel/p5-namespace-clean -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7E9C661B41; Fri, 25 Jun 2021 13:44: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 4GBJCS3kPRz4WB7; Fri, 25 Jun 2021 13:44: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 B61503B91; Fri, 25 Jun 2021 13:44: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 15PDipcu086193; Fri, 25 Jun 2021 13:44:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiphV086192; Fri, 25 Jun 2021 13:44:51 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:51 GMT Message-Id: <202106251344.15PDiphV086192@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: 4e8146a5d687 - main - devel/p5-Term-ANSIScreen: Add LICENSE and 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: 4e8146a5d6873c61ef55b055e05d4a2dabd3d125 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e8146a5d6873c61ef55b055e05d4a2dabd3d125 commit 4e8146a5d6873c61ef55b055e05d4a2dabd3d125 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:24 +0000 devel/p5-Term-ANSIScreen: Add LICENSE and NO_ARCH --- devel/p5-Term-ANSIScreen/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/p5-Term-ANSIScreen/Makefile b/devel/p5-Term-ANSIScreen/Makefile index e7c47eec2374..d24380db2845 100644 --- a/devel/p5-Term-ANSIScreen/Makefile +++ b/devel/p5-Term-ANSIScreen/Makefile @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Term::ANSIColor clone with screen mode support -USE_PERL5= configure +LICENSE= CC0-1.0 + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B74D661D99; Fri, 25 Jun 2021 13:45: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 4GBJD05whsz4Wcd; Fri, 25 Jun 2021 13:45: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 903B9459F; Fri, 25 Jun 2021 13:45: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 15PDjJ9Y086799; Fri, 25 Jun 2021 13:45:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjJYx086798; Fri, 25 Jun 2021 13:45:19 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:19 GMT Message-Id: <202106251345.15PDjJYx086798@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: 42d23b504c83 - main - devel/p5-Tie-Simple: Add LICENSE_FILE 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: 42d23b504c83f9315e5f662e480928180a83542b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=42d23b504c83f9315e5f662e480928180a83542b commit 42d23b504c83f9315e5f662e480928180a83542b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:41 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:41 +0000 devel/p5-Tie-Simple: Add LICENSE_FILE --- devel/p5-Tie-Simple/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Tie-Simple/Makefile b/devel/p5-Tie-Simple/Makefile index 140a8283c7bb..fbb20a3c63ea 100644 --- a/devel/p5-Tie-Simple/Makefile +++ b/devel/p5-Tie-Simple/Makefile @@ -11,9 +11,11 @@ COMMENT= Variable ties made easier: much, much, much easier LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A012661E37; Fri, 25 Jun 2021 13:45: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 4GBJDV67lbz4Wjl; Fri, 25 Jun 2021 13:45: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 DC3C446A1; Fri, 25 Jun 2021 13:45: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 15PDjj6e087381; Fri, 25 Jun 2021 13:45:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjjdf087380; Fri, 25 Jun 2021 13:45:45 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:45 GMT Message-Id: <202106251345.15PDjjdf087380@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: 49ea7c6700b4 - main - textproc/p5-PDF-Writer: 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: 49ea7c6700b47bda5a4bb131dab1d78d10944de9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=49ea7c6700b47bda5a4bb131dab1d78d10944de9 commit 49ea7c6700b47bda5a4bb131dab1d78d10944de9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:43 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:43 +0000 textproc/p5-PDF-Writer: Cosmetic change --- textproc/p5-PDF-Writer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/p5-PDF-Writer/Makefile b/textproc/p5-PDF-Writer/Makefile index d67aac4e23ac..78b1f9850ca8 100644 --- a/textproc/p5-PDF-Writer/Makefile +++ b/textproc/p5-PDF-Writer/Makefile @@ -13,8 +13,8 @@ COMMENT= PDF writer abstraction layer LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild NO_ARCH= yes From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A4C8661C50; Fri, 25 Jun 2021 13: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 4GBJCv4VHgz4WG5; Fri, 25 Jun 2021 13:45: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 F0A2F4699; Fri, 25 Jun 2021 13: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 15PDjEYN086703; Fri, 25 Jun 2021 13: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 15PDjEMi086702; Fri, 25 Jun 2021 13:45:14 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:14 GMT Message-Id: <202106251345.15PDjEMi086702@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: 8efaded82d8a - main - devel/p5-Test-Version: 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: 8efaded82d8abf06bb471d0e426c2b9b2e86489f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8efaded82d8abf06bb471d0e426c2b9b2e86489f commit 8efaded82d8abf06bb471d0e426c2b9b2e86489f Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:38 +0000 devel/p5-Test-Version: Cosmetic change --- devel/p5-Test-Version/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Test-Version/Makefile b/devel/p5-Test-Version/Makefile index 196151c0f564..1b025c5fce95 100644 --- a/devel/p5-Test-Version/Makefile +++ b/devel/p5-Test-Version/Makefile @@ -16,8 +16,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B9270661CBB; Fri, 25 Jun 2021 13:45: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 4GBJD23vkQz4Wcn; Fri, 25 Jun 2021 13:45: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 CF9D24628; Fri, 25 Jun 2021 13:45: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 15PDjLMK086853; Fri, 25 Jun 2021 13:45:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjLRd086852; Fri, 25 Jun 2021 13:45:21 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:21 GMT Message-Id: <202106251345.15PDjLRd086852@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: eb869494d2f2 - main - devel/p5-Time-Mock: 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: eb869494d2f2f7734d71310732dc6477d29551df Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb869494d2f2f7734d71310732dc6477d29551df commit eb869494d2f2f7734d71310732dc6477d29551df Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:42 +0000 devel/p5-Time-Mock: Add NO_ARCH --- devel/p5-Time-Mock/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Time-Mock/Makefile b/devel/p5-Time-Mock/Makefile index 1763fb051ca2..ab6d42b498cd 100644 --- a/devel/p5-Time-Mock/Makefile +++ b/devel/p5-Time-Mock/Makefile @@ -14,7 +14,9 @@ COMMENT= Shift and scale time LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9326661E31; Fri, 25 Jun 2021 13:45: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 4GBJDP1fVhz4WSJ; Fri, 25 Jun 2021 13:45: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 2DC5740BF; Fri, 25 Jun 2021 13:45: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 15PDjeqH087255; Fri, 25 Jun 2021 13:45:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjend087254; Fri, 25 Jun 2021 13:45:40 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:40 GMT Message-Id: <202106251345.15PDjend087254@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: 0fcdc6eefd59 - main - textproc/p5-Lingua-Ident: 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: 0fcdc6eefd59bae4775014224ca49102dd8ce47f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:43 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fcdc6eefd59bae4775014224ca49102dd8ce47f commit 0fcdc6eefd59bae4775014224ca49102dd8ce47f Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:21 +0000 textproc/p5-Lingua-Ident: Cosmetic change --- textproc/p5-Lingua-Ident/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Lingua-Ident/Makefile b/textproc/p5-Lingua-Ident/Makefile index 0b5b8b8ad41b..2642e9ac3303 100644 --- a/textproc/p5-Lingua-Ident/Makefile +++ b/textproc/p5-Lingua-Ident/Makefile @@ -14,8 +14,9 @@ COMMENT= Statistical language identification LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E756E661E80; Fri, 25 Jun 2021 13:45: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 4GBJDS2Rgjz4Wbd; Fri, 25 Jun 2021 13:45: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 92ACB44A7; Fri, 25 Jun 2021 13:45: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 15PDjhdI087330; Fri, 25 Jun 2021 13:45:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjhf7087329; Fri, 25 Jun 2021 13:45:43 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:43 GMT Message-Id: <202106251345.15PDjhf7087329@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: c4d771e0cb5f - main - textproc/p5-Makefile-DOM: 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: c4d771e0cb5f262f15566bbbcfddd6c7a7dd8f31 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:45 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4d771e0cb5f262f15566bbbcfddd6c7a7dd8f31 commit c4d771e0cb5f262f15566bbbcfddd6c7a7dd8f31 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:34 +0000 textproc/p5-Makefile-DOM: Add NO_ARCH --- textproc/p5-Makefile-DOM/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Makefile-DOM/Makefile b/textproc/p5-Makefile-DOM/Makefile index 1caa2093ddf8..2ab48e30a27a 100644 --- a/textproc/p5-Makefile-DOM/Makefile +++ b/textproc/p5-Makefile-DOM/Makefile @@ -19,7 +19,9 @@ RUN_DEPENDS= p5-Clone>=0.18:devel/p5-Clone \ p5-List-MoreUtils>=0.21:lang/p5-List-MoreUtils \ p5-Params-Util>=0.22:devel/p5-Params-Util -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5147C661DED; Fri, 25 Jun 2021 13:46: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 4GBJF75p74z4WwY; Fri, 25 Jun 2021 13:46: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 2792145A8; Fri, 25 Jun 2021 13:46: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 15PDkJ2f088113; Fri, 25 Jun 2021 13:46:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkJFK088112; Fri, 25 Jun 2021 13:46:19 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:19 GMT Message-Id: <202106251346.15PDkJFK088112@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: 2ba854fedbce - main - textproc/p5-XML-Canonical: 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: 2ba854fedbcea94c0361a8bb82d977b31a59c86c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ba854fedbcea94c0361a8bb82d977b31a59c86c commit 2ba854fedbcea94c0361a8bb82d977b31a59c86c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:54 +0000 textproc/p5-XML-Canonical: Cosmetic change --- textproc/p5-XML-Canonical/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/p5-XML-Canonical/Makefile b/textproc/p5-XML-Canonical/Makefile index 304ce204fcb7..0088e4ce166f 100644 --- a/textproc/p5-XML-Canonical/Makefile +++ b/textproc/p5-XML-Canonical/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-GDOME>=0:textproc/p5-XML-GDOME LIB_DEPENDS= libgdome.so:textproc/gdome2 -USE_PERL5= configure USES= perl5 pkgconfig +USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e '/die "VERSION" unless /d' ${WRKSRC}/Makefile.PL From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47179661DBE; Fri, 25 Jun 2021 13:45: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 4GBJDZ2sfhz4Wh8; Fri, 25 Jun 2021 13:45: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 4723245A3; Fri, 25 Jun 2021 13:45: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 15PDjn2x087453; Fri, 25 Jun 2021 13:45:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjnma087452; Fri, 25 Jun 2021 13:45:49 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:49 GMT Message-Id: <202106251345.15PDjnma087452@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: 55ce85c86953 - main - textproc/p5-Pod-LaTeX: 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: 55ce85c86953b01860aa13b1098b939e68403184 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=55ce85c86953b01860aa13b1098b939e68403184 commit 55ce85c86953b01860aa13b1098b939e68403184 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:55 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:55 +0000 textproc/p5-Pod-LaTeX: Cosmetic change --- textproc/p5-Pod-LaTeX/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Pod-LaTeX/Makefile b/textproc/p5-Pod-LaTeX/Makefile index ba4acacf4969..9cd89b4daa60 100644 --- a/textproc/p5-Pod-LaTeX/Makefile +++ b/textproc/p5-Pod-LaTeX/Makefile @@ -12,8 +12,9 @@ COMMENT= Convert Pod data to formatted LaTeX LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B961F662012; Fri, 25 Jun 2021 13:46: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 4GBJFc5Lwxz4X9K; Fri, 25 Jun 2021 13:46: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 42A9B4637; Fri, 25 Jun 2021 13: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 15PDkh4i088641; Fri, 25 Jun 2021 13: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 15PDkhDa088640; Fri, 25 Jun 2021 13:46:43 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:43 GMT Message-Id: <202106251346.15PDkhDa088640@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: fc91741d0941 - main - converters/p5-Convert-ASN1: Update to 0.31 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: fc91741d0941c6fe13cde8fdaa69298be1e14f68 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:46 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc91741d0941c6fe13cde8fdaa69298be1e14f68 commit fc91741d0941c6fe13cde8fdaa69298be1e14f68 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:15 +0000 converters/p5-Convert-ASN1: Update to 0.31 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 8547fc911ece..03d2e4bc7184 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.29 +PORTVERSION= 0.31 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/converters/p5-Convert-ASN1/distinfo b/converters/p5-Convert-ASN1/distinfo index d0c1e1353abd..fb8fc44f8b25 100644 --- a/converters/p5-Convert-ASN1/distinfo +++ b/converters/p5-Convert-ASN1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622038054 -SHA256 (Convert-ASN1-0.29.tar.gz) = b8ddc337eee460dfaad090b88cbe108d808ad1bfce5b97f98f23f605308277c0 -SIZE (Convert-ASN1-0.29.tar.gz) = 79039 +TIMESTAMP = 1624189713 +SHA256 (Convert-ASN1-0.31.tar.gz) = 6fe4c1ba744c3a8212bf2c9b2703d93530acc153435cf2f93633540b439fbbeb +SIZE (Convert-ASN1-0.31.tar.gz) = 79188 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E603661AE2; Fri, 25 Jun 2021 13: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 4GBJDF3krsz4WPr; Fri, 25 Jun 2021 13:45: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 29DC34629; Fri, 25 Jun 2021 13:45: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 15PDjW7w087081; Fri, 25 Jun 2021 13:45:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjW6X087080; Fri, 25 Jun 2021 13:45:32 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:32 GMT Message-Id: <202106251345.15PDjW6X087080@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: 22f198195b8c - main - graphics/p5-Convert-Color-XTerm: Update to 0.06 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: 22f198195b8c69a6527f5a25788012e1a7f74b33 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=22f198195b8c69a6527f5a25788012e1a7f74b33 commit 22f198195b8c69a6527f5a25788012e1a7f74b33 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:50 +0000 graphics/p5-Convert-Color-XTerm: Update to 0.06 Changes: https://metacpan.org/dist/Convert-Color-XTerm/changes --- graphics/p5-Convert-Color-XTerm/Makefile | 4 ++-- graphics/p5-Convert-Color-XTerm/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/p5-Convert-Color-XTerm/Makefile b/graphics/p5-Convert-Color-XTerm/Makefile index a5993c98b9d6..93ccabfe6b7b 100644 --- a/graphics/p5-Convert-Color-XTerm/Makefile +++ b/graphics/p5-Convert-Color-XTerm/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= Convert-Color-XTerm -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Convert-Color>=0.06:graphics/p5-Convert-Color USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild NO_ARCH= yes diff --git a/graphics/p5-Convert-Color-XTerm/distinfo b/graphics/p5-Convert-Color-XTerm/distinfo index d218488dc1e2..57a6bfed7393 100644 --- a/graphics/p5-Convert-Color-XTerm/distinfo +++ b/graphics/p5-Convert-Color-XTerm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1507627186 -SHA256 (Convert-Color-XTerm-0.05.tar.gz) = eac0939d9677b8e161fb96d087c04a91d5f9041a542822e69209d3f79c8cedb2 -SIZE (Convert-Color-XTerm-0.05.tar.gz) = 12270 +TIMESTAMP = 1624189681 +SHA256 (Convert-Color-XTerm-0.06.tar.gz) = ae1b56388594bbccef6cffe708007f8bcccd4569e31a2c33745216a635237916 +SIZE (Convert-Color-XTerm-0.06.tar.gz) = 13289 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71F68661E1D; Fri, 25 Jun 2021 13:45: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 4GBJD43vJWz4WXT; Fri, 25 Jun 2021 13:45: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 2AAC64524; Fri, 25 Jun 2021 13:45: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 15PDjOPc086901; Fri, 25 Jun 2021 13:45:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjOhM086900; Fri, 25 Jun 2021 13:45:24 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:24 GMT Message-Id: <202106251345.15PDjOhM086900@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: 83e033b1906d - main - devel/p5-Xporter: Add LICENSE_FILE 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: 83e033b1906dfab6f8d266f6f5b53310c2e0ff89 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=83e033b1906dfab6f8d266f6f5b53310c2e0ff89 commit 83e033b1906dfab6f8d266f6f5b53310c2e0ff89 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:44 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:44 +0000 devel/p5-Xporter: Add LICENSE_FILE --- devel/p5-Xporter/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/p5-Xporter/Makefile b/devel/p5-Xporter/Makefile index 72050fc96910..ca0865a339f6 100644 --- a/devel/p5-Xporter/Makefile +++ b/devel/p5-Xporter/Makefile @@ -13,12 +13,14 @@ COMMENT= Alternative Exporter with persistent defaults and auto-ISA LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-mem>=0.4.5:devel/p5-mem -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:44:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B72186618ED; Fri, 25 Jun 2021 13:44: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 4GBJC13nHrz4Vrc; Fri, 25 Jun 2021 13:44: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 DC126459B; Fri, 25 Jun 2021 13:44: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 15PDiSC6085689; Fri, 25 Jun 2021 13:44:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDiS82085688; Fri, 25 Jun 2021 13:44:28 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:44:28 GMT Message-Id: <202106251344.15PDiS82085688@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: 2a7bd8331b35 - main - devel/p5-Parse-Method-Signatures: 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: 2a7bd8331b35d5c04704a2814a288d6f6dac455f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:44:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a7bd8331b35d5c04704a2814a288d6f6dac455f commit 2a7bd8331b35d5c04704a2814a288d6f6dac455f Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:10 +0000 devel/p5-Parse-Method-Signatures: Cosmetic change --- devel/p5-Parse-Method-Signatures/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-Parse-Method-Signatures/Makefile b/devel/p5-Parse-Method-Signatures/Makefile index 866779fd7f1e..5e74c7391d78 100644 --- a/devel/p5-Parse-Method-Signatures/Makefile +++ b/devel/p5-Parse-Method-Signatures/Makefile @@ -25,8 +25,9 @@ TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-aliased>=0:devel/p5-aliased -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E6FE66210E; Fri, 25 Jun 2021 13:46: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 4GBJFm4VGKz4XD6; Fri, 25 Jun 2021 13:46: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 45AD846AC; Fri, 25 Jun 2021 13:46: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 15PDkofd088791; Fri, 25 Jun 2021 13:46:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkonD088790; Fri, 25 Jun 2021 13:46:50 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:50 GMT Message-Id: <202106251346.15PDkonD088790@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: 502c98df852c - main - devel/p5-Mixin-Linewise: Update to 0.109 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: 502c98df852c448662960731bd513789fd1bce53 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:53 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=502c98df852c448662960731bd513789fd1bce53 commit 502c98df852c448662960731bd513789fd1bce53 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:20 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:20 +0000 devel/p5-Mixin-Linewise: Update to 0.109 - Add LICENSE_FILE Changes: https://metacpan.org/dist/Mixin-Linewise/changes --- devel/p5-Mixin-Linewise/Makefile | 3 ++- devel/p5-Mixin-Linewise/distinfo | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/devel/p5-Mixin-Linewise/Makefile b/devel/p5-Mixin-Linewise/Makefile index 25c1fe6ef595..f7f649031b5e 100644 --- a/devel/p5-Mixin-Linewise/Makefile +++ b/devel/p5-Mixin-Linewise/Makefile @@ -1,5 +1,5 @@ PORTNAME= Mixin-Linewise -PORTVERSION= 0.108 +PORTVERSION= 0.109 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -10,6 +10,7 @@ COMMENT= Write your linewise code for handles; this does the rest LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-PerlIO-utf8_strict>=0:devel/p5-PerlIO-utf8_strict \ diff --git a/devel/p5-Mixin-Linewise/distinfo b/devel/p5-Mixin-Linewise/distinfo index da88aa5269fb..1360fc20b542 100644 --- a/devel/p5-Mixin-Linewise/distinfo +++ b/devel/p5-Mixin-Linewise/distinfo @@ -1,2 +1,3 @@ -SHA256 (Mixin-Linewise-0.108.tar.gz) = 7df20678474c0973930a472b0c55e3f8e85b7790b68ab18ef618f9c453c8aef2 -SIZE (Mixin-Linewise-0.108.tar.gz) = 19151 +TIMESTAMP = 1624189725 +SHA256 (Mixin-Linewise-0.109.tar.gz) = 6fc7924630e4261c3cf4a5e5e58f3e5cf20765e2f92863e04c5e9db09b93733a +SIZE (Mixin-Linewise-0.109.tar.gz) = 19950 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D454D661EBB; Fri, 25 Jun 2021 13:47: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 4GBJG40Jkgz4XBK; Fri, 25 Jun 2021 13:47: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 430CC3B99; Fri, 25 Jun 2021 13:47: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 15PDl79U089169; Fri, 25 Jun 2021 13:47:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDl7oI089168; Fri, 25 Jun 2021 13:47:07 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:07 GMT Message-Id: <202106251347.15PDl7oI089168@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: 74f38a12c93a - main - devel/p5-Class-Virtual: 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: 74f38a12c93ac81afa3d945f50fb9b056ed7bfee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=74f38a12c93ac81afa3d945f50fb9b056ed7bfee commit 74f38a12c93ac81afa3d945f50fb9b056ed7bfee Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:57 +0000 devel/p5-Class-Virtual: Add NO_ARCH --- devel/p5-Class-Virtual/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Class-Virtual/Makefile b/devel/p5-Class-Virtual/Makefile index 90d88db872d4..b2221f314771 100644 --- a/devel/p5-Class-Virtual/Makefile +++ b/devel/p5-Class-Virtual/Makefile @@ -20,4 +20,6 @@ RUN_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E2CE3661D77; Fri, 25 Jun 2021 13: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 4GBJGK0P6Yz4XDs; Fri, 25 Jun 2021 13:47: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 DD89F44AE; Fri, 25 Jun 2021 13:47: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 15PDlJPd089448; Fri, 25 Jun 2021 13:47:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlJpT089447; Fri, 25 Jun 2021 13:47:19 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:19 GMT Message-Id: <202106251347.15PDlJpT089447@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: 559e38bdffc7 - main - devel/p5-MouseX-Types-Path-Class: 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: 559e38bdffc7abad79e82519d33848fabf8afa30 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=559e38bdffc7abad79e82519d33848fabf8afa30 commit 559e38bdffc7abad79e82519d33848fabf8afa30 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:12 +0000 devel/p5-MouseX-Types-Path-Class: Add NO_ARCH Approved by: portmgr (blanket) --- devel/p5-MouseX-Types-Path-Class/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/p5-MouseX-Types-Path-Class/Makefile b/devel/p5-MouseX-Types-Path-Class/Makefile index 1107ddf591aa..67fbe21473cc 100644 --- a/devel/p5-MouseX-Types-Path-Class/Makefile +++ b/devel/p5-MouseX-Types-Path-Class/Makefile @@ -19,10 +19,11 @@ RUN_DEPENDS= p5-Mouse>=0.39:devel/p5-Mouse \ p5-MouseX-Types>=0.02:devel/p5-MouseX-Types \ p5-Path-Class>0:devel/p5-Path-Class \ p5-MouseX-Getopt>=0.22:devel/p5-MouseX-Getopt - TEST_DEPENDS= p5-Test-UseAllModules>0:devel/p5-Test-UseAllModules USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC12066218F; Fri, 25 Jun 2021 13: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 4GBJGN264Qz4X92; Fri, 25 Jun 2021 13: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 3DA9B463C; Fri, 25 Jun 2021 13:47: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 15PDlMqE089498; Fri, 25 Jun 2021 13:47:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlMiV089497; Fri, 25 Jun 2021 13:47:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:22 GMT Message-Id: <202106251347.15PDlMiV089497@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: 263cdd71c12a - main - devel/p5-Test-NoWarnings: 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: 263cdd71c12ad4a8dd77166cbc3b67d98cf2361a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=263cdd71c12ad4a8dd77166cbc3b67d98cf2361a commit 263cdd71c12ad4a8dd77166cbc3b67d98cf2361a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:14 +0000 devel/p5-Test-NoWarnings: Add NO_ARCH Approved by: portmgr (blanket) --- devel/p5-Test-NoWarnings/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Test-NoWarnings/Makefile b/devel/p5-Test-NoWarnings/Makefile index 89cf5825b9a2..0bdc5e3df27e 100644 --- a/devel/p5-Test-NoWarnings/Makefile +++ b/devel/p5-Test-NoWarnings/Makefile @@ -15,6 +15,8 @@ LICENSE= LGPL21 USES= perl5 USE_PERL5= configure +NO_ARCH= yes + OPTIONS_DEFINE= DEVEL_STACKTRACE DEVEL_STACKTRACE_DESC= Stack trace support From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FEE3661AEE; Fri, 25 Jun 2021 13:45: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 4GBJDT3VJJz4WN4; Fri, 25 Jun 2021 13:45: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 B122046A0; Fri, 25 Jun 2021 13:45: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 15PDjid0087357; Fri, 25 Jun 2021 13:45:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjiSf087356; Fri, 25 Jun 2021 13:45:44 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:44 GMT Message-Id: <202106251345.15PDjiSf087356@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: 8cb6aa8a0746 - main - textproc/p5-Marpa-HTML: Add LICENSE_FILE 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: 8cb6aa8a0746e286badf6e6fd35005088f99da2c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:46 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8cb6aa8a0746e286badf6e6fd35005088f99da2c commit 8cb6aa8a0746e286badf6e6fd35005088f99da2c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:38 +0000 textproc/p5-Marpa-HTML: Add LICENSE_FILE --- textproc/p5-Marpa-HTML/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Marpa-HTML/Makefile b/textproc/p5-Marpa-HTML/Makefile index 778cea0fcb40..f201c100db79 100644 --- a/textproc/p5-Marpa-HTML/Makefile +++ b/textproc/p5-Marpa-HTML/Makefile @@ -14,15 +14,17 @@ COMMENT= High-level HTML Parser LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTML-Parser>=3.64:www/p5-HTML-Parser \ p5-Marpa-PP>=0.012:lang/p5-Marpa-PP \ p5-Marpa-XS>=0.026:lang/p5-Marpa-XS -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|lib/Marpa/Support.pod|lib/Marpa/HTML/Support.pod|' ${WRKSRC}/Build.PL From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:27 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DE1C661B6B; Fri, 25 Jun 2021 13:45: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 4GBJD60ssJz4WPV; Fri, 25 Jun 2021 13:45: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 598793B94; Fri, 25 Jun 2021 13:45: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 15PDjP3k086925; Fri, 25 Jun 2021 13:45:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjPED086924; Fri, 25 Jun 2021 13:45:25 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:25 GMT Message-Id: <202106251345.15PDjPED086924@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: ba1e1798db80 - main - devel/p5-curry: 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: ba1e1798db805ad00998fe52d1e9c856b894e8fa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:27 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba1e1798db805ad00998fe52d1e9c856b894e8fa commit ba1e1798db805ad00998fe52d1e9c856b894e8fa Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:44 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:44 +0000 devel/p5-curry: Cosmetic change --- devel/p5-curry/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-curry/Makefile b/devel/p5-curry/Makefile index 46d38d3f6312..0b6a5e72e31d 100644 --- a/devel/p5-curry/Makefile +++ b/devel/p5-curry/Makefile @@ -13,8 +13,9 @@ COMMENT= Create automatic curried method call closures for any class or object LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8B87661E1F; Fri, 25 Jun 2021 13:45: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 4GBJD74PRnz4WZs; Fri, 25 Jun 2021 13:45: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 7ABE2469B; Fri, 25 Jun 2021 13:45: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 15PDjQSh086955; Fri, 25 Jun 2021 13:45:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjQ3U086954; Fri, 25 Jun 2021 13:45:26 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:26 GMT Message-Id: <202106251345.15PDjQ3U086954@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: 8a8f2f924d09 - main - devel/p5-lexical-underscore: 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: 8a8f2f924d095f8cfce6e7b75d74b8f8b68a0a39 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:28 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a8f2f924d095f8cfce6e7b75d74b8f8b68a0a39 commit 8a8f2f924d095f8cfce6e7b75d74b8f8b68a0a39 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:45 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:45 +0000 devel/p5-lexical-underscore: Cosmetic change --- devel/p5-lexical-underscore/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-lexical-underscore/Makefile b/devel/p5-lexical-underscore/Makefile index 8dc5eb22efa8..df666c3c9d60 100644 --- a/devel/p5-lexical-underscore/Makefile +++ b/devel/p5-lexical-underscore/Makefile @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-PadWalker>=0:devel/p5-PadWalker -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E26D0661ADD; Fri, 25 Jun 2021 13:45: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 4GBJDC15nGz4WGt; Fri, 25 Jun 2021 13:45: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 E50E044AD; Fri, 25 Jun 2021 13:45: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 15PDjTTd087027; Fri, 25 Jun 2021 13:45:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjTLA087026; Fri, 25 Jun 2021 13:45:29 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:29 GMT Message-Id: <202106251345.15PDjTLA087026@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: e46b22c2b13a - main - devel/p5-multidimensional: 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: e46b22c2b13a365f24e034a40e2df3101d615ffd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:32 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e46b22c2b13a365f24e034a40e2df3101d615ffd commit e46b22c2b13a365f24e034a40e2df3101d615ffd Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:47 +0000 devel/p5-multidimensional: Cosmetic change --- devel/p5-multidimensional/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/p5-multidimensional/Makefile b/devel/p5-multidimensional/Makefile index c3d2d4bca7d5..a94110645741 100644 --- a/devel/p5-multidimensional/Makefile +++ b/devel/p5-multidimensional/Makefile @@ -18,8 +18,8 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ ${RUN_DEPENDS} RUN_DEPENDS= p5-B-Hooks-OP-Check>=0.19:devel/p5-B-Hooks-OP-Check -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/multidimensional/multidimensional.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8BE0C661DD4; Fri, 25 Jun 2021 13:46: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 4GBJDr28PZz4Wmp; Fri, 25 Jun 2021 13:46: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 EFFCD40C1; Fri, 25 Jun 2021 13:46: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 15PDk2Zv087759; Fri, 25 Jun 2021 13:46:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk2HQ087758; Fri, 25 Jun 2021 13:46:02 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:02 GMT Message-Id: <202106251346.15PDk2HQ087758@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: 792d5325643a - main - textproc/p5-TOML-Parser: 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: 792d5325643a1247287125d1be10cd5b99458622 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=792d5325643a1247287125d1be10cd5b99458622 commit 792d5325643a1247287125d1be10cd5b99458622 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:46 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:46 +0000 textproc/p5-TOML-Parser: Cosmetic change --- textproc/p5-TOML-Parser/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/p5-TOML-Parser/Makefile b/textproc/p5-TOML-Parser/Makefile index 090ebf0604f3..0de3b7e967df 100644 --- a/textproc/p5-TOML-Parser/Makefile +++ b/textproc/p5-TOML-Parser/Makefile @@ -18,10 +18,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Serialiser TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep -PORTSCOUT= limit:^[0-9\.]*$$ +USES= perl5 +USE_PERL5= modbuildtiny NO_ARCH= yes -USE_PERL5= modbuildtiny -USES= perl5 + +PORTSCOUT= limit:^[0-9\.]*$$ .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2034661F1B; Fri, 25 Jun 2021 13:46: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 4GBJF53P9bz4X06; Fri, 25 Jun 2021 13:46: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 C7E0A46A7; Fri, 25 Jun 2021 13:46: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 15PDkGVi088059; Fri, 25 Jun 2021 13:46:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkG1L088058; Fri, 25 Jun 2021 13:46:16 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:16 GMT Message-Id: <202106251346.15PDkG1L088058@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: 9ae432211170 - main - textproc/p5-Tk-Pod: 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: 9ae43221117071d03705bcd68bb1403220308847 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ae43221117071d03705bcd68bb1403220308847 commit 9ae43221117071d03705bcd68bb1403220308847 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:44 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:44 +0000 textproc/p5-Tk-Pod: Cosmetic change --- textproc/p5-Tk-Pod/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Tk-Pod/Makefile b/textproc/p5-Tk-Pod/Makefile index 8fc38d3c5779..9bce8c82fa7b 100644 --- a/textproc/p5-Tk-Pod/Makefile +++ b/textproc/p5-Tk-Pod/Makefile @@ -15,8 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Tk>=800.004:x11-toolkits/p5-Tk -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49AEC661E58; Fri, 25 Jun 2021 13: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 4GBJFD2n98z4X4G; Fri, 25 Jun 2021 13: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 944684529; Fri, 25 Jun 2021 13:46: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 15PDkM7d088185; Fri, 25 Jun 2021 13:46:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkMek088184; Fri, 25 Jun 2021 13:46:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:22 GMT Message-Id: <202106251346.15PDkMek088184@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: a1c58bb67818 - main - textproc/p5-XML-Parsepp: Add LICENSE_FILE and 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: a1c58bb67818e398a127a7d0b447fb1be946614a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1c58bb67818e398a127a7d0b447fb1be946614a commit a1c58bb67818e398a127a7d0b447fb1be946614a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:09 +0000 textproc/p5-XML-Parsepp: Add LICENSE_FILE and NO_ARCH --- textproc/p5-XML-Parsepp/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-XML-Parsepp/Makefile b/textproc/p5-XML-Parsepp/Makefile index 2d833592d689..d339f918ed83 100644 --- a/textproc/p5-XML-Parsepp/Makefile +++ b/textproc/p5-XML-Parsepp/Makefile @@ -11,8 +11,11 @@ COMMENT= Simplified pure Perl parser for XML LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 629CF661E59; Fri, 25 Jun 2021 13: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 4GBJFD5Wdyz4Wwj; Fri, 25 Jun 2021 13: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 CA4DD44AB; Fri, 25 Jun 2021 13:46: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 15PDkNQS088209; Fri, 25 Jun 2021 13:46:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkNBa088208; Fri, 25 Jun 2021 13:46:23 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:23 GMT Message-Id: <202106251346.15PDkNBa088208@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: 397d25296202 - main - textproc/p5-XML-Toolkit: Add LICENSE_FILE and 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: 397d252962020cf179e512ea9161eec3aff055c6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=397d252962020cf179e512ea9161eec3aff055c6 commit 397d252962020cf179e512ea9161eec3aff055c6 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:14 +0000 textproc/p5-XML-Toolkit: Add LICENSE_FILE and NO_ARCH --- textproc/p5-XML-Toolkit/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-XML-Toolkit/Makefile b/textproc/p5-XML-Toolkit/Makefile index b8e0274ef662..cbf1b61d8a93 100644 --- a/textproc/p5-XML-Toolkit/Makefile +++ b/textproc/p5-XML-Toolkit/Makefile @@ -13,6 +13,7 @@ COMMENT= Suit of XML tools with Antlers LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Bread-Board>=0:devel/p5-Bread-Board \ @@ -34,7 +35,9 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-XML>=0:devel/p5-Test-XML -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F55E661DF4; Fri, 25 Jun 2021 13:46: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 4GBJFK33jCz4Wwt; Fri, 25 Jun 2021 13:46: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 541ED46AA; Fri, 25 Jun 2021 13:46: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 15PDkSmU088311; Fri, 25 Jun 2021 13:46:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkSW5088310; Fri, 25 Jun 2021 13:46:28 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:28 GMT Message-Id: <202106251346.15PDkSW5088310@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: 1208993626a8 - main - devel/py-isort: Update to 5.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: 1208993626a8e70822a4170078c3b319165f6084 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1208993626a8e70822a4170078c3b319165f6084 commit 1208993626a8e70822a4170078c3b319165f6084 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:25 +0000 devel/py-isort: Update to 5.9.0 Changes: https://github.com/PyCQA/isort/releases --- devel/py-isort/Makefile | 2 +- devel/py-isort/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-isort/Makefile b/devel/py-isort/Makefile index dc26934ad4ce..2bf269dfa86d 100644 --- a/devel/py-isort/Makefile +++ b/devel/py-isort/Makefile @@ -1,5 +1,5 @@ PORTNAME= isort -PORTVERSION= 5.8.0 +PORTVERSION= 5.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-isort/distinfo b/devel/py-isort/distinfo index 0b240a1e60d9..78607e08522d 100644 --- a/devel/py-isort/distinfo +++ b/devel/py-isort/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320146 -SHA256 (isort-5.8.0.tar.gz) = 0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6 -SIZE (isort-5.8.0.tar.gz) = 167927 +TIMESTAMP = 1624189687 +SHA256 (isort-5.9.0.tar.gz) = 8fd40deb804e5ce21dbbb92d0a9a79907209a0f2ba42be571c2963499c0d4829 +SIZE (isort-5.9.0.tar.gz) = 174073 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0C0A661E64; Fri, 25 Jun 2021 13: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 4GBJFP2Q1dz4Wtj; Fri, 25 Jun 2021 13:46: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 E534440C3; Fri, 25 Jun 2021 13:46: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 15PDkWq5088413; Fri, 25 Jun 2021 13:46:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkWhZ088412; Fri, 25 Jun 2021 13:46:32 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:32 GMT Message-Id: <202106251346.15PDkWhZ088412@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: a04d1aa73421 - main - math/py-cma: Update to 3.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: a04d1aa734211146c5165a0b77beb35d1f3cf847 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a04d1aa734211146c5165a0b77beb35d1f3cf847 commit a04d1aa734211146c5165a0b77beb35d1f3cf847 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:38 +0000 math/py-cma: Update to 3.1.0 Changes: https://github.com/CMA-ES/pycma/releases --- math/py-cma/Makefile | 2 +- math/py-cma/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index d0b6fbbc60c6..375459e5016b 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= cma -PORTVERSION= 3.0.3 +PORTVERSION= 3.1.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-cma/distinfo b/math/py-cma/distinfo index 3fb564aa4c59..ac9c95af7517 100644 --- a/math/py-cma/distinfo +++ b/math/py-cma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588777645 -SHA256 (cma-3.0.3.tar.gz) = 8f54d753fa2322d4fef1c40d899d65f0990a3b1b9b56ada0766c3cb9cb82bca8 -SIZE (cma-3.0.3.tar.gz) = 222156 +TIMESTAMP = 1624189695 +SHA256 (cma-3.1.0.tar.gz) = 3b83077fe3a52be1d8c82d61a22f600401c772b1add6ed5dd8152e1a2d15e3c6 +SIZE (cma-3.1.0.tar.gz) = 231877 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C48B661DAF; Fri, 25 Jun 2021 13:45: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 4GBJDH1qQdz4WRy; Fri, 25 Jun 2021 13:45: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 7EE73462A; Fri, 25 Jun 2021 13: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 15PDjY14087129; Fri, 25 Jun 2021 13: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 15PDjYRg087128; Fri, 25 Jun 2021 13:45:34 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:34 GMT Message-Id: <202106251345.15PDjYRg087128@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: 8b99cfbb95fb - main - textproc/p5-FormValidator-Lite: 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: 8b99cfbb95fb0c42e05087e1113958cbe919b370 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:36 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b99cfbb95fb0c42e05087e1113958cbe919b370 commit 8b99cfbb95fb0c42e05087e1113958cbe919b370 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:00 +0000 textproc/p5-FormValidator-Lite: Cosmetic change --- textproc/p5-FormValidator-Lite/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index 1a36db900904..5848da390c31 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -23,8 +23,9 @@ TEST_DEPENDS= p5-CGI>=3.31:www/p5-CGI \ p5-Text-TestBase>=0:textproc/p5-Text-TestBase \ p5-YAML>=0:textproc/p5-YAML -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD1A2661E8F; Fri, 25 Jun 2021 13:45: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 4GBJDc4kxmz4Wk1; Fri, 25 Jun 2021 13:45: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 9244C462D; Fri, 25 Jun 2021 13:45: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 15PDjp7O087507; Fri, 25 Jun 2021 13:45:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjpOm087506; Fri, 25 Jun 2021 13:45:51 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:51 GMT Message-Id: <202106251345.15PDjpOm087506@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: 4f3b1a35dbac - main - textproc/p5-Regexp-Common-profanity_us: 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: 4f3b1a35dbacb9bda20a9cf8cb29b075e872125e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f3b1a35dbacb9bda20a9cf8cb29b075e872125e commit 4f3b1a35dbacb9bda20a9cf8cb29b075e872125e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:04 +0000 textproc/p5-Regexp-Common-profanity_us: Add NO_ARCH --- textproc/p5-Regexp-Common-profanity_us/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Regexp-Common-profanity_us/Makefile b/textproc/p5-Regexp-Common-profanity_us/Makefile index 40e0c21b2370..9d793949c146 100644 --- a/textproc/p5-Regexp-Common-profanity_us/Makefile +++ b/textproc/p5-Regexp-Common-profanity_us/Makefile @@ -12,11 +12,14 @@ COMMENT= Provide regexes for U.S. profanity LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Regexp-Common>=0:textproc/p5-Regexp-Common -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C15E6661C7F; Fri, 25 Jun 2021 13:45: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 4GBJDd3FpMz4WcC; Fri, 25 Jun 2021 13:45: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 BB6E94526; Fri, 25 Jun 2021 13:45: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 15PDjqJo087531; Fri, 25 Jun 2021 13:45:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjqsp087530; Fri, 25 Jun 2021 13:45:52 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:52 GMT Message-Id: <202106251345.15PDjqsp087530@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: 48d580b3b2be - main - textproc/p5-Regexp-DefaultFlags: 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: 48d580b3b2beb9d03b17edde420fccd845c66f43 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=48d580b3b2beb9d03b17edde420fccd845c66f43 commit 48d580b3b2beb9d03b17edde420fccd845c66f43 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:08 +0000 textproc/p5-Regexp-DefaultFlags: Add NO_ARCH --- textproc/p5-Regexp-DefaultFlags/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Regexp-DefaultFlags/Makefile b/textproc/p5-Regexp-DefaultFlags/Makefile index d1ecf43742bd..3fc0d0efcfe4 100644 --- a/textproc/p5-Regexp-DefaultFlags/Makefile +++ b/textproc/p5-Regexp-DefaultFlags/Makefile @@ -13,7 +13,9 @@ COMMENT= Set default flags on regular expressions LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26F94661E3D; Fri, 25 Jun 2021 13: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 4GBJDg5jk7z4Wfg; Fri, 25 Jun 2021 13:45: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 05E9846A2; Fri, 25 Jun 2021 13:45: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 15PDjsGw087579; Fri, 25 Jun 2021 13:45:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjs8P087578; Fri, 25 Jun 2021 13:45:54 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:54 GMT Message-Id: <202106251345.15PDjs8P087578@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: 1358d2e0dc01 - main - textproc/p5-Search-Odeum: 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: 1358d2e0dc01524a748202204358aae0b4a40f35 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:58 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1358d2e0dc01524a748202204358aae0b4a40f35 commit 1358d2e0dc01524a748202204358aae0b4a40f35 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:16 +0000 textproc/p5-Search-Odeum: Cosmetic change --- textproc/p5-Search-Odeum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/p5-Search-Odeum/Makefile b/textproc/p5-Search-Odeum/Makefile index 843dc5319405..36986de9b0ad 100644 --- a/textproc/p5-Search-Odeum/Makefile +++ b/textproc/p5-Search-Odeum/Makefile @@ -15,8 +15,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libqdbm.so:databases/qdbm -USE_PERL5= configure USES= localbase perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Odeum/Odeum.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42EF1661F08; Fri, 25 Jun 2021 13: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 4GBJDj4sncz4Whf; Fri, 25 Jun 2021 13:45: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 45C5240C0; Fri, 25 Jun 2021 13:45: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 15PDjvok087633; Fri, 25 Jun 2021 13:45:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjv7m087632; Fri, 25 Jun 2021 13:45:57 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:57 GMT Message-Id: <202106251345.15PDjv7m087632@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: 5514be209dda - main - textproc/p5-Sphinx-Config: 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: 5514be209dda6ab6f9bb498cf5cbd39e7c5033e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5514be209dda6ab6f9bb498cf5cbd39e7c5033e5 commit 5514be209dda6ab6f9bb498cf5cbd39e7c5033e5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:25 +0000 textproc/p5-Sphinx-Config: Add NO_ARCH --- textproc/p5-Sphinx-Config/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Sphinx-Config/Makefile b/textproc/p5-Sphinx-Config/Makefile index fea960e986a1..b78a07220042 100644 --- a/textproc/p5-Sphinx-Config/Makefile +++ b/textproc/p5-Sphinx-Config/Makefile @@ -15,7 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 16268661AFD; Fri, 25 Jun 2021 13: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 4GBJDh2dbHz4Wk6; Fri, 25 Jun 2021 13:45: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 222E846A3; Fri, 25 Jun 2021 13:45: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 15PDjuJr087609; Fri, 25 Jun 2021 13:45:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjuDD087608; Fri, 25 Jun 2021 13:45:56 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:56 GMT Message-Id: <202106251345.15PDjuDD087608@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: ed4a655f6f21 - main - textproc/p5-Solr: 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: ed4a655f6f2125383566a96b0c17fba24c933830 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed4a655f6f2125383566a96b0c17fba24c933830 commit ed4a655f6f2125383566a96b0c17fba24c933830 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:21 +0000 textproc/p5-Solr: Add NO_ARCH --- textproc/p5-Solr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Solr/Makefile b/textproc/p5-Solr/Makefile index 792c27f54cdb..81ae9eaa088f 100644 --- a/textproc/p5-Solr/Makefile +++ b/textproc/p5-Solr/Makefile @@ -19,9 +19,10 @@ RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-libwww>=0:www/p5-libwww -USE_PERL5= configure USES= perl5 +USE_PERL5= configure +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F18A661E46; Fri, 25 Jun 2021 13:46: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 4GBJDk6ZYFz4WkD; Fri, 25 Jun 2021 13: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 6155F46A4; Fri, 25 Jun 2021 13: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 15PDjwUa087657; Fri, 25 Jun 2021 13: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 15PDjwKh087656; Fri, 25 Jun 2021 13:45:58 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:58 GMT Message-Id: <202106251345.15PDjwKh087656@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: 07e04950c848 - main - textproc/p5-Sphinx-Manager: 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: 07e04950c8483719d50f30bfe55d6323295d3466 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:00 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=07e04950c8483719d50f30bfe55d6323295d3466 commit 07e04950c8483719d50f30bfe55d6323295d3466 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:29 +0000 textproc/p5-Sphinx-Manager: Cosmetic change --- textproc/p5-Sphinx-Manager/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Sphinx-Manager/Makefile b/textproc/p5-Sphinx-Manager/Makefile index 3f6ac576ed4c..75a2678ede97 100644 --- a/textproc/p5-Sphinx-Manager/Makefile +++ b/textproc/p5-Sphinx-Manager/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \ p5-Sphinx-Config>=0.09:textproc/p5-Sphinx-Config -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7F80661E48; Fri, 25 Jun 2021 13:46: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 4GBJDm0mHTz4WcN; Fri, 25 Jun 2021 13:46: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 9712E3B95; Fri, 25 Jun 2021 13: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 15PDjxjV087681; Fri, 25 Jun 2021 13: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 15PDjxiW087680; Fri, 25 Jun 2021 13:45:59 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:59 GMT Message-Id: <202106251345.15PDjxiW087680@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: 792ca134d2ff - main - textproc/p5-String-CamelCase: 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: 792ca134d2ff758f33d196fa49a49573a83ee04f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:01 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=792ca134d2ff758f33d196fa49a49573a83ee04f commit 792ca134d2ff758f33d196fa49a49573a83ee04f Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:34 +0000 textproc/p5-String-CamelCase: Cosmetic change --- textproc/p5-String-CamelCase/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-String-CamelCase/Makefile b/textproc/p5-String-CamelCase/Makefile index a6dec360c9c2..a470d9332cdc 100644 --- a/textproc/p5-String-CamelCase/Makefile +++ b/textproc/p5-String-CamelCase/Makefile @@ -12,8 +12,9 @@ COMMENT= Perl module for camelcase, de-camelcase LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E57CB661FB3; Fri, 25 Jun 2021 13:46: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 4GBJFh51P1z4X9Y; Fri, 25 Jun 2021 13:46: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 F365B4638; Fri, 25 Jun 2021 13:46: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 15PDklr2088743; Fri, 25 Jun 2021 13:46:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDklYT088742; Fri, 25 Jun 2021 13:46:47 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:47 GMT Message-Id: <202106251346.15PDklYT088742@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: 3fc96b91fa42 - main - devel/p5-Dist-Zilla: Update to 6.020 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: 3fc96b91fa42eb74e4e11b99b7e03772979d3bcc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fc96b91fa42eb74e4e11b99b7e03772979d3bcc commit 3fc96b91fa42eb74e4e11b99b7e03772979d3bcc Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:18 +0000 devel/p5-Dist-Zilla: Update to 6.020 Changes: https://metacpan.org/dist/Dist-Zilla/changes --- devel/p5-Dist-Zilla/Makefile | 2 +- devel/p5-Dist-Zilla/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Dist-Zilla/Makefile b/devel/p5-Dist-Zilla/Makefile index 0718906b6e2d..491b59198d66 100644 --- a/devel/p5-Dist-Zilla/Makefile +++ b/devel/p5-Dist-Zilla/Makefile @@ -1,5 +1,5 @@ PORTNAME= Dist-Zilla -PORTVERSION= 6.017 +PORTVERSION= 6.020 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Dist-Zilla/distinfo b/devel/p5-Dist-Zilla/distinfo index fd0774582438..2d8f85c6eea7 100644 --- a/devel/p5-Dist-Zilla/distinfo +++ b/devel/p5-Dist-Zilla/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366276 -SHA256 (Dist-Zilla-6.017.tar.gz) = 5c8d30ce33ac8b5e937e6f83fcfa779e7225ca149951ee5c9bc2c3af3c2b6fee -SIZE (Dist-Zilla-6.017.tar.gz) = 203472 +TIMESTAMP = 1624189721 +SHA256 (Dist-Zilla-6.020.tar.gz) = 3a17054f58f873c2dd60e1d2f88e97043e30dfd215cab10e1c0fbfb0fb0a93a6 +SIZE (Dist-Zilla-6.020.tar.gz) = 209473 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84A0E661E77; Fri, 25 Jun 2021 13:46: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 4GBJFm6qY0z4X1Y; Fri, 25 Jun 2021 13:46: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 8C0CF452E; Fri, 25 Jun 2021 13:46: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 15PDkqU3088839; Fri, 25 Jun 2021 13:46:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkq7l088838; Fri, 25 Jun 2021 13:46:52 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:52 GMT Message-Id: <202106251346.15PDkq7l088838@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: 88ca9778d21e - main - devel/p5-Sub-Exporter: Update to 0.988 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: 88ca9778d21e45ff00bd57476ce3973b9337365d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=88ca9778d21e45ff00bd57476ce3973b9337365d commit 88ca9778d21e45ff00bd57476ce3973b9337365d Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:21 +0000 devel/p5-Sub-Exporter: Update to 0.988 - Add LICENSE_FILE Changes: https://metacpan.org/dist/Sub-Exporter/changes --- devel/p5-Sub-Exporter/Makefile | 4 ++-- devel/p5-Sub-Exporter/distinfo | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/p5-Sub-Exporter/Makefile b/devel/p5-Sub-Exporter/Makefile index 62c431ef7c89..fe893d546be1 100644 --- a/devel/p5-Sub-Exporter/Makefile +++ b/devel/p5-Sub-Exporter/Makefile @@ -1,8 +1,7 @@ # Created by: Lars Balker Rasmussen PORTNAME= Sub-Exporter -PORTVERSION= 0.987 -PORTREVISION= 1 +PORTVERSION= 0.988 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +11,7 @@ COMMENT= Sophisticated exporter for custom-built routines LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Data-OptList>=0.100:devel/p5-Data-OptList \ diff --git a/devel/p5-Sub-Exporter/distinfo b/devel/p5-Sub-Exporter/distinfo index 79c2292beddb..4e7a74ff217b 100644 --- a/devel/p5-Sub-Exporter/distinfo +++ b/devel/p5-Sub-Exporter/distinfo @@ -1,2 +1,3 @@ -SHA256 (Sub-Exporter-0.987.tar.gz) = 543cb2e803ab913d44272c7da6a70bb62c19e467f3b12aaac4c9523259b083d6 -SIZE (Sub-Exporter-0.987.tar.gz) = 45980 +TIMESTAMP = 1624189729 +SHA256 (Sub-Exporter-0.988.tar.gz) = 23324887d6c590f145702f077d8ca42f1b2f26a3b76f08d66c2c1e21e606040c +SIZE (Sub-Exporter-0.988.tar.gz) = 56906 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C51EC661E70; Fri, 25 Jun 2021 13:46: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 4GBJFg6q5rz4X1N; Fri, 25 Jun 2021 13:46: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 CF65E452C; Fri, 25 Jun 2021 13:46: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 15PDkkeu088713; Fri, 25 Jun 2021 13:46:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkkh6088712; Fri, 25 Jun 2021 13:46:46 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:46 GMT Message-Id: <202106251346.15PDkkh6088712@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: 18297263b48e - main - devel/p5-Data-GUID: Update to 0.050 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: 18297263b48eacbc29563823c333cc60a81a58b3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=18297263b48eacbc29563823c333cc60a81a58b3 commit 18297263b48eacbc29563823c333cc60a81a58b3 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:17 +0000 devel/p5-Data-GUID: Update to 0.050 Changes: https://metacpan.org/dist/Data-GUID/changes --- devel/p5-Data-GUID/Makefile | 2 +- devel/p5-Data-GUID/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Data-GUID/Makefile b/devel/p5-Data-GUID/Makefile index 1f694c18ac66..4e2cf2c1a722 100644 --- a/devel/p5-Data-GUID/Makefile +++ b/devel/p5-Data-GUID/Makefile @@ -1,7 +1,7 @@ # Created by: Anton Berezin PORTNAME= Data-GUID -PORTVERSION= 0.049 +PORTVERSION= 0.050 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS diff --git a/devel/p5-Data-GUID/distinfo b/devel/p5-Data-GUID/distinfo index d578365b404f..cdc272198cc8 100644 --- a/devel/p5-Data-GUID/distinfo +++ b/devel/p5-Data-GUID/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536860720 -SHA256 (Data-GUID-0.049.tar.gz) = b8af437d49fd0425a23ebff3e5989dae64deeaf0e046aa5f413665cd3169a77b -SIZE (Data-GUID-0.049.tar.gz) = 19513 +TIMESTAMP = 1624189719 +SHA256 (Data-GUID-0.050.tar.gz) = 4f25d9405cd73f7468f4d65b07078de03a43e1e7216944f97fb44adc5a9807ac +SIZE (Data-GUID-0.050.tar.gz) = 20226 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 19B6E661EC9; Fri, 25 Jun 2021 13: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 4GBJGG2cWZz4XQM; Fri, 25 Jun 2021 13:47: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 5EA9B44B6; Fri, 25 Jun 2021 13:47: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 15PDlFKf089346; Fri, 25 Jun 2021 13:47:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlFb7089345; Fri, 25 Jun 2021 13:47:15 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:15 GMT Message-Id: <202106251347.15PDlFb7089345@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: bb144d3417e5 - main - devel/p5-aliased: 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: bb144d3417e59017a5addea8b891d52f2ed961d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb144d3417e59017a5addea8b891d52f2ed961d9 commit bb144d3417e59017a5addea8b891d52f2ed961d9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:09 +0000 devel/p5-aliased: Add NO_ARCH Approved by: portmgr (blanket) --- devel/p5-aliased/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-aliased/Makefile b/devel/p5-aliased/Makefile index 6f1907ccf2be..5aeb08aa5e86 100644 --- a/devel/p5-aliased/Makefile +++ b/devel/p5-aliased/Makefile @@ -16,4 +16,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuildtiny +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:50:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62A07662AB2; Fri, 25 Jun 2021 13:50:19 +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 4GBJKl16zzz4Y4D; Fri, 25 Jun 2021 13:50:18 +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 DE750565A4; Fri, 25 Jun 2021 15:50:10 +0200 (CEST) Date: Fri, 25 Jun 2021 15:50:09 +0200 From: Piotr Kubaj To: Po-Chuan Hsieh Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 57f90a065142 - main - security/nettle: Update version requirement of BUILD_DEPENDS Message-ID: References: <202106251347.15PDlP58089573@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mwdbIf1r4hzcMF+X" Content-Disposition: inline In-Reply-To: <202106251347.15PDlP58089573@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4GBJKl16zzz4Y4D X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:50:19 -0000 --mwdbIf1r4hzcMF+X Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 21-06-25 13:47:25, Po-Chuan Hsieh wrote: > The branch main has been updated by sunpoet: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D57f90a0651423cc0c748a1fd= 88572dc6d1c2504a >=20 > commit 57f90a0651423cc0c748a1fd88572dc6d1c2504a > Author: Po-Chuan Hsieh > AuthorDate: 2021-06-25 13:41:23 +0000 > Commit: Po-Chuan Hsieh > CommitDate: 2021-06-25 13:41:23 +0000 >=20 > security/nettle: Update version requirement of BUILD_DEPENDS > =20 > PR: 256492 > Reported by: Daniel Engberg > --- > security/nettle/Makefile | 2 +- > security/nettle/a | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) >=20 > diff --git a/security/nettle/Makefile b/security/nettle/Makefile > index 75b39026a4d2..6c5f2d56c99e 100644 > --- a/security/nettle/Makefile > +++ b/security/nettle/Makefile > @@ -14,7 +14,7 @@ LICENSE_COMB=3D multi > LICENSE_FILE_GPLv2+ =3D ${WRKSRC}/COPYINGv2 > LICENSE_FILE_LGPL3=3D ${WRKSRC}/COPYING.LESSERv3 > =20 > -BUILD_DEPENDS=3D gmp>=3D6.0.0:math/gmp > +BUILD_DEPENDS=3D gmp>=3D6.1.0:math/gmp > LIB_DEPENDS=3D libgmp.so:math/gmp > =20 > USES=3D compiler:c11 gmake localbase makeinfo pathfix > diff --git a/security/nettle/a b/security/nettle/a > new file mode 100644 > index 000000000000..7519f1884ae0 > --- /dev/null > +++ b/security/nettle/a > @@ -0,0 +1,2 @@ > +the port had been updated and improved (+) > +update to 0.81.03, Install startup script Was this file added by mistake? --mwdbIf1r4hzcMF+X Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmDV3xEACgkQelmbhSCD nJ2O4hAAnR6fr/uopVBpbwqi4pFJ31+SSfkSA8o8kz6ADNRotHHMs4dBoZWaklEL Ca8YAcjmuYe9+6VfzyVZInjgCjWJrv+KIOEbssoUcHapDT9A76py2u5PnOggnSR2 Fl17zU28lrvTXSSvF25yksCDGwNuzfR7nB500TDZ5SHErEzg/7H9X+Bo4kNn9dwV EpWnCYm+vfIeFqNPt8AhbQoPsqPs4OyX0oQnLwigbca5A+ODE8HebtF4mZUoqvK+ mz/MhnfhZLLSlMMd7x6kI7s5AqSI//nmRnJIoCQ8UjofOb4t7FyCgG1SepR3ro4Q bEn4CsmmvLhRR7uGSdXvrcAiElBeNORpBEqUqYBkyTZzLTSP1Ja33+fLSXGJWcLV BfFdb1eeIugf0gepvmY8dvFiQeONYUTsIyjMHxaEOtyzTvyBLiXv6qa6gDE8VRUV 9KYDcm2J6mNlaL0IQ1KFqdwpREuW0KL0sf+0KytJig/2lUAGW4YT3KcvCqjxQ5tk qnGz/2/7Oz/7FSjapJqk37sAv11K+4aHAJEz4aDKpdTL4CP5ORfaEvtLTK838IJ5 zBwVciuGYuM4loh4ZYoSUIi3WiguWLK7pWGXl7MVETAATCERL+QIdP0kYobvK+7M zsWxI6zSpmcSYiBXwZlD62xLSAdpbgiP1Wk0qgZALz1aIYlhy9g= =EG89 -----END PGP SIGNATURE----- --mwdbIf1r4hzcMF+X-- From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85C16661B70; Fri, 25 Jun 2021 13:45: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 4GBJDC57Zmz4WXs; Fri, 25 Jun 2021 13:45: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 0880945A0; Fri, 25 Jun 2021 13:45: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 15PDjUsP087051; Fri, 25 Jun 2021 13:45:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjU2k087050; Fri, 25 Jun 2021 13:45:30 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:30 GMT Message-Id: <202106251345.15PDjU2k087050@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: b289c7262954 - main - devel/p5-subatom: 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: b289c72629543219cb423756a3198c9695a536c5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:33 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b289c72629543219cb423756a3198c9695a536c5 commit b289c72629543219cb423756a3198c9695a536c5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:48 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:48 +0000 devel/p5-subatom: Cosmetic change --- devel/p5-subatom/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/p5-subatom/Makefile b/devel/p5-subatom/Makefile index 01606ed4ecf7..687b197845fb 100644 --- a/devel/p5-subatom/Makefile +++ b/devel/p5-subatom/Makefile @@ -16,9 +16,10 @@ LICENSE_FILE= ${WRKSRC}/README BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-Atom-SimpleFeed>=0.80:textproc/p5-XML-Atom-SimpleFeed -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes PLIST_FILES= bin/subatom \ ${SITE_MAN1_REL}/subatom.1.gz From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A878E661E91; Fri, 25 Jun 2021 13:45: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 4GBJDf4HSHz4WZ6; Fri, 25 Jun 2021 13:45: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 D371B4527; Fri, 25 Jun 2021 13:45: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 15PDjrgX087555; Fri, 25 Jun 2021 13:45:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjro5087554; Fri, 25 Jun 2021 13:45:53 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:53 GMT Message-Id: <202106251345.15PDjro5087554@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: 989f0bb2b39a - main - textproc/p5-SVG-Parser: 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: 989f0bb2b39adb2ff4953166e241c1c7d698eb7c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=989f0bb2b39adb2ff4953166e241c1c7d698eb7c commit 989f0bb2b39adb2ff4953166e241c1c7d698eb7c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:12 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:12 +0000 textproc/p5-SVG-Parser: Add NO_ARCH --- textproc/p5-SVG-Parser/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-SVG-Parser/Makefile b/textproc/p5-SVG-Parser/Makefile index f75e9708dd59..629d16b24c4f 100644 --- a/textproc/p5-SVG-Parser/Makefile +++ b/textproc/p5-SVG-Parser/Makefile @@ -18,7 +18,9 @@ RUN_DEPENDS= p5-SVG>=2:textproc/p5-SVG \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-SAX>=0:textproc/p5-XML-SAX -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD28A661DD2; Fri, 25 Jun 2021 13:46: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 4GBJDq5LY4z4Wg2; Fri, 25 Jun 2021 13:46: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 CE3B244A9; Fri, 25 Jun 2021 13:46: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 15PDk1jB087735; Fri, 25 Jun 2021 13:46:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk1ha087734; Fri, 25 Jun 2021 13:46:01 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:01 GMT Message-Id: <202106251346.15PDk1ha087734@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: 0982cf397be6 - main - textproc/p5-TOML: 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: 0982cf397be6b82a7e815c6386fd9d3667ce2bb5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0982cf397be6b82a7e815c6386fd9d3667ce2bb5 commit 0982cf397be6b82a7e815c6386fd9d3667ce2bb5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:42 +0000 textproc/p5-TOML: Cosmetic change --- textproc/p5-TOML/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-TOML/Makefile b/textproc/p5-TOML/Makefile index 7860a9eee822..b34eab5f1807 100644 --- a/textproc/p5-TOML/Makefile +++ b/textproc/p5-TOML/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-TOML-Parser>=0.04:textproc/p5-TOML-Parser -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D5CE661BE9; Fri, 25 Jun 2021 13: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 4GBJDF4kwFz4WXv; Fri, 25 Jun 2021 13:45: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 4F763469C; Fri, 25 Jun 2021 13:45: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 15PDjXuH087105; Fri, 25 Jun 2021 13:45:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjXiH087104; Fri, 25 Jun 2021 13:45:33 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:33 GMT Message-Id: <202106251345.15PDjXiH087104@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: 8191277df4f8 - main - misc/p5-Geo-Coder-OpenCage: Update to 0.32 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: 8191277df4f8911cacdf223639dad8a23f0deaac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8191277df4f8911cacdf223639dad8a23f0deaac commit 8191277df4f8911cacdf223639dad8a23f0deaac Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:35:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:35:56 +0000 misc/p5-Geo-Coder-OpenCage: Update to 0.32 Changes: https://metacpan.org/dist/Geo-Coder-OpenCage/changes --- misc/p5-Geo-Coder-OpenCage/Makefile | 5 +++-- misc/p5-Geo-Coder-OpenCage/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/p5-Geo-Coder-OpenCage/Makefile b/misc/p5-Geo-Coder-OpenCage/Makefile index c451849311e7..4aba14161ea3 100644 --- a/misc/p5-Geo-Coder-OpenCage/Makefile +++ b/misc/p5-Geo-Coder-OpenCage/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= Geo-Coder-OpenCage -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-Cpanel-JSON-XS>=4.21:converters/p5-Cpanel-JSON-XS \ TEST_DEPENDS= p5-Net-Ping>=2.73:net/p5-Net-Ping \ p5-Test-Exception>=0.32:devel/p5-Test-Exception \ p5-Test-Pod>=1.51:devel/p5-Test-Pod \ - p5-Test-Warn>=0:devel/p5-Test-Warn + p5-Test-Warn>=0:devel/p5-Test-Warn \ + p5-libwww>=6.55:www/p5-libwww USES= perl5 USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-OpenCage/distinfo b/misc/p5-Geo-Coder-OpenCage/distinfo index 4db7204eb3a8..bf5fdf702a83 100644 --- a/misc/p5-Geo-Coder-OpenCage/distinfo +++ b/misc/p5-Geo-Coder-OpenCage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189697 -SHA256 (Geo-Coder-OpenCage-0.31.tar.gz) = a8ce9e75341074bd4cbbeea541f1d8e55ff617eefe608fa05a37ccc2bee230db -SIZE (Geo-Coder-OpenCage-0.31.tar.gz) = 43385 +TIMESTAMP = 1624189683 +SHA256 (Geo-Coder-OpenCage-0.32.tar.gz) = b08e96cf9b8480de2281db99b2994bf08584788d9a5e4e5b5fd3f24f1dfa3280 +SIZE (Geo-Coder-OpenCage-0.32.tar.gz) = 43705 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12000661DBD; Fri, 25 Jun 2021 13:45: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 4GBJDY4d0Nz4WYq; Fri, 25 Jun 2021 13:45: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 29E8F45A2; Fri, 25 Jun 2021 13:45: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 15PDjmFh087429; Fri, 25 Jun 2021 13:45:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjmpR087428; Fri, 25 Jun 2021 13:45:48 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:48 GMT Message-Id: <202106251345.15PDjmpR087428@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: 69cd8f223dce - main - textproc/p5-Plucene-Analysis-CJKAnalyzer: 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: 69cd8f223dce9f6c4cad23dc279092ac580ab90c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=69cd8f223dce9f6c4cad23dc279092ac580ab90c commit 69cd8f223dce9f6c4cad23dc279092ac580ab90c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:36:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:36:51 +0000 textproc/p5-Plucene-Analysis-CJKAnalyzer: Add NO_ARCH --- textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile index 9293b36c53c7..7df993a7e949 100644 --- a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile +++ b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile @@ -18,7 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Plucene>=0:textproc/p5-Plucene TEST_DEPENDS= p5-YAML>=0:textproc/p5-YAML -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:45:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE1E7661BF6; Fri, 25 Jun 2021 13:45: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 4GBJDb1qz0z4Wjw; Fri, 25 Jun 2021 13:45: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 681F845A4; Fri, 25 Jun 2021 13:45: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 15PDjodM087483; Fri, 25 Jun 2021 13:45:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDjoNY087482; Fri, 25 Jun 2021 13:45:50 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:45:50 GMT Message-Id: <202106251345.15PDjoNY087482@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: f3e32f6ecd18 - main - textproc/p5-RDF-Query: 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: f3e32f6ecd18b2a9f7dc027acfea751eb7799023 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:45:52 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3e32f6ecd18b2a9f7dc027acfea751eb7799023 commit f3e32f6ecd18b2a9f7dc027acfea751eb7799023 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:00 +0000 textproc/p5-RDF-Query: Cosmetic change --- textproc/p5-RDF-Query/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-RDF-Query/Makefile b/textproc/p5-RDF-Query/Makefile index 4faa09360331..033775c14664 100644 --- a/textproc/p5-RDF-Query/Makefile +++ b/textproc/p5-RDF-Query/Makefile @@ -26,8 +26,9 @@ TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-JSON>=0:devel/p5-Test-JSON \ p5-YAML>=0:textproc/p5-YAML -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5321C661F0E; Fri, 25 Jun 2021 13:46: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 4GBJDr4wNgz4Wvw; Fri, 25 Jun 2021 13:46: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 13A5E45A5; Fri, 25 Jun 2021 13:46: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 15PDk3JC087783; Fri, 25 Jun 2021 13:46:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk3AR087782; Fri, 25 Jun 2021 13:46:03 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:03 GMT Message-Id: <202106251346.15PDk3AR087782@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: 485d319694ab - main - textproc/p5-Template-Plugin-Filter-Minify-CSS: Add LICENSE_FILE and 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: 485d319694abf626e1425296f24b7ff54bebf68b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=485d319694abf626e1425296f24b7ff54bebf68b commit 485d319694abf626e1425296f24b7ff54bebf68b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:50 +0000 textproc/p5-Template-Plugin-Filter-Minify-CSS: Add LICENSE_FILE and NO_ARCH --- textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile index fc3161ffd206..b4161c1abb7c 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile @@ -12,12 +12,15 @@ COMMENT= CSS::Minifier filter for Template Toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CSS-Minifier>=0:textproc/p5-CSS-Minifier \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F942662003; Fri, 25 Jun 2021 13:46: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 4GBJDv5p7dz4WqL; Fri, 25 Jun 2021 13:46: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 73B5B462F; Fri, 25 Jun 2021 13:46: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 15PDk7D3087861; Fri, 25 Jun 2021 13:46:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk715087860; Fri, 25 Jun 2021 13:46:07 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:07 GMT Message-Id: <202106251346.15PDk715087860@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: 9e63cd5269c2 - main - textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS: Add LICENSE_FILE and 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: 9e63cd5269c2b9fc41e784c504cff0597ce8f939 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e63cd5269c2b9fc41e784c504cff0597ce8f939 commit 9e63cd5269c2b9fc41e784c504cff0597ce8f939 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:05 +0000 textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS: Add LICENSE_FILE and NO_ARCH --- textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile index a4e09f2d7d54..31446a9a6c64 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile @@ -12,12 +12,15 @@ COMMENT= JavaScript::Minifier::XS filter for Template Toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JavaScript-Minifier-XS>=0:textproc/p5-JavaScript-Minifier-XS \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E36D8661D5E; Fri, 25 Jun 2021 13:46: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 4GBJF673D3z4Wl6; Fri, 25 Jun 2021 13:46: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 030504633; Fri, 25 Jun 2021 13:46: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 15PDkHX8088083; Fri, 25 Jun 2021 13:46:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkHJd088082; Fri, 25 Jun 2021 13:46:17 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:17 GMT Message-Id: <202106251346.15PDkHJd088082@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: b58a9ce68dc5 - main - textproc/p5-Validator-Custom: 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: b58a9ce68dc5e16c7f14c33fad7a68398e58e6d2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b58a9ce68dc5e16c7f14c33fad7a68398e58e6d2 commit b58a9ce68dc5e16c7f14c33fad7a68398e58e6d2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:49 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:49 +0000 textproc/p5-Validator-Custom: Cosmetic change --- textproc/p5-Validator-Custom/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index 501e080cb35d..31a791ffa69e 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Object-Simple>=3.0621:devel/p5-Object-Simple TEST_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-Test-Pod>=1.22:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9CB0B661E9E; Fri, 25 Jun 2021 13:46: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 4GBJF01KBqz4Wkn; Fri, 25 Jun 2021 13:46: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 0C0D346A6; Fri, 25 Jun 2021 13:46: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 15PDkAoJ087933; Fri, 25 Jun 2021 13:46:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkAbw087932; Fri, 25 Jun 2021 13:46:10 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:10 GMT Message-Id: <202106251346.15PDkAbw087932@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: 6fe3be62834d - main - textproc/p5-Text-Emoticon-MSN: 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: 6fe3be62834d3367a4c1a7b90da5242c4ca6e08b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fe3be62834d3367a4c1a7b90da5242c4ca6e08b commit 6fe3be62834d3367a4c1a7b90da5242c4ca6e08b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:19 +0000 textproc/p5-Text-Emoticon-MSN: Add NO_ARCH --- textproc/p5-Text-Emoticon-MSN/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Text-Emoticon-MSN/Makefile b/textproc/p5-Text-Emoticon-MSN/Makefile index fee312ebb80a..6d1b68df8772 100644 --- a/textproc/p5-Text-Emoticon-MSN/Makefile +++ b/textproc/p5-Text-Emoticon-MSN/Makefile @@ -15,7 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Text-Emoticon>=0.02:textproc/p5-Text-Emoticon -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B573D661E49; Fri, 25 Jun 2021 13:46: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 4GBJDn5QPmz4WsK; Fri, 25 Jun 2021 13:46: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 AAA03462E; Fri, 25 Jun 2021 13:46: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 15PDk0sW087705; Fri, 25 Jun 2021 13:46:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk0iE087704; Fri, 25 Jun 2021 13:46:00 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:00 GMT Message-Id: <202106251346.15PDk0iE087704@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: 6615ffcb132e - main - textproc/p5-String-ToIdentifier-EN: Add LICENSE_FILE 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: 6615ffcb132e1667d29ef039168d3f3c291a884b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6615ffcb132e1667d29ef039168d3f3c291a884b commit 6615ffcb132e1667d29ef039168d3f3c291a884b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:38 +0000 textproc/p5-String-ToIdentifier-EN: Add LICENSE_FILE --- textproc/p5-String-ToIdentifier-EN/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/p5-String-ToIdentifier-EN/Makefile b/textproc/p5-String-ToIdentifier-EN/Makefile index 88e4a75b48e0..1963f316154d 100644 --- a/textproc/p5-String-ToIdentifier-EN/Makefile +++ b/textproc/p5-String-ToIdentifier-EN/Makefile @@ -11,14 +11,16 @@ COMMENT= Convert Strings to English Program Identifiers LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Lingua-EN-Inflect-Phrase>=0:textproc/p5-Lingua-EN-Inflect-Phrase \ p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \ p5-namespace-clean>=0:devel/p5-namespace-clean -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 502D3661D5B; Fri, 25 Jun 2021 13:46: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 4GBJF34Py9z4Wl3; Fri, 25 Jun 2021 13:46: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 9249E4631; Fri, 25 Jun 2021 13:46: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 15PDkE0h088011; Fri, 25 Jun 2021 13:46:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkEY5088010; Fri, 25 Jun 2021 13:46:14 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:14 GMT Message-Id: <202106251346.15PDkEY5088010@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: 22e9e138f704 - main - textproc/p5-Text-Soundex: Add LICENSE_FILE 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: 22e9e138f7045154ec77504aa557b58e38ada021 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=22e9e138f7045154ec77504aa557b58e38ada021 commit 22e9e138f7045154ec77504aa557b58e38ada021 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:34 +0000 textproc/p5-Text-Soundex: Add LICENSE_FILE --- textproc/p5-Text-Soundex/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Text-Soundex/Makefile b/textproc/p5-Text-Soundex/Makefile index 0445cfe7e759..ba057ad3426e 100644 --- a/textproc/p5-Text-Soundex/Makefile +++ b/textproc/p5-Text-Soundex/Makefile @@ -11,9 +11,10 @@ COMMENT= Implementation of the soundex algorithm LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Soundex/Soundex.so From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 09A2A661E9D; Fri, 25 Jun 2021 13:46: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 4GBJDv6FQCz4Ww5; Fri, 25 Jun 2021 13:46: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 60F544528; Fri, 25 Jun 2021 13:46: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 15PDk6UM087831; Fri, 25 Jun 2021 13:46:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk6RP087830; Fri, 25 Jun 2021 13:46:06 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:06 GMT Message-Id: <202106251346.15PDk6RP087830@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: 5674944e3f2a - main - textproc/p5-Template-Plugin-Filter-Minify-JavaScript: Add LICENSE_FILE and 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: 5674944e3f2a5e9fce7996eca3574738a13cdb08 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5674944e3f2a5e9fce7996eca3574738a13cdb08 commit 5674944e3f2a5e9fce7996eca3574738a13cdb08 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:59 +0000 textproc/p5-Template-Plugin-Filter-Minify-JavaScript: Add LICENSE_FILE and NO_ARCH --- textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile index ed83946ef375..c217f9c7bc9d 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile @@ -12,12 +12,15 @@ COMMENT= JavaScript::Minifier filter for Template Toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JavaScript-Minifier>=0:textproc/p5-JavaScript-Minifier \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C733661E6C; Fri, 25 Jun 2021 13: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 4GBJFb0345z4WxH; Fri, 25 Jun 2021 13: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 1A9034636; Fri, 25 Jun 2021 13: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 15PDkfHp088617; Fri, 25 Jun 2021 13: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 15PDkfAY088616; Fri, 25 Jun 2021 13:46:41 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:41 GMT Message-Id: <202106251346.15PDkfAY088616@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: d5168432fcdf - main - www/rubygem-protocol-http: Update to 0.22.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: d5168432fcdf48a0f0639f0cec8d4a386d04ae74 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5168432fcdf48a0f0639f0cec8d4a386d04ae74 commit d5168432fcdf48a0f0639f0cec8d4a386d04ae74 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:15 +0000 www/rubygem-protocol-http: Update to 0.22.3 Changes: https://github.com/socketry/protocol-http/commits/master --- www/rubygem-protocol-http/Makefile | 2 +- www/rubygem-protocol-http/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/rubygem-protocol-http/Makefile b/www/rubygem-protocol-http/Makefile index eb3dcd834bc1..579c2447ea55 100644 --- a/www/rubygem-protocol-http/Makefile +++ b/www/rubygem-protocol-http/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= protocol-http -PORTVERSION= 0.22.2 +PORTVERSION= 0.22.3 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-protocol-http/distinfo b/www/rubygem-protocol-http/distinfo index 2d6fad1e6fdb..c0b47d897209 100644 --- a/www/rubygem-protocol-http/distinfo +++ b/www/rubygem-protocol-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214262 -SHA256 (rubygem/protocol-http-0.22.2.gem) = a58aec02d3f6903815bd1e1bb3b22ff14b38e91d42af1fe92fab64dba8047382 -SIZE (rubygem/protocol-http-0.22.2.gem) = 18432 +TIMESTAMP = 1624189711 +SHA256 (rubygem/protocol-http-0.22.3.gem) = 9b4efb754f1b52cc2f9edb41e265eff377c449e29336b21369708ad970e2a4f9 +SIZE (rubygem/protocol-http-0.22.3.gem) = 18432 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B8BC661F82; Fri, 25 Jun 2021 13:46: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 4GBJDt446zz4X1l; Fri, 25 Jun 2021 13:46: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 3B2D545A6; Fri, 25 Jun 2021 13:46: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 15PDk50g087807; Fri, 25 Jun 2021 13:46:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk5tx087806; Fri, 25 Jun 2021 13:46:05 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:05 GMT Message-Id: <202106251346.15PDk5tx087806@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: 80c715f2adad - main - textproc/p5-Template-Plugin-Filter-Minify-CSS-XS: Add LICENSE_FILE and 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: 80c715f2adad2bc47962b374cba0744937f80652 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=80c715f2adad2bc47962b374cba0744937f80652 commit 80c715f2adad2bc47962b374cba0744937f80652 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:37:55 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:37:55 +0000 textproc/p5-Template-Plugin-Filter-Minify-CSS-XS: Add LICENSE_FILE and NO_ARCH --- textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile index 161aa9ddd1f1..098cfb7faa13 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile @@ -12,12 +12,15 @@ COMMENT= CSS::Minifier::XS filter for Template Toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CSS-Minifier-XS>=0:textproc/p5-CSS-Minifier-XS \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5AC12661DE2; Fri, 25 Jun 2021 13:46: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 4GBJDy4gzqz4Wn9; Fri, 25 Jun 2021 13:46: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 E4A2144AA; Fri, 25 Jun 2021 13:46: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 15PDk9HI087909; Fri, 25 Jun 2021 13:46:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk9LD087908; Fri, 25 Jun 2021 13:46:09 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:09 GMT Message-Id: <202106251346.15PDk9LD087908@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: 59b26ecc93bc - main - textproc/p5-Text-Emoticon: 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: 59b26ecc93bcb0bedd9e85cff7879d91fd14be9a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=59b26ecc93bcb0bedd9e85cff7879d91fd14be9a commit 59b26ecc93bcb0bedd9e85cff7879d91fd14be9a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:14 +0000 textproc/p5-Text-Emoticon: Add NO_ARCH --- textproc/p5-Text-Emoticon/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Text-Emoticon/Makefile b/textproc/p5-Text-Emoticon/Makefile index 172b7c0454fd..ff3c16b5cde2 100644 --- a/textproc/p5-Text-Emoticon/Makefile +++ b/textproc/p5-Text-Emoticon/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECFB4661D6D; Fri, 25 Jun 2021 13: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 4GBJFX41Vkz4Ws2; Fri, 25 Jun 2021 13: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 CF62A44AC; Fri, 25 Jun 2021 13: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 15PDkdpf088563; Fri, 25 Jun 2021 13: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 15PDkdtM088562; Fri, 25 Jun 2021 13:46:39 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:39 GMT Message-Id: <202106251346.15PDkdtM088562@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: f7aa1d292916 - main - devel/rubygem-aws-sdk-cloudformation: Update to 1.53.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: f7aa1d2929166e3863501fbe98c93da9208f458e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:41 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7aa1d2929166e3863501fbe98c93da9208f458e commit f7aa1d2929166e3863501fbe98c93da9208f458e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:10 +0000 devel/rubygem-aws-sdk-cloudformation: Update to 1.53.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-cloudformation/CHANGELOG.md --- devel/rubygem-aws-sdk-cloudformation/Makefile | 2 +- devel/rubygem-aws-sdk-cloudformation/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-cloudformation/Makefile b/devel/rubygem-aws-sdk-cloudformation/Makefile index cf7e2affd6cc..35e312277dcf 100644 --- a/devel/rubygem-aws-sdk-cloudformation/Makefile +++ b/devel/rubygem-aws-sdk-cloudformation/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-cloudformation -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudformation/distinfo b/devel/rubygem-aws-sdk-cloudformation/distinfo index bbba6cc1349f..69f2f3b68a43 100644 --- a/devel/rubygem-aws-sdk-cloudformation/distinfo +++ b/devel/rubygem-aws-sdk-cloudformation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619910349 -SHA256 (rubygem/aws-sdk-cloudformation-1.52.0.gem) = 47e1d3c949b56714fcf6588dd8214ba9b392a7758741074904cd77cde0483b01 -SIZE (rubygem/aws-sdk-cloudformation-1.52.0.gem) = 130560 +TIMESTAMP = 1624189707 +SHA256 (rubygem/aws-sdk-cloudformation-1.53.0.gem) = c333f09d492d7fced12e71ce11a4b2d1866ae6da64f036a4d0910492f918fd96 +SIZE (rubygem/aws-sdk-cloudformation-1.53.0.gem) = 145920 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E532661DE1; Fri, 25 Jun 2021 13:46: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 4GBJDx509Nz4WqS; Fri, 25 Jun 2021 13:46: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 A953546A5; Fri, 25 Jun 2021 13:46: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 15PDk8ux087885; Fri, 25 Jun 2021 13:46:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDk83i087884; Fri, 25 Jun 2021 13:46:08 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:08 GMT Message-Id: <202106251346.15PDk83i087884@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: e7bc7fae64db - main - textproc/p5-Text-Delimited: Add LICENSE_FILE and 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: e7bc7fae64db0013db189343f6f9c7f2f4ac5430 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7bc7fae64db0013db189343f6f9c7f2f4ac5430 commit e7bc7fae64db0013db189343f6f9c7f2f4ac5430 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:09 +0000 textproc/p5-Text-Delimited: Add LICENSE_FILE and NO_ARCH --- textproc/p5-Text-Delimited/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Text-Delimited/Makefile b/textproc/p5-Text-Delimited/Makefile index c8ab2b512c0f..41da6fbcb839 100644 --- a/textproc/p5-Text-Delimited/Makefile +++ b/textproc/p5-Text-Delimited/Makefile @@ -11,8 +11,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module for parsing delimited text files LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDFFE661DFA; Fri, 25 Jun 2021 13: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 4GBJFT523vz4X4v; Fri, 25 Jun 2021 13: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 444F544B2; Fri, 25 Jun 2021 13: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 15PDkakb088491; Fri, 25 Jun 2021 13: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 15PDkaNe088490; Fri, 25 Jun 2021 13:46:36 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:36 GMT Message-Id: <202106251346.15PDkaNe088490@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: 630e2fbfd4c7 - main - textproc/py-elasticsearch: Update to 7.13.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: 630e2fbfd4c70f805c04e8f5af3991a120ae46ef Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=630e2fbfd4c70f805c04e8f5af3991a120ae46ef commit 630e2fbfd4c70f805c04e8f5af3991a120ae46ef Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:05 +0000 textproc/py-elasticsearch: Update to 7.13.2 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 981fc402f250..be628604a6fe 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= elasticsearch -PORTVERSION= 7.13.1 +PORTVERSION= 7.13.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-elasticsearch/distinfo b/textproc/py-elasticsearch/distinfo index f47889017b88..69a778e44d2e 100644 --- a/textproc/py-elasticsearch/distinfo +++ b/textproc/py-elasticsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214118 -SHA256 (elasticsearch-7.13.1.tar.gz) = d6bcca0b2e5665d08e6fe6fadc2d4d321affd76ce483603078fc9d3ccd2bc0f9 -SIZE (elasticsearch-7.13.1.tar.gz) = 218336 +TIMESTAMP = 1624189701 +SHA256 (elasticsearch-7.13.2.tar.gz) = fd8b3a267da279ae78f7923c549d488403cdbf83a98299bb130feb832d014b8f +SIZE (elasticsearch-7.13.2.tar.gz) = 219459 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E233662087; Fri, 25 Jun 2021 13: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 4GBJFF2Tkyz4X0Y; Fri, 25 Jun 2021 13: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 DE8CA3B96; Fri, 25 Jun 2021 13: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 15PDkOSe088239; Fri, 25 Jun 2021 13: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 15PDkOeK088238; Fri, 25 Jun 2021 13:46:24 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:24 GMT Message-Id: <202106251346.15PDkOeK088238@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: 3eb93ccccba2 - main - textproc/p5-XML-XML2JSON: 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: 3eb93ccccba2b8aa18bd49d6938217e26532c043 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3eb93ccccba2b8aa18bd49d6938217e26532c043 commit 3eb93ccccba2b8aa18bd49d6938217e26532c043 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:19 +0000 textproc/p5-XML-XML2JSON: Cosmetic change --- textproc/p5-XML-XML2JSON/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/textproc/p5-XML-XML2JSON/Makefile b/textproc/p5-XML-XML2JSON/Makefile index 3fceef21b9b6..35387c06b72f 100644 --- a/textproc/p5-XML-XML2JSON/Makefile +++ b/textproc/p5-XML-XML2JSON/Makefile @@ -16,6 +16,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-LibXML>=1.59:textproc/p5-XML-LibXML +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + # the order of options follows the search order of JSON module by XML::XML2JSON OPTIONS_MULTI= JSON_BACKEND OPTIONS_MULTI_JSON_BACKEND= JSON_SYCK JSON_XS JSON JSON_DWIW @@ -25,10 +30,6 @@ JSON_XS_DESC= Use JSON::XS JSON_DESC= Use JSON JSON_DWIW_DESC= Use JSON::DWIW -NO_ARCH= yes -USE_PERL5= configure -USES= perl5 - JSON_BUILD_DEPENDS= p5-JSON>=0:converters/p5-JSON JSON_DWIW_BUILD_DEPENDS=p5-JSON-DWIW>=0:converters/p5-JSON-DWIW JSON_DWIW_RUN_DEPENDS= p5-JSON-DWIW>=0:converters/p5-JSON-DWIW From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ABF10661EA4; Fri, 25 Jun 2021 13:46: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 4GBJFB1bv0z4WlM; Fri, 25 Jun 2021 13:46: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 91C2146A9; Fri, 25 Jun 2021 13:46: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 15PDkLdm088161; Fri, 25 Jun 2021 13:46:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkLnW088160; Fri, 25 Jun 2021 13:46:21 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:21 GMT Message-Id: <202106251346.15PDkLnW088160@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: 82a2c81d59fb - main - textproc/p5-XML-LibXML-SAX-ChunkParser: Add LICENSE_FILE and 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: 82a2c81d59fbd8346f712a8ec52ccd2b168d1715 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:23 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=82a2c81d59fbd8346f712a8ec52ccd2b168d1715 commit 82a2c81d59fbd8346f712a8ec52ccd2b168d1715 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:04 +0000 textproc/p5-XML-LibXML-SAX-ChunkParser: Add LICENSE_FILE and NO_ARCH --- textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile b/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile index 70e8cb347f89..cfa5ac443659 100644 --- a/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile +++ b/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile @@ -11,13 +11,16 @@ COMMENT= Parse XML chunks via LibXML SAX LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-LibXML>=1.66:textproc/p5-XML-LibXML \ p5-XML-SAX>=0:textproc/p5-XML-SAX TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8346C662018; Fri, 25 Jun 2021 13:47: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 4GBJFy4BRYz4XDD; Fri, 25 Jun 2021 13:47: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 6A2EE3B98; Fri, 25 Jun 2021 13:47: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 15PDl0t0089019; Fri, 25 Jun 2021 13:47:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDl04p089018; Fri, 25 Jun 2021 13:47:00 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:00 GMT Message-Id: <202106251347.15PDl04p089018@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: 428637719157 - main - textproc/p5-Text-CSV: Update to 2.01 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: 4286377191572fac725b341b9657435d0d95f65c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4286377191572fac725b341b9657435d0d95f65c commit 4286377191572fac725b341b9657435d0d95f65c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:47 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:47 +0000 textproc/p5-Text-CSV: Update to 2.01 - Add XS option Changes: https://metacpan.org/dist/Text-CSV/changes --- textproc/p5-Text-CSV/Makefile | 7 ++++++- textproc/p5-Text-CSV/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile index 56abe1701e28..272a8ec8d440 100644 --- a/textproc/p5-Text-CSV/Makefile +++ b/textproc/p5-Text-CSV/Makefile @@ -1,7 +1,7 @@ # Created by: markm@FreeBSD.org PORTNAME= Text-CSV -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,4 +17,9 @@ USE_PERL5= configure NO_ARCH= yes +OPTIONS_DEFINE= XS + +XS_BUILD_DEPENDS= p5-Text-CSV_XS>=1.46:textproc/p5-Text-CSV_XS +XS_RUN_DEPENDS= p5-Text-CSV_XS>=1.46:textproc/p5-Text-CSV_XS + .include diff --git a/textproc/p5-Text-CSV/distinfo b/textproc/p5-Text-CSV/distinfo index eb6549fea622..4ca7c7c1edfb 100644 --- a/textproc/p5-Text-CSV/distinfo +++ b/textproc/p5-Text-CSV/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557747484 -SHA256 (Text-CSV-2.00.tar.gz) = 8ccbd9195805222d995844114d0e595bb24ce188f85284dbf256080311cbb2c2 -SIZE (Text-CSV-2.00.tar.gz) = 126921 +TIMESTAMP = 1624189741 +SHA256 (Text-CSV-2.01.tar.gz) = 2a90a5eea3f22c40b87932a929621680609ab5f6b874a77c4134c8a04eb8e74b +SIZE (Text-CSV-2.01.tar.gz) = 134279 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81B4B661F34; Fri, 25 Jun 2021 13:47: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 4GBJFy49jRz4XK6; Fri, 25 Jun 2021 13:47: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 B27D446AE; Fri, 25 Jun 2021 13:47: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 15PDl1HF089043; Fri, 25 Jun 2021 13:47:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDl1vT089042; Fri, 25 Jun 2021 13:47:01 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:01 GMT Message-Id: <202106251347.15PDl1vT089042@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: 6871669cf2c1 - main - www/p5-Mojolicious-Plugin-Authentication: Update to 1.37 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: 6871669cf2c18690306a248808bb24180da917e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6871669cf2c18690306a248808bb24180da917e2 commit 6871669cf2c18690306a248808bb24180da917e2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:51 +0000 www/p5-Mojolicious-Plugin-Authentication: Update to 1.37 Changes: https://metacpan.org/dist/Mojolicious-Plugin-Authentication/changes --- www/p5-Mojolicious-Plugin-Authentication/Makefile | 2 +- www/p5-Mojolicious-Plugin-Authentication/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/p5-Mojolicious-Plugin-Authentication/Makefile b/www/p5-Mojolicious-Plugin-Authentication/Makefile index 9101150b2aa9..b2cab5f046f9 100644 --- a/www/p5-Mojolicious-Plugin-Authentication/Makefile +++ b/www/p5-Mojolicious-Plugin-Authentication/Makefile @@ -1,5 +1,5 @@ PORTNAME= Mojolicious-Plugin-Authentication -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Mojolicious-Plugin-Authentication/distinfo b/www/p5-Mojolicious-Plugin-Authentication/distinfo index 094c9023b467..5bbb698b1269 100644 --- a/www/p5-Mojolicious-Plugin-Authentication/distinfo +++ b/www/p5-Mojolicious-Plugin-Authentication/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214170 -SHA256 (Mojolicious-Plugin-Authentication-1.36.tar.gz) = 8bc48363925261b253e3e10eacf60d71d9930de772936b7f3e5221691841f9bb -SIZE (Mojolicious-Plugin-Authentication-1.36.tar.gz) = 24794 +TIMESTAMP = 1624189743 +SHA256 (Mojolicious-Plugin-Authentication-1.37.tar.gz) = a7ed206725b7b395d4fca12e3f1d923da644d913333ff48ea231e064ecb1abb6 +SIZE (Mojolicious-Plugin-Authentication-1.37.tar.gz) = 27712 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03173661DF1; Fri, 25 Jun 2021 13:46: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 4GBJFH17n6z4WpJ; Fri, 25 Jun 2021 13: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 12C9C44B1; Fri, 25 Jun 2021 13: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 15PDkPWr088263; Fri, 25 Jun 2021 13: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 15PDkPr3088262; Fri, 25 Jun 2021 13:46:25 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:25 GMT Message-Id: <202106251346.15PDkPr3088262@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: 27dea08c8a38 - main - www/p5-HTML-Adsense: Remove the file directly 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: 27dea08c8a389a5e3e25131772e12f8e051bda17 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:28 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=27dea08c8a389a5e3e25131772e12f8e051bda17 commit 27dea08c8a389a5e3e25131772e12f8e051bda17 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:23 +0000 www/p5-HTML-Adsense: Remove the file directly --- www/p5-HTML-Adsense/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/p5-HTML-Adsense/Makefile b/www/p5-HTML-Adsense/Makefile index d5a14e501005..588166a4bb40 100644 --- a/www/p5-HTML-Adsense/Makefile +++ b/www/p5-HTML-Adsense/Makefile @@ -21,7 +21,7 @@ USE_PERL5= configure NO_ARCH= yes -post-extract: - @${FIND} ${WRKSRC} -name '._*' -delete +post-patch: + @${RM} ${WRKSRC}/lib/HTML/._Adsense.pm .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E65A7661E66; Fri, 25 Jun 2021 13: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 4GBJFT6DSQz4Wlt; Fri, 25 Jun 2021 13: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 78CB54634; Fri, 25 Jun 2021 13:46: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 15PDkbcM088515; Fri, 25 Jun 2021 13: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 15PDkbTk088514; Fri, 25 Jun 2021 13:46:37 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:37 GMT Message-Id: <202106251346.15PDkbTk088514@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: 70dd1fe58e04 - main - www/py-google-cloud-storage: Update to 1.39.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: 70dd1fe58e048e9ae0100a4a9ec22d9c13250a89 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=70dd1fe58e048e9ae0100a4a9ec22d9c13250a89 commit 70dd1fe58e048e9ae0100a4a9ec22d9c13250a89 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:09 +0000 www/py-google-cloud-storage: Update to 1.39.0 Changes: https://github.com/googleapis/python-storage/releases --- www/py-google-cloud-storage/Makefile | 4 ++-- www/py-google-cloud-storage/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile index 5243d50e7b53..eafa866a1c53 100644 --- a/www/py-google-cloud-storage/Makefile +++ b/www/py-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.11.0<2.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.1<2.0:www/py-google-cloud-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=1.2.0<2.0:www/py-google-resumable-media@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=1.3.0<2.0:www/py-google-resumable-media@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} USES= python:3.5+ diff --git a/www/py-google-cloud-storage/distinfo b/www/py-google-cloud-storage/distinfo index 00e2c6c9f921..22d05d8155e0 100644 --- a/www/py-google-cloud-storage/distinfo +++ b/www/py-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619569495 -SHA256 (google-cloud-storage-1.38.0.tar.gz) = 162011d66f64b8dc5d7936609a5daf0066cc521231546aea02c126a5559446c4 -SIZE (google-cloud-storage-1.38.0.tar.gz) = 5462224 +TIMESTAMP = 1624189703 +SHA256 (google-cloud-storage-1.39.0.tar.gz) = e9ba9e0486b385fa0b9f16a0c3bfa4cbb7001a2285adb65374de4415588cdb2d +SIZE (google-cloud-storage-1.39.0.tar.gz) = 5466000 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D53A661D71; Fri, 25 Jun 2021 13:46: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 4GBJFm53TJz4X7g; Fri, 25 Jun 2021 13:46: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 498C2452D; Fri, 25 Jun 2021 13:46: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 15PDkpGP088815; Fri, 25 Jun 2021 13:46:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkp0n088814; Fri, 25 Jun 2021 13:46:51 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:51 GMT Message-Id: <202106251346.15PDkp0n088814@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: 2406dc14b516 - main - devel/p5-MooseX-SetOnce: Update to 0.201 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: 2406dc14b5161358c24920fa1f5e345f0edd5fd9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:53 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2406dc14b5161358c24920fa1f5e345f0edd5fd9 commit 2406dc14b5161358c24920fa1f5e345f0edd5fd9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:21 +0000 devel/p5-MooseX-SetOnce: Update to 0.201 - Add LICENSE_FILE Changes: https://metacpan.org/dist/MooseX-SetOnce/changes --- devel/p5-MooseX-SetOnce/Makefile | 4 ++-- devel/p5-MooseX-SetOnce/distinfo | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/p5-MooseX-SetOnce/Makefile b/devel/p5-MooseX-SetOnce/Makefile index c0518d651302..5bc5c03aebd7 100644 --- a/devel/p5-MooseX-SetOnce/Makefile +++ b/devel/p5-MooseX-SetOnce/Makefile @@ -1,8 +1,7 @@ # Created by: Frederic Culot PORTNAME= MooseX-SetOnce -PORTVERSION= 0.200002 -PORTREVISION= 1 +PORTVERSION= 0.201 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +11,7 @@ COMMENT= Write-once, read-many attributes for Moose LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.90:devel/p5-Moose diff --git a/devel/p5-MooseX-SetOnce/distinfo b/devel/p5-MooseX-SetOnce/distinfo index 90e3b21e86be..edcd9e098773 100644 --- a/devel/p5-MooseX-SetOnce/distinfo +++ b/devel/p5-MooseX-SetOnce/distinfo @@ -1,2 +1,3 @@ -SHA256 (MooseX-SetOnce-0.200002.tar.gz) = cbed06b7fcd353f0d99bf80a87c1c0b581160697231b3ad9a608da231ba2b659 -SIZE (MooseX-SetOnce-0.200002.tar.gz) = 13849 +TIMESTAMP = 1624189727 +SHA256 (MooseX-SetOnce-0.201.tar.gz) = f55734d9823cab6c77cace28406e6deafa16071d2f574d5c394060def1c07c87 +SIZE (MooseX-SetOnce-0.201.tar.gz) = 16417 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78C6D661ECA; Fri, 25 Jun 2021 13: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 4GBJGH08l2z4X6L; Fri, 25 Jun 2021 13:47: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 8FC7A463B; Fri, 25 Jun 2021 13:47: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 15PDlHsa089400; Fri, 25 Jun 2021 13:47:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlHPr089399; Fri, 25 Jun 2021 13:47:17 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:17 GMT Message-Id: <202106251347.15PDlHPr089399@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: dafa49ea8f29 - main - devel/p5-Module-Install: 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: dafa49ea8f29c6000f561d3835628e5394dac8ee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dafa49ea8f29c6000f561d3835628e5394dac8ee commit dafa49ea8f29c6000f561d3835628e5394dac8ee Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:11 +0000 devel/p5-Module-Install: Add NO_ARCH Approved by: portmgr (blanket) --- devel/p5-Module-Install/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index cf7e32bee783..f6fe10b5fc73 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -23,4 +23,6 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= --skip +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 096DF661EB8; Fri, 25 Jun 2021 13:47: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 4GBJFz41hLz4XDF; Fri, 25 Jun 2021 13:47: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 ACF1744B4; Fri, 25 Jun 2021 13:47: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 15PDl2Cr089067; Fri, 25 Jun 2021 13:47:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDl20O089066; Fri, 25 Jun 2021 13:47:02 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:02 GMT Message-Id: <202106251347.15PDl20O089066@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: 38c9b6c36fea - main - www/p5-Toadfarm: Update to 0.83 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: 38c9b6c36feaacac73f975ccbd5888ac018535b0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=38c9b6c36feaacac73f975ccbd5888ac018535b0 commit 38c9b6c36feaacac73f975ccbd5888ac018535b0 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:54 +0000 www/p5-Toadfarm: Update to 0.83 Changes: https://metacpan.org/dist/Toadfarm/changes --- www/p5-Toadfarm/Makefile | 4 ++-- www/p5-Toadfarm/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/p5-Toadfarm/Makefile b/www/p5-Toadfarm/Makefile index 6caa807981d3..bfd479285e9c 100644 --- a/www/p5-Toadfarm/Makefile +++ b/www/p5-Toadfarm/Makefile @@ -1,7 +1,7 @@ # Created by: Adam Weinberger PORTNAME= Toadfarm -PORTVERSION= 0.82 +PORTVERSION= 0.83 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JHTHORSEN @@ -14,7 +14,7 @@ LICENSE= ART20 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Which>=1.00:sysutils/p5-File-Which \ - p5-Mojolicious>=8.00:www/p5-Mojolicious + p5-Mojolicious>=9.11:www/p5-Mojolicious USES= perl5 USE_PERL5= configure diff --git a/www/p5-Toadfarm/distinfo b/www/p5-Toadfarm/distinfo index 8ee1871dd5ce..d75858fbc3b9 100644 --- a/www/p5-Toadfarm/distinfo +++ b/www/p5-Toadfarm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1569809173 -SHA256 (Toadfarm-0.82.tar.gz) = b71fe77117a2269791291287f3b72370daa58dc9d4533228ed6e5b0d7a7e8777 -SIZE (Toadfarm-0.82.tar.gz) = 26722 +TIMESTAMP = 1624189745 +SHA256 (Toadfarm-0.83.tar.gz) = 8e2a81cda3d6a17e6632af88cff59079fb65e912a7c5e788b634b2d7ef84ec03 +SIZE (Toadfarm-0.83.tar.gz) = 26860 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7004C6620A8; Fri, 25 Jun 2021 13:47: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 4GBJG36qh0z4X60; Fri, 25 Jun 2021 13:47: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 1AC9E463A; Fri, 25 Jun 2021 13:47: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 15PDl5ZS089145; Fri, 25 Jun 2021 13:47:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDl5B7089144; Fri, 25 Jun 2021 13:47:05 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:05 GMT Message-Id: <202106251347.15PDl5B7089144@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: 8a277875a322 - main - devel/p5-Class-Accessor-Installer: 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: 8a277875a3226ac5094cef8f9b04b65c2d1c2d5a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a277875a3226ac5094cef8f9b04b65c2d1c2d5a commit 8a277875a3226ac5094cef8f9b04b65c2d1c2d5a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:56 +0000 devel/p5-Class-Accessor-Installer: Add NO_ARCH --- devel/p5-Class-Accessor-Installer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Class-Accessor-Installer/Makefile b/devel/p5-Class-Accessor-Installer/Makefile index 3d53f4d95bd5..4ed5ae8a60af 100644 --- a/devel/p5-Class-Accessor-Installer/Makefile +++ b/devel/p5-Class-Accessor-Installer/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= p5-Sub-Name>=0:devel/p5-Sub-Name \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B4B8661EBA; Fri, 25 Jun 2021 13:47: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 4GBJG35LtYz4XMT; Fri, 25 Jun 2021 13:47: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 E63A845AC; Fri, 25 Jun 2021 13:47: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 15PDl4IY089119; Fri, 25 Jun 2021 13:47:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDl4N1089118; Fri, 25 Jun 2021 13:47:04 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:04 GMT Message-Id: <202106251347.15PDl4N1089118@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: 185e88f762bf - main - Mk/bsd.default-versions.mk: 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: 185e88f762bf69c597ed9d4e8c5efff729e10910 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=185e88f762bf69c597ed9d4e8c5efff729e10910 commit 185e88f762bf69c597ed9d4e8c5efff729e10910 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:56 +0000 Mk/bsd.default-versions.mk: Cosmetic change --- Mk/bsd.default-versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 29f72230eea2..0b79b9d10688 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -62,7 +62,7 @@ IMAGEMAGICK_DEFAULT?= 7 JAVA_DEFAULT?= 8 # Possible values: 2.0.10 LAZARUS_DEFAULT?= 2.0.10 -# Possible values: rust legacy +# Possible values: rust, legacy .if empty(ARCH:Naarch64:Narmv6:Narmv7:Namd64:Ni386:Npowerpc64:Npowerpc64le) LIBRSVG2_DEFAULT?= rust .else From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31053661D58; Fri, 25 Jun 2021 13:46: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 4GBJF04bMtz4Wkp; Fri, 25 Jun 2021 13:46: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 2969645A7; Fri, 25 Jun 2021 13:46: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 15PDkCjD087957; Fri, 25 Jun 2021 13:46:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkCSJ087956; Fri, 25 Jun 2021 13:46:12 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:12 GMT Message-Id: <202106251346.15PDkCSJ087956@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: 41f68ae81d8f - main - textproc/p5-Text-Padding: Add LICENSE_FILE and 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: 41f68ae81d8fe4f1838a91e68a3e31bd2b785cde Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:13 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=41f68ae81d8fe4f1838a91e68a3e31bd2b785cde commit 41f68ae81d8fe4f1838a91e68a3e31bd2b785cde Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:24 +0000 textproc/p5-Text-Padding: Add LICENSE_FILE and NO_ARCH --- textproc/p5-Text-Padding/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Text-Padding/Makefile b/textproc/p5-Text-Padding/Makefile index d45d8daf32f5..cee0420b8665 100644 --- a/textproc/p5-Text-Padding/Makefile +++ b/textproc/p5-Text-Padding/Makefile @@ -11,13 +11,16 @@ COMMENT= Simple way of formatting a text LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Has-Sugar>=0:devel/p5-MooseX-Has-Sugar \ p5-Text-Truncate>=0:textproc/p5-Text-Truncate -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 364D2662007; Fri, 25 Jun 2021 13:46: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 4GBJF42S51z4WnW; Fri, 25 Jun 2021 13:46: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 AA5604632; Fri, 25 Jun 2021 13:46: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 15PDkFNN088035; Fri, 25 Jun 2021 13:46:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkFjg088034; Fri, 25 Jun 2021 13:46:15 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:15 GMT Message-Id: <202106251346.15PDkFjg088034@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: a1f780f3f494 - main - textproc/p5-Text-WrapI18N: 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: a1f780f3f4947d2783ff5a9dc89f6f53402d9830 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:18 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1f780f3f4947d2783ff5a9dc89f6f53402d9830 commit a1f780f3f4947d2783ff5a9dc89f6f53402d9830 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:39 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:39 +0000 textproc/p5-Text-WrapI18N: Add NO_ARCH --- textproc/p5-Text-WrapI18N/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/p5-Text-WrapI18N/Makefile b/textproc/p5-Text-WrapI18N/Makefile index 6d134e4b418e..2362992f8fe5 100644 --- a/textproc/p5-Text-WrapI18N/Makefile +++ b/textproc/p5-Text-WrapI18N/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Text-CharWidth>=0.02:textproc/p5-Text-CharWidth -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1361F662111; Fri, 25 Jun 2021 13:46: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 4GBJFr61hyz4X7r; Fri, 25 Jun 2021 13:46: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 2D5F246AD; Fri, 25 Jun 2021 13:46: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 15PDktem088917; Fri, 25 Jun 2021 13:46:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDktGY088916; Fri, 25 Jun 2021 13:46:55 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:55 GMT Message-Id: <202106251346.15PDktGY088916@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: b93deb980ebe - main - mail/p5-Email-Abstract: Update to 3.009 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: b93deb980ebe7d9f4fd0589863ee3f5b785f01b2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b93deb980ebe7d9f4fd0589863ee3f5b785f01b2 commit b93deb980ebe7d9f4fd0589863ee3f5b785f01b2 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:23 +0000 mail/p5-Email-Abstract: Update to 3.009 - Add LICENSE_FILE Changes: https://metacpan.org/dist/Email-Abstract/changes --- mail/p5-Email-Abstract/Makefile | 4 ++-- mail/p5-Email-Abstract/distinfo | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/mail/p5-Email-Abstract/Makefile b/mail/p5-Email-Abstract/Makefile index aa0417c63425..a573a619e517 100644 --- a/mail/p5-Email-Abstract/Makefile +++ b/mail/p5-Email-Abstract/Makefile @@ -1,6 +1,5 @@ PORTNAME= Email-Abstract -PORTVERSION= 3.008 -PORTREVISION= 1 +PORTVERSION= 3.009 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +9,7 @@ COMMENT= Unified interface to mail representations LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Email-Simple>=1.998:mail/p5-Email-Simple \ diff --git a/mail/p5-Email-Abstract/distinfo b/mail/p5-Email-Abstract/distinfo index 8d02202cbcec..ee09c5ad7c28 100644 --- a/mail/p5-Email-Abstract/distinfo +++ b/mail/p5-Email-Abstract/distinfo @@ -1,2 +1,3 @@ -SHA256 (Email-Abstract-3.008.tar.gz) = fc7169acb6c43df7f005e7ef6ad08ee8ca6eb6796b5d1604593c997337cc8240 -SIZE (Email-Abstract-3.008.tar.gz) = 26934 +TIMESTAMP = 1624189735 +SHA256 (Email-Abstract-3.009.tar.gz) = 040b7292e22e54815e9e6dfcdbfac9d874741930a20744ff5b369147dde201fc +SIZE (Email-Abstract-3.009.tar.gz) = 27897 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 53C40661F26; Fri, 25 Jun 2021 13:46: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 4GBJFf1mZ1z4WvP; Fri, 25 Jun 2021 13:46: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 863A944B3; Fri, 25 Jun 2021 13:46: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 15PDkjZ9088689; Fri, 25 Jun 2021 13:46:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkjZG088688; Fri, 25 Jun 2021 13:46:45 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:45 GMT Message-Id: <202106251346.15PDkjZG088688@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: 5db42d8076e6 - main - devel/p5-Config-INI-Reader-Ordered: Update to 0.021 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: 5db42d8076e6849edda4fcda0c4b03b8235fb44e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:47 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5db42d8076e6849edda4fcda0c4b03b8235fb44e commit 5db42d8076e6849edda4fcda0c4b03b8235fb44e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:17 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:17 +0000 devel/p5-Config-INI-Reader-Ordered: Update to 0.021 Changes: https://metacpan.org/dist/Config-INI-Reader-Ordered/changes --- devel/p5-Config-INI-Reader-Ordered/Makefile | 5 +++-- devel/p5-Config-INI-Reader-Ordered/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/p5-Config-INI-Reader-Ordered/Makefile b/devel/p5-Config-INI-Reader-Ordered/Makefile index 305401704966..1ef0ee44c55a 100644 --- a/devel/p5-Config-INI-Reader-Ordered/Makefile +++ b/devel/p5-Config-INI-Reader-Ordered/Makefile @@ -1,7 +1,7 @@ # Created by: Adam Weinberger PORTNAME= Config-INI-Reader-Ordered -PORTVERSION= 0.020 +PORTVERSION= 0.021 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Config-INI>=0:devel/p5-Config-INI -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Config-INI-Reader-Ordered/distinfo b/devel/p5-Config-INI-Reader-Ordered/distinfo index 2c07392c6451..cc9b7e096469 100644 --- a/devel/p5-Config-INI-Reader-Ordered/distinfo +++ b/devel/p5-Config-INI-Reader-Ordered/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488265335 -SHA256 (Config-INI-Reader-Ordered-0.020.tar.gz) = 5984458afa48e6aede17f2347a80ef9937238c75c525d2f12628123ab0b9f71d -SIZE (Config-INI-Reader-Ordered-0.020.tar.gz) = 14945 +TIMESTAMP = 1624189717 +SHA256 (Config-INI-Reader-Ordered-0.021.tar.gz) = 6fb9f4da8214d849295ad1ec8e8734d40c9274bc3de7ad92fd9dd5208650365f +SIZE (Config-INI-Reader-Ordered-0.021.tar.gz) = 15903 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C43F4661D59; Fri, 25 Jun 2021 13:46: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 4GBJF228HXz4Wl0; Fri, 25 Jun 2021 13:46: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 6056D4630; Fri, 25 Jun 2021 13:46: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 15PDkDbH087987; Fri, 25 Jun 2021 13:46:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkDmp087986; Fri, 25 Jun 2021 13:46:13 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:13 GMT Message-Id: <202106251346.15PDkDmp087986@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: 4c512a5c6193 - main - textproc/p5-Text-Prefix-XS: 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: 4c512a5c619354e72796983dc27a11c62b98bfe8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c512a5c619354e72796983dc27a11c62b98bfe8 commit 4c512a5c619354e72796983dc27a11c62b98bfe8 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:29 +0000 textproc/p5-Text-Prefix-XS: Cosmetic change --- textproc/p5-Text-Prefix-XS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/p5-Text-Prefix-XS/Makefile b/textproc/p5-Text-Prefix-XS/Makefile index cbffc18c07f5..05a5563cbdc0 100644 --- a/textproc/p5-Text-Prefix-XS/Makefile +++ b/textproc/p5-Text-Prefix-XS/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Digest-SHA1>=1:security/p5-Digest-SHA1 TEST_DEPENDS= p5-Test-Deep>=0.108:devel/p5-Test-Deep -USE_PERL5= configure USES= perl5 shebangfix +USE_PERL5= configure SHEBANG_FILES= trie.pl From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0834661D65; Fri, 25 Jun 2021 13: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 4GBJFP1TjJz4X0r; Fri, 25 Jun 2021 13:46: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 CA1CB46AB; Fri, 25 Jun 2021 13:46: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 15PDkVsF088389; Fri, 25 Jun 2021 13:46:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkVFX088388; Fri, 25 Jun 2021 13:46:31 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:31 GMT Message-Id: <202106251346.15PDkVFX088388@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: 9f2422375fca - main - graphics/py-rasterio: Update to 1.2.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: 9f2422375fca6a902c43674f8f7b79d480ba72d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f2422375fca6a902c43674f8f7b79d480ba72d9 commit 9f2422375fca6a902c43674f8f7b79d480ba72d9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:28 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:28 +0000 graphics/py-rasterio: Update to 1.2.5 Changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt --- graphics/py-rasterio/Makefile | 2 +- graphics/py-rasterio/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index d082d32ec554..99e67c61c55a 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= rasterio -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-rasterio/distinfo b/graphics/py-rasterio/distinfo index 0f79a6730a1a..c2b60903897e 100644 --- a/graphics/py-rasterio/distinfo +++ b/graphics/py-rasterio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214104 -SHA256 (rasterio-1.2.4.tar.gz) = 31248c5ddc8f138f73b166dd93384aa72d11abd0dc27dca90a190276c7976aa3 -SIZE (rasterio-1.2.4.tar.gz) = 2244311 +TIMESTAMP = 1624189693 +SHA256 (rasterio-1.2.5.tar.gz) = dbf85c2c3dbdc5000cb0afc24bd7625ff696bd8698661fed23d115164333d80f +SIZE (rasterio-1.2.5.tar.gz) = 2246611 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46A66661DF5; Fri, 25 Jun 2021 13:46: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 4GBJFL2Nqbz4X2x; Fri, 25 Jun 2021 13:46: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 7091F45A9; Fri, 25 Jun 2021 13:46: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 15PDkT1J088335; Fri, 25 Jun 2021 13:46:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkTb9088334; Fri, 25 Jun 2021 13:46:29 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:29 GMT Message-Id: <202106251346.15PDkTb9088334@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: 5fabadf5b411 - main - devel/py-json5: Update to 0.9.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: 5fabadf5b411c15e093ac3c4b2edf36a91ca6603 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:31 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fabadf5b411c15e093ac3c4b2edf36a91ca6603 commit 5fabadf5b411c15e093ac3c4b2edf36a91ca6603 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:25 +0000 devel/py-json5: Update to 0.9.6 Changes: https://github.com/dpranke/pyjson5/blob/master/README.md#version-history--release-notes --- devel/py-json5/Makefile | 2 +- devel/py-json5/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-json5/Makefile b/devel/py-json5/Makefile index a97d7fcd71b0..31d1745a887f 100644 --- a/devel/py-json5/Makefile +++ b/devel/py-json5/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= json5 -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-json5/distinfo b/devel/py-json5/distinfo index 381a4fec6cd2..36fb898c8685 100644 --- a/devel/py-json5/distinfo +++ b/devel/py-json5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590607313 -SHA256 (json5-0.9.5.tar.gz) = 703cfee540790576b56a92e1c6aaa6c4b0d98971dc358ead83812aa4d06bdb96 -SIZE (json5-0.9.5.tar.gz) = 26464 +TIMESTAMP = 1624189689 +SHA256 (json5-0.9.6.tar.gz) = 9175ad1bc248e22bb8d95a8e8d765958bf0008fef2fe8abab5bc04e0f1ac8302 +SIZE (json5-0.9.6.tar.gz) = 21767 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96D1966208E; Fri, 25 Jun 2021 13: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 4GBJFR4gl9z4X12; Fri, 25 Jun 2021 13: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 1A17045AA; Fri, 25 Jun 2021 13: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 15PDkZdl088461; Fri, 25 Jun 2021 13: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 15PDkZVC088460; Fri, 25 Jun 2021 13:46:35 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:35 GMT Message-Id: <202106251346.15PDkZVC088460@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: fc0870762ed7 - main - security/py-google-auth: Update to 1.32.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: fc0870762ed74ba396ecf39354d6d431093e3f4a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc0870762ed74ba396ecf39354d6d431093e3f4a commit fc0870762ed74ba396ecf39354d6d431093e3f4a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:00 +0000 security/py-google-auth: Update to 1.32.0 Changes: https://github.com/googleapis/google-auth-library-python/releases https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md --- security/py-google-auth/Makefile | 2 +- security/py-google-auth/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 6294e79f0b51..c47a4b3574f1 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= google-auth -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index cdc2724df7f5..5a901c1f27f1 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189753 -SHA256 (google-auth-1.31.0.tar.gz) = 154f7889c5d679a6f626f36adb12afbd4dbb0a9a04ec575d989d6ba79c4fd65e -SIZE (google-auth-1.31.0.tar.gz) = 170970 +TIMESTAMP = 1624189699 +SHA256 (google-auth-1.32.0.tar.gz) = e34e5f5de5610b202f9b40ebd9f8b27571d5c5537db9afed3a72b2db5a345039 +SIZE (google-auth-1.32.0.tar.gz) = 171423 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 892B566218C; Fri, 25 Jun 2021 13: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 4GBJGL007Jz4XKh; Fri, 25 Jun 2021 13: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 1717E40C8; Fri, 25 Jun 2021 13: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 15PDlKFc089472; Fri, 25 Jun 2021 13:47:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlKfg089471; Fri, 25 Jun 2021 13:47:20 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:20 GMT Message-Id: <202106251347.15PDlKfg089471@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: 365d096bceb9 - main - devel/p5-Perl6-Export: 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: 365d096bceb9e06e18b69cee22845034bad8d38c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:24 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=365d096bceb9e06e18b69cee22845034bad8d38c commit 365d096bceb9e06e18b69cee22845034bad8d38c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:13 +0000 devel/p5-Perl6-Export: Add NO_ARCH Approved by: portmgr (blanket) --- devel/p5-Perl6-Export/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Perl6-Export/Makefile b/devel/p5-Perl6-Export/Makefile index c26130b39527..067688600cf4 100644 --- a/devel/p5-Perl6-Export/Makefile +++ b/devel/p5-Perl6-Export/Makefile @@ -13,4 +13,6 @@ COMMENT= Implements the Perl 6 'is export(...)' trait USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3258D662085; Fri, 25 Jun 2021 13:46: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 4GBJF91pBtz4Wr4; Fri, 25 Jun 2021 13:46: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 53DED46A8; Fri, 25 Jun 2021 13:46: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 15PDkKAj088137; Fri, 25 Jun 2021 13:46:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkKvd088136; Fri, 25 Jun 2021 13:46:20 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:20 GMT Message-Id: <202106251346.15PDkKvd088136@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: 2ec962323e30 - main - textproc/p5-XML-LibXML-PrettyPrint: 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: 2ec962323e304dc6c37c68fb76cd7a21df98eadd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ec962323e304dc6c37c68fb76cd7a21df98eadd commit 2ec962323e304dc6c37c68fb76cd7a21df98eadd Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:38:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:38:59 +0000 textproc/p5-XML-LibXML-PrettyPrint: Cosmetic change --- textproc/p5-XML-LibXML-PrettyPrint/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-XML-LibXML-PrettyPrint/Makefile b/textproc/p5-XML-LibXML-PrettyPrint/Makefile index c712742e4e21..69daa02dd823 100644 --- a/textproc/p5-XML-LibXML-PrettyPrint/Makefile +++ b/textproc/p5-XML-LibXML-PrettyPrint/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \ p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML TEST_DEPENDS= p5-Test-Warnings>=0:devel/p5-Test-Warnings -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 484B7661E75; Fri, 25 Jun 2021 13:46: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 4GBJFm3DDXz4X9h; Fri, 25 Jun 2021 13:46: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 F25DB40C6; Fri, 25 Jun 2021 13:46: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 15PDkmCR088767; Fri, 25 Jun 2021 13:46:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkmJ8088766; Fri, 25 Jun 2021 13:46:48 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:48 GMT Message-Id: <202106251346.15PDkmJ8088766@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: 558ae01523f8 - main - devel/p5-IPC-Shareable: Update to 1.00 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: 558ae01523f8c6c628c473b27a2a981ba434c20e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:53 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=558ae01523f8c6c628c473b27a2a981ba434c20e commit 558ae01523f8c6c628c473b27a2a981ba434c20e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:19 +0000 devel/p5-IPC-Shareable: Update to 1.00 - Add NO_ARCH Changes: https://metacpan.org/dist/IPC-Shareable/changes --- devel/p5-IPC-Shareable/Makefile | 7 +++++-- devel/p5-IPC-Shareable/distinfo | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile index dd0380486498..4a2d0c18bb7d 100644 --- a/devel/p5-IPC-Shareable/Makefile +++ b/devel/p5-IPC-Shareable/Makefile @@ -1,8 +1,7 @@ # Created by: Yen-Ming Lee PORTNAME= IPC-Shareable -PORTVERSION= 0.61 -PORTREVISION= 1 +PORTVERSION= 1.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +9,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Share Perl variables between processes +TEST_DEPENDS= p5-Test-SharedFork>=0:devel/p5-Test-SharedFork + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-IPC-Shareable/distinfo b/devel/p5-IPC-Shareable/distinfo index 5bc33bea83b5..33e29210b768 100644 --- a/devel/p5-IPC-Shareable/distinfo +++ b/devel/p5-IPC-Shareable/distinfo @@ -1,2 +1,3 @@ -SHA256 (IPC-Shareable-0.61.tar.gz) = c2ffa5bbda076acd9fc1b7d9dab1ce6707f345c5a833431b5a8ee0f8744720c4 -SIZE (IPC-Shareable-0.61.tar.gz) = 29730 +TIMESTAMP = 1624189723 +SHA256 (IPC-Shareable-1.00.tar.gz) = 58af3c41d9f376dedae6404cfd3f387ac7468362a8cfefed807d1c90417cc019 +SIZE (IPC-Shareable-1.00.tar.gz) = 36058 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 29C59662013; Fri, 25 Jun 2021 13:46: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 4GBJFd2678z4X5H; Fri, 25 Jun 2021 13:46: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 5FABD45AB; Fri, 25 Jun 2021 13:46: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 15PDkiLu088665; Fri, 25 Jun 2021 13:46:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkiFx088664; Fri, 25 Jun 2021 13:46:44 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:44 GMT Message-Id: <202106251346.15PDkiFx088664@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: da9b7bfa8623 - main - devel/p5-Config-INI: Update to 0.026 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: da9b7bfa86230d6ed7a0d0ecf6db16dfe2954643 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:46 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=da9b7bfa86230d6ed7a0d0ecf6db16dfe2954643 commit da9b7bfa86230d6ed7a0d0ecf6db16dfe2954643 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:16 +0000 devel/p5-Config-INI: Update to 0.026 Changes: https://metacpan.org/dist/Config-INI/changes --- devel/p5-Config-INI/Makefile | 2 +- devel/p5-Config-INI/distinfo | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/p5-Config-INI/Makefile b/devel/p5-Config-INI/Makefile index e30c2b99501b..a144ae978408 100644 --- a/devel/p5-Config-INI/Makefile +++ b/devel/p5-Config-INI/Makefile @@ -1,5 +1,5 @@ PORTNAME= Config-INI -PORTVERSION= 0.025 +PORTVERSION= 0.026 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Config-INI/distinfo b/devel/p5-Config-INI/distinfo index a563d7c1ce79..6c4c6f402cc2 100644 --- a/devel/p5-Config-INI/distinfo +++ b/devel/p5-Config-INI/distinfo @@ -1,2 +1,3 @@ -SHA256 (Config-INI-0.025.tar.gz) = 628bf76d5b91f89dde22d4813ec033026ebf71b772bb61ccda909da00c869732 -SIZE (Config-INI-0.025.tar.gz) = 25405 +TIMESTAMP = 1624189715 +SHA256 (Config-INI-0.026.tar.gz) = babdfa37b02306035d2f2758d4f0259697835ec8a0a41d3beb3ba64afebccf6c +SIZE (Config-INI-0.026.tar.gz) = 26620 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C70E66211B; Fri, 25 Jun 2021 13:47: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 4GBJG855b8z4XQD; Fri, 25 Jun 2021 13:47: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 A475B45AD; Fri, 25 Jun 2021 13: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 15PDlAZ9089244; Fri, 25 Jun 2021 13: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 15PDlArj089243; Fri, 25 Jun 2021 13:47:10 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:10 GMT Message-Id: <202106251347.15PDlArj089243@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: a3c6ee8ddd13 - main - devel/p5-ShipIt: Add LICENSE and 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: a3c6ee8ddd13bb251ef9b6164ffe1217112439a8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3c6ee8ddd13bb251ef9b6164ffe1217112439a8 commit a3c6ee8ddd13bb251ef9b6164ffe1217112439a8 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:59 +0000 devel/p5-ShipIt: Add LICENSE and NO_ARCH --- devel/p5-ShipIt/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devel/p5-ShipIt/Makefile b/devel/p5-ShipIt/Makefile index c8afdd1b6a62..10e8ac0a3a27 100644 --- a/devel/p5-ShipIt/Makefile +++ b/devel/p5-ShipIt/Makefile @@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Software release tool +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5DF96620AA; Fri, 25 Jun 2021 13:47: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 4GBJG65SjMz4XGv; Fri, 25 Jun 2021 13: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 74ED34531; Fri, 25 Jun 2021 13: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 15PDl9EV089217; Fri, 25 Jun 2021 13:47:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDl99r089216; Fri, 25 Jun 2021 13:47:09 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:09 GMT Message-Id: <202106251347.15PDl99r089216@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: 3657dc3b56bd - main - devel/p5-Filesys-Virtual-Plain: Add LICENSE and 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: 3657dc3b56bd747cb647a32a6632fbbb386c084e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3657dc3b56bd747cb647a32a6632fbbb386c084e commit 3657dc3b56bd747cb647a32a6632fbbb386c084e Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:58 +0000 devel/p5-Filesys-Virtual-Plain: Add LICENSE and NO_ARCH --- devel/p5-Filesys-Virtual-Plain/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devel/p5-Filesys-Virtual-Plain/Makefile b/devel/p5-Filesys-Virtual-Plain/Makefile index 0b73db95ead1..b2de243675ce 100644 --- a/devel/p5-Filesys-Virtual-Plain/Makefile +++ b/devel/p5-Filesys-Virtual-Plain/Makefile @@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Plain virtual filesystem +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Filesys-Virtual>=0.05:devel/p5-Filesys-Virtual USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50672661EBF; Fri, 25 Jun 2021 13:47: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 4GBJGB0d3vz4XHG; Fri, 25 Jun 2021 13:47: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 D30584533; Fri, 25 Jun 2021 13:47: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 15PDlCcj089298; Fri, 25 Jun 2021 13:47:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlCEn089297; Fri, 25 Jun 2021 13:47:12 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:12 GMT Message-Id: <202106251347.15PDlCEn089297@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: 3ad097e53965 - main - www/p5-HTML-Table: 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: 3ad097e5396585079129569488863c649bd96669 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:17 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ad097e5396585079129569488863c649bd96669 commit 3ad097e5396585079129569488863c649bd96669 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:08 +0000 www/p5-HTML-Table: Add NO_ARCH --- www/p5-HTML-Table/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile index c6aa996cba63..733e868a76ee 100644 --- a/www/p5-HTML-Table/Makefile +++ b/www/p5-HTML-Table/Makefile @@ -13,11 +13,13 @@ COMMENT= Generate HTML tables for CGI scripts LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -PORTSCOUT= skipv:2.08 - USES= perl5 USE_PERL5= configure +NO_ARCH= yes + +PORTSCOUT= skipv:2.08 + post-extract: @${REINPLACE_CMD} -e 's|2.08a|2.08_1|' ${WRKSRC}/lib/HTML/Table.pm ${RM} ${WRKSRC}/lib/HTML/Table.pm.bak From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D1C8661D72; Fri, 25 Jun 2021 13:46: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 4GBJFp15WGz4Wxg; Fri, 25 Jun 2021 13:46: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 8C5D040C7; Fri, 25 Jun 2021 13:46: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 15PDkr0e088869; Fri, 25 Jun 2021 13:46:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkr9u088868; Fri, 25 Jun 2021 13:46:53 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:53 GMT Message-Id: <202106251346.15PDkr9u088868@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: ba91d6adf07f - main - devel/p5-Throwable: Update to 0.201 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: ba91d6adf07f6f21e45a811fbd1266a569b112e9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba91d6adf07f6f21e45a811fbd1266a569b112e9 commit ba91d6adf07f6f21e45a811fbd1266a569b112e9 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:22 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:22 +0000 devel/p5-Throwable: Update to 0.201 - Add LICENSE_FILE Changes: https://metacpan.org/dist/Throwable/changes --- devel/p5-Throwable/Makefile | 6 ++++-- devel/p5-Throwable/distinfo | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile index a3cce9d4b73e..e030f45e803e 100644 --- a/devel/p5-Throwable/Makefile +++ b/devel/p5-Throwable/Makefile @@ -1,5 +1,5 @@ PORTNAME= Throwable -PORTVERSION= 0.200013 +PORTVERSION= 0.201 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -10,14 +10,16 @@ COMMENT= Easy-to-use class for error objects LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Devel-StackTrace>=1.32:devel/p5-Devel-StackTrace \ p5-Module-Runtime>=0.002:devel/p5-Module-Runtime \ p5-Moo>=1.000001:devel/p5-Moo -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Throwable/distinfo b/devel/p5-Throwable/distinfo index dd49ea6976e0..89ede59aac81 100644 --- a/devel/p5-Throwable/distinfo +++ b/devel/p5-Throwable/distinfo @@ -1,2 +1,3 @@ -SHA256 (Throwable-0.200013.tar.gz) = 9987d0deb5bddd352a6330cefbe932f882e36dd8c8a4564bcfd372dc396b8fa0 -SIZE (Throwable-0.200013.tar.gz) = 20254 +TIMESTAMP = 1624189731 +SHA256 (Throwable-0.201.tar.gz) = 3c1593c01a647499c1212491390edddfcf198b6791b3f17df2397bb35680f470 +SIZE (Throwable-0.201.tar.gz) = 21650 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C1720661FB8; Fri, 25 Jun 2021 13:47: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 4GBJFt27G3z4X7w; Fri, 25 Jun 2021 13:46: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 2FA033B97; Fri, 25 Jun 2021 13:46: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 15PDkuQK088941; Fri, 25 Jun 2021 13:46:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkuLw088940; Fri, 25 Jun 2021 13:46:56 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:56 GMT Message-Id: <202106251346.15PDkuLw088940@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: 222907ae3251 - main - mail/p5-MIME-Lite: Update to 3.033 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: 222907ae3251c19890e905d9dcf924d1292ef37c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=222907ae3251c19890e905d9dcf924d1292ef37c commit 222907ae3251c19890e905d9dcf924d1292ef37c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:24 +0000 mail/p5-MIME-Lite: Update to 3.033 Changes: https://metacpan.org/dist/MIME-Lite/view/changes.pod --- mail/p5-MIME-Lite/Makefile | 2 +- mail/p5-MIME-Lite/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index e6edb0a7571a..072defbf36d3 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Perel PORTNAME= MIME-Lite -PORTVERSION= 3.031 +PORTVERSION= 3.033 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/mail/p5-MIME-Lite/distinfo b/mail/p5-MIME-Lite/distinfo index 7c7d7f782b4d..a2cfbe6b2292 100644 --- a/mail/p5-MIME-Lite/distinfo +++ b/mail/p5-MIME-Lite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572266804 -SHA256 (MIME-Lite-3.031.tar.gz) = f1235866482b67f00858b3edaa4ff4cf909ef900f1d15d889948bf9c03a591e0 -SIZE (MIME-Lite-3.031.tar.gz) = 82577 +TIMESTAMP = 1624189737 +SHA256 (MIME-Lite-3.033.tar.gz) = 78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab +SIZE (MIME-Lite-3.033.tar.gz) = 82715 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F9B3661D73; Fri, 25 Jun 2021 13:46: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 4GBJFr4zBnz4Wxx; Fri, 25 Jun 2021 13:46: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 BC73A452F; Fri, 25 Jun 2021 13:46: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 15PDks4w088893; Fri, 25 Jun 2021 13:46:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDksIP088892; Fri, 25 Jun 2021 13:46:54 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:54 GMT Message-Id: <202106251346.15PDksIP088892@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: edc22750e6da - main - irc/p5-POE-Component-IRC: Update to 6.93 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: edc22750e6daaf012d3395e2df3dad6eca83c606 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:58 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=edc22750e6daaf012d3395e2df3dad6eca83c606 commit edc22750e6daaf012d3395e2df3dad6eca83c606 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:23 +0000 irc/p5-POE-Component-IRC: Update to 6.93 Changes: https://metacpan.org/dist/POE-Component-IRC/changes --- irc/p5-POE-Component-IRC/Makefile | 9 +++++---- irc/p5-POE-Component-IRC/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 60522664645c..90f23c62b5e7 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -1,7 +1,7 @@ # Created by: ijliao PORTNAME= POE-Component-IRC -PORTVERSION= 6.90 +PORTVERSION= 6.93 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,14 +22,15 @@ RUN_DEPENDS= p5-IRC-Utils>=0.12:irc/p5-IRC-Utils \ p5-POE-Filter-IRCD>=2.42:irc/p5-POE-Filter-IRCD TEST_DEPENDS= p5-Test-Differences>=0.610:devel/p5-Test-Differences -OPTIONS_DEFINE= EXAMPLES - -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + PORTEXAMPLES= * +OPTIONS_DEFINE= EXAMPLES + post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 032582eb9ea1..0d68bb4e300e 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504718711 -SHA256 (POE-Component-IRC-6.90.tar.gz) = 84b9fa13e952db0f53605a57c9f09fd4469d3d2c0dad2549102aa0bc3bf923d3 -SIZE (POE-Component-IRC-6.90.tar.gz) = 375501 +TIMESTAMP = 1624189733 +SHA256 (POE-Component-IRC-6.93.tar.gz) = ead4477a26b87acbd3ecd21842ce5b9d6e14230ddc4565fee8c68cf67e61dc9e +SIZE (POE-Component-IRC-6.93.tar.gz) = 377897 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B99C662033; Fri, 25 Jun 2021 13: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 4GBJGG3yJXz4XHW; Fri, 25 Jun 2021 13:47: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 6F1EE45AE; Fri, 25 Jun 2021 13:47: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 15PDlG3g089371; Fri, 25 Jun 2021 13:47:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlG0I089370; Fri, 25 Jun 2021 13:47:16 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:16 GMT Message-Id: <202106251347.15PDlG0I089370@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: d8cd63263858 - main - devel/p5-Hash-AutoHash: 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: d8cd63263858db0e67d9ed622ac65fa8044f2b62 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8cd63263858db0e67d9ed622ac65fa8044f2b62 commit d8cd63263858db0e67d9ed622ac65fa8044f2b62 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:10 +0000 devel/p5-Hash-AutoHash: Add NO_ARCH Approved by: portmgr (blanket) --- devel/p5-Hash-AutoHash/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Hash-AutoHash/Makefile b/devel/p5-Hash-AutoHash/Makefile index ef14deb13238..ce69ac0b5ae3 100644 --- a/devel/p5-Hash-AutoHash/Makefile +++ b/devel/p5-Hash-AutoHash/Makefile @@ -22,4 +22,6 @@ TEST_DEPENDS= p5-Test-Deep>=0.11:devel/p5-Test-Deep \ USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 09598661E5A; Fri, 25 Jun 2021 13:46: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 4GBJFH49sQz4WlY; Fri, 25 Jun 2021 13: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 4013B452A; Fri, 25 Jun 2021 13:46: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 15PDkRJi088287; Fri, 25 Jun 2021 13:46:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkRx6088286; Fri, 25 Jun 2021 13:46:27 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:27 GMT Message-Id: <202106251346.15PDkRx6088286@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: a975998da8d5 - main - devel/py-astroid: Update to 2.6.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: a975998da8d5a5f0bd37c76e04c3190e20766a95 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:28 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a975998da8d5a5f0bd37c76e04c3190e20766a95 commit a975998da8d5a5f0bd37c76e04c3190e20766a95 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:24 +0000 devel/py-astroid: Update to 2.6.0 Changes: https://github.com/PyCQA/astroid/releases https://github.com/PyCQA/astroid/blob/master/ChangeLog --- devel/py-astroid/Makefile | 3 +-- devel/py-astroid/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index b7d3d9d9a7f5..8d40ff640b69 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,5 +1,5 @@ PORTNAME= astroid -PORTVERSION= 2.5.8 +PORTVERSION= 2.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,6 @@ COMMENT= Abstract syntax tree for Python with inference support LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index f61a46832f4f..d04d21e8bf7b 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214054 -SHA256 (astroid-2.5.8.tar.gz) = 2476b7f0d6cec13f4c1f53b54bea2ce072310ac9fc7acb669d5270190c748042 -SIZE (astroid-2.5.8.tar.gz) = 185727 +TIMESTAMP = 1624189685 +SHA256 (astroid-2.6.0.tar.gz) = 09bdb456e02564731f8b5957cdd0c98a7f01d2db5e90eb1d794c353c28bfd705 +SIZE (astroid-2.6.0.tar.gz) = 187339 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2ADD166208A; Fri, 25 Jun 2021 13: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 4GBJFP16s4z4X0p; Fri, 25 Jun 2021 13:46: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 9BA73452B; Fri, 25 Jun 2021 13:46: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 15PDkUMZ088365; Fri, 25 Jun 2021 13:46:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkUrI088364; Fri, 25 Jun 2021 13:46:30 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:30 GMT Message-Id: <202106251346.15PDkUrI088364@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: 9e4e943b2655 - main - devel/py-tempora: Update to 4.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: 9e4e943b2655b864090c07fde83f5ed7be45632b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:34 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e4e943b2655b864090c07fde83f5ed7be45632b commit 9e4e943b2655b864090c07fde83f5ed7be45632b Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:26 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:26 +0000 devel/py-tempora: Update to 4.1.1 Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst --- devel/py-tempora/Makefile | 3 +-- devel/py-tempora/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile index f6931ac4cc2b..cb09ec415e79 100644 --- a/devel/py-tempora/Makefile +++ b/devel/py-tempora/Makefile @@ -1,7 +1,7 @@ # Created by: Martin Wilke PORTNAME= tempora -PORTVERSION= 4.0.2 +PORTVERSION= 4.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,6 @@ COMMENT= Objects and routines pertaining to date and time LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo index 97c203e68701..09e3744fb332 100644 --- a/devel/py-tempora/distinfo +++ b/devel/py-tempora/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619198531 -SHA256 (tempora-4.0.2.tar.gz) = 10fdc29bf85fa0df39a230a225bb6d093982fc0825b648a414bbc06bddd79909 -SIZE (tempora-4.0.2.tar.gz) = 21837 +TIMESTAMP = 1624189691 +SHA256 (tempora-4.1.1.tar.gz) = c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950 +SIZE (tempora-4.1.1.tar.gz) = 19208 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 81ED6661E7F; Fri, 25 Jun 2021 13:47: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 4GBJFy1by5z4X80; Fri, 25 Jun 2021 13:47: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 3D06644AD; Fri, 25 Jun 2021 13:46: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 15PDkxr8088995; Fri, 25 Jun 2021 13:46:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkxXd088994; Fri, 25 Jun 2021 13:46:59 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:59 GMT Message-Id: <202106251346.15PDkxXd088994@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: f5fcf3d9cf0c - main - security/p5-Crypt-Random: Update to 1.54 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: f5fcf3d9cf0c547aa3a9e20e79dda676ffdf1983 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5fcf3d9cf0c547aa3a9e20e79dda676ffdf1983 commit f5fcf3d9cf0c547aa3a9e20e79dda676ffdf1983 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:42 +0000 security/p5-Crypt-Random: Update to 1.54 Changes: https://metacpan.org/dist/Crypt-Random/changes --- security/p5-Crypt-Random/Makefile | 2 +- security/p5-Crypt-Random/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 9e488dd7ae4d..d93949df8be3 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -1,7 +1,7 @@ # Created by: Michael Haro PORTNAME= Crypt-Random -PORTVERSION= 1.52 +PORTVERSION= 1.54 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Crypt-Random/distinfo b/security/p5-Crypt-Random/distinfo index dceaae12676f..1d35ec330347 100644 --- a/security/p5-Crypt-Random/distinfo +++ b/security/p5-Crypt-Random/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547401652 -SHA256 (Crypt-Random-1.52.tar.gz) = a93c06de409e6f2eb2e9868ea6d4e653d99f2f7900b2c1831e1f65ace0c4ef84 -SIZE (Crypt-Random-1.52.tar.gz) = 9525 +TIMESTAMP = 1624189739 +SHA256 (Crypt-Random-1.54.tar.gz) = d66f8e17edc3877cc797fdd59de534e3990636f8f1a5e726062159af7e67dacc +SIZE (Crypt-Random-1.54.tar.gz) = 22368 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B5F3661FBF; Fri, 25 Jun 2021 13: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 4GBJGG64j1z4XBh; Fri, 25 Jun 2021 13:47: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 05BB23B9A; Fri, 25 Jun 2021 13:47: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 15PDlDaj089322; Fri, 25 Jun 2021 13:47:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlDQc089321; Fri, 25 Jun 2021 13:47:13 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:13 GMT Message-Id: <202106251347.15PDlDQc089321@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: b95f74fd4416 - main - databases/p5-DBIx-Connector: 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: b95f74fd4416a4349789b4055583ff8096468c52 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b95f74fd4416a4349789b4055583ff8096468c52 commit b95f74fd4416a4349789b4055583ff8096468c52 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:08 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:08 +0000 databases/p5-DBIx-Connector: Add NO_ARCH Approved by: portmgr (blanket) --- databases/p5-DBIx-Connector/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile index 74b8797c540e..f9b688df0bea 100644 --- a/databases/p5-DBIx-Connector/Makefile +++ b/databases/p5-DBIx-Connector/Makefile @@ -14,4 +14,6 @@ TEST_DEPENDS= p5-Test-MockModule>=0:devel/p5-Test-MockModule USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0AD1661EAA; Fri, 25 Jun 2021 13: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 4GBJFQ3kRXz4Wlk; Fri, 25 Jun 2021 13: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 F3F6B40C4; Fri, 25 Jun 2021 13:46: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 15PDkXrB088437; Fri, 25 Jun 2021 13:46:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkXsk088436; Fri, 25 Jun 2021 13:46:33 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:33 GMT Message-Id: <202106251346.15PDkXsk088436@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: e18820ea1de9 - main - net/py-errbot: Update to 6.1.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: e18820ea1de97356459ee91b58978043c819113a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:35 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e18820ea1de97356459ee91b58978043c819113a commit e18820ea1de97356459ee91b58978043c819113a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:39:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:39:52 +0000 net/py-errbot: Update to 6.1.8 Changes: https://github.com/errbotio/errbot/blob/master/CHANGES.rst --- net/py-errbot/Makefile | 5 +++-- net/py-errbot/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile index 5210cf684926..ef6775f80016 100644 --- a/net/py-errbot/Makefile +++ b/net/py-errbot/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= errbot -PORTVERSION= 6.1.7 +PORTVERSION= 6.1.8 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorlog>=0:devel/py-colorlog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}daemonize>=0:devel/py-daemonize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}deepmerge>=0.1.0:devel/py-deepmerge@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.16:devel/dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \ @@ -24,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/net/py-errbot/distinfo b/net/py-errbot/distinfo index 3d610cc024ed..cc72cdb87d9c 100644 --- a/net/py-errbot/distinfo +++ b/net/py-errbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618944937 -SHA256 (errbot-6.1.7.tar.gz) = 9409cb48b7e9ca780a8b6f18c736d6c63d041465f0d59eeea661ef9516cff546 -SIZE (errbot-6.1.7.tar.gz) = 197371 +TIMESTAMP = 1624189697 +SHA256 (errbot-6.1.8.tar.gz) = e77dcbf0e787aed09f5a56d4f35645214aeaba60064527c1673cf2b346f15372 +SIZE (errbot-6.1.8.tar.gz) = 198777 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 55AB7661DFB; Fri, 25 Jun 2021 13: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 4GBJFV758nz4Wm0; Fri, 25 Jun 2021 13: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 932EF4635; Fri, 25 Jun 2021 13: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 15PDkc1a088539; Fri, 25 Jun 2021 13: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 15PDkckv088538; Fri, 25 Jun 2021 13:46:38 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:38 GMT Message-Id: <202106251346.15PDkckv088538@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: 2c5042f3a460 - main - devel/rubygem-aws-partitions: Update to 1.470.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: 2c5042f3a4603bfb04802236a5f22f8611ee86ec Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:40 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c5042f3a4603bfb04802236a5f22f8611ee86ec commit 2c5042f3a4603bfb04802236a5f22f8611ee86ec Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:10 +0000 devel/rubygem-aws-partitions: Update to 1.470.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 5594fbec1477..77c096f50919 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.469.0 +PORTVERSION= 1.470.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index c0edb771d690..da32cad99282 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189763 -SHA256 (rubygem/aws-partitions-1.469.0.gem) = 79b5cd7c023cd6f7ab4ab8994ff06edfa2615a4212c878a29b22e8f1ab2c0676 -SIZE (rubygem/aws-partitions-1.469.0.gem) = 34816 +TIMESTAMP = 1624189705 +SHA256 (rubygem/aws-partitions-1.470.0.gem) = c7c236237ddeb4d0f4028d0b2cee9b64b53a7da43c66861a18ca3433654b4a28 +SIZE (rubygem/aws-partitions-1.470.0.gem) = 34816 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:46:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 20365661DFC; Fri, 25 Jun 2021 13: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 4GBJFY2D2Bz4X3N; Fri, 25 Jun 2021 13: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 E601540C5; Fri, 25 Jun 2021 13: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 15PDked5088587; Fri, 25 Jun 2021 13: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 15PDkenn088586; Fri, 25 Jun 2021 13:46:40 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:40 GMT Message-Id: <202106251346.15PDkenn088586@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: bc3e49a233b5 - main - devel/rubygem-readline-ext: Update to 0.1.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: bc3e49a233b5c7028d00e6e21b899c6031094b56 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:46:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc3e49a233b5c7028d00e6e21b899c6031094b56 commit bc3e49a233b5c7028d00e6e21b899c6031094b56 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:11 +0000 devel/rubygem-readline-ext: Update to 0.1.2 Changes: https://github.com/ruby/readline-ext/commits/master --- devel/rubygem-readline-ext/Makefile | 2 +- devel/rubygem-readline-ext/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-readline-ext/Makefile b/devel/rubygem-readline-ext/Makefile index e50074ff683f..b7b677984dfa 100644 --- a/devel/rubygem-readline-ext/Makefile +++ b/devel/rubygem-readline-ext/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= readline-ext -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-readline-ext/distinfo b/devel/rubygem-readline-ext/distinfo index c558769088d5..70531abb37f7 100644 --- a/devel/rubygem-readline-ext/distinfo +++ b/devel/rubygem-readline-ext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601319768 -SHA256 (rubygem/readline-ext-0.1.1.gem) = 7a8a09fbc7bb0be074eab21250169e1e5e7a92cc13e9a6112673c082ddefd8a1 -SIZE (rubygem/readline-ext-0.1.1.gem) = 24064 +TIMESTAMP = 1624189709 +SHA256 (rubygem/readline-ext-0.1.2.gem) = 7aa1baedeb3871f11d8f14ed80dc2b41d6f00872a06424790994b34be19e69ef +SIZE (rubygem/readline-ext-0.1.2.gem) = 24064 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D2183662119; Fri, 25 Jun 2021 13:47: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 4GBJG03Rv8z4XGj; Fri, 25 Jun 2021 13:47: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 CB3574639; Fri, 25 Jun 2021 13:47: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 15PDl3TM089091; Fri, 25 Jun 2021 13:47:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDl3ww089090; Fri, 25 Jun 2021 13:47:03 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:03 GMT Message-Id: <202106251347.15PDl3ww089090@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: 62d0e264dc60 - main - x11-toolkits/p5-Prima: Update to 1.62 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: 62d0e264dc60ff2f7295cfa6709dd9e68cb18e6c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=62d0e264dc60ff2f7295cfa6709dd9e68cb18e6c commit 62d0e264dc60ff2f7295cfa6709dd9e68cb18e6c Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:55 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:55 +0000 x11-toolkits/p5-Prima: Update to 1.62 Changes: https://metacpan.org/dist/Prima/changes --- x11-toolkits/p5-Prima/Makefile | 2 +- x11-toolkits/p5-Prima/distinfo | 6 +++--- x11-toolkits/p5-Prima/pkg-plist | 15 +++++++++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile index bd5a8ec37bb0..889e7024b90d 100644 --- a/x11-toolkits/p5-Prima/Makefile +++ b/x11-toolkits/p5-Prima/Makefile @@ -1,7 +1,7 @@ # Created by: dmitry@karasik.eu.org PORTNAME= Prima -PORTVERSION= 1.61 +PORTVERSION= 1.62 CATEGORIES= x11-toolkits graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/x11-toolkits/p5-Prima/distinfo b/x11-toolkits/p5-Prima/distinfo index 7c25c52aa8ba..df9fc1f07ee0 100644 --- a/x11-toolkits/p5-Prima/distinfo +++ b/x11-toolkits/p5-Prima/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214182 -SHA256 (Prima-1.61.tar.gz) = 29fb0f289fea09752bc2d277565e4c33cbbc67b3799be0b794448b1db1835583 -SIZE (Prima-1.61.tar.gz) = 1929469 +TIMESTAMP = 1624189747 +SHA256 (Prima-1.62.tar.gz) = e5c412143bbb2012a9c0fcb90115ea1f9ddbb130b3d80c75df0cd5581171a929 +SIZE (Prima-1.62.tar.gz) = 1932154 diff --git a/x11-toolkits/p5-Prima/pkg-plist b/x11-toolkits/p5-Prima/pkg-plist index f273b1df0483..b2e767c19455 100644 --- a/x11-toolkits/p5-Prima/pkg-plist +++ b/x11-toolkits/p5-Prima/pkg-plist @@ -58,11 +58,13 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/DockManager.pm %%SITE_ARCH%%/Prima/Docks.pm %%SITE_ARCH%%/Prima/Drawable.pod +%%SITE_ARCH%%/Prima/Drawable/Antialias.pm %%SITE_ARCH%%/Prima/Drawable/Basic.pm %%SITE_ARCH%%/Prima/Drawable/CurvedText.pm %%SITE_ARCH%%/Prima/Drawable/Glyphs.pm %%SITE_ARCH%%/Prima/Drawable/Gradient.pm %%SITE_ARCH%%/Prima/Drawable/Markup.pm +%%SITE_ARCH%%/Prima/Drawable/Metafile.pm %%SITE_ARCH%%/Prima/Drawable/Path.pm %%SITE_ARCH%%/Prima/Drawable/Subcanvas.pm %%SITE_ARCH%%/Prima/Drawable/TextBlock.pm @@ -71,7 +73,6 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/ExtLists.pm %%SITE_ARCH%%/Prima/File.pod %%SITE_ARCH%%/Prima/FrameSet.pm -%%SITE_ARCH%%/Prima/Gencls.pm %%SITE_ARCH%%/Prima/Grids.pm %%SITE_ARCH%%/Prima/Header.pm %%SITE_ARCH%%/Prima/HelpViewer.fm @@ -121,7 +122,6 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/StartupWindow.pm %%SITE_ARCH%%/Prima/StdBitmap.pm %%SITE_ARCH%%/Prima/Stress.pm -%%SITE_ARCH%%/Prima/Test.pm %%SITE_ARCH%%/Prima/TextView.pm %%SITE_ARCH%%/Prima/Themes.pm %%SITE_ARCH%%/Prima/Tie.pm @@ -145,6 +145,7 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/Widgets.pm %%SITE_ARCH%%/Prima/Window.pod %%SITE_ARCH%%/Prima/X11.pod +%%SITE_ARCH%%/Prima/aa.gif %%SITE_ARCH%%/Prima/altspinbutton.gif %%SITE_ARCH%%/Prima/buttons.gif %%SITE_ARCH%%/Prima/calendar.gif @@ -159,6 +160,7 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/examples/Hand.gif %%SITE_ARCH%%/Prima/examples/amba.pl %%SITE_ARCH%%/Prima/examples/animate.pl +%%SITE_ARCH%%/Prima/examples/antialias.pl %%SITE_ARCH%%/Prima/examples/async.pl %%SITE_ARCH%%/Prima/examples/bidi.pl %%SITE_ARCH%%/Prima/examples/blend.pl @@ -235,6 +237,7 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/imageviewer.gif %%SITE_ARCH%%/Prima/inputline.gif %%SITE_ARCH%%/Prima/internals.pod +%%SITE_ARCH%%/Prima/kashida.gif %%SITE_ARCH%%/Prima/label.gif %%SITE_ARCH%%/Prima/leadings.gif %%SITE_ARCH%%/Prima/lineends.gif @@ -261,6 +264,8 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/spinedit.gif %%SITE_ARCH%%/Prima/spinner.gif %%SITE_ARCH%%/Prima/sys/FS.pm +%%SITE_ARCH%%/Prima/sys/Gencls.pm +%%SITE_ARCH%%/Prima/sys/Test.pm %%SITE_ARCH%%/Prima/sys/XQuartz.pm %%SITE_ARCH%%/Prima/sys/gtk/FileDialog.pm %%SITE_ARCH%%/Prima/sys/win32/FileDialog.pm @@ -310,11 +315,13 @@ bin/prima-tmlink %%PERL5_MAN3%%/Prima::Dialog::PrintDialog.3.gz %%PERL5_MAN3%%/Prima::DockManager.3.gz %%PERL5_MAN3%%/Prima::Docks.3.gz +%%PERL5_MAN3%%/Prima::Drawable::Antialias.3.gz %%PERL5_MAN3%%/Prima::Drawable::Basic.3.gz %%PERL5_MAN3%%/Prima::Drawable::CurvedText.3.gz %%PERL5_MAN3%%/Prima::Drawable::Glyphs.3.gz %%PERL5_MAN3%%/Prima::Drawable::Gradient.3.gz %%PERL5_MAN3%%/Prima::Drawable::Markup.3.gz +%%PERL5_MAN3%%/Prima::Drawable::Metafile.3.gz %%PERL5_MAN3%%/Prima::Drawable::Path.3.gz %%PERL5_MAN3%%/Prima::Drawable::Subcanvas.3.gz %%PERL5_MAN3%%/Prima::Drawable::TextBlock.3.gz @@ -322,7 +329,6 @@ bin/prima-tmlink %%PERL5_MAN3%%/Prima::EventHook.3.gz %%PERL5_MAN3%%/Prima::ExtLists.3.gz %%PERL5_MAN3%%/Prima::FrameSet.3.gz -%%PERL5_MAN3%%/Prima::Gencls.3.gz %%PERL5_MAN3%%/Prima::Grids.3.gz %%PERL5_MAN3%%/Prima::Header.3.gz %%PERL5_MAN3%%/Prima::HelpViewer.3.gz @@ -364,7 +370,6 @@ bin/prima-tmlink %%PERL5_MAN3%%/Prima::StartupWindow.3.gz %%PERL5_MAN3%%/Prima::StdBitmap.3.gz %%PERL5_MAN3%%/Prima::Stress.3.gz -%%PERL5_MAN3%%/Prima::Test.3.gz %%PERL5_MAN3%%/Prima::TextView.3.gz %%PERL5_MAN3%%/Prima::Themes.3.gz %%PERL5_MAN3%%/Prima::Tie.3.gz @@ -380,6 +385,8 @@ bin/prima-tmlink %%PERL5_MAN3%%/Prima::noARGV.3.gz %%PERL5_MAN3%%/Prima::noX11.3.gz %%PERL5_MAN3%%/Prima::sys::FS.3.gz +%%PERL5_MAN3%%/Prima::sys::Gencls.3.gz +%%PERL5_MAN3%%/Prima::sys::Test.3.gz %%PERL5_MAN3%%/Prima::sys::XQuartz.3.gz %%PERL5_MAN3%%/Prima::sys::gtk::FileDialog.3.gz %%PERL5_MAN3%%/Prima::sys::win32::FileDialog.3.gz From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D0D4661FBD; Fri, 25 Jun 2021 13:47: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 4GBJGB0bpkz4XBb; Fri, 25 Jun 2021 13:47: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 C78B54532; Fri, 25 Jun 2021 13:47: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 15PDlBh8089273; Fri, 25 Jun 2021 13:47:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlBWZ089272; Fri, 25 Jun 2021 13:47:11 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:11 GMT Message-Id: <202106251347.15PDlBWZ089272@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: 74447fe72ff8 - main - textproc/p5-Text-Truncate: Add LICENSE and 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: 74447fe72ff8a38c968ab9e7390448ad113a2870 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:17 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=74447fe72ff8a38c968ab9e7390448ad113a2870 commit 74447fe72ff8a38c968ab9e7390448ad113a2870 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:04 +0000 textproc/p5-Text-Truncate: Add LICENSE and NO_ARCH --- textproc/p5-Text-Truncate/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/p5-Text-Truncate/Makefile b/textproc/p5-Text-Truncate/Makefile index dec4488092c7..7a5e4106cb35 100644 --- a/textproc/p5-Text-Truncate/Makefile +++ b/textproc/p5-Text-Truncate/Makefile @@ -10,7 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module with simple string truncating routine +LICENSE= PD + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B0944662182; Fri, 25 Jun 2021 13: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 4GBJG44GW7z4XQ2; Fri, 25 Jun 2021 13:47: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 5B2E044B5; Fri, 25 Jun 2021 13:47: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 15PDl8uV089193; Fri, 25 Jun 2021 13: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 15PDl8Xh089192; Fri, 25 Jun 2021 13:47:08 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:08 GMT Message-Id: <202106251347.15PDl8Xh089192@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: 50fcf88034ae - main - devel/p5-Filesys-Virtual: Add LICENSE and 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: 50fcf88034ae6a0df4d9fbd131caa42e253b352d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=50fcf88034ae6a0df4d9fbd131caa42e253b352d commit 50fcf88034ae6a0df4d9fbd131caa42e253b352d Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:58 +0000 devel/p5-Filesys-Virtual: Add LICENSE and NO_ARCH --- devel/p5-Filesys-Virtual/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devel/p5-Filesys-Virtual/Makefile b/devel/p5-Filesys-Virtual/Makefile index 8ea2bdc1e77c..6f21a4be009b 100644 --- a/devel/p5-Filesys-Virtual/Makefile +++ b/devel/p5-Filesys-Virtual/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to provide a framework for a virtual filesystem +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8353F662019; Fri, 25 Jun 2021 13:47: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 4GBJFx6C7Fz4XML; Fri, 25 Jun 2021 13:47: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 1C3E24530; Fri, 25 Jun 2021 13:46: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 15PDkwwT088965; Fri, 25 Jun 2021 13:46:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDkvjX088964; Fri, 25 Jun 2021 13:46:57 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:46:57 GMT Message-Id: <202106251346.15PDkvjX088964@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: 376f3c943b72 - main - math/p5-Statistics-ChiSquare: 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: 376f3c943b72236ce01277ea4f2f4000a28715fe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=376f3c943b72236ce01277ea4f2f4000a28715fe commit 376f3c943b72236ce01277ea4f2f4000a28715fe Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:40:34 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:40:34 +0000 math/p5-Statistics-ChiSquare: Add NO_ARCH --- math/p5-Statistics-ChiSquare/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/p5-Statistics-ChiSquare/Makefile b/math/p5-Statistics-ChiSquare/Makefile index b9c740adf5eb..6f3e21f4a1eb 100644 --- a/math/p5-Statistics-ChiSquare/Makefile +++ b/math/p5-Statistics-ChiSquare/Makefile @@ -12,4 +12,6 @@ COMMENT= How random is your data? USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 910CA661ECC; Fri, 25 Jun 2021 13: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 4GBJGN5Wh7z4XSR; Fri, 25 Jun 2021 13: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 5BD6D44AF; Fri, 25 Jun 2021 13:47: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 15PDlN4X089526; Fri, 25 Jun 2021 13:47:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlNUH089525; Fri, 25 Jun 2021 13:47:23 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:23 GMT Message-Id: <202106251347.15PDlNUH089525@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: 932b246d556c - main - irc/p5-IRC-Utils: 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: 932b246d556c1315fe587eacbea78aa8b9a83f53 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=932b246d556c1315fe587eacbea78aa8b9a83f53 commit 932b246d556c1315fe587eacbea78aa8b9a83f53 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:14 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:14 +0000 irc/p5-IRC-Utils: Add NO_ARCH Approved by: portmgr (blanket) --- irc/p5-IRC-Utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/irc/p5-IRC-Utils/Makefile b/irc/p5-IRC-Utils/Makefile index 7633e2523f89..d05e737c44db 100644 --- a/irc/p5-IRC-Utils/Makefile +++ b/irc/p5-IRC-Utils/Makefile @@ -17,4 +17,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91C47661F3B; Fri, 25 Jun 2021 13: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 4GBJGJ33ytz4X6M; Fri, 25 Jun 2021 13:47: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 AEC984534; Fri, 25 Jun 2021 13:47: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 15PDlIBI089424; Fri, 25 Jun 2021 13:47:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PDlIdf089423; Fri, 25 Jun 2021 13:47:18 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:18 GMT Message-Id: <202106251347.15PDlIdf089423@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: 64fc7dcd85a0 - main - devel/p5-MouseX-ConfigFromFile: 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: 64fc7dcd85a0b6656a164e8adae238ebca700535 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=64fc7dcd85a0b6656a164e8adae238ebca700535 commit 64fc7dcd85a0b6656a164e8adae238ebca700535 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:11 +0000 devel/p5-MouseX-ConfigFromFile: Add NO_ARCH Approved by: portmgr (blanket) --- devel/p5-MouseX-ConfigFromFile/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-MouseX-ConfigFromFile/Makefile b/devel/p5-MouseX-ConfigFromFile/Makefile index d84c6ce134a4..b6f2755e8379 100644 --- a/devel/p5-MouseX-ConfigFromFile/Makefile +++ b/devel/p5-MouseX-ConfigFromFile/Makefile @@ -19,4 +19,6 @@ RUN_DEPENDS= p5-Filter>=0:devel/p5-Filter \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05DAB662190; Fri, 25 Jun 2021 13:47: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 4GBJGP0SlQz4XF2; Fri, 25 Jun 2021 13: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 8A1A444B0; Fri, 25 Jun 2021 13: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 15PDlODv089550; Fri, 25 Jun 2021 13: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 15PDlOaf089549; Fri, 25 Jun 2021 13:47:24 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:24 GMT Message-Id: <202106251347.15PDlOaf089549@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: ca420c651f77 - main - mail/p5-Email-Valid-Loose: 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: ca420c651f779928a7b9c2f197f646ef46bb7816 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca420c651f779928a7b9c2f197f646ef46bb7816 commit ca420c651f779928a7b9c2f197f646ef46bb7816 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:15 +0000 mail/p5-Email-Valid-Loose: Add NO_ARCH Approved by: portmgr (blanket) --- mail/p5-Email-Valid-Loose/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail/p5-Email-Valid-Loose/Makefile b/mail/p5-Email-Valid-Loose/Makefile index 0630a3d9e2be..03f0add5fa2c 100644 --- a/mail/p5-Email-Valid-Loose/Makefile +++ b/mail/p5-Email-Valid-Loose/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= p5-Email-Valid>=0:mail/p5-Email-Valid USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 13:47:27 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5614661FC6; Fri, 25 Jun 2021 13:47: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 4GBJGP75cMz4XHk; Fri, 25 Jun 2021 13: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 8A67A44B7; Fri, 25 Jun 2021 13: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 15PDlPJj089574; Fri, 25 Jun 2021 13: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 15PDlP58089573; Fri, 25 Jun 2021 13:47:25 GMT (envelope-from git) Date: Fri, 25 Jun 2021 13:47:25 GMT Message-Id: <202106251347.15PDlP58089573@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: 57f90a065142 - main - security/nettle: 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: 57f90a0651423cc0c748a1fd88572dc6d1c2504a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 13:47:30 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=57f90a0651423cc0c748a1fd88572dc6d1c2504a commit 57f90a0651423cc0c748a1fd88572dc6d1c2504a Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 13:41:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 13:41:23 +0000 security/nettle: Update version requirement of BUILD_DEPENDS PR: 256492 Reported by: Daniel Engberg --- security/nettle/Makefile | 2 +- security/nettle/a | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 75b39026a4d2..6c5f2d56c99e 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYINGv2 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSERv3 -BUILD_DEPENDS= gmp>=6.0.0:math/gmp +BUILD_DEPENDS= gmp>=6.1.0:math/gmp LIB_DEPENDS= libgmp.so:math/gmp USES= compiler:c11 gmake localbase makeinfo pathfix diff --git a/security/nettle/a b/security/nettle/a new file mode 100644 index 000000000000..7519f1884ae0 --- /dev/null +++ b/security/nettle/a @@ -0,0 +1,2 @@ +the port had been updated and improved (+) +update to 0.81.03, Install startup script From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 14:20:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C05D6647E5; Fri, 25 Jun 2021 14:20: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 4GBK0Z6Qrrz4bYG; Fri, 25 Jun 2021 14:20: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 C0C164C08; Fri, 25 Jun 2021 14:20: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 15PEKUOn039471; Fri, 25 Jun 2021 14:20:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PEKUOP039470; Fri, 25 Jun 2021 14:20:30 GMT (envelope-from git) Date: Fri, 25 Jun 2021 14:20:30 GMT Message-Id: <202106251420.15PEKUOP039470@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: 1846ea58248e - main - x11-fonts/sudo-font: Fix a typo in COMMENT 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: 1846ea58248ee05420390b597fecff02e59ff01e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 14:20:31 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=1846ea58248ee05420390b597fecff02e59ff01e commit 1846ea58248ee05420390b597fecff02e59ff01e Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 08:12:23 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 14:20:25 +0000 x11-fonts/sudo-font: Fix a typo in COMMENT --- x11-fonts/sudo-font/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-fonts/sudo-font/Makefile b/x11-fonts/sudo-font/Makefile index 4fa9bffe7042..4963bba0d543 100644 --- a/x11-fonts/sudo-font/Makefile +++ b/x11-fonts/sudo-font/Makefile @@ -7,7 +7,7 @@ DISTNAME= sudo DIST_SUBDIR= ${PORTNAME}-${DISTVERSIONFULL} MAINTAINER= 0mp@FreeBSD.org -COMMENT= Font for programmers and command line users +COMMENT= Font for programmers and command-line users LICENSE= OFL11 LICENSE_FILE= ${WRKSRC}/OFL.txt From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 14:20:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3568D664D21; Fri, 25 Jun 2021 14:20: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 4GBK0b6zL7z4bmr; Fri, 25 Jun 2021 14:20: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 D721F4949; Fri, 25 Jun 2021 14:20: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 15PEKVWc039495; Fri, 25 Jun 2021 14:20:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PEKVLB039494; Fri, 25 Jun 2021 14:20:31 GMT (envelope-from git) Date: Fri, 25 Jun 2021 14:20:31 GMT Message-Id: <202106251420.15PEKVLB039494@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: b582063f0930 - main - net-im/zkgroup: Update to 0.7.3 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: b582063f0930aea9d8d14908132628cbbbbb39a6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 14:20:32 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=b582063f0930aea9d8d14908132628cbbbbb39a6 commit b582063f0930aea9d8d14908132628cbbbbb39a6 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 14:19:19 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 14:20:26 +0000 net-im/zkgroup: Update to 0.7.3 Changes: https://github.com/signalapp/zkgroup/releases/tag/v0.7.3 --- net-im/zkgroup/Makefile | 156 +++++++++--------- net-im/zkgroup/distinfo | 428 +++++++++++++++++++++++++----------------------- 2 files changed, 305 insertions(+), 279 deletions(-) diff --git a/net-im/zkgroup/Makefile b/net-im/zkgroup/Makefile index 95387b4d297d..baa2b002d960 100644 --- a/net-im/zkgroup/Makefile +++ b/net-im/zkgroup/Makefile @@ -1,7 +1,6 @@ PORTNAME= zkgroup DISTVERSIONPREFIX= v -DISTVERSION= 0.7.2 -PORTREVISION= 1 +DISTVERSION= 0.7.3 CATEGORIES= net-im MAINTAINER= 0mp@FreeBSD.org @@ -19,107 +18,116 @@ USE_JAVA= yes JAVA_VERSION= 11+ USE_LDCONFIG= yes -CARGO_CRATES= aead-0.2.0 \ - aes-0.3.2 \ - aes-gcm-siv-0.4.1 \ - aes-soft-0.3.3 \ - aesni-0.6.0 \ +CARGO_CRATES= aead-0.4.1 \ + aes-0.7.4 \ + aes-gcm-siv-0.10.0 \ ascii-0.9.3 \ atty-0.2.14 \ - autocfg-1.0.0 \ - bincode-1.2.1 \ + autocfg-1.0.1 \ + bincode-1.3.3 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ - block-cipher-trait-0.6.2 \ block-padding-0.1.5 \ - bstr-0.2.12 \ - bumpalo-3.2.1 \ + bstr-0.2.16 \ + bumpalo-3.7.0 \ byte-tools-0.3.1 \ - byteorder-1.3.4 \ - cast-0.2.3 \ + byteorder-1.4.3 \ + cast-0.2.6 \ cesu8-1.1.0 \ cfg-if-0.1.10 \ - clap-2.33.0 \ + cfg-if-1.0.0 \ + cipher-0.3.0 \ + clap-2.33.3 \ combine-3.8.1 \ - criterion-0.3.1 \ - criterion-plot-0.4.1 \ - crossbeam-deque-0.7.3 \ - crossbeam-epoch-0.8.2 \ - crossbeam-queue-0.2.1 \ - crossbeam-utils-0.7.2 \ + cpufeatures-0.1.4 \ + criterion-0.3.4 \ + criterion-plot-0.4.3 \ + crossbeam-channel-0.5.1 \ + crossbeam-deque-0.8.0 \ + crossbeam-epoch-0.9.5 \ + crossbeam-utils-0.8.5 \ crypto-mac-0.7.0 \ - csv-1.1.3 \ + csv-1.1.6 \ csv-core-0.1.10 \ + ctr-0.7.0 \ digest-0.8.1 \ - either-1.5.3 \ - error-chain-0.12.2 \ + either-1.6.1 \ + error-chain-0.12.4 \ fake-simd-0.1.2 \ - generic-array-0.12.3 \ - getrandom-0.1.14 \ - hermit-abi-0.1.10 \ - hex-0.4.2 \ + generic-array-0.12.4 \ + generic-array-0.14.4 \ + getrandom-0.1.16 \ + half-1.7.1 \ + hermit-abi-0.1.18 \ + hex-0.4.3 \ hmac-0.7.1 \ - itertools-0.8.2 \ - itoa-0.4.5 \ + itertools-0.9.0 \ + itertools-0.10.0 \ + itoa-0.4.7 \ jni-0.16.0 \ jni-sys-0.3.0 \ - js-sys-0.3.37 \ + js-sys-0.3.51 \ lazy_static-1.4.0 \ - libc-0.2.67 \ - log-0.4.8 \ - maybe-uninit-2.0.0 \ - memchr-2.3.3 \ - memoffset-0.5.4 \ - num-traits-0.2.11 \ - num_cpus-1.12.0 \ - oorandom-11.1.0 \ + libc-0.2.95 \ + log-0.4.14 \ + memchr-2.4.0 \ + memoffset-0.6.4 \ + num-traits-0.2.14 \ + num_cpus-1.13.0 \ + oorandom-11.1.3 \ opaque-debug-0.2.3 \ + opaque-debug-0.3.0 \ packed_simd-0.3.3 \ - plotters-0.2.12 \ - polyval-0.3.3 \ - proc-macro2-1.0.9 \ - quote-1.0.3 \ + pest-2.1.3 \ + plotters-0.3.1 \ + plotters-backend-0.3.0 \ + plotters-svg-0.3.0 \ + polyval-0.5.1 \ + proc-macro2-1.0.27 \ + quote-1.0.9 \ rand_core-0.5.1 \ - rayon-1.3.0 \ - rayon-core-1.7.0 \ - regex-1.3.6 \ - regex-automata-0.1.9 \ - regex-syntax-0.6.17 \ - rustc_version-0.2.3 \ - ryu-1.0.3 \ + 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 \ + ryu-1.0.5 \ same-file-1.0.6 \ scopeguard-1.1.0 \ - semver-0.9.0 \ - semver-parser-0.7.0 \ - serde-1.0.106 \ - serde_derive-1.0.106 \ - serde_json-1.0.51 \ - sha2-0.8.1 \ + semver-0.11.0 \ + semver-parser-0.10.2 \ + serde-1.0.126 \ + serde_cbor-0.11.1 \ + serde_derive-1.0.126 \ + serde_json-1.0.64 \ + sha2-0.8.2 \ subtle-1.0.0 \ - subtle-2.2.2 \ - syn-1.0.16 \ + subtle-2.4.0 \ + syn-1.0.72 \ textwrap-0.11.0 \ - tinytemplate-1.0.3 \ - typenum-1.11.2 \ - unicode-width-0.1.7 \ - unicode-xid-0.2.0 \ - universal-hash-0.3.0 \ + tinytemplate-1.2.1 \ + typenum-1.13.0 \ + ucd-trie-0.1.3 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.2 \ + universal-hash-0.4.0 \ unreachable-1.0.0 \ - version_check-0.9.1 \ + version_check-0.9.3 \ void-1.0.2 \ - walkdir-2.3.1 \ + walkdir-2.3.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.60 \ - wasm-bindgen-backend-0.2.60 \ - wasm-bindgen-macro-0.2.60 \ - wasm-bindgen-macro-support-0.2.60 \ - wasm-bindgen-shared-0.2.60 \ - web-sys-0.3.37 \ - winapi-0.3.8 \ + wasm-bindgen-0.2.74 \ + wasm-bindgen-backend-0.2.74 \ + wasm-bindgen-macro-0.2.74 \ + wasm-bindgen-macro-support-0.2.74 \ + wasm-bindgen-shared-0.2.74 \ + web-sys-0.3.51 \ + winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.3 \ + winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - zeroize-1.1.0 + zeroize-1.3.0 CARGO_USE_GITHUB= yes PLIST_FILES= lib/lib${PORTNAME}.so diff --git a/net-im/zkgroup/distinfo b/net-im/zkgroup/distinfo index 16fc0f4c5fee..7b024ef6afc9 100644 --- a/net-im/zkgroup/distinfo +++ b/net-im/zkgroup/distinfo @@ -1,208 +1,226 @@ -TIMESTAMP = 1618486904 -SHA256 (rust/crates/aead-0.2.0.tar.gz) = 4cf01b9b56e767bb57b94ebf91a58b338002963785cdd7013e21c0d4679471e4 -SIZE (rust/crates/aead-0.2.0.tar.gz) = 8646 -SHA256 (rust/crates/aes-0.3.2.tar.gz) = 54eb1d8fe354e5fc611daf4f2ea97dd45a765f4f1e4512306ec183ae2e8f20c9 -SIZE (rust/crates/aes-0.3.2.tar.gz) = 84345 -SHA256 (rust/crates/aes-gcm-siv-0.4.1.tar.gz) = ed8c21a21a0afb20aeb41328e980939e99fa02f136ae7317665e892d2760912a -SIZE (rust/crates/aes-gcm-siv-0.4.1.tar.gz) = 18079 -SHA256 (rust/crates/aes-soft-0.3.3.tar.gz) = cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d -SIZE (rust/crates/aes-soft-0.3.3.tar.gz) = 92804 -SHA256 (rust/crates/aesni-0.6.0.tar.gz) = 2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100 -SIZE (rust/crates/aesni-0.6.0.tar.gz) = 100722 -SHA256 (rust/crates/ascii-0.9.3.tar.gz) = eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e -SIZE (rust/crates/ascii-0.9.3.tar.gz) = 28283 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.0.tar.gz) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.tar.gz) = 12870 -SHA256 (rust/crates/bincode-1.2.1.tar.gz) = 5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf -SIZE (rust/crates/bincode-1.2.1.tar.gz) = 15489 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/block-buffer-0.7.3.tar.gz) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b -SIZE (rust/crates/block-buffer-0.7.3.tar.gz) = 7179 -SHA256 (rust/crates/block-cipher-trait-0.6.2.tar.gz) = 1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774 -SIZE (rust/crates/block-cipher-trait-0.6.2.tar.gz) = 7539 -SHA256 (rust/crates/block-padding-0.1.5.tar.gz) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 -SIZE (rust/crates/block-padding-0.1.5.tar.gz) = 7342 -SHA256 (rust/crates/bstr-0.2.12.tar.gz) = 2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41 -SIZE (rust/crates/bstr-0.2.12.tar.gz) = 344435 -SHA256 (rust/crates/bumpalo-3.2.1.tar.gz) = 12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187 -SIZE (rust/crates/bumpalo-3.2.1.tar.gz) = 120161 -SHA256 (rust/crates/byte-tools-0.3.1.tar.gz) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 -SIZE (rust/crates/byte-tools-0.3.1.tar.gz) = 5526 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 -SHA256 (rust/crates/cast-0.2.3.tar.gz) = 4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0 -SIZE (rust/crates/cast-0.2.3.tar.gz) = 11446 -SHA256 (rust/crates/cesu8-1.1.0.tar.gz) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c -SIZE (rust/crates/cesu8-1.1.0.tar.gz) = 10555 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 -SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 -SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 -SHA256 (rust/crates/combine-3.8.1.tar.gz) = da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680 -SIZE (rust/crates/combine-3.8.1.tar.gz) = 103773 -SHA256 (rust/crates/criterion-0.3.1.tar.gz) = 1fc755679c12bda8e5523a71e4d654b6bf2e14bd838dfc48cde6559a05caf7d1 -SIZE (rust/crates/criterion-0.3.1.tar.gz) = 95450 -SHA256 (rust/crates/criterion-plot-0.4.1.tar.gz) = a01e15e0ea58e8234f96146b1f91fa9d0e4dd7a38da93ff7a75d42c0b9d3a545 -SIZE (rust/crates/criterion-plot-0.4.1.tar.gz) = 17185 -SHA256 (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 -SIZE (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 19888 -SHA256 (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace -SIZE (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 39283 -SHA256 (rust/crates/crossbeam-queue-0.2.1.tar.gz) = c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db -SIZE (rust/crates/crossbeam-queue-0.2.1.tar.gz) = 14543 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/crypto-mac-0.7.0.tar.gz) = 4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5 -SIZE (rust/crates/crypto-mac-0.7.0.tar.gz) = 7636 -SHA256 (rust/crates/csv-1.1.3.tar.gz) = 00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279 -SIZE (rust/crates/csv-1.1.3.tar.gz) = 890849 -SHA256 (rust/crates/csv-core-0.1.10.tar.gz) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 -SIZE (rust/crates/csv-core-0.1.10.tar.gz) = 25668 -SHA256 (rust/crates/digest-0.8.1.tar.gz) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 -SIZE (rust/crates/digest-0.8.1.tar.gz) = 9449 -SHA256 (rust/crates/either-1.5.3.tar.gz) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3 -SIZE (rust/crates/either-1.5.3.tar.gz) = 12278 -SHA256 (rust/crates/error-chain-0.12.2.tar.gz) = d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd -SIZE (rust/crates/error-chain-0.12.2.tar.gz) = 29761 -SHA256 (rust/crates/fake-simd-0.1.2.tar.gz) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed -SIZE (rust/crates/fake-simd-0.1.2.tar.gz) = 5398 -SHA256 (rust/crates/generic-array-0.12.3.tar.gz) = c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec -SIZE (rust/crates/generic-array-0.12.3.tar.gz) = 18017 -SHA256 (rust/crates/getrandom-0.1.14.tar.gz) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb -SIZE (rust/crates/getrandom-0.1.14.tar.gz) = 24698 -SHA256 (rust/crates/hermit-abi-0.1.10.tar.gz) = 725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e -SIZE (rust/crates/hermit-abi-0.1.10.tar.gz) = 9127 -SHA256 (rust/crates/hex-0.4.2.tar.gz) = 644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35 -SIZE (rust/crates/hex-0.4.2.tar.gz) = 13385 -SHA256 (rust/crates/hmac-0.7.1.tar.gz) = 5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695 -SIZE (rust/crates/hmac-0.7.1.tar.gz) = 9765 -SHA256 (rust/crates/itertools-0.8.2.tar.gz) = f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484 -SIZE (rust/crates/itertools-0.8.2.tar.gz) = 89203 -SHA256 (rust/crates/itoa-0.4.5.tar.gz) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e -SIZE (rust/crates/itoa-0.4.5.tar.gz) = 11194 -SHA256 (rust/crates/jni-0.16.0.tar.gz) = 22bbdc25b49340bc4fc3d9c96dd84d878c4beeca35e3651efa53db51a68d7d4d -SIZE (rust/crates/jni-0.16.0.tar.gz) = 59922 -SHA256 (rust/crates/jni-sys-0.3.0.tar.gz) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 -SIZE (rust/crates/jni-sys-0.3.0.tar.gz) = 10232 -SHA256 (rust/crates/js-sys-0.3.37.tar.gz) = 6a27d435371a2fa5b6d2b028a74bbdb1234f308da363226a2854ca3ff8ba7055 -SIZE (rust/crates/js-sys-0.3.37.tar.gz) = 67178 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.67.tar.gz) = eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018 -SIZE (rust/crates/libc-0.2.67.tar.gz) = 458605 -SHA256 (rust/crates/log-0.4.8.tar.gz) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.tar.gz) = 31297 -SHA256 (rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 -SHA256 (rust/crates/memoffset-0.5.4.tar.gz) = b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8 -SIZE (rust/crates/memoffset-0.5.4.tar.gz) = 6927 -SHA256 (rust/crates/num-traits-0.2.11.tar.gz) = c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096 -SIZE (rust/crates/num-traits-0.2.11.tar.gz) = 42000 -SHA256 (rust/crates/num_cpus-1.12.0.tar.gz) = 46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6 -SIZE (rust/crates/num_cpus-1.12.0.tar.gz) = 11867 -SHA256 (rust/crates/oorandom-11.1.0.tar.gz) = ebcec7c9c2a95cacc7cd0ecb89d8a8454eca13906f6deb55258ffff0adeb9405 -SIZE (rust/crates/oorandom-11.1.0.tar.gz) = 9762 -SHA256 (rust/crates/opaque-debug-0.2.3.tar.gz) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c -SIZE (rust/crates/opaque-debug-0.2.3.tar.gz) = 5643 -SHA256 (rust/crates/packed_simd-0.3.3.tar.gz) = a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220 -SIZE (rust/crates/packed_simd-0.3.3.tar.gz) = 97485 -SHA256 (rust/crates/plotters-0.2.12.tar.gz) = 4e3bb8da247d27ae212529352020f3e5ee16e83c0c258061d27b08ab92675eeb -SIZE (rust/crates/plotters-0.2.12.tar.gz) = 3194754 -SHA256 (rust/crates/polyval-0.3.3.tar.gz) = 7ec3341498978de3bfd12d1b22f1af1de22818f5473a11e8a6ef997989e3a212 -SIZE (rust/crates/polyval-0.3.3.tar.gz) = 13971 -SHA256 (rust/crates/proc-macro2-1.0.9.tar.gz) = 6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435 -SIZE (rust/crates/proc-macro2-1.0.9.tar.gz) = 35576 -SHA256 (rust/crates/quote-1.0.3.tar.gz) = 2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f -SIZE (rust/crates/quote-1.0.3.tar.gz) = 22939 -SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 -SHA256 (rust/crates/rayon-1.3.0.tar.gz) = db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098 -SIZE (rust/crates/rayon-1.3.0.tar.gz) = 143294 -SHA256 (rust/crates/rayon-core-1.7.0.tar.gz) = 08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9 -SIZE (rust/crates/rayon-core-1.7.0.tar.gz) = 58306 -SHA256 (rust/crates/regex-1.3.6.tar.gz) = 7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3 -SIZE (rust/crates/regex-1.3.6.tar.gz) = 235465 -SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 -SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 -SHA256 (rust/crates/regex-syntax-0.6.17.tar.gz) = 7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae -SIZE (rust/crates/regex-syntax-0.6.17.tar.gz) = 294004 -SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a -SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 -SHA256 (rust/crates/ryu-1.0.3.tar.gz) = 535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76 -SIZE (rust/crates/ryu-1.0.3.tar.gz) = 41983 -SHA256 (rust/crates/same-file-1.0.6.tar.gz) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 -SIZE (rust/crates/same-file-1.0.6.tar.gz) = 10183 -SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 -SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 -SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 -SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 -SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 -SHA256 (rust/crates/serde-1.0.106.tar.gz) = 36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399 -SIZE (rust/crates/serde-1.0.106.tar.gz) = 73343 -SHA256 (rust/crates/serde_derive-1.0.106.tar.gz) = 9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c -SIZE (rust/crates/serde_derive-1.0.106.tar.gz) = 49719 -SHA256 (rust/crates/serde_json-1.0.51.tar.gz) = da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9 -SIZE (rust/crates/serde_json-1.0.51.tar.gz) = 72691 -SHA256 (rust/crates/sha2-0.8.1.tar.gz) = 27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0 -SIZE (rust/crates/sha2-0.8.1.tar.gz) = 19283 -SHA256 (rust/crates/subtle-1.0.0.tar.gz) = 2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee -SIZE (rust/crates/subtle-1.0.0.tar.gz) = 8097 -SHA256 (rust/crates/subtle-2.2.2.tar.gz) = 7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941 -SIZE (rust/crates/subtle-2.2.2.tar.gz) = 10511 -SHA256 (rust/crates/syn-1.0.16.tar.gz) = 123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859 -SIZE (rust/crates/syn-1.0.16.tar.gz) = 198097 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/tinytemplate-1.0.3.tar.gz) = 57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a -SIZE (rust/crates/tinytemplate-1.0.3.tar.gz) = 24781 -SHA256 (rust/crates/typenum-1.11.2.tar.gz) = 6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9 -SIZE (rust/crates/typenum-1.11.2.tar.gz) = 31853 -SHA256 (rust/crates/unicode-width-0.1.7.tar.gz) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 -SIZE (rust/crates/unicode-width-0.1.7.tar.gz) = 16644 -SHA256 (rust/crates/unicode-xid-0.2.0.tar.gz) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c -SIZE (rust/crates/unicode-xid-0.2.0.tar.gz) = 14994 -SHA256 (rust/crates/universal-hash-0.3.0.tar.gz) = df0c900f2f9b4116803415878ff48b63da9edb268668e08cf9292d7503114a01 -SIZE (rust/crates/universal-hash-0.3.0.tar.gz) = 7457 -SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 -SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 -SHA256 (rust/crates/version_check-0.9.1.tar.gz) = 078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce -SIZE (rust/crates/version_check-0.9.1.tar.gz) = 11459 -SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d -SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 -SHA256 (rust/crates/walkdir-2.3.1.tar.gz) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d -SIZE (rust/crates/walkdir-2.3.1.tar.gz) = 23413 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/wasm-bindgen-0.2.60.tar.gz) = 2cc57ce05287f8376e998cbddfb4c8cb43b84a7ec55cf4551d7c00eef317a47f -SIZE (rust/crates/wasm-bindgen-0.2.60.tar.gz) = 152848 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.60.tar.gz) = d967d37bf6c16cca2973ca3af071d0a2523392e4a594548155d89a678f4237cd -SIZE (rust/crates/wasm-bindgen-backend-0.2.60.tar.gz) = 23313 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.60.tar.gz) = 8bd151b63e1ea881bb742cd20e1d6127cef28399558f3b5d415289bc41eee3a4 -SIZE (rust/crates/wasm-bindgen-macro-0.2.60.tar.gz) = 11568 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.60.tar.gz) = d68a5b36eef1be7868f668632863292e37739656a80fc4b9acec7b0bd35a4931 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.60.tar.gz) = 16879 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.60.tar.gz) = daf76fe7d25ac79748a37538b7daeed1c7a6867c92d3245c12c6222e4a20d639 -SIZE (rust/crates/wasm-bindgen-shared-0.2.60.tar.gz) = 6749 -SHA256 (rust/crates/web-sys-0.3.37.tar.gz) = 2d6f51648d8c56c366144378a33290049eafdd784071077f6fe37dae64c1c4cb -SIZE (rust/crates/web-sys-0.3.37.tar.gz) = 625143 -SHA256 (rust/crates/winapi-0.3.8.tar.gz) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 -SIZE (rust/crates/winapi-0.3.8.tar.gz) = 1128308 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.3.tar.gz) = 4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80 -SIZE (rust/crates/winapi-util-0.1.3.tar.gz) = 9913 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (rust/crates/zeroize-1.1.0.tar.gz) = 3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8 -SIZE (rust/crates/zeroize-1.1.0.tar.gz) = 10316 -SHA256 (signalapp-zkgroup-v0.7.2_GH0.tar.gz) = fdd03bbf584533963d1be40ab238d4e6199b379e8112f6aaf5cd9493b7f1fb47 -SIZE (signalapp-zkgroup-v0.7.2_GH0.tar.gz) = 279599 +TIMESTAMP = 1624630183 +SHA256 (rust/crates/aead-0.4.1.crate) = 922b33332f54fc0ad13fa3e514601e8d30fb54e1f3eadc36643f6526db645621 +SIZE (rust/crates/aead-0.4.1.crate) = 14606 +SHA256 (rust/crates/aes-0.7.4.crate) = 495ee669413bfbe9e8cace80f4d3d78e6d8c8d99579f97fb93bde351b185f2d4 +SIZE (rust/crates/aes-0.7.4.crate) = 128509 +SHA256 (rust/crates/aes-gcm-siv-0.10.0.crate) = 5e28b4604398f52cd06867fe0531b62b35f0edddb561e806945cbab9af7fe6a8 +SIZE (rust/crates/aes-gcm-siv-0.10.0.crate) = 26628 +SHA256 (rust/crates/ascii-0.9.3.crate) = eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e +SIZE (rust/crates/ascii-0.9.3.crate) = 28283 +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/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad +SIZE (rust/crates/bincode-1.3.3.crate) = 28958 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/block-buffer-0.7.3.crate) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b +SIZE (rust/crates/block-buffer-0.7.3.crate) = 7179 +SHA256 (rust/crates/block-padding-0.1.5.crate) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 +SIZE (rust/crates/block-padding-0.1.5.crate) = 7342 +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/byte-tools-0.3.1.crate) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 +SIZE (rust/crates/byte-tools-0.3.1.crate) = 5526 +SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 +SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 +SHA256 (rust/crates/cast-0.2.6.crate) = 57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374 +SIZE (rust/crates/cast-0.2.6.crate) = 11541 +SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c +SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 +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/cipher-0.3.0.crate) = 7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7 +SIZE (rust/crates/cipher-0.3.0.crate) = 12756 +SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.crate) = 201925 +SHA256 (rust/crates/combine-3.8.1.crate) = da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680 +SIZE (rust/crates/combine-3.8.1.crate) = 103773 +SHA256 (rust/crates/cpufeatures-0.1.4.crate) = ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8 +SIZE (rust/crates/cpufeatures-0.1.4.crate) = 10129 +SHA256 (rust/crates/criterion-0.3.4.crate) = ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23 +SIZE (rust/crates/criterion-0.3.4.crate) = 111110 +SHA256 (rust/crates/criterion-plot-0.4.3.crate) = e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d +SIZE (rust/crates/criterion-plot-0.4.3.crate) = 17226 +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.0.crate) = 94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9 +SIZE (rust/crates/crossbeam-deque-0.8.0.crate) = 20756 +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/crypto-mac-0.7.0.crate) = 4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5 +SIZE (rust/crates/crypto-mac-0.7.0.crate) = 7636 +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/ctr-0.7.0.crate) = a232f92a03f37dd7d7dd2adc67166c77e9cd88de5b019b9a9eecfaeaf7bfd481 +SIZE (rust/crates/ctr-0.7.0.crate) = 16949 +SHA256 (rust/crates/digest-0.8.1.crate) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 +SIZE (rust/crates/digest-0.8.1.crate) = 9449 +SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 +SIZE (rust/crates/either-1.6.1.crate) = 13641 +SHA256 (rust/crates/error-chain-0.12.4.crate) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc +SIZE (rust/crates/error-chain-0.12.4.crate) = 29274 +SHA256 (rust/crates/fake-simd-0.1.2.crate) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed +SIZE (rust/crates/fake-simd-0.1.2.crate) = 5398 +SHA256 (rust/crates/generic-array-0.12.4.crate) = ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd +SIZE (rust/crates/generic-array-0.12.4.crate) = 18212 +SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 +SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 +SHA256 (rust/crates/half-1.7.1.crate) = 62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3 +SIZE (rust/crates/half-1.7.1.crate) = 36168 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 +SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/hmac-0.7.1.crate) = 5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695 +SIZE (rust/crates/hmac-0.7.1.crate) = 9765 +SHA256 (rust/crates/itertools-0.9.0.crate) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b +SIZE (rust/crates/itertools-0.9.0.crate) = 96429 +SHA256 (rust/crates/itertools-0.10.0.crate) = 37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319 +SIZE (rust/crates/itertools-0.10.0.crate) = 109656 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 +SHA256 (rust/crates/jni-0.16.0.crate) = 22bbdc25b49340bc4fc3d9c96dd84d878c4beeca35e3651efa53db51a68d7d4d +SIZE (rust/crates/jni-0.16.0.crate) = 59922 +SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 +SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 +SHA256 (rust/crates/js-sys-0.3.51.crate) = 83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062 +SIZE (rust/crates/js-sys-0.3.51.crate) = 67124 +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.95.crate) = 789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36 +SIZE (rust/crates/libc-0.2.95.crate) = 515341 +SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.crate) = 34582 +SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc +SIZE (rust/crates/memchr-2.4.0.crate) = 63392 +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/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 +SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 +SHA256 (rust/crates/opaque-debug-0.2.3.crate) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c +SIZE (rust/crates/opaque-debug-0.2.3.crate) = 5643 +SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/packed_simd-0.3.3.crate) = a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220 +SIZE (rust/crates/packed_simd-0.3.3.crate) = 97485 +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.0.crate) = b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590 +SIZE (rust/crates/plotters-backend-0.3.0.crate) = 13492 +SHA256 (rust/crates/plotters-svg-0.3.0.crate) = b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211 +SIZE (rust/crates/plotters-svg-0.3.0.crate) = 7488 +SHA256 (rust/crates/polyval-0.5.1.crate) = e597450cbf209787f0e6de80bf3795c6b2356a380ee87837b545aded8dbc1823 +SIZE (rust/crates/polyval-0.5.1.crate) = 17257 +SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 +SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 +SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 +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/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-parser-0.10.2.crate) = 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7 +SIZE (rust/crates/semver-parser-0.10.2.crate) = 23176 +SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 +SIZE (rust/crates/serde-1.0.126.crate) = 75138 +SHA256 (rust/crates/serde_cbor-0.11.1.crate) = 1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622 +SIZE (rust/crates/serde_cbor-0.11.1.crate) = 43947 +SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 +SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 +SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 +SHA256 (rust/crates/sha2-0.8.2.crate) = a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69 +SIZE (rust/crates/sha2-0.8.2.crate) = 19851 +SHA256 (rust/crates/subtle-1.0.0.crate) = 2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee +SIZE (rust/crates/subtle-1.0.0.crate) = 8097 +SHA256 (rust/crates/subtle-2.4.0.crate) = 1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2 +SIZE (rust/crates/subtle-2.4.0.crate) = 12411 +SHA256 (rust/crates/syn-1.0.72.crate) = a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82 +SIZE (rust/crates/syn-1.0.72.crate) = 232500 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc +SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 +SHA256 (rust/crates/typenum-1.13.0.crate) = 879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06 +SIZE (rust/crates/typenum-1.13.0.crate) = 40238 +SHA256 (rust/crates/ucd-trie-0.1.3.crate) = 56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c +SIZE (rust/crates/ucd-trie-0.1.3.crate) = 44615 +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/universal-hash-0.4.0.crate) = 8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402 +SIZE (rust/crates/universal-hash-0.4.0.crate) = 8386 +SHA256 (rust/crates/unreachable-1.0.0.crate) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 +SIZE (rust/crates/unreachable-1.0.0.crate) = 6355 +SHA256 (rust/crates/version_check-0.9.3.crate) = 5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe +SIZE (rust/crates/version_check-0.9.3.crate) = 12547 +SHA256 (rust/crates/void-1.0.2.crate) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d +SIZE (rust/crates/void-1.0.2.crate) = 2356 +SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 +SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +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/wasm-bindgen-0.2.74.crate) = d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd +SIZE (rust/crates/wasm-bindgen-0.2.74.crate) = 158439 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.74.crate) = 3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900 +SIZE (rust/crates/wasm-bindgen-backend-0.2.74.crate) = 25434 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.74.crate) = 088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4 +SIZE (rust/crates/wasm-bindgen-macro-0.2.74.crate) = 11536 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.74.crate) = be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.74.crate) = 17831 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.74.crate) = d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f +SIZE (rust/crates/wasm-bindgen-shared-0.2.74.crate) = 7163 +SHA256 (rust/crates/web-sys-0.3.51.crate) = e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582 +SIZE (rust/crates/web-sys-0.3.51.crate) = 651133 +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/zeroize-1.3.0.crate) = 4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd +SIZE (rust/crates/zeroize-1.3.0.crate) = 15913 +SHA256 (signalapp-zkgroup-v0.7.3_GH0.tar.gz) = a2df7cf3959d424d894c837f7e0062bcd819b31355196fc5bf3de4602c69e2e0 +SIZE (signalapp-zkgroup-v0.7.3_GH0.tar.gz) = 253727 SHA256 (signalapp-curve25519-dalek-477356e017c7cc2aa168f956786b34690870768f_GH0.tar.gz) = df72210a25f199e6da980c0ee13bd5cfdcfcea6f203a8ac3cb7c9f3c9c0a5511 SIZE (signalapp-curve25519-dalek-477356e017c7cc2aa168f956786b34690870768f_GH0.tar.gz) = 517253 SHA256 (signalapp-poksho-v0.7.0_GH0.tar.gz) = 83dae66d1f55a7c7cdec534b61befd1937a79416d96bdba35f37c3ab76bba2e4 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 14:36:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F761665381; Fri, 25 Jun 2021 14:36: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 4GBKLk2Bwnz4cmL; Fri, 25 Jun 2021 14:36: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 342AA4F23; Fri, 25 Jun 2021 14:36: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 15PEaEDO057022; Fri, 25 Jun 2021 14:36:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PEaECD057021; Fri, 25 Jun 2021 14:36:14 GMT (envelope-from git) Date: Fri, 25 Jun 2021 14:36:14 GMT Message-Id: <202106251436.15PEaECD057021@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: 73c32ab8aecb - main - security/vuxml: Update Ansible's CVE-2021-3583 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: 73c32ab8aecb03224f406a79958ac5e3811790b4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 14:36:14 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=73c32ab8aecb03224f406a79958ac5e3811790b4 commit 73c32ab8aecb03224f406a79958ac5e3811790b4 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 14:27:15 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 14:27:15 +0000 security/vuxml: Update Ansible's CVE-2021-3583 It turns out that it affects not only ansible-core, but also some other ports. --- security/vuxml/vuln-2021.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index f2ddc91ac36c..04107a08f274 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,5 +1,5 @@ - ansible-core -- Templating engine bug + Ansible -- Templating engine bug py36-ansible-core @@ -8,6 +8,20 @@ py39-ansible-core 2.11.2 + + py36-ansible-base + py37-ansible-base + py38-ansible-base + py39-ansible-base + 2.10.11 + + + py36-ansible-base + py37-ansible-base + py38-ansible-base + py39-ansible-base + 2.9.23 + @@ -21,11 +35,14 @@ CVE-2021-3583 https://github.com/ansible/ansible/blob/stable-2.11/changelogs/CHANGELOG-v2.11.rst#security-fixes + https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst#security-fixes https://github.com/ansible/ansible/pull/74960 + https://groups.google.com/g/ansible-announce/c/tmIgD1DpZJg 2021-06-10 2021-06-24 + 2021-06-25 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 14:36:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 830FE665215; Fri, 25 Jun 2021 14:36: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 4GBKLl3C6pz4ck9; Fri, 25 Jun 2021 14:36: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 56C3B4D62; Fri, 25 Jun 2021 14:36: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 15PEaFGg057046; Fri, 25 Jun 2021 14:36:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PEaFXi057045; Fri, 25 Jun 2021 14:36:15 GMT (envelope-from git) Date: Fri, 25 Jun 2021 14:36:15 GMT Message-Id: <202106251436.15PEaFXi057045@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: 3bc60a8577f4 - main - sysutils/py-ansible-base: Update to 2.10.11 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: 3bc60a8577f47943ffc6b2ee6db6139d46520834 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 14:36:15 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bc60a8577f47943ffc6b2ee6db6139d46520834 commit 3bc60a8577f47943ffc6b2ee6db6139d46520834 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 14:34:01 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 14:34:01 +0000 sysutils/py-ansible-base: Update to 2.10.11 Changes: https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst#v21011 Security: CVE-2021-3583 --- sysutils/py-ansible-base/Makefile | 2 +- sysutils/py-ansible-base/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/py-ansible-base/Makefile b/sysutils/py-ansible-base/Makefile index 57a6d5881941..ef838822715e 100644 --- a/sysutils/py-ansible-base/Makefile +++ b/sysutils/py-ansible-base/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansible-base -DISTVERSION= 2.10.10 +DISTVERSION= 2.10.11 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-base/distinfo b/sysutils/py-ansible-base/distinfo index ae5f1c37a674..473ba7ddaf00 100644 --- a/sysutils/py-ansible-base/distinfo +++ b/sysutils/py-ansible-base/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621933781 -SHA256 (ansible-base-2.10.10.tar.gz) = 7744b68ed81de948853304b8104b63651c5d6b03571aee972c83379aa6b7de10 -SIZE (ansible-base-2.10.10.tar.gz) = 5986488 +TIMESTAMP = 1624631496 +SHA256 (ansible-base-2.10.11.tar.gz) = bcf114d82a6a62659b43d498169a65cba948ca75bb4ef10e982956157167234b +SIZE (ansible-base-2.10.11.tar.gz) = 5987563 SHA256 (6459fbb7bcf792aac9208d7851bf1edeb0495295.patch) = cf810efb262b3e50bf64de2d196449d3cfcbaa7a97d60a7d258a1cfbece85eae SIZE (6459fbb7bcf792aac9208d7851bf1edeb0495295.patch) = 1918 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 14:50:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 44E88665559; Fri, 25 Jun 2021 14:50: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 4GBKfg1RV7z4dkd; Fri, 25 Jun 2021 14:50: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 190024F60; Fri, 25 Jun 2021 14:50: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 15PEo3Ho072140; Fri, 25 Jun 2021 14:50:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PEo2px072137; Fri, 25 Jun 2021 14:50:02 GMT (envelope-from git) Date: Fri, 25 Jun 2021 14:50:02 GMT Message-Id: <202106251450.15PEo2px072137@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: b5b5a446e58d - main - security/nettle: Remove accidentally-added file 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: b5b5a446e58d2e57e98f0bf705a14717a5a63521 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 14:50:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5b5a446e58d2e57e98f0bf705a14717a5a63521 commit b5b5a446e58d2e57e98f0bf705a14717a5a63521 Author: Po-Chuan Hsieh AuthorDate: 2021-06-25 14:49:04 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-25 14:49:36 +0000 security/nettle: Remove accidentally-added file --- security/nettle/a | 2 -- 1 file changed, 2 deletions(-) diff --git a/security/nettle/a b/security/nettle/a deleted file mode 100644 index 7519f1884ae0..000000000000 --- a/security/nettle/a +++ /dev/null @@ -1,2 +0,0 @@ -the port had been updated and improved (+) -update to 0.81.03, Install startup script From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 15:01:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D40F966525E; Fri, 25 Jun 2021 15: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 4GBKvX5bNpz4fL1; Fri, 25 Jun 2021 15: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 A81C15346; Fri, 25 Jun 2021 15: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 15PF1CqN093021; Fri, 25 Jun 2021 15: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 15PF1C97093020; Fri, 25 Jun 2021 15:01:12 GMT (envelope-from git) Date: Fri, 25 Jun 2021 15:01:12 GMT Message-Id: <202106251501.15PF1C97093020@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: 48d7a1d907b5 - main - audio/rubberband: Update to 1.9.2 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: 48d7a1d907b5a5078066e3bcd057f2c2d4a897ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 15:01:12 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=48d7a1d907b5a5078066e3bcd057f2c2d4a897ed commit 48d7a1d907b5a5078066e3bcd057f2c2d4a897ed Author: Daniel Engberg AuthorDate: 2021-06-25 14:55:10 +0000 Commit: Joseph Mingrone CommitDate: 2021-06-25 14:59:36 +0000 audio/rubberband: Update to 1.9.2 PR: 256525 Approved by: acm (maintainer, timeout) --- audio/rubberband/Makefile | 2 +- audio/rubberband/distinfo | 6 +++--- audio/rubberband/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile index 227840ce548e..06d7504a9bbb 100644 --- a/audio/rubberband/Makefile +++ b/audio/rubberband/Makefile @@ -1,7 +1,7 @@ # Created by: mathias.picker@gmx.de PORTNAME= rubberband -DISTVERSION= 1.9.1 +DISTVERSION= 1.9.2 CATEGORIES= audio MASTER_SITES= https://breakfastquay.com/files/releases/ diff --git a/audio/rubberband/distinfo b/audio/rubberband/distinfo index 0e3c78529e55..bce2bb31466a 100644 --- a/audio/rubberband/distinfo +++ b/audio/rubberband/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621266846 -SHA256 (rubberband-1.9.1.tar.bz2) = fc474878f6823c27ef5df1f9616a8c8b6a4c01346132ea7d1498fe5245e549e3 -SIZE (rubberband-1.9.1.tar.bz2) = 164644 +TIMESTAMP = 1623304677 +SHA256 (rubberband-1.9.2.tar.bz2) = b3cff5968517141fcf9e1ef6b5a1fdb06a5511f148000609216cf182ff4ab612 +SIZE (rubberband-1.9.2.tar.bz2) = 164178 diff --git a/audio/rubberband/pkg-plist b/audio/rubberband/pkg-plist index 474bb239bb2c..02f44f09f280 100644 --- a/audio/rubberband/pkg-plist +++ b/audio/rubberband/pkg-plist @@ -6,7 +6,7 @@ lib/ladspa/ladspa-rubberband.so lib/librubberband.a lib/librubberband.so lib/librubberband.so.2 -lib/librubberband.so.2.1.3 +lib/librubberband.so.2.1.4 lib/vamp/vamp-rubberband.cat lib/vamp/vamp-rubberband.so libdata/pkgconfig/rubberband.pc From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 16:00:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C9C3665BDA; Fri, 25 Jun 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 4GBMCx2t3pz4js4; Fri, 25 Jun 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 4B28C621A; Fri, 25 Jun 2021 16: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 15PG0TFL072149; Fri, 25 Jun 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 15PG0Tsn072148; Fri, 25 Jun 2021 16:00:29 GMT (envelope-from git) Date: Fri, 25 Jun 2021 16:00:29 GMT Message-Id: <202106251600.15PG0Tsn072148@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: 2bea883c25e3 - main - ports-mgmt/fastest_pkg: Set NO_ARCH 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: 2bea883c25e3119103313568b6cef8c855b4fef7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 16:00:29 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bea883c25e3119103313568b6cef8c855b4fef7 commit 2bea883c25e3119103313568b6cef8c855b4fef7 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 15:58:47 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 16:00:24 +0000 ports-mgmt/fastest_pkg: Set NO_ARCH Approved by: portmgr blanket --- ports-mgmt/fastest_pkg/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports-mgmt/fastest_pkg/Makefile b/ports-mgmt/fastest_pkg/Makefile index 37a954812310..d37fb50695fe 100644 --- a/ports-mgmt/fastest_pkg/Makefile +++ b/ports-mgmt/fastest_pkg/Makefile @@ -19,4 +19,6 @@ USE_GITHUB= yes GH_ACCOUNT= ehaupt USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 16:35:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85E8C666901; Fri, 25 Jun 2021 16:35: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 4GBN0Q3MsYz4mBn; Fri, 25 Jun 2021 16:35: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 5C0BB664C; Fri, 25 Jun 2021 16:35: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 15PGZYDC016817; Fri, 25 Jun 2021 16:35:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PGZYfb016816; Fri, 25 Jun 2021 16:35:34 GMT (envelope-from git) Date: Fri, 25 Jun 2021 16:35:34 GMT Message-Id: <202106251635.15PGZYfb016816@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: fd6dbb71145e - main - net-mgmt/unifi6: Update to 6.2.26 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: fd6dbb71145e95f8b481d630831d4794e9c364d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 16:35:34 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd6dbb71145e95f8b481d630831d4794e9c364d7 commit fd6dbb71145e95f8b481d630831d4794e9c364d7 Author: Juraj Lutter AuthorDate: 2021-06-21 19:53:50 +0000 Commit: Juraj Lutter CommitDate: 2021-06-25 16:35:21 +0000 net-mgmt/unifi6: Update to 6.2.26 - Update to 6.2.26 - Changelog: https://community.ui.com/releases/UniFi-Network-Application-6-2-26/0dfcbc77-8a4f-4e20-bb93-07bbb0237e3a --- 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 3e644f76dbae..43cfcfe067f9 100644 --- a/net-mgmt/unifi6/Makefile +++ b/net-mgmt/unifi6/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifi6 -PORTVERSION= 6.2.25 +PORTVERSION= 6.2.26 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 4771b2deee4d..5b68eea2d033 100644 --- a/net-mgmt/unifi6/distinfo +++ b/net-mgmt/unifi6/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621459185 -SHA256 (unifi6-6.2.25/unifi_sysvinit_all.deb) = 4740e9bc393d38a8f9e92410f1b5d40591a2915fa64c9a6efb4c79d959f2ee92 -SIZE (unifi6-6.2.25/unifi_sysvinit_all.deb) = 127737288 -SHA256 (unifi6-6.2.25/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 -SIZE (unifi6-6.2.25/javax.activation-api-1.2.0.jar) = 56674 +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 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 17:13:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F41166723C; Fri, 25 Jun 2021 17:13: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 4GBNr413hDz4pcf; Fri, 25 Jun 2021 17:13: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 0C87972AE; Fri, 25 Jun 2021 17:13: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 15PHDNq8069995; Fri, 25 Jun 2021 17:13:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PHDN5X069994; Fri, 25 Jun 2021 17:13:23 GMT (envelope-from git) Date: Fri, 25 Jun 2021 17:13:23 GMT Message-Id: <202106251713.15PHDN5X069994@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: 83d998b46c10 - main - security/vuxml: Add another package for CVE-2021-3583 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: 83d998b46c103fff8750466bbac773a8b0297b44 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 17:13:24 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=83d998b46c103fff8750466bbac773a8b0297b44 commit 83d998b46c103fff8750466bbac773a8b0297b44 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 16:10:35 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 17:13:18 +0000 security/vuxml: Add another package for CVE-2021-3583 Also, fix a copy-paste error. py*-ansible-base are listed twice. The second entry should list py*-ansible instead. --- security/vuxml/vuln-2021.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 04107a08f274..3d9678dd2e5c 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -16,10 +16,17 @@ 2.10.11 - py36-ansible-base - py37-ansible-base - py38-ansible-base - py39-ansible-base + py36-ansible2 + py37-ansible2 + py38-ansible2 + py39-ansible2 + 2.9.23 + + + py36-ansible + py37-ansible + py38-ansible + py39-ansible 2.9.23 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 17:13:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6A6666723F; Fri, 25 Jun 2021 17:13: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 4GBNr63YdBz4pnc; Fri, 25 Jun 2021 17:13: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 4C5C27485; Fri, 25 Jun 2021 17:13: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 15PHDQwi070052; Fri, 25 Jun 2021 17:13:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PHDQ1L070051; Fri, 25 Jun 2021 17:13:26 GMT (envelope-from git) Date: Fri, 25 Jun 2021 17:13:26 GMT Message-Id: <202106251713.15PHDQ1L070051@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: 3716d1981fdd - main - biology/linux-foldingathome: Update to 7.6.21 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: 3716d1981fdda9fc12b323079093d0b6aaa6fcf2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 17:13:27 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=3716d1981fdda9fc12b323079093d0b6aaa6fcf2 commit 3716d1981fdda9fc12b323079093d0b6aaa6fcf2 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 17:08:02 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 17:13:19 +0000 biology/linux-foldingathome: Update to 7.6.21 Unfortunately, this version of FAHClient is not able to daemonize successfully anymore. Even though the --daemon flag is passed, FAHClient does not detach from the controlling terminal. In addition to that it does not go into background. The --log seems to be broken as well as since all the logs are printed to the terminal instead of the log file. In order to alleviate those problems, use daemon(8). PR: 250463 Changes: https://foldingforum.org/viewtopic.php?t=36307 --- biology/linux-foldingathome/Makefile | 2 +- biology/linux-foldingathome/distinfo | 6 +++--- biology/linux-foldingathome/files/fahclient.in | 26 +++++++++++--------------- 3 files changed, 15 insertions(+), 19 deletions(-) diff --git a/biology/linux-foldingathome/Makefile b/biology/linux-foldingathome/Makefile index 09a06fabcccb..2c019027e65a 100644 --- a/biology/linux-foldingathome/Makefile +++ b/biology/linux-foldingathome/Makefile @@ -1,7 +1,7 @@ # Created by: Yonatan PORTNAME= foldingathome -DISTVERSION= 7.6.13 +DISTVERSION= 7.6.21 CATEGORIES= biology linux MASTER_SITES= https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v${DISTVERSION:R}/ PKGNAMEPREFIX= linux- diff --git a/biology/linux-foldingathome/distinfo b/biology/linux-foldingathome/distinfo index 98804e70cb9a..33d4bcc5607a 100644 --- a/biology/linux-foldingathome/distinfo +++ b/biology/linux-foldingathome/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589030361 -SHA256 (fahclient-7.6.13-1.x86_64.rpm) = 5abb3288a052890555c5b823f4a283593e122aadffbb0790879f58e266fcc28f -SIZE (fahclient-7.6.13-1.x86_64.rpm) = 3679564 +TIMESTAMP = 1624640434 +SHA256 (fahclient-7.6.21-1.x86_64.rpm) = a9f8b5073cd800cc63e32c623a8b4d7487c4e19a1e84760202e451b997d95073 +SIZE (fahclient-7.6.21-1.x86_64.rpm) = 3779272 diff --git a/biology/linux-foldingathome/files/fahclient.in b/biology/linux-foldingathome/files/fahclient.in index 7d8e72bfcbdb..6b42171980fe 100644 --- a/biology/linux-foldingathome/files/fahclient.in +++ b/biology/linux-foldingathome/files/fahclient.in @@ -76,7 +76,9 @@ load_rc_config 'fahclient' : "${fahclient_logfile:=%%FAHCLIENT_WORK_DIR%%/log.txt}" pidfile="${fahclient_pidfile}" -command='%%FAHCLIENT_PROGRAM%%' +procname="%%FAHCLIENT_PROGRAM%%" +command="/usr/sbin/daemon" +command_args="-o ${fahclient_logfile} -p ${pidfile} -- ${procname}" # Some notes on the specified options: # - fahclient_flags are passed in before other options by the rc # framework. @@ -86,26 +88,20 @@ command='%%FAHCLIENT_PROGRAM%%' # precedence). # - --config is necessary to point the program to the correct configuration # file. -# - --log sets the log file location (takes precedence over config file), -# log is special in this respect. # - --chdir is used to switch to a desired work directory. The program is going # to create a lot of files in its current working directory so should not be # just any directory on the system. -# - --pid-file specifies the location for the PID file. -# - --daemon is to detach the program from the terminal and run it -# in the background. # - fahclient_extra_flags are passed in after all other options. - -command_args="${command_args} --user=${fahclient_donor}" -command_args="${command_args} --team=${fahclient_team}" -command_args="${command_args} --config=${fahclient_config}" -command_args="${command_args} --log=${fahclient_logfile}" -command_args="${command_args} --chdir=${fahclient_chdir}" -command_args="${command_args} --pid-file=${pidfile} --daemon" -command_args="${command_args} ${fahclient_extra_flags}" +_fahclient_command_args= +_fahclient_command_args="${_fahclient_command_args} --user=${fahclient_donor}" +_fahclient_command_args="${_fahclient_command_args} --team=${fahclient_team}" +_fahclient_command_args="${_fahclient_command_args} --config=${fahclient_config}" +_fahclient_command_args="${_fahclient_command_args} --chdir=${fahclient_chdir}" +_fahclient_command_args="${_fahclient_command_args} ${fahclient_extra_flags}" +command_args="${command_args} ${_fahclient_command_args}" extra_commands="log showconfig" log_cmd="tail -F -- ${fahclient_logfile}" -showconfig_cmd="${command} ${fahclient_flags} ${command_args} --print" +showconfig_cmd="${procname} ${fahclient_flags} ${_fahclient_command_args} --print" if [ -n "$fahclient_user" ]; then showconfig_cmd="su -m $fahclient_user -c 'sh -c \"$showconfig_cmd\"'" fi From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 17:13:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F2FB66723D; Fri, 25 Jun 2021 17:13: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 4GBNr51qwbz4q0J; Fri, 25 Jun 2021 17:13: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 284A07484; Fri, 25 Jun 2021 17:13: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 15PHDPbb070028; Fri, 25 Jun 2021 17:13:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PHDPqr070027; Fri, 25 Jun 2021 17:13:25 GMT (envelope-from git) Date: Fri, 25 Jun 2021 17:13:25 GMT Message-Id: <202106251713.15PHDPqr070027@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: 1fa71395f9ff - main - sysutils/ansible2: Update to 2.9.23 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: 1fa71395f9ff477f04bd9797a5ff8d456dcc965b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 17:13:25 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fa71395f9ff477f04bd9797a5ff8d456dcc965b commit 1fa71395f9ff477f04bd9797a5ff8d456dcc965b Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 16:28:25 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-25 17:13:19 +0000 sysutils/ansible2: Update to 2.9.23 Security: CVE-2021-3583 --- sysutils/ansible2/Makefile | 2 +- sysutils/ansible2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/ansible2/Makefile b/sysutils/ansible2/Makefile index 3e2222c36eef..940c4f60fd26 100644 --- a/sysutils/ansible2/Makefile +++ b/sysutils/ansible2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansible -PORTVERSION?= 2.9.22 +PORTVERSION?= 2.9.23 PORTREVISION?= 0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ diff --git a/sysutils/ansible2/distinfo b/sysutils/ansible2/distinfo index a2d51e265092..552530436219 100644 --- a/sysutils/ansible2/distinfo +++ b/sysutils/ansible2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621933367 -SHA256 (ansible-2.9.22.tar.gz) = 49a4139a4315282c0588f1691b450ebc8309772c149f6cf342d2039bc3a48b6f -SIZE (ansible-2.9.22.tar.gz) = 14278328 +TIMESTAMP = 1624637903 +SHA256 (ansible-2.9.23.tar.gz) = b7ca0fac00dd09e11bf69eb40da1405881b466ad2adb88e7aee3e2387e66f9ad +SIZE (ansible-2.9.23.tar.gz) = 14277981 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 17:54:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF8FF640321; Fri, 25 Jun 2021 17:54: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 4GBPlh5zBZz4sHb; Fri, 25 Jun 2021 17:54: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 B57147934; Fri, 25 Jun 2021 17:54: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 15PHseta026131; Fri, 25 Jun 2021 17:54:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PHsem9026130; Fri, 25 Jun 2021 17:54:40 GMT (envelope-from git) Date: Fri, 25 Jun 2021 17:54:40 GMT Message-Id: <202106251754.15PHsem9026130@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: 5953db5520da - main - www/unit*: fix syntax error 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: 5953db5520dafbf28b3b2e46d1cc62f0a01706f2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 17:54:40 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=5953db5520dafbf28b3b2e46d1cc62f0a01706f2 commit 5953db5520dafbf28b3b2e46d1cc62f0a01706f2 Author: Antoine Brodin AuthorDate: 2021-06-25 17:54:07 +0000 Commit: Antoine Brodin CommitDate: 2021-06-25 17:54:07 +0000 www/unit*: fix syntax error --- www/unit-perl/Makefile | 5 ----- www/unit/Makefile | 7 +++++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/www/unit-perl/Makefile b/www/unit-perl/Makefile index 526a7fed4bb8..725afb62fefb 100644 --- a/www/unit-perl/Makefile +++ b/www/unit-perl/Makefile @@ -16,11 +16,6 @@ USE_RC_SUBR?= # reset to empty MASTERDIR= ${.CURDIR}/../unit -# Fix build failure on clang12 -.if ${OSVERSION} >= 1400023 -CFLAGS+= -Wno-compound-token-split-by-macro -.endif - post-configure: cd ${CONFIGURE_WRKSRC} && \ ${CONFIGURE_CMD} perl --module=${UNIT_MODNAME} diff --git a/www/unit/Makefile b/www/unit/Makefile index a6f321c9e45a..8b80ce335356 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -106,6 +106,13 @@ CONFIGURE_ARGS+=--no-unix-sockets CONFIGURE_ARGS+=--control=unix:${UNIT_SOCK} .endif +.if defined(UNIT_MODNAME) && ${UNIT_MODNAME:Mperl*} +# Fix build failure on clang12 +.if ${OSVERSION} >= 1400023 +CFLAGS+= -Wno-compound-token-split-by-macro +.endif +.endif + .if !target(post-install) post-install: ${MKDIR} ${STAGEDIR}${UNIT_DBDIR} From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 17:58:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D54206400DE; Fri, 25 Jun 2021 17: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 4GBPrC5bDfz4sYj; Fri, 25 Jun 2021 17: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 A40427D00; Fri, 25 Jun 2021 17: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 15PHwZia026577; Fri, 25 Jun 2021 17: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 15PHwZjU026576; Fri, 25 Jun 2021 17:58:35 GMT (envelope-from git) Date: Fri, 25 Jun 2021 17:58:35 GMT Message-Id: <202106251758.15PHwZjU026576@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: 05f96c80f8f5 - main - biology/ugene: update Unipro UGENE to version 39.0. 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: 05f96c80f8f5cde88a25a3f71a1b6248dd84827a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 17:58:35 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=05f96c80f8f5cde88a25a3f71a1b6248dd84827a commit 05f96c80f8f5cde88a25a3f71a1b6248dd84827a Author: Alexey Dokuchaev AuthorDate: 2021-06-25 17:56:26 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-25 17:56:47 +0000 biology/ugene: update Unipro UGENE to version 39.0. --- biology/ugene/Makefile | 8 ++++++-- biology/ugene/distinfo | 6 +++--- biology/ugene/pkg-plist | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile index e7f773e0d0af..0737101475c8 100644 --- a/biology/ugene/Makefile +++ b/biology/ugene/Makefile @@ -1,8 +1,7 @@ # Created by: Hannes Hauswedell PORTNAME= ugene -PORTVERSION= 38.1 -PORTREVISION= 1 +PORTVERSION= 39.0 CATEGORIES= biology science MAINTAINER= h2+fbsdports@fsfe.org @@ -58,6 +57,11 @@ post-patch: ${WRKSRC}/src/ugeneui/ugeneui.pri @${REINPLACE_CMD} -e '218,220s|NULL)|false)|' \ ${WRKSRC}/src/plugins/GUITestBase/src/GTUtilsMdi.cpp + @${REINPLACE_CMD} -e '/--no-pie/s,unix:!macx,linux-g++,' \ + ${WRKSRC}/src/plugins_checker/plugins_checker.pri \ + ${WRKSRC}/src/ugenecl/ugenecl.pri \ + ${WRKSRC}/src/ugenem/ugenem.pro \ + ${WRKSRC}/src/ugeneui/ugeneui.pri post-stage: @cd ${STAGEDIR}${PREFIX} && ${RM} bin/ecp.* lib/ugene/ecp.* diff --git a/biology/ugene/distinfo b/biology/ugene/distinfo index dfd53e61071d..de58bef3c1a8 100644 --- a/biology/ugene/distinfo +++ b/biology/ugene/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616742529 -SHA256 (ugeneunipro-ugene-38.1_GH0.tar.gz) = f5e208df0481c2dfe804817d6bc7e8a1d6236e8cbff3d8b874745873492a56d6 -SIZE (ugeneunipro-ugene-38.1_GH0.tar.gz) = 23446767 +TIMESTAMP = 1623340087 +SHA256 (ugeneunipro-ugene-39.0_GH0.tar.gz) = 1e5141c097b22735497d91d59a47356a6fc132f8355c0a0bc97e26097c43570a +SIZE (ugeneunipro-ugene-39.0_GH0.tar.gz) = 24940304 diff --git a/biology/ugene/pkg-plist b/biology/ugene/pkg-plist index eb0a6e5bb047..1787b082f22b 100644 --- a/biology/ugene/pkg-plist +++ b/biology/ugene/pkg-plist @@ -146,8 +146,8 @@ lib/ugene/plugins/wevote_support.plugin lib/ugene/plugins/workflow_designer.license lib/ugene/plugins/workflow_designer.plugin lib/ugene/plugins_checker -lib/ugene/transl_en.qm lib/ugene/transl_ru.qm +lib/ugene/transl_tr.qm lib/ugene/ugene lib/ugene/ugenecl lib/ugene/ugenem From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 17:58:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 610F8640593; Fri, 25 Jun 2021 17:58:38 +0000 (UTC) (envelope-from osa@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 4GBPrG2MPLz4ssy; Fri, 25 Jun 2021 17:58:38 +0000 (UTC) (envelope-from osa@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624643918; 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=p/5HaUT7fuN7ZPitJRktPK8RMixQBo/3Gx4e7zdSf+s=; b=sZxeVDxuSdSs03WFmSrqDCMcY9rretgT7FK1IXG2FbTK0shsB6B7KscSi0NcTxHGMKmqt8 Xdi6gWjwsDPjUV97/pZEMy18yeAtU7UYIOd3CpxxS8W8Ze+qRSUitIOP/9EV7+m635YTut N2kZAP2rUr40JVsuFPSjpg1MkjWPri9+0ST6oMppqJqLCHWd3E7pDa4tV9AZvoIN4CCpEd MrdzyAI0RZ59SZG/Q/Qhzps4qkBBiS68snrChDkHRhHl0FHibXHIkMvPvNVzgTlzTTDXLr vb690Y5kCdvoMpHouyncvUkEOo6IBAtgKqKHDSSOhe3DkBpnieCrHV/Nxo8jfA== Received: by freefall.freebsd.org (Postfix, from userid 975) id 41A92148AD; Fri, 25 Jun 2021 17:58:38 +0000 (UTC) Date: Fri, 25 Jun 2021 17:58:38 +0000 From: "Sergey A. Osokin" To: Antoine Brodin Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 5953db5520da - main - www/unit*: fix syntax error Message-ID: References: <202106251754.15PHsem9026130@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202106251754.15PHsem9026130@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624643918; 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=p/5HaUT7fuN7ZPitJRktPK8RMixQBo/3Gx4e7zdSf+s=; b=JJBp06n88ExdZ4/ughAiyOj07DW+IZYBtXD4/7VfYPbCtpbdoCAeF+a7FKnACszBZLiFeR 9eXgwPqLfJyu/Vbh7d2CRiCwPinTLfMZU036I82KTmddcEbJwCSwYH8CosE5lZ39gSrfX/ GyE2/L4fokzHuIfRq6+2WLllfIBO5R/wlIoX6Bj+W4dgFBJWQsW53XFnNJI4AQRuLG/63x W7lJe9f8IE8ALDjWTcD7jPQc70R40BDZB/cW4OOnq5UCZAlGIX6svWn0IJ1Zqnf965drRU IA2oDURwlpaAr0RRbLg82OZdcbBxjtLhm0qFQae2RXzqXvjmIURDREVmWY7KdA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1624643918; a=rsa-sha256; cv=none; b=yzvqpDdCRWX6ni99kBYZe8bTbOSVP12jcy4fHI6XuDKbZRacby1WhX2BsiyzV1HMuPGJF6 b7Z8jJRWatyC0dpzkTbr7gKzvsZzJd9t26Qi5gyj0ybkHTY0KmhUeZO+cPArkcTdAwFRQ2 jMvaQqIql0JrjPQeiQPViFOIScn87HoR3QNDYl282V4W+U9XY5YxN9033yoobV4YqhhJ0q rm9kocnnrE0xxTicJaMGxDwilnp3zpi4AdmME3Bpgkaq/VsnP3R7a/RuIonYQWOFK5Y/TL zXEdhdtG+NLNbtc8vpyomMdJhHMa3QXIpy/OLJ8xHA1+/K2xRB2zKHBuyFBtlg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 17:58:38 -0000 Thanks, Antoine! On Fri, Jun 25, 2021 at 05:54:40PM +0000, Antoine Brodin wrote: > The branch main has been updated by antoine: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=5953db5520dafbf28b3b2e46d1cc62f0a01706f2 > > commit 5953db5520dafbf28b3b2e46d1cc62f0a01706f2 > Author: Antoine Brodin > AuthorDate: 2021-06-25 17:54:07 +0000 > Commit: Antoine Brodin > CommitDate: 2021-06-25 17:54:07 +0000 > > www/unit*: fix syntax error > --- > www/unit-perl/Makefile | 5 ----- > www/unit/Makefile | 7 +++++++ > 2 files changed, 7 insertions(+), 5 deletions(-) > > diff --git a/www/unit-perl/Makefile b/www/unit-perl/Makefile > index 526a7fed4bb8..725afb62fefb 100644 > --- a/www/unit-perl/Makefile > +++ b/www/unit-perl/Makefile > @@ -16,11 +16,6 @@ USE_RC_SUBR?= # reset to empty > > MASTERDIR= ${.CURDIR}/../unit > > -# Fix build failure on clang12 > -.if ${OSVERSION} >= 1400023 > -CFLAGS+= -Wno-compound-token-split-by-macro > -.endif > - > post-configure: > cd ${CONFIGURE_WRKSRC} && \ > ${CONFIGURE_CMD} perl --module=${UNIT_MODNAME} > diff --git a/www/unit/Makefile b/www/unit/Makefile > index a6f321c9e45a..8b80ce335356 100644 > --- a/www/unit/Makefile > +++ b/www/unit/Makefile > @@ -106,6 +106,13 @@ CONFIGURE_ARGS+=--no-unix-sockets > CONFIGURE_ARGS+=--control=unix:${UNIT_SOCK} > .endif > > +.if defined(UNIT_MODNAME) && ${UNIT_MODNAME:Mperl*} > +# Fix build failure on clang12 > +.if ${OSVERSION} >= 1400023 > +CFLAGS+= -Wno-compound-token-split-by-macro > +.endif > +.endif > + > .if !target(post-install) > post-install: > ${MKDIR} ${STAGEDIR}${UNIT_DBDIR} From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 18:04:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8ED9640651; Fri, 25 Jun 2021 18:04: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 4GBPz86JvPz4tBf; Fri, 25 Jun 2021 18:04: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 BD0287F08; Fri, 25 Jun 2021 18:04: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 15PI4aXa040230; Fri, 25 Jun 2021 18:04:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PI4ajb040229; Fri, 25 Jun 2021 18:04:36 GMT (envelope-from git) Date: Fri, 25 Jun 2021 18:04:36 GMT Message-Id: <202106251804.15PI4ajb040229@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: 3bc6be6a1fbb - main - astro/stellarium: update Stellarium to version 0.21.1. 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: 3bc6be6a1fbb2dbff3caea31ee19e95bdd052ab7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 18:04:37 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bc6be6a1fbb2dbff3caea31ee19e95bdd052ab7 commit 3bc6be6a1fbb2dbff3caea31ee19e95bdd052ab7 Author: Alexey Dokuchaev AuthorDate: 2021-06-25 18:02:16 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-25 18:02:30 +0000 astro/stellarium: update Stellarium to version 0.21.1. Reported by: portscout --- astro/stellarium/Makefile | 8 +++++++- astro/stellarium/distinfo | 12 +++++++----- astro/stellarium/pkg-plist | 14 ++++++++++++++ 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 799839de0986..e50420f7e8af 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -1,9 +1,11 @@ # Created by: Jean-Yves Lefort PORTNAME= stellarium -PORTVERSION= 0.21.0 +PORTVERSION= 0.21.1 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 @@ -76,6 +78,10 @@ post-extract-DOCS-on: @${LN} -sf ${_DISTDIR}/stellarium_user_guide-${GUIDE_VERSION}-1.pdf \ ${WRKSRC} +post-install: + ${INSTALL_DATA} ${WRKDIR}/almstars-1.1/*.dat \ + ${STAGEDIR}${DATADIR}/skycultures/almagest/almstars + post-install-MORE_STARS-on: ${INSTALL_DATA} ${DISTDIR}/stars_4_1v0_2.cat \ ${DISTDIR}/stars_[5678]_2v0_1.cat \ diff --git a/astro/stellarium/distinfo b/astro/stellarium/distinfo index 2cf9c68cb667..902abd127a7c 100644 --- a/astro/stellarium/distinfo +++ b/astro/stellarium/distinfo @@ -1,8 +1,10 @@ -TIMESTAMP = 1617003021 -SHA256 (Stellarium-stellarium-v0.21.0_GH0.tar.gz) = c50bb8be684b5098ff21883faf6cb0c7d3c4186ceb7854d8c3eb0a3c52912a38 -SIZE (Stellarium-stellarium-v0.21.0_GH0.tar.gz) = 353979343 -SHA256 (stellarium_user_guide-0.21.0-1.pdf) = 3e42b4619e82e27a101aa67427bd067543dd1eeb951ebd2b2b1da77ec6db8218 -SIZE (stellarium_user_guide-0.21.0-1.pdf) = 31132367 +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 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 5cd21475e5f2..9c406425fd9a 100644 --- a/astro/stellarium/pkg-plist +++ b/astro/stellarium/pkg-plist @@ -867,6 +867,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/n2467.png %%DATADIR%%/nebulae/default/n247.png %%DATADIR%%/nebulae/default/n2477.png +%%DATADIR%%/nebulae/default/n2506-vasey.png %%DATADIR%%/nebulae/default/n2516-dss.png %%DATADIR%%/nebulae/default/n253.png %%DATADIR%%/nebulae/default/n2547.png @@ -890,6 +891,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/n2997.png %%DATADIR%%/nebulae/default/n300.png %%DATADIR%%/nebulae/default/n3077.png +%%DATADIR%%/nebulae/default/n3079-vasey.png %%DATADIR%%/nebulae/default/n3109.png %%DATADIR%%/nebulae/default/n3114.png %%DATADIR%%/nebulae/default/n3115.png @@ -901,6 +903,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/n3198-sdss.png %%DATADIR%%/nebulae/default/n3199.png %%DATADIR%%/nebulae/default/n3201-dss.png +%%DATADIR%%/nebulae/default/n3227-vasey.png %%DATADIR%%/nebulae/default/n3242.png %%DATADIR%%/nebulae/default/n3293.png %%DATADIR%%/nebulae/default/n3310-vasey.png @@ -982,6 +985,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/n5286.png %%DATADIR%%/nebulae/default/n5307.png %%DATADIR%%/nebulae/default/n5315.png +%%DATADIR%%/nebulae/default/n5363-vasey.png %%DATADIR%%/nebulae/default/n5367.png %%DATADIR%%/nebulae/default/n5426.png %%DATADIR%%/nebulae/default/n5466.png @@ -1142,6 +1146,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/sh2-136.png %%DATADIR%%/nebulae/default/sh2-155.png %%DATADIR%%/nebulae/default/sh2-170.png +%%DATADIR%%/nebulae/default/sh2-188-vasey.png %%DATADIR%%/nebulae/default/sh2-240.png %%DATADIR%%/nebulae/default/sh2-261.png %%DATADIR%%/nebulae/default/sh2-263.png @@ -1361,11 +1366,16 @@ 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.ru.utf8 %%DATADIR%%/skycultures/al-sufi/description.sk.utf8 %%DATADIR%%/skycultures/al-sufi/description.uk.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 @@ -1376,6 +1386,7 @@ share/mime/packages/stellarium.xml %%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 @@ -1390,6 +1401,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/anutan/description.gl.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/dso_names.fab @@ -1876,6 +1888,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/japanese_moon_stations/description.gl.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 %%DATADIR%%/skycultures/japanese_moon_stations/description.sk.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.uk.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.zh_CN.utf8 @@ -1988,6 +2001,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/macedonian/description.es.utf8 %%DATADIR%%/skycultures/macedonian/description.gl.utf8 %%DATADIR%%/skycultures/macedonian/description.nl.utf8 +%%DATADIR%%/skycultures/macedonian/description.ru.utf8 %%DATADIR%%/skycultures/macedonian/description.sk.utf8 %%DATADIR%%/skycultures/macedonian/description.uk.utf8 %%DATADIR%%/skycultures/macedonian/description.zh_CN.utf8 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 19:41:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D54BC641F99; Fri, 25 Jun 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 4GBS6p4Cbmz3FZf; Fri, 25 Jun 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 78EEC11589; Fri, 25 Jun 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 15PJfMC9070992; Fri, 25 Jun 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 15PJfMuT070991; Fri, 25 Jun 2021 19:41:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 19:41:22 GMT Message-Id: <202106251941.15PJfMuT070991@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: 4171d1166bae - main - graphics/spirv-tools: update to 2021.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: 4171d1166bae1f632be3c23fc8bc4d75571b17f0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 19:41:22 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4171d1166bae1f632be3c23fc8bc4d75571b17f0 commit 4171d1166bae1f632be3c23fc8bc4d75571b17f0 Author: Jan Beich AuthorDate: 2021-06-22 12:53:10 +0000 Commit: Jan Beich CommitDate: 2021-06-25 19:39:13 +0000 graphics/spirv-tools: update to 2021.2 Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2021.1...v2021.2 Reported by: Repology --- graphics/spirv-tools/Makefile | 4 ++-- graphics/spirv-tools/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index f72b29b38632..72feb39dee9b 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= spirv-tools DISTVERSIONPREFIX= v -DISTVERSION= 2021.1 +DISTVERSION= 2021.2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -15,7 +15,7 @@ SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= SPIRV-Tools -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-47-gdafead1:headers/external/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-71-g07f259e:headers/external/spirv-headers CMAKE_ON= SPIRV_SKIP_TESTS CMAKE_OFF= SPIRV_WERROR diff --git a/graphics/spirv-tools/distinfo b/graphics/spirv-tools/distinfo index 014b7816c9c9..892c500fd0e2 100644 --- a/graphics/spirv-tools/distinfo +++ b/graphics/spirv-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1619014387 -SHA256 (KhronosGroup-SPIRV-Tools-v2021.1_GH0.tar.gz) = bd42f6d766ac50f1a1ab46ce96d59e24ab28fb9779a71fccfa8bad760842c274 -SIZE (KhronosGroup-SPIRV-Tools-v2021.1_GH0.tar.gz) = 2608588 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-47-gdafead1_GH0.tar.gz) = e38cdf41c089a0688b2024a873d20f84fa259af713ad52430b4d119b5f5380a6 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-47-gdafead1_GH0.tar.gz) = 405883 +TIMESTAMP = 1624366390 +SHA256 (KhronosGroup-SPIRV-Tools-v2021.2_GH0.tar.gz) = 2416a0354a0b14b8e7b671f6f99652cc8a8a83dc9acf195dafd22fbee5e92035 +SIZE (KhronosGroup-SPIRV-Tools-v2021.2_GH0.tar.gz) = 2623612 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-71-g07f259e_GH0.tar.gz) = 1561e1442638acb5746f5d9b3537bdf31498f91a07d0902be5277a4877adacc7 +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-71-g07f259e_GH0.tar.gz) = 412265 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 19:41:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9AD4641F50; Fri, 25 Jun 2021 19:41: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 4GBS6q65Nxz3FD5; Fri, 25 Jun 2021 19:41: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 9C2C11141F; Fri, 25 Jun 2021 19:41: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 15PJfNNb071017; Fri, 25 Jun 2021 19:41:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PJfN2E071015; Fri, 25 Jun 2021 19:41:23 GMT (envelope-from git) Date: Fri, 25 Jun 2021 19:41:23 GMT Message-Id: <202106251941.15PJfN2E071015@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: 2800db48837d - main - x11/foot: update to 1.8.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: 2800db48837de1794761ae66b91eb2310d2a8fc9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 19:41:24 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2800db48837de1794761ae66b91eb2310d2a8fc9 commit 2800db48837de1794761ae66b91eb2310d2a8fc9 Author: Jan Beich AuthorDate: 2021-06-25 06:35:41 +0000 Commit: Jan Beich CommitDate: 2021-06-25 19:39:13 +0000 x11/foot: update to 1.8.0 Changes: https://codeberg.org/dnkl/foot/releases/tag/1.8.0 Reported by: Repology --- x11/foot/Makefile | 16 +++++++++------- x11/foot/distinfo | 6 +++--- x11/foot/pkg-descr | 1 + 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/x11/foot/Makefile b/x11/foot/Makefile index 3bf6ffce4b77..ddd9709d1ae5 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,5 +1,5 @@ PORTNAME= foot -DISTVERSION= 1.7.2 +DISTVERSION= 1.8.0 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -23,15 +23,21 @@ USES= compiler:c11 meson pkgconfig xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS_DEFINE= NOTIFY XDG -OPTIONS_DEFAULT=NOTIFY XDG +OPTIONS_DEFINE= NOTIFY UTF8PROC XDG +OPTIONS_DEFAULT=NOTIFY UTF8PROC XDG NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify +UTF8PROC_DESC= Grapheme clustering using libutf8proc +UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc +UTF8PROC_MESON_ENABLED= grapheme-clustering + XDG_DESC= Open files with xdg-open XDG_RUN_DEPENDS= xdg-open:devel/xdg-utils .if exists(/usr/bin/tic) +# Add site- suffix to avoid conflict with terminfo-db (part of ncurses) +MESON_ARGS+= -Dterminfo-install-location="${PLIST_FILES:M*terminfo*:[1]:H:H}" PKGMESSAGE= ${NONEXISTENT} PLIST_FILES+= share/site-terminfo/f/${PORTNAME} \ share/site-terminfo/f/${PORTNAME}-direct @@ -39,8 +45,4 @@ PLIST_FILES+= share/site-terminfo/f/${PORTNAME} \ MESON_ARGS+= -Dterminfo=disabled .endif -post-patch: -# Chase default TERMINFO_DIRS on FreeBSD, see lib/ncurses/ncurses/ncurses_cfg.h - @${REINPLACE_CMD} '/datadir/s/terminfo/site-&/' ${WRKSRC}/meson.build - .include diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 1c6e1b9f40f4..9a299d102b21 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618769560 -SHA256 (foot-1.7.2.tar.gz) = 0c5fa72a315b65100dfb8b7343212535e75e990b2a9500e028c6078c7915eb8a -SIZE (foot-1.7.2.tar.gz) = 392748 +TIMESTAMP = 1624602941 +SHA256 (foot-1.8.0.tar.gz) = 9269acfbef40cb284590de3bf70fc67997ffb6361dec4b4dddae7cdbf4ad6490 +SIZE (foot-1.8.0.tar.gz) = 415924 diff --git a/x11/foot/pkg-descr b/x11/foot/pkg-descr index ede402ce5a1d..ece3414e5490 100644 --- a/x11/foot/pkg-descr +++ b/x11/foot/pkg-descr @@ -14,6 +14,7 @@ Features: - Color emoji support - IME (via text-input-v3) - Multi-seat +- TrueColors (32bpp) - Synchronized Updates - Sixel image support From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 69EF664254D; Fri, 25 Jun 2021 20:03: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 4GBSc82Pjlz3Gjb; Fri, 25 Jun 2021 20:03: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 3A61B115F2; Fri, 25 Jun 2021 20:03: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 15PK3KAp000385; Fri, 25 Jun 2021 20:03:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3K9V000384; Fri, 25 Jun 2021 20:03:20 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:20 GMT Message-Id: <202106252003.15PK3K9V000384@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 430efadd92a5 - main - devel/leatherman: Update to 1.12.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 430efadd92a5248bfd02e48c25a9e8462ee64a0b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:20 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=430efadd92a5248bfd02e48c25a9e8462ee64a0b commit 430efadd92a5248bfd02e48c25a9e8462ee64a0b Author: Romain Tartière AuthorDate: 2021-06-19 00:09:17 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 19:52:00 +0000 devel/leatherman: Update to 1.12.5 With hat: puppet --- devel/leatherman/Makefile | 2 +- devel/leatherman/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile index 14cc3e622f74..53220b1bd8f1 100644 --- a/devel/leatherman/Makefile +++ b/devel/leatherman/Makefile @@ -1,5 +1,5 @@ PORTNAME= leatherman -PORTVERSION= 1.12.4 +PORTVERSION= 1.12.5 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org diff --git a/devel/leatherman/distinfo b/devel/leatherman/distinfo index 04cc391abb37..0d6d6574911b 100644 --- a/devel/leatherman/distinfo +++ b/devel/leatherman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608142249 -SHA256 (puppetlabs-leatherman-1.12.4_GH0.tar.gz) = 00f1b50a7f5f15fcb8dcf0e242f8ada7d31ec78b6093152eee8744e3e284dc28 -SIZE (puppetlabs-leatherman-1.12.4_GH0.tar.gz) = 818043 +TIMESTAMP = 1624061350 +SHA256 (puppetlabs-leatherman-1.12.5_GH0.tar.gz) = e85a1515650e54282e5e9f1bc128f81668bca5bd354cfecd3f844be496b2e06c +SIZE (puppetlabs-leatherman-1.12.5_GH0.tar.gz) = 818066 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A576864277E; Fri, 25 Jun 2021 20:03: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 4GBSc93VXjz3Gdj; Fri, 25 Jun 2021 20:03: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 5F1C911A15; Fri, 25 Jun 2021 20:03: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 15PK3L1o000413; Fri, 25 Jun 2021 20:03:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3LIO000412; Fri, 25 Jun 2021 20:03:21 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:21 GMT Message-Id: <202106252003.15PK3LIO000412@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 57fb3b735db9 - main - sysutils/facter: Update to 3.14.18 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 57fb3b735db9ed835b8544bf7e21c3741051ff5b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:21 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=57fb3b735db9ed835b8544bf7e21c3741051ff5b commit 57fb3b735db9ed835b8544bf7e21c3741051ff5b Author: Romain Tartière AuthorDate: 2021-06-25 17:52:05 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 19:52:00 +0000 sysutils/facter: Update to 3.14.18 Release notes: https://puppet.com/docs/puppet/6/release_notes_facter.html#release_notes_facter_3-14-16 With hat: puppet --- sysutils/facter/Makefile | 2 +- sysutils/facter/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index 34273b2a2314..d5362e923ab8 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -1,5 +1,5 @@ PORTNAME= facter -PORTVERSION= 3.14.17 +PORTVERSION= 3.14.18 CATEGORIES?= sysutils MASTER_SITES= https://downloads.puppetlabs.com/facter/ diff --git a/sysutils/facter/distinfo b/sysutils/facter/distinfo index 7e98ee423cf4..0c2cdf8dd4c1 100644 --- a/sysutils/facter/distinfo +++ b/sysutils/facter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808322 -SHA256 (facter-3.14.17.tar.gz) = d8e965d32e35ae352f166dca388f6f7dc0851cb458e8aff6cc4cfdd9556b3a65 -SIZE (facter-3.14.17.tar.gz) = 362038 +TIMESTAMP = 1624643511 +SHA256 (facter-3.14.18.tar.gz) = 0a7e871ca5a2e8bdd55b516fbab2c5d6a53af10527365174a4d82446d7cb87de +SIZE (facter-3.14.18.tar.gz) = 362509 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0EC656422CA; Fri, 25 Jun 2021 20:03: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 4GBScB66nMz3GXh; Fri, 25 Jun 2021 20:03: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 8D4FD115F3; Fri, 25 Jun 2021 20:03: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 15PK3MVU000443; Fri, 25 Jun 2021 20:03:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3MYj000442; Fri, 25 Jun 2021 20:03:22 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:22 GMT Message-Id: <202106252003.15PK3MYj000442@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 41816f3a5b2a - main - sysutils/rubygem-facter: Update to 4.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 41816f3a5b2a9f80a52e73ffbf02378bc1f03659 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:23 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=41816f3a5b2a9f80a52e73ffbf02378bc1f03659 commit 41816f3a5b2a9f80a52e73ffbf02378bc1f03659 Author: Romain Tartière AuthorDate: 2021-06-19 00:06:51 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 19:52:00 +0000 sysutils/rubygem-facter: Update to 4.2.1 With hat: puppet --- sysutils/rubygem-facter/Makefile | 2 +- sysutils/rubygem-facter/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-facter/Makefile b/sysutils/rubygem-facter/Makefile index ce41c621ca86..9664e9035ce6 100644 --- a/sysutils/rubygem-facter/Makefile +++ b/sysutils/rubygem-facter/Makefile @@ -1,7 +1,7 @@ # Created by: Tomoyuki Sakurai PORTNAME= facter -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-facter/distinfo b/sysutils/rubygem-facter/distinfo index 322e510c46d8..dc765d8bfd04 100644 --- a/sysutils/rubygem-facter/distinfo +++ b/sysutils/rubygem-facter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622827221 -SHA256 (rubygem/facter-4.2.0.gem) = f504f92f81541bb3d992dbb12e17cd18e70e89f6f827b3e83d3cb92b3449c8ad -SIZE (rubygem/facter-4.2.0.gem) = 153600 +TIMESTAMP = 1624061200 +SHA256 (rubygem/facter-4.2.1.gem) = 57987d648e46a2ae9e9df2ccb75bfa972c8c37f3c5bd1b359af17e48603f6606 +SIZE (rubygem/facter-4.2.1.gem) = 153600 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B18F6422DC; Fri, 25 Jun 2021 20:03: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 4GBScJ2Wz0z3GbB; Fri, 25 Jun 2021 20:03: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 3D4DE11A96; Fri, 25 Jun 2021 20:03: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 15PK3SJP000592; Fri, 25 Jun 2021 20:03:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3Sl1000591; Fri, 25 Jun 2021 20:03:28 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:28 GMT Message-Id: <202106252003.15PK3Sl1000591@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 6f1af3996fe5 - main - security/vuxml: Document CVE-2021-27021 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6f1af3996fe5db1d0509eead3c7cb612060fb973 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:28 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f1af3996fe5db1d0509eead3c7cb612060fb973 commit 6f1af3996fe5db1d0509eead3c7cb612060fb973 Author: Romain Tartière AuthorDate: 2021-06-25 20:01:52 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 20:03:01 +0000 security/vuxml: Document CVE-2021-27021 --- security/vuxml/vuln-2021.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 3d9678dd2e5c..d0c9bef7dbfd 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,34 @@ + + PuppetDB -- SQL Injection + + + puppetdb6 + 6.17.0 + + + puppetdb7 + 7.4.1 + + + + +

Puppet reports:

+
+

Fixed an issue where someone with the ability to query PuppetDB could arbitrarily write, update, or delete data CVE-2021-27021 PDB-5138.

+
+ +
+ + CVE-2021-27021 + https://puppet.com/security/cve/cve-2021-27021/ + https://tickets.puppetlabs.com/browse/PDB-5138 + + + 2021-06-24 + 2021-06-25 + +
+ Ansible -- Templating engine bug From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4E49E6422E0; Fri, 25 Jun 2021 20:03: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 4GBScK5N6Nz3GxS; Fri, 25 Jun 2021 20:03: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 7119C11A17; Fri, 25 Jun 2021 20:03: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 15PK3T56000626; Fri, 25 Jun 2021 20:03:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3TqO000625; Fri, 25 Jun 2021 20:03:29 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:29 GMT Message-Id: <202106252003.15PK3TqO000625@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 79c3b381f106 - main - databases/puppetdb6: Update to 6.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 79c3b381f106fcabf5a12c83ea888866827eff47 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:30 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=79c3b381f106fcabf5a12c83ea888866827eff47 commit 79c3b381f106fcabf5a12c83ea888866827eff47 Author: Romain Tartière AuthorDate: 2021-06-25 17:44:31 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 20:03:01 +0000 databases/puppetdb6: Update to 6.17.0 Release notes: https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6170 With hat: puppet --- databases/puppetdb-terminus6/Makefile | 2 +- databases/puppetdb-terminus6/distinfo | 6 +-- databases/puppetdb-terminus6/files/patch-Makefile | 50 +++++++++++------------ databases/puppetdb6/Makefile | 2 +- databases/puppetdb6/distinfo | 6 +-- databases/puppetdb6/files/patch-Makefile | 22 +++++----- 6 files changed, 44 insertions(+), 44 deletions(-) diff --git a/databases/puppetdb-terminus6/Makefile b/databases/puppetdb-terminus6/Makefile index 7a5e5085772d..0570035ec2e0 100644 --- a/databases/puppetdb-terminus6/Makefile +++ b/databases/puppetdb-terminus6/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetdb-terminus -PORTVERSION= 6.16.1 +PORTVERSION= 6.17.0 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 diff --git a/databases/puppetdb-terminus6/distinfo b/databases/puppetdb-terminus6/distinfo index e7097c2e0875..f9e24d134d05 100644 --- a/databases/puppetdb-terminus6/distinfo +++ b/databases/puppetdb-terminus6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808092 -SHA256 (puppetdb-6.16.1.tar.gz) = 7a0dac5e179c4bf794ff1eb056ba30428d6038eaa68020d8415ea07e73e998f4 -SIZE (puppetdb-6.16.1.tar.gz) = 47183696 +TIMESTAMP = 1624643062 +SHA256 (puppetdb-6.17.0.tar.gz) = 18ed449cfe943b8ac98ed9e53da5e1dcd0b6b4e76ce7fce20a17cc8d1acbd907 +SIZE (puppetdb-6.17.0.tar.gz) = 47451344 diff --git a/databases/puppetdb-terminus6/files/patch-Makefile b/databases/puppetdb-terminus6/files/patch-Makefile index 9b0c30d87771..9776d79eb660 100644 --- a/databases/puppetdb-terminus6/files/patch-Makefile +++ b/databases/puppetdb-terminus6/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-04-21 15:58:02 UTC +--- Makefile.orig 2021-06-17 22:24:51 UTC +++ Makefile @@ -1,7 +1,7 @@ prefix = /usr/local @@ -13,22 +13,22 @@ install-puppetdb-termini: -- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" - install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" +- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" +- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" - install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" - install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" +- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" - install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" -- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" -- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" +- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" +- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" +- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" +- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" +- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" +- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" +- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" +- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" +- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face/node" @@ -41,22 +41,22 @@ + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb" -+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -+ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -+ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -+ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -+ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" + install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -+ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -+ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" ++ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" ++ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" + install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" + install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" ++ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" + install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" -+ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" -+ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" ++ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" ++ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" ++ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" ++ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" ++ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" ++ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" ++ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" ++ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" ++ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" install-rpm-sysv-init: install-rpm-preinst install -d -m 0755 "$(DESTDIR)$(initdir)" diff --git a/databases/puppetdb6/Makefile b/databases/puppetdb6/Makefile index c30f3f6915de..99b19d09dd5b 100644 --- a/databases/puppetdb6/Makefile +++ b/databases/puppetdb6/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetdb -PORTVERSION= 6.16.1 +PORTVERSION= 6.17.0 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 diff --git a/databases/puppetdb6/distinfo b/databases/puppetdb6/distinfo index 5058c2f03e51..d4c87c752f3f 100644 --- a/databases/puppetdb6/distinfo +++ b/databases/puppetdb6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808076 -SHA256 (puppetdb-6.16.1.tar.gz) = 7a0dac5e179c4bf794ff1eb056ba30428d6038eaa68020d8415ea07e73e998f4 -SIZE (puppetdb-6.16.1.tar.gz) = 47183696 +TIMESTAMP = 1624643019 +SHA256 (puppetdb-6.17.0.tar.gz) = 18ed449cfe943b8ac98ed9e53da5e1dcd0b6b4e76ce7fce20a17cc8d1acbd907 +SIZE (puppetdb-6.17.0.tar.gz) = 47451344 diff --git a/databases/puppetdb6/files/patch-Makefile b/databases/puppetdb6/files/patch-Makefile index 807dfefd8762..5ac09daa2573 100644 --- a/databases/puppetdb6/files/patch-Makefile +++ b/databases/puppetdb6/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-04-21 15:58:02 UTC +--- Makefile.orig 2021-06-17 22:24:51 UTC +++ Makefile @@ -1,24 +1,24 @@ -prefix = /usr/local @@ -17,23 +17,23 @@ install -m 0774 ext/ezbake-functions.sh "$(DESTDIR)$(datadir)/puppetdb" install -m 0644 ext/ezbake.manifest "$(DESTDIR)$(datadir)/puppetdb" - install -d -m 0755 "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d" -- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" -- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" -- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" -- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" -- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" - install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml" - install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml" - install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg" +- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" +- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" +- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" +- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" +- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" + install -d -m 0755 "$(DESTDIR)$(confdir)/puppetdb/conf.d" -+ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" -+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" -+ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" -+ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" -+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" + install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample" + install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample" + install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample" ++ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" ++ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" ++ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" ++ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" ++ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli" install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli/apps" install -d -m 0755 "$(DESTDIR)$(bindir)" From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:28 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3347642554; Fri, 25 Jun 2021 20:03: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 4GBScH3WDCz3Gk2; Fri, 25 Jun 2021 20:03: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 24D7C11A95; Fri, 25 Jun 2021 20:03: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 15PK3RFp000564; Fri, 25 Jun 2021 20:03:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3RrI000563; Fri, 25 Jun 2021 20:03:27 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:27 GMT Message-Id: <202106252003.15PK3RrI000563@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: fd9a86884ec4 - main - sysutils/puppet7: Update to 7.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fd9a86884ec4dfc5902f544be3ced649b14650f0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:28 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd9a86884ec4dfc5902f544be3ced649b14650f0 commit fd9a86884ec4dfc5902f544be3ced649b14650f0 Author: Romain Tartière AuthorDate: 2021-06-16 01:08:44 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 19:52:01 +0000 sysutils/puppet7: Update to 7.8.0 Release notes: https://puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_7-8-0 With hat: puppet --- sysutils/puppet7/Makefile | 2 +- sysutils/puppet7/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/puppet7/Makefile b/sysutils/puppet7/Makefile index 2f57c2fa3fe8..e720290b2c91 100644 --- a/sysutils/puppet7/Makefile +++ b/sysutils/puppet7/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppet -PORTVERSION= 7.7.0 +PORTVERSION= 7.8.0 CATEGORIES= sysutils PKGNAMESUFFIX= 7 diff --git a/sysutils/puppet7/distinfo b/sysutils/puppet7/distinfo index 4869ebff3265..ad3d34a7c48f 100644 --- a/sysutils/puppet7/distinfo +++ b/sysutils/puppet7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622223433 -SHA256 (puppetlabs-puppet-7.7.0_GH0.tar.gz) = e4ca4a2a70a32a2c02942e33afa68f0b7ee9b53f0966717bee02b6f48601709a -SIZE (puppetlabs-puppet-7.7.0_GH0.tar.gz) = 3322097 +TIMESTAMP = 1623804937 +SHA256 (puppetlabs-puppet-7.8.0_GH0.tar.gz) = 1655fde664fce036347b33e927d5dd6d5da0b9820103367da7f132dec5f6c413 +SIZE (puppetlabs-puppet-7.8.0_GH0.tar.gz) = 3323853 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12D0F6425B7; Fri, 25 Jun 2021 20:03: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 4GBScD6MRjz3Gjs; Fri, 25 Jun 2021 20:03: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 C041911A16; Fri, 25 Jun 2021 20:03: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 15PK3Obu000504; Fri, 25 Jun 2021 20:03:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3OuR000503; Fri, 25 Jun 2021 20:03:24 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:24 GMT Message-Id: <202106252003.15PK3OuR000503@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 0ee52b85326d - main - sysutils/rubygem-choria-mcorpc-support: Update to 2.24.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0ee52b85326d7bb88c531d7593391d9f3c694ba4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:25 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ee52b85326d7bb88c531d7593391d9f3c694ba4 commit 0ee52b85326d7bb88c531d7593391d9f3c694ba4 Author: Romain Tartière AuthorDate: 2021-06-21 05:24:17 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 19:52:01 +0000 sysutils/rubygem-choria-mcorpc-support: Update to 2.24.4 With hat: puppet --- sysutils/rubygem-choria-mcorpc-support/Makefile | 2 +- sysutils/rubygem-choria-mcorpc-support/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-choria-mcorpc-support/Makefile b/sysutils/rubygem-choria-mcorpc-support/Makefile index 4487c93674ed..f8c81428e797 100644 --- a/sysutils/rubygem-choria-mcorpc-support/Makefile +++ b/sysutils/rubygem-choria-mcorpc-support/Makefile @@ -1,5 +1,5 @@ PORTNAME= choria-mcorpc-support -DISTVERSION= 2.24.3 +DISTVERSION= 2.24.4 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-choria-mcorpc-support/distinfo b/sysutils/rubygem-choria-mcorpc-support/distinfo index ab88ef3d1d72..89c9122e77c5 100644 --- a/sysutils/rubygem-choria-mcorpc-support/distinfo +++ b/sysutils/rubygem-choria-mcorpc-support/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619197834 -SHA256 (rubygem/choria-mcorpc-support-2.24.3.gem) = 3b580c4c1768f9b9d13f32c97dc4c5a42ae9efeb6854edcfecacf0359db2208f -SIZE (rubygem/choria-mcorpc-support-2.24.3.gem) = 167424 +TIMESTAMP = 1624253024 +SHA256 (rubygem/choria-mcorpc-support-2.24.4.gem) = 09091c5b19bbcb840ed33f51d7f39e7cc09ff93ac9b1366d6c9ef4693b2c210f +SIZE (rubygem/choria-mcorpc-support-2.24.4.gem) = 168960 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC5CE6425B2; Fri, 25 Jun 2021 20:03: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 4GBScC5qY1z3GND; Fri, 25 Jun 2021 20:03: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 AC97F118A3; Fri, 25 Jun 2021 20:03: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 15PK3NwI000476; Fri, 25 Jun 2021 20:03:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3Nkn000475; Fri, 25 Jun 2021 20:03:23 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:23 GMT Message-Id: <202106252003.15PK3Nkn000475@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: a563f6eca0cd - main - sysutils/rubygem-r10k: Update to 3.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a563f6eca0cd8a72c3e4f3abc32e63ef652b7eb5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:24 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=a563f6eca0cd8a72c3e4f3abc32e63ef652b7eb5 commit a563f6eca0cd8a72c3e4f3abc32e63ef652b7eb5 Author: Romain Tartière AuthorDate: 2021-06-19 00:07:38 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 19:52:00 +0000 sysutils/rubygem-r10k: Update to 3.9.1 ChangeLog: https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#391 With hat: puppet --- sysutils/rubygem-r10k/Makefile | 2 +- sysutils/rubygem-r10k/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-r10k/Makefile b/sysutils/rubygem-r10k/Makefile index 8e0eb79a5b18..076c750f7204 100644 --- a/sysutils/rubygem-r10k/Makefile +++ b/sysutils/rubygem-r10k/Makefile @@ -1,5 +1,5 @@ PORTNAME= r10k -PORTVERSION= 3.9.0 +PORTVERSION= 3.9.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-r10k/distinfo b/sysutils/rubygem-r10k/distinfo index 77198bc4e080..7677fbf5a826 100644 --- a/sysutils/rubygem-r10k/distinfo +++ b/sysutils/rubygem-r10k/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619809156 -SHA256 (rubygem/r10k-3.9.0.gem) = 855a183b8392a40d0c5856e0f79be3c5aa2d72880c0baedcfb94b36ab7a37b01 -SIZE (rubygem/r10k-3.9.0.gem) = 224768 +TIMESTAMP = 1624061250 +SHA256 (rubygem/r10k-3.9.1.gem) = 2550c2d7810a62e671209b335d48c4a8ba3e73920da7145dc00802bd6f8a0aca +SIZE (rubygem/r10k-3.9.1.gem) = 228352 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 32B7D6427BA; Fri, 25 Jun 2021 20:03: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 4GBScP0jG6z3Grn; Fri, 25 Jun 2021 20:03: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 F187B116F1; Fri, 25 Jun 2021 20:03: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 15PK3WDB000712; Fri, 25 Jun 2021 20:03:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3Wl1000711; Fri, 25 Jun 2021 20:03:32 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:32 GMT Message-Id: <202106252003.15PK3Wl1000711@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 76f9a0a4c137 - main - net/rubygem-orchestrator_client: Update to 0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 76f9a0a4c1373e57ab1e3df2c7fa999d27aa95b8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:33 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=76f9a0a4c1373e57ab1e3df2c7fa999d27aa95b8 commit 76f9a0a4c1373e57ab1e3df2c7fa999d27aa95b8 Author: Romain Tartière AuthorDate: 2021-06-25 17:49:56 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 20:03:02 +0000 net/rubygem-orchestrator_client: Update to 0.5.2 With hat: puppet --- net/rubygem-orchestrator_client/Makefile | 2 +- net/rubygem-orchestrator_client/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rubygem-orchestrator_client/Makefile b/net/rubygem-orchestrator_client/Makefile index 8518b7c88bb4..848009cbfc8d 100644 --- a/net/rubygem-orchestrator_client/Makefile +++ b/net/rubygem-orchestrator_client/Makefile @@ -1,5 +1,5 @@ PORTNAME= orchestrator_client -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-orchestrator_client/distinfo b/net/rubygem-orchestrator_client/distinfo index 8a45fc43ff98..73ca845e2e15 100644 --- a/net/rubygem-orchestrator_client/distinfo +++ b/net/rubygem-orchestrator_client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611959421 -SHA256 (rubygem/orchestrator_client-0.5.1.gem) = 9e283318732bb7429429e67e1de48acf8f728e43cf44c37d1a043896ae72bb45 -SIZE (rubygem/orchestrator_client-0.5.1.gem) = 10240 +TIMESTAMP = 1624643391 +SHA256 (rubygem/orchestrator_client-0.5.2.gem) = ac5a31565c8e5b8e4c37a8c1754d994ba601cdc9ea4475d5b14f53b7126a1ea8 +SIZE (rubygem/orchestrator_client-0.5.2.gem) = 10752 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C43C76425CD; Fri, 25 Jun 2021 20:03: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 4GBScR4RDlz3H12; Fri, 25 Jun 2021 20:03: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 4F67911A19; Fri, 25 Jun 2021 20:03: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 15PK3Z40000774; Fri, 25 Jun 2021 20:03:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3ZW0000773; Fri, 25 Jun 2021 20:03:35 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:35 GMT Message-Id: <202106252003.15PK3ZW0000773@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 95e8a84e1673 - main - sysutils/rubygem-r10k: Update to 3.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 95e8a84e1673d323ab451ced9d8f286aaa3a5fdb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:35 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=95e8a84e1673d323ab451ced9d8f286aaa3a5fdb commit 95e8a84e1673d323ab451ced9d8f286aaa3a5fdb Author: Romain Tartière AuthorDate: 2021-06-21 05:21:25 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 20:03:02 +0000 sysutils/rubygem-r10k: Update to 3.9.2 ChangeLog: https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#392 With hat: puppet --- sysutils/rubygem-r10k/Makefile | 2 +- sysutils/rubygem-r10k/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-r10k/Makefile b/sysutils/rubygem-r10k/Makefile index 076c750f7204..d060fa22d9be 100644 --- a/sysutils/rubygem-r10k/Makefile +++ b/sysutils/rubygem-r10k/Makefile @@ -1,5 +1,5 @@ PORTNAME= r10k -PORTVERSION= 3.9.1 +PORTVERSION= 3.9.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-r10k/distinfo b/sysutils/rubygem-r10k/distinfo index 7677fbf5a826..44472f22d38f 100644 --- a/sysutils/rubygem-r10k/distinfo +++ b/sysutils/rubygem-r10k/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624061250 -SHA256 (rubygem/r10k-3.9.1.gem) = 2550c2d7810a62e671209b335d48c4a8ba3e73920da7145dc00802bd6f8a0aca -SIZE (rubygem/r10k-3.9.1.gem) = 228352 +TIMESTAMP = 1624252842 +SHA256 (rubygem/r10k-3.9.2.gem) = 47cde7f09747f6da0f703ca2449c436e2fec90ecbfa5e21533810e75e5a2f1ed +SIZE (rubygem/r10k-3.9.2.gem) = 228352 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4DBBD6422D6; Fri, 25 Jun 2021 20:03: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 4GBScG0t43z3Gjx; Fri, 25 Jun 2021 20:03: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 F057811A94; Fri, 25 Jun 2021 20:03: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 15PK3PYc000534; Fri, 25 Jun 2021 20:03:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3PAg000533; Fri, 25 Jun 2021 20:03:25 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:25 GMT Message-Id: <202106252003.15PK3PAg000533@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 957ce6fdc215 - main - sysutils/puppet6: Update to 6.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 957ce6fdc215680c802dabbcb6ad52914152b7e3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:26 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=957ce6fdc215680c802dabbcb6ad52914152b7e3 commit 957ce6fdc215680c802dabbcb6ad52914152b7e3 Author: Romain Tartière AuthorDate: 2021-06-25 17:41:51 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 19:52:01 +0000 sysutils/puppet6: Update to 6.23.0 Release notes: https://puppet.com/docs/puppet/6/release_notes_puppet.html#release_notes_puppet_6-23-0 With hat: puppet --- sysutils/puppet6/Makefile | 2 +- sysutils/puppet6/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile index 37f007fc5156..da6768b43be1 100644 --- a/sysutils/puppet6/Makefile +++ b/sysutils/puppet6/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppet -PORTVERSION= 6.21.1 +PORTVERSION= 6.23.0 CATEGORIES= sysutils PKGNAMESUFFIX= 6 diff --git a/sysutils/puppet6/distinfo b/sysutils/puppet6/distinfo index f50119ca4acb..984aa445bb47 100644 --- a/sysutils/puppet6/distinfo +++ b/sysutils/puppet6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613159755 -SHA256 (puppetlabs-puppet-6.21.1_GH0.tar.gz) = 9099d6fdd45ca3d007c3d9dccde8d45f47bcbbc61be213f2e0f35ab81f38efed -SIZE (puppetlabs-puppet-6.21.1_GH0.tar.gz) = 3390962 +TIMESTAMP = 1624642898 +SHA256 (puppetlabs-puppet-6.23.0_GH0.tar.gz) = 4c480a09ac4dbdf2ec63b9845e89e7c57dd3b5346b6dcc75a235bb26e6e6faba +SIZE (puppetlabs-puppet-6.23.0_GH0.tar.gz) = 3431002 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 262346425BC; Fri, 25 Jun 2021 20:03: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 4GBScL6kgZz3GxV; Fri, 25 Jun 2021 20:03: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 963AC1175F; Fri, 25 Jun 2021 20:03: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 15PK3USI000655; Fri, 25 Jun 2021 20:03:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3U4X000654; Fri, 25 Jun 2021 20:03:30 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:30 GMT Message-Id: <202106252003.15PK3U4X000654@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 192b500a6709 - main - databases/puppetdb7: Update to 7.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 192b500a670977d9c19d6c7fd69ffeef13a9e4ad Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:31 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=192b500a670977d9c19d6c7fd69ffeef13a9e4ad commit 192b500a670977d9c19d6c7fd69ffeef13a9e4ad Author: Romain Tartière AuthorDate: 2021-06-25 17:46:58 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 20:03:02 +0000 databases/puppetdb7: Update to 7.4.1 Release notes: https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-741 With hat: puppet --- databases/puppetdb-terminus7/Makefile | 2 +- databases/puppetdb-terminus7/distinfo | 6 +-- databases/puppetdb-terminus7/files/patch-Makefile | 50 +++++++++++------------ databases/puppetdb7/Makefile | 2 +- databases/puppetdb7/distinfo | 6 +-- databases/puppetdb7/files/patch-Makefile | 22 +++++----- 6 files changed, 44 insertions(+), 44 deletions(-) diff --git a/databases/puppetdb-terminus7/Makefile b/databases/puppetdb-terminus7/Makefile index 2db85ab2d95b..e044188ca420 100644 --- a/databases/puppetdb-terminus7/Makefile +++ b/databases/puppetdb-terminus7/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetdb-terminus -PORTVERSION= 7.3.1 +PORTVERSION= 7.4.1 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 7 diff --git a/databases/puppetdb-terminus7/distinfo b/databases/puppetdb-terminus7/distinfo index 9216df15aaa8..55e4d1a82414 100644 --- a/databases/puppetdb-terminus7/distinfo +++ b/databases/puppetdb-terminus7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808236 -SHA256 (puppetdb-7.3.1.tar.gz) = 182856800949e87129008db00bd20171ca310ef7d7b3556ab0c39fb029dae69c -SIZE (puppetdb-7.3.1.tar.gz) = 47173502 +TIMESTAMP = 1624643197 +SHA256 (puppetdb-7.4.1.tar.gz) = b7f69991fc953c950dfff479601ee4b9feb651c06515a024fec6a4b834e0a055 +SIZE (puppetdb-7.4.1.tar.gz) = 47409868 diff --git a/databases/puppetdb-terminus7/files/patch-Makefile b/databases/puppetdb-terminus7/files/patch-Makefile index 10b1f7cdbe03..fc5b9e5800ed 100644 --- a/databases/puppetdb-terminus7/files/patch-Makefile +++ b/databases/puppetdb-terminus7/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-04-21 16:01:00 UTC +--- Makefile.orig 2021-06-17 22:24:06 UTC +++ Makefile @@ -1,7 +1,7 @@ prefix = /usr/local @@ -13,22 +13,22 @@ install-puppetdb-termini: -- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" - install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" +- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" +- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" - install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" - install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" +- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" - install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" -- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" -- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" +- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" +- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" +- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" +- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" +- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" +- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" +- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" +- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" +- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face/node" @@ -41,22 +41,22 @@ + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb" -+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -+ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -+ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -+ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -+ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" + install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -+ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -+ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" ++ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" ++ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" + install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" + install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" ++ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" + install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" -+ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" -+ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" ++ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" ++ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" ++ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" ++ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" ++ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" ++ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" ++ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" ++ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" ++ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" install-rpm-sysv-init: install-rpm-preinst install -d -m 0755 "$(DESTDIR)$(initdir)" diff --git a/databases/puppetdb7/Makefile b/databases/puppetdb7/Makefile index 6b3e91aeef31..2a6fc8548625 100644 --- a/databases/puppetdb7/Makefile +++ b/databases/puppetdb7/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetdb -PORTVERSION= 7.3.1 +PORTVERSION= 7.4.1 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 7 diff --git a/databases/puppetdb7/distinfo b/databases/puppetdb7/distinfo index 4bb8bf9e0d10..528b3495fbaf 100644 --- a/databases/puppetdb7/distinfo +++ b/databases/puppetdb7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808254 -SHA256 (puppetdb-7.3.1.tar.gz) = 182856800949e87129008db00bd20171ca310ef7d7b3556ab0c39fb029dae69c -SIZE (puppetdb-7.3.1.tar.gz) = 47173502 +TIMESTAMP = 1624643211 +SHA256 (puppetdb-7.4.1.tar.gz) = b7f69991fc953c950dfff479601ee4b9feb651c06515a024fec6a4b834e0a055 +SIZE (puppetdb-7.4.1.tar.gz) = 47409868 diff --git a/databases/puppetdb7/files/patch-Makefile b/databases/puppetdb7/files/patch-Makefile index 4cc572232edf..dc106373bd54 100644 --- a/databases/puppetdb7/files/patch-Makefile +++ b/databases/puppetdb7/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-04-21 16:01:00 UTC +--- Makefile.orig 2021-06-17 22:24:06 UTC +++ Makefile @@ -1,24 +1,24 @@ -prefix = /usr/local @@ -17,23 +17,23 @@ install -m 0774 ext/ezbake-functions.sh "$(DESTDIR)$(datadir)/puppetdb" install -m 0644 ext/ezbake.manifest "$(DESTDIR)$(datadir)/puppetdb" - install -d -m 0755 "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d" -- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" -- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" -- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" -- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" -- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" - install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml" - install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml" - install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg" +- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" +- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" +- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" +- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" +- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" + install -d -m 0755 "$(DESTDIR)$(confdir)/puppetdb/conf.d" -+ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" -+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" -+ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" -+ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" -+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" + install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample" + install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample" + install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample" ++ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" ++ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" ++ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" ++ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" ++ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli" install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli/apps" install -d -m 0755 "$(DESTDIR)$(bindir)" From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C617664281D; Fri, 25 Jun 2021 20: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 4GBScS4wPQz3GbL; Fri, 25 Jun 2021 20: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 7D83111B02; Fri, 25 Jun 2021 20: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 15PK3aCI000802; Fri, 25 Jun 2021 20: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 15PK3aVF000801; Fri, 25 Jun 2021 20:03:36 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:36 GMT Message-Id: <202106252003.15PK3aVF000801@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: dc49743b6767 - main - sysutils/rubygem-bolt: Update to 3.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dc49743b67676ea60787424f040363dc2ca8de68 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:36 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc49743b67676ea60787424f040363dc2ca8de68 commit dc49743b67676ea60787424f040363dc2ca8de68 Author: Romain Tartière AuthorDate: 2021-06-25 17:57:24 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 20:03:03 +0000 sysutils/rubygem-bolt: Update to 3.11.0 ChangeLog: https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3110-2021-06-21 With hat: puppet --- sysutils/rubygem-bolt/Makefile | 2 +- sysutils/rubygem-bolt/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile index 2d86d65f0fce..e2a6c3eca20d 100644 --- a/sysutils/rubygem-bolt/Makefile +++ b/sysutils/rubygem-bolt/Makefile @@ -1,5 +1,5 @@ PORTNAME= bolt -PORTVERSION= 3.10.0 +PORTVERSION= 3.11.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-bolt/distinfo b/sysutils/rubygem-bolt/distinfo index c98986bad1b2..19900cc65ce1 100644 --- a/sysutils/rubygem-bolt/distinfo +++ b/sysutils/rubygem-bolt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623789691 -SHA256 (rubygem/bolt-3.10.0.gem) = 781c642c91a08b6465438467543e189fceaa183283c1abf5291d68ad190ee802 -SIZE (rubygem/bolt-3.10.0.gem) = 230912 +TIMESTAMP = 1624643839 +SHA256 (rubygem/bolt-3.11.0.gem) = ee967fc346a9085499be87552f498e363cec859d2094d6db273f5c23dfd1754a +SIZE (rubygem/bolt-3.11.0.gem) = 230912 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B793642560; Fri, 25 Jun 2021 20:03: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 4GBScM6V3dz3Ggj; Fri, 25 Jun 2021 20:03: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 C1FF4118A4; Fri, 25 Jun 2021 20:03: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 15PK3Vcr000684; Fri, 25 Jun 2021 20:03:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3VVg000683; Fri, 25 Jun 2021 20:03:31 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:31 GMT Message-Id: <202106252003.15PK3VVg000683@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 88796ce86e40 - main - sysutils/puppetserver6: Update to 6.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 88796ce86e40d9612cb4185d0516e79ac11c1874 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:32 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=88796ce86e40d9612cb4185d0516e79ac11c1874 commit 88796ce86e40d9612cb4185d0516e79ac11c1874 Author: Romain Tartière AuthorDate: 2021-06-25 17:55:23 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 20:03:02 +0000 sysutils/puppetserver6: Update to 6.16.0 Release notes: https://puppet.com/docs/puppet/6/server/release_notes.html#puppet-server-6160 With hat: puppet --- sysutils/puppetserver6/Makefile | 2 +- sysutils/puppetserver6/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/puppetserver6/Makefile b/sysutils/puppetserver6/Makefile index e5b4a4c5eb20..81ea3cdc313c 100644 --- a/sysutils/puppetserver6/Makefile +++ b/sysutils/puppetserver6/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetserver -PORTVERSION= 6.15.3 +PORTVERSION= 6.16.0 CATEGORIES= sysutils java MASTER_SITES= https://downloads.puppetlabs.com/puppet/:upstream \ https://raw.githubusercontent.com/jruby/jruby/fb3ba4b3543b72e735ba53b51e6b7ec8a9916e1b/lib/ruby/stdlib/ffi/:ffi diff --git a/sysutils/puppetserver6/distinfo b/sysutils/puppetserver6/distinfo index 20509872d789..2d9df6b0addd 100644 --- a/sysutils/puppetserver6/distinfo +++ b/sysutils/puppetserver6/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1619808533 -SHA256 (puppetserver-6.15.3.tar.gz) = e26f739f6fbebfc95b8903128fcfb6fbbac3acd8905d6c47338a195676296fae -SIZE (puppetserver-6.15.3.tar.gz) = 62635985 +TIMESTAMP = 1624643715 +SHA256 (puppetserver-6.16.0.tar.gz) = 9d6d4480a84a28992558d1bf23b8b5c68f7cc49927e5ae039527c8cc978d3c52 +SIZE (puppetserver-6.16.0.tar.gz) = 62908689 SHA256 (ffi.rb) = f991c5eb6b6e4c88541af592207aa7ea14ba48f482978b3b479c4b17390e8e93 SIZE (ffi.rb) = 5893 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:03:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66744642817; Fri, 25 Jun 2021 20:03: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 4GBScQ2C40z3GkN; Fri, 25 Jun 2021 20:03: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 2C32711A18; Fri, 25 Jun 2021 20:03: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 15PK3YPL000740; Fri, 25 Jun 2021 20:03:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PK3Ykp000739; Fri, 25 Jun 2021 20:03:34 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:03:34 GMT Message-Id: <202106252003.15PK3Ykp000739@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: a627973db153 - main - sysutils/pxp-agent: Update to 1.15.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a627973db1533a6204c5de393a22afaae72e82e7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:03:34 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=a627973db1533a6204c5de393a22afaae72e82e7 commit a627973db1533a6204c5de393a22afaae72e82e7 Author: Romain Tartière AuthorDate: 2021-06-19 00:08:31 +0000 Commit: Romain Tartière CommitDate: 2021-06-25 20:03:02 +0000 sysutils/pxp-agent: Update to 1.15.13 With hat: puppet --- sysutils/pxp-agent/Makefile | 2 +- sysutils/pxp-agent/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/pxp-agent/Makefile b/sysutils/pxp-agent/Makefile index 2dec8aa06268..e1b66fb21933 100644 --- a/sysutils/pxp-agent/Makefile +++ b/sysutils/pxp-agent/Makefile @@ -1,5 +1,5 @@ PORTNAME= pxp-agent -PORTVERSION= 1.15.12 +PORTVERSION= 1.15.13 CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org diff --git a/sysutils/pxp-agent/distinfo b/sysutils/pxp-agent/distinfo index be7562303a68..b9bb61bd7da2 100644 --- a/sysutils/pxp-agent/distinfo +++ b/sysutils/pxp-agent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622223416 -SHA256 (puppetlabs-pxp-agent-1.15.12_GH0.tar.gz) = 7087c4eba6a44072d055f2098cfeff284fd9d679ba25dd0aff227e41f5b2b489 -SIZE (puppetlabs-pxp-agent-1.15.12_GH0.tar.gz) = 318278 +TIMESTAMP = 1624061302 +SHA256 (puppetlabs-pxp-agent-1.15.13_GH0.tar.gz) = 010b482a43bc41466d363c22a1367aa9b8310ec708c81081085027d9df627f53 +SIZE (puppetlabs-pxp-agent-1.15.13_GH0.tar.gz) = 318583 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:13:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0E55F642C43; Fri, 25 Jun 2021 20:13: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 4GBSrK6vmMz3J3S; Fri, 25 Jun 2021 20:13: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 CA8CB11D8D; Fri, 25 Jun 2021 20:13: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 15PKDr3V013862; Fri, 25 Jun 2021 20:13:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PKDrkE013861; Fri, 25 Jun 2021 20:13:53 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:13:53 GMT Message-Id: <202106252013.15PKDrkE013861@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: d52c9b534f12 - main - dns/dnsmasq-devel: update to v2.86test3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d52c9b534f129b4ae9252c30f0130fece37d8a5a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:13:54 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=d52c9b534f129b4ae9252c30f0130fece37d8a5a commit d52c9b534f129b4ae9252c30f0130fece37d8a5a Author: Matthias Andree AuthorDate: 2021-06-25 20:09:36 +0000 Commit: Matthias Andree CommitDate: 2021-06-25 20:13:42 +0000 dns/dnsmasq-devel: update to v2.86test3 Git history between v2.86test2 and v2.86test3: * b1daf44 2021-06-24 | Correct domain search algorithm. (tag: v2.86test3) [Simon Kelley] * be291d9 2021-06-21 | Include EDNS0 in connmark REFUSED replies. [Simon Kelley] * 6d1edd8 2021-06-21 | Use correct packet-size limit in make_local_answer() [Simon Kelley] * 25ff956 2021-06-21 | Tidy up name buffer use in report_addresses(). [Simon Kelley] * 3817950 2021-06-21 | CHANGELOG entry for new connmark code. [Simon Kelley] * 5f7be5f 2021-06-21 | Fix compiler warning. [Simon Kelley] * 627056f 2021-06-16 | Connection track mark based DNS query filtering. [Etan Kissling] * cbd7644 2021-06-21 | Further work from a0a3b8ad3e91db5181023fceea6732eb6c6f0759 [Simon Kelley] * a60a233 2021-06-20 | Fix bug introduced in 6860cf932baeaf1c2f09c2a58e38be189ae394de [Simon Kelley] * a0a3b8a 2021-06-20 | Fix bug in 6860cf932baeaf1c2f09c2a58e38be189ae394de [Simon Kelley] * d0ae3f5 2021-06-17 | Fix specific NOERR/NXDOMAIN confusion. [Simon Kelley] * 6860cf9 2021-06-17 | Optimise lokkup_domain() [Simon Kelley] * 0276e08 2021-06-16 | merge development machines. Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasq [Simon Kelley] |\ | * 1a3b69a 2021-06-16 | Fix error in new domain-search code. [Simon Kelley] * 06ff3d8 2021-06-16 | Log the correct name when we retry a DNSSEC query. [Simon Kelley] * 8237d06 2021-06-15 | Typo in FAQ. [Simon Kelley] --- dns/dnsmasq-devel/Makefile | 2 +- dns/dnsmasq-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index e3286c39384f..a372ed272856 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Steven Honson PORTNAME= dnsmasq -DISTVERSION= 2.86test2 +DISTVERSION= 2.86test3 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 3 # attn - different between -devel and dnsmasq ports! diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 50414a1e9c21..6a4eed95a640 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623858207 -SHA256 (dnsmasq-2.86test2.tar.xz) = b4b0bd0d458c4a7e77969a1d3341db8b3d0892fe721b58b4d51ec2e30c75fc0a -SIZE (dnsmasq-2.86test2.tar.xz) = 542924 +TIMESTAMP = 1624651472 +SHA256 (dnsmasq-2.86test3.tar.xz) = 0d0b465db89390e9f518f1239dec88b458c84489e7fd38586af6a5781f85e7db +SIZE (dnsmasq-2.86test3.tar.xz) = 548128 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:33:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8810A642B4E; Fri, 25 Jun 2021 20:33: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 4GBTGf39Cmz3Jkx; Fri, 25 Jun 2021 20:33: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 54D49118F1; Fri, 25 Jun 2021 20:33: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 15PKXEFe040321; Fri, 25 Jun 2021 20:33:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PKXEoB040320; Fri, 25 Jun 2021 20:33:14 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:33:14 GMT Message-Id: <202106252033.15PKXEoB040320@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: 00d2edb618c8 - main - science/opensph: Update 0.3.4 -> 0.3.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: 00d2edb618c8cb85a4ddbd1784d8563aa8daf8a9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:33:14 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=00d2edb618c8cb85a4ddbd1784d8563aa8daf8a9 commit 00d2edb618c8cb85a4ddbd1784d8563aa8daf8a9 Author: Yuri Victorovich AuthorDate: 2021-06-25 20:31:34 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-25 20:33:12 +0000 science/opensph: Update 0.3.4 -> 0.3.5 --- science/opensph/Makefile | 5 ++--- science/opensph/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 0b1c96503a66..01c78d2e6394 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,6 +1,5 @@ PORTNAME= OpenSPH -DISTVERSION= 0.3.4 -PORTREVISION= 4 +DISTVERSION= 0.3.5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -18,7 +17,7 @@ USE_WX= 3.1 GL_SITE= https://gitlab.com GL_ACCOUNT= sevecekp GL_PROJECT= sph -GL_COMMIT= 76c4b601cf05303d4ff181699aa2f0da796eb096 # 0.3.4 + some relevant for port fixes +GL_COMMIT= da3692e99fac19bc512c8462b0492eabd2de33af QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro QMAKE_ARGS= CONFIG+=release diff --git a/science/opensph/distinfo b/science/opensph/distinfo index 9792f33bf670..6636166cb01c 100644 --- a/science/opensph/distinfo +++ b/science/opensph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622429570 -SHA256 (sevecekp-sph-76c4b601cf05303d4ff181699aa2f0da796eb096_GL0.tar.gz) = 8f3bc1aa7ad413114498d7792dd26696e8b36eb0a82d5e609f9c9d3a36c02860 -SIZE (sevecekp-sph-76c4b601cf05303d4ff181699aa2f0da796eb096_GL0.tar.gz) = 26537021 +TIMESTAMP = 1624643149 +SHA256 (sevecekp-sph-da3692e99fac19bc512c8462b0492eabd2de33af_GL0.tar.gz) = 9e8da74a66ae16063294dd0ef23e5fbded8cd67e18ca4f0a753d2d5de1fc7060 +SIZE (sevecekp-sph-da3692e99fac19bc512c8462b0492eabd2de33af_GL0.tar.gz) = 26541002 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:43:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1BD6D643583; Fri, 25 Jun 2021 20:43: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 4GBTV775BMz3K0p; Fri, 25 Jun 2021 20: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 D5D2711D6A; Fri, 25 Jun 2021 20: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 15PKhB7x053495; Fri, 25 Jun 2021 20: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 15PKhBOF053494; Fri, 25 Jun 2021 20:43:11 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:43:11 GMT Message-Id: <202106252043.15PKhBOF053494@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: d8711a8a313b - main - deskutils/calibre: Update to 5.22.1 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: d8711a8a313b33d6cfef5dc762495159644c4389 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:43:12 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8711a8a313b33d6cfef5dc762495159644c4389 commit d8711a8a313b33d6cfef5dc762495159644c4389 Author: Guido Falsi AuthorDate: 2021-06-25 20:42:29 +0000 Commit: Guido Falsi CommitDate: 2021-06-25 20:43:05 +0000 deskutils/calibre: Update to 5.22.1 --- deskutils/calibre/Makefile | 6 +++--- deskutils/calibre/distinfo | 6 +++--- deskutils/calibre/pkg-plist | 11 ++--------- 3 files changed, 8 insertions(+), 15 deletions(-) diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index eecbe45cdfdb..93a43b9c4301 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,8 +1,7 @@ # Created by: stas PORTNAME= calibre -PORTVERSION= 5.21.0 -PORTREVISION= 1 +PORTVERSION= 5.22.1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -23,7 +22,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libmtp.so:multimedia/libmtp \ libfreetype.so:print/freetype2 \ libhunspell-1.7.so:textproc/hunspell \ - libhyphen.so:textproc/hyphen + libhyphen.so:textproc/hyphen \ + libstemmer.so:textproc/snowballstemmer BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 03e379d4359a..c96cd1ea48a9 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623400758 -SHA256 (calibre-5.21.0.tar.xz) = 458b6b2dcc6bcf63676c327277192e88333cf9545d89806855d31b4c17e20257 -SIZE (calibre-5.21.0.tar.xz) = 36749232 +TIMESTAMP = 1624652194 +SHA256 (calibre-5.22.1.tar.xz) = 93c5e30ff08159694283d08a6b43c37e01a8454c6e7eb66a071e677c2681b516 +SIZE (calibre-5.22.1.tar.xz) = 36703544 diff --git a/deskutils/calibre/pkg-plist b/deskutils/calibre/pkg-plist index 700ee9667536..c86940d851fe 100644 --- a/deskutils/calibre/pkg-plist +++ b/deskutils/calibre/pkg-plist @@ -74,6 +74,7 @@ lib/calibre/calibre/db/tests/__init__.py lib/calibre/calibre/db/tests/add_remove.py lib/calibre/calibre/db/tests/base.py lib/calibre/calibre/db/tests/filesystem.py +lib/calibre/calibre/db/tests/fts.py lib/calibre/calibre/db/tests/legacy.py lib/calibre/calibre/db/tests/locking.py lib/calibre/calibre/db/tests/main.py @@ -753,14 +754,6 @@ lib/calibre/calibre/gui2/cover_flow.py lib/calibre/calibre/gui2/covers.py lib/calibre/calibre/gui2/css_transform_rules.py lib/calibre/calibre/gui2/custom_column_widgets.py -lib/calibre/calibre/gui2/dbus_export/__init__.py -lib/calibre/calibre/gui2/dbus_export/demo.py -lib/calibre/calibre/gui2/dbus_export/gtk.py -lib/calibre/calibre/gui2/dbus_export/menu.py -lib/calibre/calibre/gui2/dbus_export/menu2.py -lib/calibre/calibre/gui2/dbus_export/tray.py -lib/calibre/calibre/gui2/dbus_export/utils.py -lib/calibre/calibre/gui2/dbus_export/widgets.py lib/calibre/calibre/gui2/device.py lib/calibre/calibre/gui2/device_drivers/__init__.py lib/calibre/calibre/gui2/device_drivers/configwidget.py @@ -1179,6 +1172,7 @@ lib/calibre/calibre/plugins/podofo.so lib/calibre/calibre/plugins/progress_indicator.so lib/calibre/calibre/plugins/speedup.so lib/calibre/calibre/plugins/sqlite_custom.so +lib/calibre/calibre/plugins/sqlite_extension.so lib/calibre/calibre/plugins/tokenizer.so lib/calibre/calibre/plugins/unicode_names.so lib/calibre/calibre/prints.py @@ -1246,7 +1240,6 @@ lib/calibre/calibre/utils/complete.py lib/calibre/calibre/utils/config.py lib/calibre/calibre/utils/config_base.py lib/calibre/calibre/utils/date.py -lib/calibre/calibre/utils/dbus_service.py lib/calibre/calibre/utils/exim.py lib/calibre/calibre/utils/file_type_icons.py lib/calibre/calibre/utils/filenames.py From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:43:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB1E1643093; Fri, 25 Jun 2021 20: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 4GBTV65tssz3K4H; Fri, 25 Jun 2021 20: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 B2D271238B; Fri, 25 Jun 2021 20: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 15PKhAgk053471; Fri, 25 Jun 2021 20:43:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PKhAtg053470; Fri, 25 Jun 2021 20:43:10 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:43:10 GMT Message-Id: <202106252043.15PKhAtg053470@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: 2dcaa8bee5e9 - main - textproc/snowballstemmer: New port 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: 2dcaa8bee5e9f3fcff601589c709e2734194b21e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:43:11 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=2dcaa8bee5e9f3fcff601589c709e2734194b21e commit 2dcaa8bee5e9f3fcff601589c709e2734194b21e Author: Guido Falsi AuthorDate: 2021-06-25 20:39:46 +0000 Commit: Guido Falsi CommitDate: 2021-06-25 20:43:05 +0000 textproc/snowballstemmer: New port Stemming algorithms library for the C language provided by the snowball project. WWW: https://snowballstem.org/ Port structure inspired by NetBSD and OpenBSD ones. This is a new requirement of future deskutils/calibre versions. --- textproc/Makefile | 1 + textproc/snowballstemmer/Makefile | 36 ++++++++++++++++++++++ textproc/snowballstemmer/distinfo | 3 ++ textproc/snowballstemmer/files/patch-GNUmakefile | 26 ++++++++++++++++ .../files/patch-libstemmer_symbol.map | 9 ++++++ textproc/snowballstemmer/pkg-descr | 4 +++ 6 files changed, 79 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 2097709feb57..abdc8f03ce23 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1804,6 +1804,7 @@ SUBDIR += slowcat SUBDIR += smi SUBDIR += smu + SUBDIR += snowballstemmer SUBDIR += so-hunspell SUBDIR += sonic SUBDIR += soothsayer diff --git a/textproc/snowballstemmer/Makefile b/textproc/snowballstemmer/Makefile new file mode 100644 index 000000000000..bac448feb436 --- /dev/null +++ b/textproc/snowballstemmer/Makefile @@ -0,0 +1,36 @@ +PORTNAME= snowballstemmer +PORTVERSION= 2.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= textproc + +MAINTAINER= madpilot@FreeBSD.org +COMMENT= Snowball stemmer library for C + +LICENSE= BSD3CLAUSE + +USES= gmake perl5 +USE_PERL5= build +USE_LDCONFIG= yes + +MAKEFILE= GNUmakefile + +USE_GITHUB= yes +GH_ACCOUNT= snowballstem +GH_PROJECT= snowball + +PLIST_FILES= bin/stemwords \ + include/libstemmer.h \ + lib/libstemmer.so \ + lib/libstemmer.so.0 \ + lib/libstemmer.so.0.0.0 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/stemwords ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/include/libstemmer.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_LIB} ${WRKSRC}/libstemmer.so.0.0.0 ${STAGEDIR}${PREFIX}/lib + ${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.0.0.0 \ + ${STAGEDIR}${PREFIX}/lib/libstemmer.so.0 + ${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.0.0.0 \ + ${STAGEDIR}${PREFIX}/lib/libstemmer.so + +.include diff --git a/textproc/snowballstemmer/distinfo b/textproc/snowballstemmer/distinfo new file mode 100644 index 000000000000..e855d881d73f --- /dev/null +++ b/textproc/snowballstemmer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624638772 +SHA256 (snowballstem-snowball-v2.1.0_GH0.tar.gz) = 24ae0b28d6531190c2cd960d515ec9374d3a3d9420c4a0accdf89b7f02fc9caa +SIZE (snowballstem-snowball-v2.1.0_GH0.tar.gz) = 220324 diff --git a/textproc/snowballstemmer/files/patch-GNUmakefile b/textproc/snowballstemmer/files/patch-GNUmakefile new file mode 100644 index 000000000000..0e24e6627d92 --- /dev/null +++ b/textproc/snowballstemmer/files/patch-GNUmakefile @@ -0,0 +1,26 @@ +--- GNUmakefile.orig 2021-01-21 04:50:09 UTC ++++ GNUmakefile +@@ -162,10 +162,10 @@ C_OTHER_OBJECTS = $(C_OTHER_SOURCES:.c=.o) + JAVA_CLASSES = $(JAVA_SOURCES:.java=.class) + JAVA_RUNTIME_CLASSES=$(JAVARUNTIME_SOURCES:.java=.class) + +-CFLAGS=-O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations +-CPPFLAGS=-Iinclude ++CFLAGS+=-fPIC -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations ++CPPFLAGS+=-Iinclude + +-all: snowball libstemmer.o stemwords $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) $(C_OTHER_OBJECTS) ++all: snowball libstemmer.o libstemmer.so stemwords $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) $(C_OTHER_OBJECTS) + + clean: + rm -f $(COMPILER_OBJECTS) $(RUNTIME_OBJECTS) \ +@@ -211,6 +211,9 @@ libstemmer/libstemmer.o: libstemmer/modules.h $(C_LIB_ + + libstemmer.o: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS) + $(AR) -cru $@ $^ ++ ++libstemmer.so: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS) ++ $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname,libstemmer.so.0,-version-script,libstemmer/symbol.map -o $@.0.0.0 $^ + + stemwords: $(STEMWORDS_OBJECTS) libstemmer.o + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ diff --git a/textproc/snowballstemmer/files/patch-libstemmer_symbol.map b/textproc/snowballstemmer/files/patch-libstemmer_symbol.map new file mode 100644 index 000000000000..525ca823557e --- /dev/null +++ b/textproc/snowballstemmer/files/patch-libstemmer_symbol.map @@ -0,0 +1,9 @@ +--- libstemmer/symbol.map.orig 2021-06-25 16:40:40 UTC ++++ libstemmer/symbol.map +@@ -0,0 +1,6 @@ ++SB_STEMMER_0 { ++ global: ++ sb_stemmer_*; ++ local: ++ *; ++}; diff --git a/textproc/snowballstemmer/pkg-descr b/textproc/snowballstemmer/pkg-descr new file mode 100644 index 000000000000..0f4729365302 --- /dev/null +++ b/textproc/snowballstemmer/pkg-descr @@ -0,0 +1,4 @@ +Stemming algorithms library for the C language provided by the +snowball project. + +WWW: https://snowballstem.org/ From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:46:59 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DA3AE6432C1; Fri, 25 Jun 2021 20:46: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 4GBTZW5lS2z3KHy; Fri, 25 Jun 2021 20:46: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 AE59C1229A; Fri, 25 Jun 2021 20:46: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 15PKkxdd053900; Fri, 25 Jun 2021 20:46:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PKkx2b053899; Fri, 25 Jun 2021 20:46:59 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:46:59 GMT Message-Id: <202106252046.15PKkx2b053899@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: ac3da0e9b976 - main - security/vuxml: add entry for net/rabbitmq-c 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: ac3da0e9b9766f2a2e45824519b54f21b9af7112 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:46:59 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac3da0e9b9766f2a2e45824519b54f21b9af7112 commit ac3da0e9b9766f2a2e45824519b54f21b9af7112 Author: Dave Cottlehuber AuthorDate: 2021-06-25 20:44:16 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-25 20:46:55 +0000 security/vuxml: add entry for net/rabbitmq-c Sponsored by: SkunkWerks, GmbH Security: CVE-2019-18609 Differential Revision: https://reviews.freebsd.org/D30906 --- security/vuxml/vuln-2021.xml | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index d0c9bef7dbfd..55a391078e51 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,34 @@ + + RabbitMQ-C -- integer overflow leads to heap corruption + + + net/rabbitmq-c + net/rabbitmq-c-devel + 0.10.0 + +

alanxz reports:

+
+

When parsing a frame header, validate that the frame_size is less than + or equal to INT32_MAX. Given frame_max is limited between 0 and + INT32_MAX in amqp_login and friends, this does not change the API. + This prevents a potential buffer overflow when a malicious client sends + a frame_size that is close to UINT32_MAX, in which causes an overflow + when computing state->target_size resulting in a small value there. A + buffer is then allocated with the small amount, then memcopy copies the + frame_size writing to memory beyond the end of the buffer.

+
+ +
+ + CVE-2019-18609 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18609 + + + 2019-10-29 + 2021-06-25 + +
+ PuppetDB -- SQL Injection @@ -8,7 +39,6 @@ puppetdb7 7.4.1 - @@ -25,9 +55,6 @@ 2021-06-24 - 2021-06-25 - - Ansible -- Templating engine bug From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 20:47:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 486BE6430AF; Fri, 25 Jun 2021 20:47: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 4GBTZY0jCYz3Kd7; Fri, 25 Jun 2021 20:47: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 DEB8A11FCE; Fri, 25 Jun 2021 20:47: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 15PKl0x4053924; Fri, 25 Jun 2021 20:47:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PKl08w053923; Fri, 25 Jun 2021 20:47:00 GMT (envelope-from git) Date: Fri, 25 Jun 2021 20:47:00 GMT Message-Id: <202106252047.15PKl08w053923@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: d61cfa2dadd8 - main - net/rabbitmq-c: update to 0.10.0 & take ownership 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: d61cfa2dadd8d1d12006723d48fff17d382cde56 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 20:47:01 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=d61cfa2dadd8d1d12006723d48fff17d382cde56 commit d61cfa2dadd8d1d12006723d48fff17d382cde56 Author: Dave Cottlehuber AuthorDate: 2021-06-25 20:45:41 +0000 Commit: Dave Cottlehuber CommitDate: 2021-06-25 20:46:55 +0000 net/rabbitmq-c: update to 0.10.0 & take ownership PR: 24663 Sponsored by: SkunkWerks, GmbH Security: CVE-2019-18609 Differential Revision: https://reviews.freebsd.org/D24875 --- net/rabbitmq-c/Makefile | 4 +--- net/rabbitmq-c/distinfo | 6 +++--- net/rabbitmq-c/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index 99692569cc01..407f1b6b96b3 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -1,7 +1,7 @@ # Created by: Geoff Garside PORTNAME= rabbitmq-c -PORTVERSION= 0.8.0 +PORTVERSION= 0.10.0 DISTVERSIONPREFIX= v CATEGORIES= net @@ -13,8 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR} -CONFLICTS= rabbitmq-c-devel-[0-9]* - USES= cmake pathfix python tar:bzip2 USE_GITHUB= yes USE_LDCONFIG= yes diff --git a/net/rabbitmq-c/distinfo b/net/rabbitmq-c/distinfo index 9a4b48abf5bf..b0604e6fa924 100644 --- a/net/rabbitmq-c/distinfo +++ b/net/rabbitmq-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510178940 -SHA256 (alanxz-rabbitmq-c-v0.8.0_GH0.tar.gz) = d8ed9dcb49903d83d79d7b227da35ef68c60e5e0b08d0fc1fb4e4dc577b8802b -SIZE (alanxz-rabbitmq-c-v0.8.0_GH0.tar.gz) = 149150 +TIMESTAMP = 1623921575 +SHA256 (alanxz-rabbitmq-c-v0.10.0_GH0.tar.gz) = 6455efbaebad8891c59f274a852b75b5cc51f4d669dfc78d2ae7e6cc97fcd8c0 +SIZE (alanxz-rabbitmq-c-v0.10.0_GH0.tar.gz) = 145361 diff --git a/net/rabbitmq-c/pkg-plist b/net/rabbitmq-c/pkg-plist index cc4e6be6c726..b2f6907e765a 100644 --- a/net/rabbitmq-c/pkg-plist +++ b/net/rabbitmq-c/pkg-plist @@ -10,5 +10,5 @@ include/amqp_tcp_socket.h lib/librabbitmq.a lib/librabbitmq.so lib/librabbitmq.so.4 -lib/librabbitmq.so.4.2.0 +lib/librabbitmq.so.4.4.0 libdata/pkgconfig/librabbitmq.pc From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 21:04:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5F49643C34; Fri, 25 Jun 2021 21:04: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 4GBTyL56nkz3Kyx; Fri, 25 Jun 2021 21:04: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 97A7A125AA; Fri, 25 Jun 2021 21:04: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 15PL4Axm080489; Fri, 25 Jun 2021 21:04:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PL4AOw080488; Fri, 25 Jun 2021 21:04:10 GMT (envelope-from git) Date: Fri, 25 Jun 2021 21:04:10 GMT Message-Id: <202106252104.15PL4AOw080488@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Craig Leres Subject: git: 5cc231cdf264 - main - devel/py-btest: Update to 0.68 and switch to github MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: leres X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5cc231cdf26434526aa5886ecf643382ed52e443 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 21:04:10 -0000 The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cc231cdf26434526aa5886ecf643382ed52e443 commit 5cc231cdf26434526aa5886ecf643382ed52e443 Author: Craig Leres AuthorDate: 2021-06-25 21:01:58 +0000 Commit: Craig Leres CommitDate: 2021-06-25 21:01:58 +0000 devel/py-btest: Update to 0.68 and switch to github Changes since 0.67: - Preserve CRLF line-terminators in test files PR: 256799 Approved by: mshirk@daemon-security.com (maintainer) --- devel/py-btest/Makefile | 7 +++++-- devel/py-btest/distinfo | 6 +++--- devel/py-btest/pkg-descr | 16 ++++++++-------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/devel/py-btest/Makefile b/devel/py-btest/Makefile index 715b9dfd92dc..810aed72107e 100644 --- a/devel/py-btest/Makefile +++ b/devel/py-btest/Makefile @@ -1,7 +1,7 @@ PORTNAME= btest -DISTVERSION= 0.67 +DISTVERSIONPREFIX= v +DISTVERSION= 0.68 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mshirk@daemon-security.com @@ -11,8 +11,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= python:3.6+ +USE_GITHUB= yes USE_PYTHON= distutils autoplist concurrent +GH_ACCOUNT= zeek + NO_ARCH= YES .include diff --git a/devel/py-btest/distinfo b/devel/py-btest/distinfo index 49fe829d256d..271e6200687b 100644 --- a/devel/py-btest/distinfo +++ b/devel/py-btest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614215145 -SHA256 (btest-0.67.tar.gz) = 1df5b1462b62efba6c718d8aa09b1d566cc18e93f50f84132fe96326c40305c1 -SIZE (btest-0.67.tar.gz) = 88987 +TIMESTAMP = 1624495624 +SHA256 (zeek-btest-v0.68_GH0.tar.gz) = b663dbc8582a1737be3854b41a8e377607bb1bd410434b75916f4e3423b67bda +SIZE (zeek-btest-v0.68_GH0.tar.gz) = 83118 diff --git a/devel/py-btest/pkg-descr b/devel/py-btest/pkg-descr index 412ce6f4b850..80349303ba7e 100644 --- a/devel/py-btest/pkg-descr +++ b/devel/py-btest/pkg-descr @@ -1,10 +1,10 @@ -The btest is a simple framework for writing unit tests. Freely -borrowing some ideas from other packages, it's main objective is to +BTest is a powerful framework for writing system tests. Freely +borrowing some ideas from other packages, its main objective is to provide an easy-to-use, straightforward driver for a suite of -shell-based tests. Each test consists of a set of command lines that -will be executed, and success is determined based on their exit -codes. btest comes with some additional tools that can be used -within such tests to compare output against a previously established -baseline. +shell-based tests. Each test consists of a set of command lines +that will be executed, and success is determined based on their +exit codes. btest comes with some additional tools that can be used +within such tests to robustly compare output against a previously +established baseline. -WWW: https://github.com/bro/btest/ +WWW: https://github.com/zeek/btest/ From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 21:14:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD1F86438F4; Fri, 25 Jun 2021 21:14: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 4GBVBQ551wz3LMr; Fri, 25 Jun 2021 21:14: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 92C5F1234A; Fri, 25 Jun 2021 21:14: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 15PLEc1c094286; Fri, 25 Jun 2021 21:14:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PLEcKG094285; Fri, 25 Jun 2021 21:14:38 GMT (envelope-from git) Date: Fri, 25 Jun 2021 21:14:38 GMT Message-Id: <202106252114.15PLEcKG094285@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: 13912eb19ac9 - main - x11/libX11: Update to 1.7.2 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: 13912eb19ac9d97a70f3c3dde4446579f1974d81 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 21:14:38 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=13912eb19ac9d97a70f3c3dde4446579f1974d81 commit 13912eb19ac9d97a70f3c3dde4446579f1974d81 Author: Daniel Engberg AuthorDate: 2021-06-25 21:13:25 +0000 Commit: Kevin Bowling CommitDate: 2021-06-25 21:13:25 +0000 x11/libX11: Update to 1.7.2 Changes https://gitlab.freedesktop.org/xorg/lib/libx11/-/blob/master/README.md#release-172 PR: 256522 Approved by: x11 (zeising) --- x11/libX11/Makefile | 4 +--- x11/libX11/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index d4a6fcd144c2..0ecbecaa94ef 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Anholt PORTNAME= libX11 -PORTVERSION= 1.7.1 +DISTVERSION= 1.7.2 PORTEPOCH= 1 CATEGORIES= x11 @@ -24,7 +24,5 @@ INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ ${WRKSRC}/configure - @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ - s/install-specDATA//' ${WRKSRC}/nls/Makefile.in .include diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index febf957cf46c..56737175c926 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621526548 -SHA256 (xorg/lib/libX11-1.7.1.tar.bz2) = e64e43deaa562cbfb0d5ada64670ec09c6fac7935262dcd77bbc6d984a535d47 -SIZE (xorg/lib/libX11-1.7.1.tar.bz2) = 2426509 +TIMESTAMP = 1623285146 +SHA256 (xorg/lib/libX11-1.7.2.tar.bz2) = 1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c3092ea6c +SIZE (xorg/lib/libX11-1.7.2.tar.bz2) = 2392982 From owner-dev-commits-ports-main@freebsd.org Fri Jun 25 21:18:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 437EE643C7F; Fri, 25 Jun 2021 21:18: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 4GBVGc1Ttxz3M7L; Fri, 25 Jun 2021 21:18: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 177C6127D1; Fri, 25 Jun 2021 21:18: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 15PLIFL2094651; Fri, 25 Jun 2021 21:18:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15PLIFhx094650; Fri, 25 Jun 2021 21:18:15 GMT (envelope-from git) Date: Fri, 25 Jun 2021 21:18:15 GMT Message-Id: <202106252118.15PLIFhx094650@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: 30b239b4ddbc - main - x11/libX11: Remove unnecessary perl5 dependency 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: 30b239b4ddbc30652ef5dd985136318fbd685bd9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 21:18:16 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=30b239b4ddbc30652ef5dd985136318fbd685bd9 commit 30b239b4ddbc30652ef5dd985136318fbd685bd9 Author: Steve Wills AuthorDate: 2021-06-25 21:16:37 +0000 Commit: Kevin Bowling CommitDate: 2021-06-25 21:16:37 +0000 x11/libX11: Remove unnecessary perl5 dependency PR: 233324 Reviewed by: jbeich Approved by: maintainer timeout --- x11/libX11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 0ecbecaa94ef..551605211bf3 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -10,13 +10,13 @@ COMMENT= X11 library LICENSE= MIT -USES= cpe perl5 xorg xorg-cat:lib +USES= cpe xorg xorg-cat:lib USE_XORG= xcb xtrans xorgproto -USE_PERL5= build CPE_VENDOR= x CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \ + --with-perl=no \ --disable-specs CONFIGURE_ENV+= ac_cv_path_PS2PDF="" INSTALL_TARGET= install-strip From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 00:13:57 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A239F64661A; Sat, 26 Jun 2021 00:13: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 4GBZ9K3xZpz3nLb; Sat, 26 Jun 2021 00:13: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 6FDCE14A54; Sat, 26 Jun 2021 00:13: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 15Q0Dv6K036028; Sat, 26 Jun 2021 00:13:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q0DvND036027; Sat, 26 Jun 2021 00:13:57 GMT (envelope-from git) Date: Sat, 26 Jun 2021 00:13:57 GMT Message-Id: <202106260013.15Q0DvND036027@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: db2b8ce28a68 - main - emulators/rpcs3: update to 0.0.16.12422 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: db2b8ce28a68c9233b3cf0640b03cecbff7a7d91 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 00:13:57 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=db2b8ce28a68c9233b3cf0640b03cecbff7a7d91 commit db2b8ce28a68c9233b3cf0640b03cecbff7a7d91 Author: Jan Beich AuthorDate: 2021-06-25 18:27:26 +0000 Commit: Jan Beich CommitDate: 2021-06-26 00:07:19 +0000 emulators/rpcs3: update to 0.0.16.12422 Changes: https://github.com/RPCS3/rpcs3/compare/3c614d95b...bba528574 --- emulators/rpcs3/Makefile | 4 ++-- emulators/rpcs3/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 166f9621f492..dac79898ad95 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.16-12409 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g3c614d95b +DISTVERSION= 0.0.16-12422 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -gbba528574 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index d96fdca0f4fa..b0ecd3b6f1de 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1624216104 +TIMESTAMP = 1624645646 SHA256 (libcxx-12.0.0.src.tar.xz) = 7dcb75ca4f6aae2c677d128460c48a57398c8b6791b77b74bea7cf9e04e7c3f1 SIZE (libcxx-12.0.0.src.tar.xz) = 1880864 -SHA256 (RPCS3-rpcs3-v0.0.16-12409-g3c614d95b_GH0.tar.gz) = 66de56d08c9e4ae897dafdded254f162a09b5697a9a379167779dda158f70fda -SIZE (RPCS3-rpcs3-v0.0.16-12409-g3c614d95b_GH0.tar.gz) = 8068199 +SHA256 (RPCS3-rpcs3-v0.0.16-12422-gbba528574_GH0.tar.gz) = 4aa3ea78e618149d913115535a87a1133c66ce69078329f67f426dc54a9dd9c3 +SIZE (RPCS3-rpcs3-v0.0.16-12422-gbba528574_GH0.tar.gz) = 8046813 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-125-g01f601a_GH0.tar.gz) = d6aecf7a9e4d6f4935f1da5fd29cb8011f76567c8e5b571b7410e2fa6942bf37 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-125-g01f601a_GH0.tar.gz) = 120327 SHA256 (RPCS3-llvm-mirror-5836324d6443_GH0.tar.gz) = b996a126f5d1beb558d63fb79005cf193c591cf8787dd86bcdb1f289f817e964 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 00:13:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E60CE6469C7; Sat, 26 Jun 2021 00:13: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 4GBZ9L4fX8z3nCj; Sat, 26 Jun 2021 00:13: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 881AC14C6F; Sat, 26 Jun 2021 00:13: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 15Q0Dweu036052; Sat, 26 Jun 2021 00:13:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q0Dw55036051; Sat, 26 Jun 2021 00:13:58 GMT (envelope-from git) Date: Sat, 26 Jun 2021 00:13:58 GMT Message-Id: <202106260013.15Q0Dw55036051@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: efcd8c4b30ed - main - emulators/yuzu: update to s20210625 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: efcd8c4b30ed0122a92ff6838ddd715f6cf3433d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 00:13:59 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=efcd8c4b30ed0122a92ff6838ddd715f6cf3433d commit efcd8c4b30ed0122a92ff6838ddd715f6cf3433d Author: Jan Beich AuthorDate: 2021-06-25 21:07:24 +0000 Commit: Jan Beich CommitDate: 2021-06-26 00:07:20 +0000 emulators/yuzu: update to s20210625 Changes: https://github.com/yuzu-emu/yuzu/compare/1b09d6628...d9fb6dbd3 --- 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 3d1422ce3230..3285933e54ea 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210623 +PORTVERSION= s20210625 PORTREVISION?= 0 CATEGORIES= emulators @@ -43,7 +43,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 1b09d6628 +GH_TAGNAME= d9fb6dbd3 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index edd8e5def991..92998878c2c8 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624487464 -SHA256 (yuzu-emu-yuzu-s20210623-1b09d6628_GH0.tar.gz) = 1222df36654d0a017906ca168574e87760c6a78a5c61d6683e09a65440c1ce70 -SIZE (yuzu-emu-yuzu-s20210623-1b09d6628_GH0.tar.gz) = 3837326 +TIMESTAMP = 1624655244 +SHA256 (yuzu-emu-yuzu-s20210625-d9fb6dbd3_GH0.tar.gz) = 4c667d8433387492ac627539f3596b07e96cb2a9ad2b64fddf7ed314197b772f +SIZE (yuzu-emu-yuzu-s20210625-d9fb6dbd3_GH0.tar.gz) = 3836719 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-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 00:14:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4838D646565; Sat, 26 Jun 2021 00:14: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 4GBZ9Q08NDz3nCv; Sat, 26 Jun 2021 00:14: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 E2C2614D5D; Sat, 26 Jun 2021 00:14: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 15Q0E1nW036125; Sat, 26 Jun 2021 00:14:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q0E1uO036124; Sat, 26 Jun 2021 00:14:01 GMT (envelope-from git) Date: Sat, 26 Jun 2021 00:14:01 GMT Message-Id: <202106260014.15Q0E1uO036124@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: 512b1b03dd9f - main - graphics/mesa-devel: update to 21.1.b.3586 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: 512b1b03dd9fc00e5641171eb319f7404b90624f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 00:14:02 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=512b1b03dd9fc00e5641171eb319f7404b90624f commit 512b1b03dd9fc00e5641171eb319f7404b90624f Author: Jan Beich AuthorDate: 2021-06-25 17:16:14 +0000 Commit: Jan Beich CommitDate: 2021-06-26 00:07:21 +0000 graphics/mesa-devel: update to 21.1.b.3586 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/d22cdcd33a4...5853f17c304 --- 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 5df59c27fc4d..4b66d071ced8 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.1-branchpoint-3477 -DISTVERSIONSUFFIX= -gd22cdcd33a4 +DISTVERSION= 21.1-branchpoint-3586 +DISTVERSIONSUFFIX= -g5853f17c304 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 6206a49624d2..8888ea8055d6 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624491873 -SHA256 (mesa3d-mesa-21.1-branchpoint-3477-gd22cdcd33a4_GH0.tar.gz) = 0b78bb10ea08612417a9154cc79e7bcf7983ce44f7551107e24c462edfd4fdaa -SIZE (mesa3d-mesa-21.1-branchpoint-3477-gd22cdcd33a4_GH0.tar.gz) = 24267920 +TIMESTAMP = 1624660892 +SHA256 (mesa3d-mesa-21.1-branchpoint-3586-g5853f17c304_GH0.tar.gz) = 1a05d7b49a1045db1422c248d4ebee09aa77d0d83120b22a9fa0520a15a54e8e +SIZE (mesa3d-mesa-21.1-branchpoint-3586-g5853f17c304_GH0.tar.gz) = 24292341 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 00:14:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3BE6C6461D4; Sat, 26 Jun 2021 00:14: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 4GBZ9N0Hsmz3nCr; Sat, 26 Jun 2021 00:14: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 B508A149F3; Sat, 26 Jun 2021 00:13: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 15Q0Dxaj036077; Sat, 26 Jun 2021 00:13:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q0DxJ5036076; Sat, 26 Jun 2021 00:13:59 GMT (envelope-from git) Date: Sat, 26 Jun 2021 00:13:59 GMT Message-Id: <202106260013.15Q0DxJ5036076@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: 8da407977673 - main - x11-wm/river: update to s20210624 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: 8da4079776738babe69552269bb7bbfbfb938999 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 00:14:00 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8da4079776738babe69552269bb7bbfbfb938999 commit 8da4079776738babe69552269bb7bbfbfb938999 Author: Jan Beich AuthorDate: 2021-06-24 18:21:07 +0000 Commit: Jan Beich CommitDate: 2021-06-26 00:07:20 +0000 x11-wm/river: update to s20210624 Changes: https://github.com/ifreund/river/compare/951c11f...5056394 --- x11-wm/river/Makefile | 6 +++--- x11-wm/river/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 6560218a7384..055eef6a5605 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,5 +1,5 @@ PORTNAME= river -PORTVERSION= s20210623 +PORTVERSION= s20210624 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -21,11 +21,11 @@ USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= 951c11f +GH_TAGNAME= 5056394 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 \ - swaywm:zig-wlroots:c5f7594:zig_wlroots/deps/zig-wlroots + swaywm:zig-wlroots:4c4e598:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:U-Drelease-fast=true} \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index 74152903e6b3..9506d632b6c5 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1624455310 -SHA256 (ifreund-river-s20210623-951c11f_GH0.tar.gz) = 78a2f7a38d02cbb7252a76794d2adffc69296f52cec71c2611f993cfabf6fba1 -SIZE (ifreund-river-s20210623-951c11f_GH0.tar.gz) = 115539 +TIMESTAMP = 1624558867 +SHA256 (ifreund-river-s20210624-5056394_GH0.tar.gz) = 7920ffc0da408fae1835f2350bed1759125f5e9b5455df2163df50ae0405b9b5 +SIZE (ifreund-river-s20210624-5056394_GH0.tar.gz) = 115537 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 SIZE (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 53425 SHA256 (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 9fee1bef4d7886977578519a2f59ca8c9fdca135a2f98b84d4fbae52588415af SIZE (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 19027 -SHA256 (swaywm-zig-wlroots-c5f7594_GH0.tar.gz) = f4db4a419ce679d5b9b74e3e2c1cef0b4fca3a0737c31a136d2caaca7b61c24a -SIZE (swaywm-zig-wlroots-c5f7594_GH0.tar.gz) = 35487 +SHA256 (swaywm-zig-wlroots-4c4e598_GH0.tar.gz) = 7143c1c7bd0d028b0a320f4e7fb56bd3e1f4b2036db9694499f424dd6d0aae0a +SIZE (swaywm-zig-wlroots-4c4e598_GH0.tar.gz) = 35687 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 00:14:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0550D64661E; Sat, 26 Jun 2021 00:14: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 4GBZ9N6Hxgz3nWy; Sat, 26 Jun 2021 00:14: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 B79B514C70; Sat, 26 Jun 2021 00:14: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 15Q0E0Th036101; Sat, 26 Jun 2021 00:14:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q0E0px036100; Sat, 26 Jun 2021 00:14:00 GMT (envelope-from git) Date: Sat, 26 Jun 2021 00:14:00 GMT Message-Id: <202106260014.15Q0E0px036100@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: 2c18abd7379e - main - x11-servers/xwayland-devel: update to 1.20.0.987 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: 2c18abd7379e946ea1e40275b3c7f60b697e85e3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 00:14:01 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c18abd7379e946ea1e40275b3c7f60b697e85e3 commit 2c18abd7379e946ea1e40275b3c7f60b697e85e3 Author: Jan Beich AuthorDate: 2021-06-25 10:24:51 +0000 Commit: Jan Beich CommitDate: 2021-06-26 00:07:21 +0000 x11-servers/xwayland-devel: update to 1.20.0.987 Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/ef89b6648...2531ee024 --- x11-servers/xwayland-devel/Makefile | 4 ++-- x11-servers/xwayland-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index 8ce0018e03a0..e09fae0e13c0 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-980 -DISTVERSIONSUFFIX= -gef89b6648 +DISTVERSION= 1.20.0-987 +DISTVERSIONSUFFIX= -g2531ee024 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel diff --git a/x11-servers/xwayland-devel/distinfo b/x11-servers/xwayland-devel/distinfo index 615c9a433ed0..0380cbee385b 100644 --- a/x11-servers/xwayland-devel/distinfo +++ b/x11-servers/xwayland-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624277497 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 38d50c27b41f7479eb5357a12bd61cb4befc3cfbb305d505519a2610b9b00981 -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 5862329 +TIMESTAMP = 1624647286 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-987-g2531ee024_GH0.tar.gz) = 006056dfd0dff7089c8eba991aac6c7cb4df39afa5f12ac365c9a065aa86e813 +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-987-g2531ee024_GH0.tar.gz) = 5862777 SHA256 (freedesktop-xorg-xorgproto-xorgproto-2021.4.99.2_GH0.tar.gz) = ea68fe40cf55247538fd3f0f891ef0ba229b541b56e0874b7efed60688228638 SIZE (freedesktop-xorg-xorgproto-xorgproto-2021.4.99.2_GH0.tar.gz) = 981510 SHA256 (231720f8b212.patch) = 50b5ff308e26982ad41f8203303e0c44d3751a2009dc66337c370a1b022f4c0d From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 00:50:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C05D647503; Sat, 26 Jun 2021 00:50: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 4GBZzl2WCbz3pjN; Sat, 26 Jun 2021 00:50: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 3E72315277; Sat, 26 Jun 2021 00:50: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 15Q0ohu7085213; Sat, 26 Jun 2021 00:50:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q0ohSh085212; Sat, 26 Jun 2021 00:50:43 GMT (envelope-from git) Date: Sat, 26 Jun 2021 00:50:43 GMT Message-Id: <202106260050.15Q0ohSh085212@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: c9afda5a14a3 - main - security/py-[acme|certbot]: Update to 1.16.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: c9afda5a14a3c39ccb8394f2e5ab4455870a82a8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 00:50:43 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9afda5a14a3c39ccb8394f2e5ab4455870a82a8 commit c9afda5a14a3c39ccb8394f2e5ab4455870a82a8 Author: Yasuhiro Kimura AuthorDate: 2021-06-26 00:45:03 +0000 Commit: Danilo G. Baio CommitDate: 2021-06-26 00:49:11 +0000 security/py-[acme|certbot]: Update to 1.16.0 Changelog: https://github.com/certbot/certbot/blob/v1.16.0/certbot/CHANGELOG.md PR: 256391 Approved by: python (with hat) --- security/py-acme/distinfo | 6 +++--- security/py-acme/version.mk | 2 +- security/py-certbot-apache/distinfo | 6 +++--- security/py-certbot-dns-cloudflare/distinfo | 6 +++--- security/py-certbot-dns-cloudxns/Makefile | 2 +- security/py-certbot-dns-cloudxns/distinfo | 6 +++--- security/py-certbot-dns-digitalocean/distinfo | 6 +++--- security/py-certbot-dns-dnsimple/distinfo | 6 +++--- security/py-certbot-dns-dnsmadeeasy/Makefile | 2 +- security/py-certbot-dns-dnsmadeeasy/distinfo | 6 +++--- security/py-certbot-dns-gehirn/Makefile | 2 +- security/py-certbot-dns-gehirn/distinfo | 6 +++--- security/py-certbot-dns-google/distinfo | 6 +++--- security/py-certbot-dns-linode/Makefile | 2 +- security/py-certbot-dns-linode/distinfo | 6 +++--- security/py-certbot-dns-luadns/Makefile | 2 +- security/py-certbot-dns-luadns/distinfo | 6 +++--- security/py-certbot-dns-nsone/Makefile | 2 +- security/py-certbot-dns-nsone/distinfo | 6 +++--- security/py-certbot-dns-ovh/Makefile | 2 +- security/py-certbot-dns-ovh/distinfo | 6 +++--- security/py-certbot-dns-rfc2136/distinfo | 6 +++--- security/py-certbot-dns-route53/distinfo | 6 +++--- security/py-certbot-dns-sakuracloud/Makefile | 2 +- security/py-certbot-dns-sakuracloud/distinfo | 6 +++--- security/py-certbot-nginx/distinfo | 6 +++--- security/py-certbot/distinfo | 6 +++--- 27 files changed, 63 insertions(+), 63 deletions(-) diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index 9ad9eb836392..1e3bc1c0b11e 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591047 -SHA256 (acme-1.15.0.tar.gz) = 070cc58910e2c36892adf830402a68e28287dc1c09103c7e0eaf1dfa460bee4d -SIZE (acme-1.15.0.tar.gz) = 90504 +TIMESTAMP = 1622664715 +SHA256 (acme-1.16.0.tar.gz) = a1f8018820d87fd3f9f264c359e8b6cd6a736a1ed18f4b6ac8af6b303e627857 +SIZE (acme-1.16.0.tar.gz) = 90444 diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk index 4457b70d8bcf..9cba877245b8 100644 --- a/security/py-acme/version.mk +++ b/security/py-acme/version.mk @@ -1 +1 @@ -ACME_VERSION= 1.15.0 +ACME_VERSION= 1.16.0 diff --git a/security/py-certbot-apache/distinfo b/security/py-certbot-apache/distinfo index 314bfb718796..2d141b358c93 100644 --- a/security/py-certbot-apache/distinfo +++ b/security/py-certbot-apache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591067 -SHA256 (certbot-apache-1.15.0.tar.gz) = a705fa30dcc242914b68d905377f56d0f31a54aac95f3663fbc31b5e467aa9a1 -SIZE (certbot-apache-1.15.0.tar.gz) = 221204 +TIMESTAMP = 1622664716 +SHA256 (certbot-apache-1.16.0.tar.gz) = 26824b812826d22b3f80377dfc2976a6f37f425c414c50efd8f8bd6e7967d579 +SIZE (certbot-apache-1.16.0.tar.gz) = 221072 diff --git a/security/py-certbot-dns-cloudflare/distinfo b/security/py-certbot-dns-cloudflare/distinfo index bbfa00419ad3..4245026ccfa2 100644 --- a/security/py-certbot-dns-cloudflare/distinfo +++ b/security/py-certbot-dns-cloudflare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591068 -SHA256 (certbot-dns-cloudflare-1.15.0.tar.gz) = 95e279a7b9fd8f13c913734e6752ee21e493b277119655976a0cb32af584e97d -SIZE (certbot-dns-cloudflare-1.15.0.tar.gz) = 15386 +TIMESTAMP = 1622664716 +SHA256 (certbot-dns-cloudflare-1.16.0.tar.gz) = 16271e96eaa2fcbf9d8b1e4277b7e2a72b6bf6aec8900e1ceed4e33655cfb9e7 +SIZE (certbot-dns-cloudflare-1.16.0.tar.gz) = 15381 diff --git a/security/py-certbot-dns-cloudxns/Makefile b/security/py-certbot-dns-cloudxns/Makefile index d744f6262f2b..4181f6be480d 100644 --- a/security/py-certbot-dns-cloudxns/Makefile +++ b/security/py-certbot-dns-cloudxns/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-cloudxns/distinfo b/security/py-certbot-dns-cloudxns/distinfo index f01ab59b92b6..4fca734a5d6e 100644 --- a/security/py-certbot-dns-cloudxns/distinfo +++ b/security/py-certbot-dns-cloudxns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591069 -SHA256 (certbot-dns-cloudxns-1.15.0.tar.gz) = a69c5b234796a7479bf6a89e0eea54d3e6dc9b07ff12a8133614eead39d4c557 -SIZE (certbot-dns-cloudxns-1.15.0.tar.gz) = 12594 +TIMESTAMP = 1622664716 +SHA256 (certbot-dns-cloudxns-1.16.0.tar.gz) = 6fb3eb75554dc74da5a57841e3bdf649af49c689f8d726d7c7a2c65e9565ec6c +SIZE (certbot-dns-cloudxns-1.16.0.tar.gz) = 12538 diff --git a/security/py-certbot-dns-digitalocean/distinfo b/security/py-certbot-dns-digitalocean/distinfo index 12a261dcb846..d795246203e8 100644 --- a/security/py-certbot-dns-digitalocean/distinfo +++ b/security/py-certbot-dns-digitalocean/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591069 -SHA256 (certbot-dns-digitalocean-1.15.0.tar.gz) = 6e4e3e5cf2719055364f8d15575105394c0b80f092e384ff1bab98fc9c69e949 -SIZE (certbot-dns-digitalocean-1.15.0.tar.gz) = 14002 +TIMESTAMP = 1622664717 +SHA256 (certbot-dns-digitalocean-1.16.0.tar.gz) = 2e79451aded244cb4e4195451f927b61e2bded6d6b247ab8f3d07225ce599dbd +SIZE (certbot-dns-digitalocean-1.16.0.tar.gz) = 13997 diff --git a/security/py-certbot-dns-dnsimple/distinfo b/security/py-certbot-dns-dnsimple/distinfo index 12226d4eb7e4..e15eaabbc678 100644 --- a/security/py-certbot-dns-dnsimple/distinfo +++ b/security/py-certbot-dns-dnsimple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591070 -SHA256 (certbot-dns-dnsimple-1.15.0.tar.gz) = 5df1ec6f1feb611b02da5d34fb63148c6170354e9f60c00297d31eadee0126d1 -SIZE (certbot-dns-dnsimple-1.15.0.tar.gz) = 12653 +TIMESTAMP = 1622664717 +SHA256 (certbot-dns-dnsimple-1.16.0.tar.gz) = 28a2daec69057e74f4988cd0960e08f4b98d66a5d4fe2234d3a20243061c43d2 +SIZE (certbot-dns-dnsimple-1.16.0.tar.gz) = 12632 diff --git a/security/py-certbot-dns-dnsmadeeasy/Makefile b/security/py-certbot-dns-dnsmadeeasy/Makefile index cb893e541a13..150baa2b8f54 100644 --- a/security/py-certbot-dns-dnsmadeeasy/Makefile +++ b/security/py-certbot-dns-dnsmadeeasy/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-dnsmadeeasy/distinfo b/security/py-certbot-dns-dnsmadeeasy/distinfo index 001026e0bb13..7212cda5ac7c 100644 --- a/security/py-certbot-dns-dnsmadeeasy/distinfo +++ b/security/py-certbot-dns-dnsmadeeasy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591071 -SHA256 (certbot-dns-dnsmadeeasy-1.15.0.tar.gz) = e337176369aef4455602d8626fef301c47ab991ea707170fce14363ca53fdccd -SIZE (certbot-dns-dnsmadeeasy-1.15.0.tar.gz) = 12697 +TIMESTAMP = 1622664718 +SHA256 (certbot-dns-dnsmadeeasy-1.16.0.tar.gz) = 3b5e688be64a6389b8fb270122b3614922d900242f179ce36608854763855c05 +SIZE (certbot-dns-dnsmadeeasy-1.16.0.tar.gz) = 12640 diff --git a/security/py-certbot-dns-gehirn/Makefile b/security/py-certbot-dns-gehirn/Makefile index 14fabe7b6055..9f82fc8beda2 100644 --- a/security/py-certbot-dns-gehirn/Makefile +++ b/security/py-certbot-dns-gehirn/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.22:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-gehirn/distinfo b/security/py-certbot-dns-gehirn/distinfo index cad3fb2b15a8..413fba4cb567 100644 --- a/security/py-certbot-dns-gehirn/distinfo +++ b/security/py-certbot-dns-gehirn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591072 -SHA256 (certbot-dns-gehirn-1.15.0.tar.gz) = 6f0d8c99fdd93ae205efc0fa74c88902371944fb93a0870ca947d28d13e365f1 -SIZE (certbot-dns-gehirn-1.15.0.tar.gz) = 12530 +TIMESTAMP = 1622664718 +SHA256 (certbot-dns-gehirn-1.16.0.tar.gz) = c108193fa94129bb471e779095c491426ac6e36b6c817809df960b8e37f4919b +SIZE (certbot-dns-gehirn-1.16.0.tar.gz) = 12499 diff --git a/security/py-certbot-dns-google/distinfo b/security/py-certbot-dns-google/distinfo index bb23ceaf4d4b..821bf0fab4bf 100644 --- a/security/py-certbot-dns-google/distinfo +++ b/security/py-certbot-dns-google/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591073 -SHA256 (certbot-dns-google-1.15.0.tar.gz) = 07c7d44b520dfd5471d411e9ec52f7fbe89de3bbfcff3c72e8563cec9dc8b1b3 -SIZE (certbot-dns-google-1.15.0.tar.gz) = 23920 +TIMESTAMP = 1622664718 +SHA256 (certbot-dns-google-1.16.0.tar.gz) = 6e18cea692a918ae52bcb44a27a468c6dcd420656bfa62e3767f0862127609d0 +SIZE (certbot-dns-google-1.16.0.tar.gz) = 23640 diff --git a/security/py-certbot-dns-linode/Makefile b/security/py-certbot-dns-linode/Makefile index 61b1f4423375..d0a1c772b7aa 100644 --- a/security/py-certbot-dns-linode/Makefile +++ b/security/py-certbot-dns-linode/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.3:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-linode/distinfo b/security/py-certbot-dns-linode/distinfo index 29100b8b0aa8..6afbf7f62db8 100644 --- a/security/py-certbot-dns-linode/distinfo +++ b/security/py-certbot-dns-linode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591073 -SHA256 (certbot-dns-linode-1.15.0.tar.gz) = 726cfc0e55292487e728c8c10c0c9821b05cafd072573f2b466490afb55d3633 -SIZE (certbot-dns-linode-1.15.0.tar.gz) = 13027 +TIMESTAMP = 1622664718 +SHA256 (certbot-dns-linode-1.16.0.tar.gz) = eb34a3d9469d2ebee3d34cf63570600d108b68128cc0a9b0d5d623b2fb74d5c7 +SIZE (certbot-dns-linode-1.16.0.tar.gz) = 12953 diff --git a/security/py-certbot-dns-luadns/Makefile b/security/py-certbot-dns-luadns/Makefile index 0850032b4d0d..b90494b4188b 100644 --- a/security/py-certbot-dns-luadns/Makefile +++ b/security/py-certbot-dns-luadns/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-luadns/distinfo b/security/py-certbot-dns-luadns/distinfo index 375b3aa0f233..76e82b923d62 100644 --- a/security/py-certbot-dns-luadns/distinfo +++ b/security/py-certbot-dns-luadns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591074 -SHA256 (certbot-dns-luadns-1.15.0.tar.gz) = 5ac9f7df7fa2cdfae376ec7a595a5dda7820bb19679af8825cbee420b917cb46 -SIZE (certbot-dns-luadns-1.15.0.tar.gz) = 12524 +TIMESTAMP = 1622664719 +SHA256 (certbot-dns-luadns-1.16.0.tar.gz) = 7ccebc826fc6c26be5ba37482d12d31b77d6adc8c39a67dd43fce896eca045a4 +SIZE (certbot-dns-luadns-1.16.0.tar.gz) = 12503 diff --git a/security/py-certbot-dns-nsone/Makefile b/security/py-certbot-dns-nsone/Makefile index 8c9897f61db3..704676ca11b6 100644 --- a/security/py-certbot-dns-nsone/Makefile +++ b/security/py-certbot-dns-nsone/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-nsone/distinfo b/security/py-certbot-dns-nsone/distinfo index 94c4bd4bf7b4..738ef8f5bb35 100644 --- a/security/py-certbot-dns-nsone/distinfo +++ b/security/py-certbot-dns-nsone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591075 -SHA256 (certbot-dns-nsone-1.15.0.tar.gz) = d2c90250bd8deecd4ad4bab214dca539658abec065e20150e192d6a57318a4ae -SIZE (certbot-dns-nsone-1.15.0.tar.gz) = 12558 +TIMESTAMP = 1622664719 +SHA256 (certbot-dns-nsone-1.16.0.tar.gz) = 325ee57a2c12a88d87706a6ce365e3c9dd0337104336ffa97edeaba14eae8990 +SIZE (certbot-dns-nsone-1.16.0.tar.gz) = 12505 diff --git a/security/py-certbot-dns-ovh/Makefile b/security/py-certbot-dns-ovh/Makefile index 5d45db573dd5..187aa1d8a693 100644 --- a/security/py-certbot-dns-ovh/Makefile +++ b/security/py-certbot-dns-ovh/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.7.14:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-ovh/distinfo b/security/py-certbot-dns-ovh/distinfo index 10d850a9f9f3..841a74a44af6 100644 --- a/security/py-certbot-dns-ovh/distinfo +++ b/security/py-certbot-dns-ovh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591076 -SHA256 (certbot-dns-ovh-1.15.0.tar.gz) = 2606b18f817cde51f6cbb3f595aa215e8657d0248110a07af9c5ba95e0065562 -SIZE (certbot-dns-ovh-1.15.0.tar.gz) = 12870 +TIMESTAMP = 1622664719 +SHA256 (certbot-dns-ovh-1.16.0.tar.gz) = fb0050c1ff2247dd5fe6b164091dd64c2cf408d7a56bcad73f0ee25980cc024d +SIZE (certbot-dns-ovh-1.16.0.tar.gz) = 12840 diff --git a/security/py-certbot-dns-rfc2136/distinfo b/security/py-certbot-dns-rfc2136/distinfo index b6c75c3d2191..e4e89495a07e 100644 --- a/security/py-certbot-dns-rfc2136/distinfo +++ b/security/py-certbot-dns-rfc2136/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591076 -SHA256 (certbot-dns-rfc2136-1.15.0.tar.gz) = c777c468ce26c673f7e723e21feb8ea2bb1d1e7d696e1a8b47bcfce7f2a74a87 -SIZE (certbot-dns-rfc2136-1.15.0.tar.gz) = 15098 +TIMESTAMP = 1622664720 +SHA256 (certbot-dns-rfc2136-1.16.0.tar.gz) = 201a4c7b79462ee1e0e9e18577c042d0fce31ce1cee61f0dd06f891bcdd920cb +SIZE (certbot-dns-rfc2136-1.16.0.tar.gz) = 15080 diff --git a/security/py-certbot-dns-route53/distinfo b/security/py-certbot-dns-route53/distinfo index b71f8f04f23a..ac3dd69979f8 100644 --- a/security/py-certbot-dns-route53/distinfo +++ b/security/py-certbot-dns-route53/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591077 -SHA256 (certbot-dns-route53-1.15.0.tar.gz) = 29eec6ee7121a4cbf70611d0c25a6e74b7bfbaef8e881054a558b8765181d676 -SIZE (certbot-dns-route53-1.15.0.tar.gz) = 14990 +TIMESTAMP = 1622664720 +SHA256 (certbot-dns-route53-1.16.0.tar.gz) = b9080042eb1bdf6e04a6eb3a7d9de77dbe956aef27061cd4799d88404379b896 +SIZE (certbot-dns-route53-1.16.0.tar.gz) = 14937 diff --git a/security/py-certbot-dns-sakuracloud/Makefile b/security/py-certbot-dns-sakuracloud/Makefile index 47975b542e6c..e67c20932d60 100644 --- a/security/py-certbot-dns-sakuracloud/Makefile +++ b/security/py-certbot-dns-sakuracloud/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.23:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-sakuracloud/distinfo b/security/py-certbot-dns-sakuracloud/distinfo index 4683d75d3763..2667ccb2a009 100644 --- a/security/py-certbot-dns-sakuracloud/distinfo +++ b/security/py-certbot-dns-sakuracloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591078 -SHA256 (certbot-dns-sakuracloud-1.15.0.tar.gz) = 1954e58e01342868513903dcdba526dd859353813824ffdbded6bb0e99b23247 -SIZE (certbot-dns-sakuracloud-1.15.0.tar.gz) = 12539 +TIMESTAMP = 1622664720 +SHA256 (certbot-dns-sakuracloud-1.16.0.tar.gz) = d7548554ef5558a98f6d5e22c4d9a2bcaddc72839d9d1d791f25193c7cd57088 +SIZE (certbot-dns-sakuracloud-1.16.0.tar.gz) = 12475 diff --git a/security/py-certbot-nginx/distinfo b/security/py-certbot-nginx/distinfo index e93ddd39a6ad..de61ee0422b6 100644 --- a/security/py-certbot-nginx/distinfo +++ b/security/py-certbot-nginx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591079 -SHA256 (certbot-nginx-1.15.0.tar.gz) = ff711bac2dc2084db77d1d8b9abf415d8d14625fcd7e25c80b57ce6d78bcf1d2 -SIZE (certbot-nginx-1.15.0.tar.gz) = 76033 +TIMESTAMP = 1622664720 +SHA256 (certbot-nginx-1.16.0.tar.gz) = e0a954d49461e3209173cade9c49e8abfdc697467d1ae312bb230a43f7c60959 +SIZE (certbot-nginx-1.16.0.tar.gz) = 76199 diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index 7f3df99eda2d..761615b46e9b 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591066 -SHA256 (certbot-1.15.0.tar.gz) = db7fe523f4cb3ccc69093c224e5e467ddbf94c42b16d32a10dfd35fcbeb69fe1 -SIZE (certbot-1.15.0.tar.gz) = 392388 +TIMESTAMP = 1622664716 +SHA256 (certbot-1.16.0.tar.gz) = 04e80e987ca4837169127e1951325a4bcdcaf0b4a51ee2847148cfd52cbb207d +SIZE (certbot-1.16.0.tar.gz) = 398271 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 06:10:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67DB764C470; Sat, 26 Jun 2021 06:10: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 4GBk582GwQz3PkR; Sat, 26 Jun 2021 06:10: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 34D9719AE2; Sat, 26 Jun 2021 06:10: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 15Q6AqX8010356; Sat, 26 Jun 2021 06:10:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q6Aqbi010335; Sat, 26 Jun 2021 06:10:52 GMT (envelope-from git) Date: Sat, 26 Jun 2021 06:10:52 GMT Message-Id: <202106260610.15Q6Aqbi010335@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: c801d31c9ddf - main - emulators/winetricks: Update to 20210617 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: c801d31c9ddf68f34af1011b5a8585c0daa0d8aa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 06:10:52 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=c801d31c9ddf68f34af1011b5a8585c0daa0d8aa commit c801d31c9ddf68f34af1011b5a8585c0daa0d8aa Author: Alexander Vereeken AuthorDate: 2021-06-26 06:10:13 +0000 Commit: Neel Chauhan CommitDate: 2021-06-26 06:10:13 +0000 emulators/winetricks: Update to 20210617 PR: 256679 Changes: https://github.com/Winetricks/winetricks/compare/20210206...master --- emulators/winetricks/Makefile | 3 ++- emulators/winetricks/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile index 8b00650695d2..d6f075f87a57 100644 --- a/emulators/winetricks/Makefile +++ b/emulators/winetricks/Makefile @@ -1,5 +1,5 @@ PORTNAME= winetricks -PORTVERSION= 20210206 +PORTVERSION= 20210617 CATEGORIES= emulators MAINTAINER= Alexander88207@protonmail.com @@ -15,6 +15,7 @@ USE_PERL5= run USE_GITHUB= yes GH_ACCOUNT= Winetricks +GH_TAGNAME= b0210c3 NO_ARCH= yes NO_BUILD= yes diff --git a/emulators/winetricks/distinfo b/emulators/winetricks/distinfo index 813770247b4a..72c336fe413a 100644 --- a/emulators/winetricks/distinfo +++ b/emulators/winetricks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612810805 -SHA256 (Winetricks-winetricks-20210206_GH0.tar.gz) = 705421798b28696f577104ebdf03b068b9343ab096754150f47a6ec06fa8ae65 -SIZE (Winetricks-winetricks-20210206_GH0.tar.gz) = 690837 +TIMESTAMP = 1623963830 +SHA256 (Winetricks-winetricks-20210617-b0210c3_GH0.tar.gz) = 7561bedf7443c0570de11c3c03273b4b33c8d95475f7957994e09771db3b38bd +SIZE (Winetricks-winetricks-20210617-b0210c3_GH0.tar.gz) = 691617 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 06:22:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC8AC64C904; Sat, 26 Jun 2021 06:22: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 4GBkLd5hGWz3Qck; Sat, 26 Jun 2021 06:22: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 AC6711A13A; Sat, 26 Jun 2021 06:22: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 15Q6MXQp028197; Sat, 26 Jun 2021 06:22:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q6MXvU028196; Sat, 26 Jun 2021 06:22:33 GMT (envelope-from git) Date: Sat, 26 Jun 2021 06:22:33 GMT Message-Id: <202106260622.15Q6MXvU028196@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: ea08bf917104 - main - www/luakit-devel: update to 2.3-11 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: ea08bf917104fa45f3898f277659fa5206e2fc1f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 06:22:33 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea08bf917104fa45f3898f277659fa5206e2fc1f commit ea08bf917104fa45f3898f277659fa5206e2fc1f Author: Marco Beishuizen AuthorDate: 2021-06-26 06:22:05 +0000 Commit: Neel Chauhan CommitDate: 2021-06-26 06:22:05 +0000 www/luakit-devel: update to 2.3-11 PR: 256811 --- www/luakit-devel/Makefile | 4 ++-- www/luakit-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/luakit-devel/Makefile b/www/luakit-devel/Makefile index 5ebc90048356..b46a747a4fda 100644 --- a/www/luakit-devel/Makefile +++ b/www/luakit-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= luakit-devel -DISTVERSION= 2.3-8 -DISTVERSIONSUFFIX= -gad2ce7e +DISTVERSION= 2.3-11 +DISTVERSIONSUFFIX= -g0ec1c30 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/luakit-devel/distinfo b/www/luakit-devel/distinfo index 64cad90be228..81e992424315 100644 --- a/www/luakit-devel/distinfo +++ b/www/luakit-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622810444 -SHA256 (luakit-luakit-2.3-8-gad2ce7e_GH0.tar.gz) = 21f541e75e78328106c03bb15d4cc80b341fcecdf2076d634108fed578762797 -SIZE (luakit-luakit-2.3-8-gad2ce7e_GH0.tar.gz) = 505149 +TIMESTAMP = 1624546088 +SHA256 (luakit-luakit-2.3-11-g0ec1c30_GH0.tar.gz) = a525b101898c7b314db0ac49eac3c6b84f32cdca463c527f34f395ff35b1b645 +SIZE (luakit-luakit-2.3-11-g0ec1c30_GH0.tar.gz) = 505301 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 06:24:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4EC0D64C1CA; Sat, 26 Jun 2021 06:24: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 4GBkNT1hT4z3QjY; Sat, 26 Jun 2021 06:24: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 225CC19ECC; Sat, 26 Jun 2021 06:24: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 15Q6O9EW028432; Sat, 26 Jun 2021 06:24:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q6O9re028431; Sat, 26 Jun 2021 06:24:09 GMT (envelope-from git) Date: Sat, 26 Jun 2021 06:24:09 GMT Message-Id: <202106260624.15Q6O9re028431@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: 3968e59f6c62 - main - net-im/openfire: Update to 4.6.4 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: 3968e59f6c62174afa7f526544d902f2b507d0bb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 06:24:09 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=3968e59f6c62174afa7f526544d902f2b507d0bb commit 3968e59f6c62174afa7f526544d902f2b507d0bb Author: Nikita Druba AuthorDate: 2021-06-26 06:23:40 +0000 Commit: Neel Chauhan CommitDate: 2021-06-26 06:23:40 +0000 net-im/openfire: Update to 4.6.4 PR: 256748 --- net-im/openfire/Makefile | 7 +++---- net-im/openfire/distinfo | 10 +++++----- net-im/openfire/pkg-plist | 6 +++--- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index ab5e10bcf8c5..7222e28417e4 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -1,13 +1,12 @@ # Created by: Nikolay Pavlov -# $FreeBSD$ PORTNAME= openfire -PORTVERSION= 4.6.3 +PORTVERSION= 4.6.4 PORTEPOCH= 1 CATEGORIES= net-im java -MASTER_SITES= https://github.com/igniterealtime/${PORTNAME}/releases/download/v${PORTVERSION}/ \ +MASTER_SITES= https://github.com/igniterealtime/${PORTNAME}/archive/refs/tags/ \ LOCAL/pi:maven -DISTFILES= ${PORTNAME}_src_${PORTVERSION:S/./_/g}.tar.gz +DISTFILES= v${PORTVERSION}.tar.gz MAINTAINER= nikita@druba.su COMMENT= Enterprise instant messaging server diff --git a/net-im/openfire/distinfo b/net-im/openfire/distinfo index d75646c4e638..980333b42dc7 100644 --- a/net-im/openfire/distinfo +++ b/net-im/openfire/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1624191431 -SHA256 (openfire_src_4_6_3.tar.gz) = c5c30e781b242d5a03b857f4605ed74ea643fec9221a45368ecd417830a6d674 -SIZE (openfire_src_4_6_3.tar.gz) = 6760615 -SHA256 (FreeBSD-openfire-4.6.3-maven-repository.tar.gz) = 6f451af052b1b1bf1177910db29a84d18808245e773d3e959896fd14853af3f3 -SIZE (FreeBSD-openfire-4.6.3-maven-repository.tar.gz) = 252920205 +TIMESTAMP = 1624266366 +SHA256 (v4.6.4.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 +SIZE (v4.6.4.tar.gz) = 6770705 +SHA256 (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 82a196764301a71f70f1a23bab4628772c9bfc05088a3a0328ef47df0b8ae453 +SIZE (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 253011622 diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist index df7131988b51..36ccaefc34b4 100644 --- a/net-im/openfire/pkg-plist +++ b/net-im/openfire/pkg-plist @@ -71,7 +71,7 @@ %%DATADIR%%/lib/commons-codec-1.12.jar %%DATADIR%%/lib/commons-dbcp2-2.6.0.jar %%DATADIR%%/lib/commons-fileupload-1.4.jar -%%DATADIR%%/lib/commons-io-2.6.jar +%%DATADIR%%/lib/commons-io-2.7.jar %%DATADIR%%/lib/commons-lang3-3.9.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/commons-pool2-2.6.2.jar @@ -85,7 +85,7 @@ %%DATADIR%%/lib/hsqldb-2.4.1.jar %%DATADIR%%/lib/httpclient-4.5.13.jar %%DATADIR%%/lib/httpcore-4.4.13.jar -%%DATADIR%%/lib/i18n-4.6.3.jar +%%DATADIR%%/lib/i18n-4.6.4.jar %%DATADIR%%/lib/imageio-bmp-3.5.jar %%DATADIR%%/lib/imageio-core-3.5.jar %%DATADIR%%/lib/istack-commons-runtime-3.0.8.jar @@ -157,7 +157,7 @@ %%DATADIR%%/lib/websocket-common-9.4.35.v20201120.jar %%DATADIR%%/lib/websocket-server-9.4.35.v20201120.jar %%DATADIR%%/lib/websocket-servlet-9.4.35.v20201120.jar -%%DATADIR%%/lib/xmppserver-4.6.3.jar +%%DATADIR%%/lib/xmppserver-4.6.4.jar %%DATADIR%%/lib/xpp3-1.1.4c.jar %%DATADIR%%/logs %%DATADIR%%/plugins/admin/plugin.xml From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 06:31:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9F0DC64C7B0; Sat, 26 Jun 2021 06:31: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 4GBkXN3330z3RDR; Sat, 26 Jun 2021 06:31: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 504AA19FB2; Sat, 26 Jun 2021 06:31: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 15Q6V0kC039613; Sat, 26 Jun 2021 06:31:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q6V0I2039612; Sat, 26 Jun 2021 06:31:00 GMT (envelope-from git) Date: Sat, 26 Jun 2021 06:31:00 GMT Message-Id: <202106260631.15Q6V0I2039612@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: c3fb094f67c1 - main - net/cloudquery: Update to 0.13.8 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: c3fb094f67c14e498e039fccb7d38944fd5e99e4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 06:31:00 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3fb094f67c14e498e039fccb7d38944fd5e99e4 commit c3fb094f67c14e498e039fccb7d38944fd5e99e4 Author: Neel Chauhan AuthorDate: 2021-06-26 06:30:26 +0000 Commit: Neel Chauhan CommitDate: 2021-06-26 06:30:26 +0000 net/cloudquery: Update to 0.13.8 Changes: https://github.com/cloudquery/cloudquery/releases/tag/v0.13.8 --- net/cloudquery/Makefile | 23 +++++++++++++++++++---- net/cloudquery/distinfo | 48 +++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 58 insertions(+), 13 deletions(-) diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile index 8df4cb6a5250..71e247dcbc74 100644 --- a/net/cloudquery/Makefile +++ b/net/cloudquery/Makefile @@ -1,6 +1,6 @@ PORTNAME= cloudquery DISTVERSIONPREFIX= v -DISTVERSION= 0.13.7 +DISTVERSION= 0.13.8 CATEGORIES= net MAINTAINER= nc@FreeBSD.org @@ -17,18 +17,26 @@ GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GH_TUPLE= \ Masterminds:squirrel:v1.5.0:masterminds_squirrel/vendor/github.com/Masterminds/squirrel \ + Microsoft:go-winio:v0.4.16:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ + ProtonMail:go-crypto:04723f9f07d7:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ VividCortex:ewma:v1.2.0:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ acarl005:stripansi:5a71ef0e047d:acarl005_stripansi/vendor/github.com/acarl005/stripansi \ + acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \ agext:levenshtein:v1.2.3:agext_levenshtein/vendor/github.com/agext/levenshtein \ apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \ aws:aws-lambda-go:v1.23.0:aws_aws_lambda_go/vendor/github.com/aws/aws-lambda-go \ - cloudquery:cq-provider-sdk:v0.2.0:cloudquery_cq_provider_sdk/vendor/github.com/cloudquery/cq-provider-sdk \ + cloudquery:cq-provider-sdk:v0.2.2:cloudquery_cq_provider_sdk/vendor/github.com/cloudquery/cq-provider-sdk \ creasty:defaults:v1.5.1:creasty_defaults/vendor/github.com/creasty/defaults \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + emirpasic:gods:v1.12.0:emirpasic_gods/vendor/github.com/emirpasic/gods \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ - fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ + fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ georgysavva:scany:v0.2.8:georgysavva_scany/vendor/github.com/georgysavva/scany \ + 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.51.0: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 \ gofrs:uuid:v4.0.0:gofrs_uuid/vendor/github.com/gofrs/uuid \ @@ -54,6 +62,7 @@ GH_TUPLE= \ huandu:go-sqlbuilder:v1.12.1:huandu_go_sqlbuilder/vendor/github.com/huandu/go-sqlbuilder \ huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \ iancoleman:strcase:v0.1.3:iancoleman_strcase/vendor/github.com/iancoleman/strcase \ + imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jackc:chunkreader:v2.0.1:jackc_chunkreader_v2/vendor/github.com/jackc/chunkreader/v2 \ jackc:pgconn:v1.8.1:jackc_pgconn/vendor/github.com/jackc/pgconn \ @@ -64,12 +73,15 @@ GH_TUPLE= \ jackc:pgtype:v1.7.0:jackc_pgtype/vendor/github.com/jackc/pgtype \ jackc:pgx:v4.11.0:jackc_pgx_v4/vendor/github.com/jackc/pgx/v4 \ jackc:puddle:v1.1.3:jackc_puddle/vendor/github.com/jackc/puddle \ + jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ + kevinburke:ssh_config:4977a11b4351:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \ lann:builder:47ae307949d0:lann_builder/vendor/github.com/lann/builder \ lann:ps:62de8c46ede0:lann_ps/vendor/github.com/lann/ps \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ 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 \ mattn:go-runewidth:v0.0.10:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + 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.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ @@ -83,9 +95,11 @@ GH_TUPLE= \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ rs:zerolog:v1.20.0:rs_zerolog/vendor/github.com/rs/zerolog \ + satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \ + sergi:go-diff:v1.2.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ - spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.0.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 \ @@ -94,6 +108,7 @@ GH_TUPLE= \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ thoas:go-funk:efae847b30ab:thoas_go_funk/vendor/github.com/thoas/go-funk \ vbauerster:mpb:v6.0.3:vbauerster_mpb_v6/vendor/github.com/vbauerster/mpb/v6 \ + xanzy:ssh-agent:v0.3.0:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \ zclconf:go-cty:v1.8.3:zclconf_go_cty/vendor/github.com/zclconf/go-cty PLIST_FILES= bin/${PORTNAME} diff --git a/net/cloudquery/distinfo b/net/cloudquery/distinfo index c916f041db89..300d8841a43e 100644 --- a/net/cloudquery/distinfo +++ b/net/cloudquery/distinfo @@ -1,32 +1,48 @@ -TIMESTAMP = 1624300126 -SHA256 (cloudquery-cloudquery-v0.13.7_GH0.tar.gz) = 4d7e090112260a57170ba35e858bd23a17ab13d2081ffa2fd8035a9c0cf51dcc -SIZE (cloudquery-cloudquery-v0.13.7_GH0.tar.gz) = 105984 +TIMESTAMP = 1624688849 +SHA256 (cloudquery-cloudquery-v0.13.8_GH0.tar.gz) = b9efc6aa07acf23e81f11cd1f181da2022cd30d5ae892da509663b563d4a392c +SIZE (cloudquery-cloudquery-v0.13.8_GH0.tar.gz) = 117343 SHA256 (Masterminds-squirrel-v1.5.0_GH0.tar.gz) = 75ffb7555e2cde9fa25622c031b0b72058b5644e6d7eb004238c250957d97c52 SIZE (Masterminds-squirrel-v1.5.0_GH0.tar.gz) = 30302 +SHA256 (Microsoft-go-winio-v0.4.16_GH0.tar.gz) = 0cb82f4cdba942af6b545695d694e91b9d9d56bd38555c81744235d7c6f6485d +SIZE (Microsoft-go-winio-v0.4.16_GH0.tar.gz) = 85568 +SHA256 (ProtonMail-go-crypto-04723f9f07d7_GH0.tar.gz) = 09ca24a9956ebb6a8564ef17ab6b0eab6387938ac608a0c429f75360d3b176f5 +SIZE (ProtonMail-go-crypto-04723f9f07d7_GH0.tar.gz) = 308315 SHA256 (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 2f26521a9207b91dfbca3d28e5545bc11cb098888ecf3e9ba8e5936387b06a33 SIZE (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 6683 SHA256 (acarl005-stripansi-5a71ef0e047d_GH0.tar.gz) = 832ad7232c573cec3eece91af4cdf40d2d06bca94e026dd7d5add0f44f802f0f SIZE (acarl005-stripansi-5a71ef0e047d_GH0.tar.gz) = 1477 +SHA256 (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 9d34d4a015aa069649b951c36d4dc50fdbf6a2075717812ba68b9260d5c79986 +SIZE (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 3020 SHA256 (agext-levenshtein-v1.2.3_GH0.tar.gz) = ba59a69fcaea38ec40470cac08620dd2cca1980355d9b10e90e37b3b3ac2eb46 SIZE (agext-levenshtein-v1.2.3_GH0.tar.gz) = 13227 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-lambda-go-v1.23.0_GH0.tar.gz) = 4776ab2608e5614a0f93461ecf723e3d707d98059838510bb0625a65b73b93e2 SIZE (aws-aws-lambda-go-v1.23.0_GH0.tar.gz) = 87988 -SHA256 (cloudquery-cq-provider-sdk-v0.2.0_GH0.tar.gz) = 033ca5c93d4911e6eeffafb2efb69fb763f5b84b7988c193d95e3ead175c34f6 -SIZE (cloudquery-cq-provider-sdk-v0.2.0_GH0.tar.gz) = 64060 +SHA256 (cloudquery-cq-provider-sdk-v0.2.2_GH0.tar.gz) = a43280ec3986867e5de0f414d54dbadf30e6b97d93052a7d04405a1b7a00c32d +SIZE (cloudquery-cq-provider-sdk-v0.2.2_GH0.tar.gz) = 64183 SHA256 (creasty-defaults-v1.5.1_GH0.tar.gz) = d0834b56252df9dc07f78592d32626a2a1c6c448d5dff992fe4b568007ea6b7b SIZE (creasty-defaults-v1.5.1_GH0.tar.gz) = 7469 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 +SHA256 (emirpasic-gods-v1.12.0_GH0.tar.gz) = 889d06b5f88db9e2dae19a799a35324c4f59305aa5e966dcdb4b637e70607ff9 +SIZE (emirpasic-gods-v1.12.0_GH0.tar.gz) = 76825 SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532 -SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd -SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 +SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb +SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900 SHA256 (georgysavva-scany-v0.2.8_GH0.tar.gz) = 0067644591e3a6d5a6b0b0f47e0c54a240f723fc58599ff610d792bb67d99ee8 SIZE (georgysavva-scany-v0.2.8_GH0.tar.gz) = 28890 +SHA256 (go-git-gcfg-v1.5.0_GH0.tar.gz) = 662e46a93aba5ffe383e55597ce5749447e5c8e9409b1452f5790bfd6e1f8a11 +SIZE (go-git-gcfg-v1.5.0_GH0.tar.gz) = 28522 +SHA256 (go-git-go-billy-v5.3.1_GH0.tar.gz) = 7d715d7cf11f731dc0466bf93903ba7fe6ac70d086bb862fc24e718d9ddc209e +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.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471 SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536 +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 SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156 SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 @@ -77,6 +93,8 @@ SHA256 (huandu-xstrings-v1.3.2_GH0.tar.gz) = 89eed037724f4a2e85da5217faa6d73ae31 SIZE (huandu-xstrings-v1.3.2_GH0.tar.gz) = 17911 SHA256 (iancoleman-strcase-v0.1.3_GH0.tar.gz) = 93c60b80de0ba86a14654cc647596849e407ce6c580648a9a20f7ed059332f52 SIZE (iancoleman-strcase-v0.1.3_GH0.tar.gz) = 4845 +SHA256 (imdario-mergo-v0.3.12_GH0.tar.gz) = f0ad95fe47f1a9c15545fe3e8abf4364b8163a0f872ce25d6f6ae85e7c885302 +SIZE (imdario-mergo-v0.3.12_GH0.tar.gz) = 22319 SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 SHA256 (jackc-chunkreader-v2.0.1_GH0.tar.gz) = bf856bad6608fb7345707aba713a1d77eb984f1d217065738a12c97e37669be4 @@ -97,6 +115,10 @@ SHA256 (jackc-pgx-v4.11.0_GH0.tar.gz) = 0f4751015cafcd1eac6e4525c87ce6296f439446 SIZE (jackc-pgx-v4.11.0_GH0.tar.gz) = 116272 SHA256 (jackc-puddle-v1.1.3_GH0.tar.gz) = 6ce53fe368d6777b7aee47c2e2e0558d7089d08d23b311f4b84613ba08edc99b SIZE (jackc-puddle-v1.1.3_GH0.tar.gz) = 10317 +SHA256 (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = b5a5c4fe8d73dea7dc838f1c428c5fff0db9b50a2c014208a2761de4e94fa5ba +SIZE (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = 5945 +SHA256 (kevinburke-ssh_config-4977a11b4351_GH0.tar.gz) = 568ea6be8d237ca16dcd03e2fa5e07461ab596ccff40197ac34dac43f97389ec +SIZE (kevinburke-ssh_config-4977a11b4351_GH0.tar.gz) = 17407 SHA256 (lann-builder-47ae307949d0_GH0.tar.gz) = 84932a9525df377fc28eb75501fb5385ecf0d08134ac434314578634f741d3b0 SIZE (lann-builder-47ae307949d0_GH0.tar.gz) = 5811 SHA256 (lann-ps-62de8c46ede0_GH0.tar.gz) = 368bddfa4195be5efc255aca58a473ffacfcebf4dca4281f7f109637446db215 @@ -109,6 +131,8 @@ SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b7 SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 SHA256 (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 48cb8654014d9eab1d59088dd1879907de1dab51c2ed3cee8c8254c1708c2d8e SIZE (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 16778 +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 @@ -135,12 +159,16 @@ SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9 SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036 SHA256 (rs-zerolog-v1.20.0_GH0.tar.gz) = 9e098068534addb5663bdc51f0a471b69c92b23fee020f23bfd3dceab140869f SIZE (rs-zerolog-v1.20.0_GH0.tar.gz) = 217812 +SHA256 (satori-go.uuid-v1.2.0_GH0.tar.gz) = 6f9d9549958252d7c5a5ed1cabeedeaab7a600ca0b888a3666cce4c3590aa5a7 +SIZE (satori-go.uuid-v1.2.0_GH0.tar.gz) = 8297 +SHA256 (sergi-go-diff-v1.2.0_GH0.tar.gz) = 39590cae996778b7ffdd8eb9e8fc791117f16562dbef37f9c41b2f3ebb8f518b +SIZE (sergi-go-diff-v1.2.0_GH0.tar.gz) = 1333585 SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309 SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085 -SHA256 (spf13-cobra-v1.1.1_GH0.tar.gz) = 9bf1769caad54bc5a8bd738ddbcceeb57a19fc3158af30e44b3bbb6b8e63ab6d -SIZE (spf13-cobra-v1.1.1_GH0.tar.gz) = 143402 +SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa +SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 @@ -157,5 +185,7 @@ SHA256 (thoas-go-funk-efae847b30ab_GH0.tar.gz) = 2069089312679a6e903ad377d8e8eb4 SIZE (thoas-go-funk-efae847b30ab_GH0.tar.gz) = 48732 SHA256 (vbauerster-mpb-v6.0.3_GH0.tar.gz) = 1d28d30706895a5839a51bda5a5f8a158e127bbff6cf7dce30d95ff62e3213bc SIZE (vbauerster-mpb-v6.0.3_GH0.tar.gz) = 59521 +SHA256 (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 7ce80a93d0fdbeb6760f97d6d166d11c215b809e50f0a80c78b8730c61582858 +SIZE (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 8421 SHA256 (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 422bda239f1904bb59f9268a238ba8a4001fbee6c0efbb7df60266d50515f921 SIZE (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 195415 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 06:32:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B7E364C942; Sat, 26 Jun 2021 06:32: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 4GBkZf3Pdtz3hCW; Sat, 26 Jun 2021 06:32: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 5D7C519FD9; Sat, 26 Jun 2021 06:32: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 15Q6WwNt041472; Sat, 26 Jun 2021 06:32:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q6WwvL041471; Sat, 26 Jun 2021 06:32:58 GMT (envelope-from git) Date: Sat, 26 Jun 2021 06:32:58 GMT Message-Id: <202106260632.15Q6WwvL041471@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: f09116668740 - main - devel/py-jsonnet: Python bindings for Jsonnet 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: f091166687409804b91a1a041fb715d24f25c028 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 06:32:58 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=f091166687409804b91a1a041fb715d24f25c028 commit f091166687409804b91a1a041fb715d24f25c028 Author: Pavel Timofeev AuthorDate: 2021-06-26 06:22:32 +0000 Commit: Kevin Bowling CommitDate: 2021-06-26 06:32:53 +0000 devel/py-jsonnet: Python bindings for Jsonnet Jsonnet lets you compute fragments of JSON within the structure, bringing the same benefit to structured data that templating languages bring to plain text. WWW: https://github.com/google/jsonnet PR: 256705 Reviewed by: koobs Approved by: new maintainer --- devel/Makefile | 1 + devel/py-jsonnet/Makefile | 31 +++++++++++++ devel/py-jsonnet/distinfo | 3 ++ .../patch-case__studies_kubernetes_test__same.py | 35 +++++++++++++++ devel/py-jsonnet/files/patch-setup.py | 52 ++++++++++++++++++++++ devel/py-jsonnet/pkg-descr | 6 +++ 6 files changed, 128 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 50de76449f46..88b20d931a18 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4580,6 +4580,7 @@ SUBDIR += py-jsondiff SUBDIR += py-jsonform SUBDIR += py-jsonlines + SUBDIR += py-jsonnet SUBDIR += py-jsonpatch SUBDIR += py-jsonpath-rw SUBDIR += py-jsonpickle diff --git a/devel/py-jsonnet/Makefile b/devel/py-jsonnet/Makefile new file mode 100644 index 000000000000..ec2e80a7380a --- /dev/null +++ b/devel/py-jsonnet/Makefile @@ -0,0 +1,31 @@ +PORTNAME= jsonnet +DISTVERSIONPREFIX= v +DISTVERSION= 0.17.0 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= timp87@FreeBSD.org +COMMENT= Python bindings for Jsonnet - The data templating language + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libjsonnet.so:devel/jsonnet + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} + +USES= compiler:c++11-lang python:3.6+ localbase + +USE_GITHUB= yes +GH_ACCOUNT= google + +USE_PYTHON= distutils autoplist + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_jsonnet${PYTHON_EXT_SUFFIX}.so + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs + +.include diff --git a/devel/py-jsonnet/distinfo b/devel/py-jsonnet/distinfo new file mode 100644 index 000000000000..7c119ac87f8a --- /dev/null +++ b/devel/py-jsonnet/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624332274 +SHA256 (google-jsonnet-v0.17.0_GH0.tar.gz) = 076b52edf888c01097010ad4299e3b2e7a72b60a41abbc65af364af1ed3c8dbe +SIZE (google-jsonnet-v0.17.0_GH0.tar.gz) = 21854054 diff --git a/devel/py-jsonnet/files/patch-case__studies_kubernetes_test__same.py b/devel/py-jsonnet/files/patch-case__studies_kubernetes_test__same.py new file mode 100644 index 000000000000..0365b2ee1740 --- /dev/null +++ b/devel/py-jsonnet/files/patch-case__studies_kubernetes_test__same.py @@ -0,0 +1,35 @@ +--- case_studies/kubernetes/test_same.py.orig 2020-11-22 14:19:41 UTC ++++ case_studies/kubernetes/test_same.py +@@ -15,7 +15,11 @@ + import yaml + import json + import sys ++import os + ++os.chdir(os.path.dirname(os.path.abspath(__file__))) ++os.system("jsonnet -m ./ example.jsonnet") ++ + files = [ + 'bigquery-controller', + 'redis-master', +@@ -50,10 +54,10 @@ def canonicalize(doc): + + for filename in files: + with open(filename + '.old.yaml', 'r') as f: +- yaml_doc = canonicalize(yaml.load(f)) ++ yaml_doc = canonicalize(yaml.load(f, Loader=yaml.SafeLoader)) + + with open(filename + '.new.yaml', 'r') as f: +- jsonnet_doc = yaml.load(f) ++ jsonnet_doc = yaml.load(f, Loader=yaml.SafeLoader) + + if jsonstr(yaml_doc) == jsonstr(jsonnet_doc): + print('Identical: %s' % filename) +@@ -65,6 +69,6 @@ for filename in files: + with open(filename + '.new.yaml.out', 'w') as f: + f.write(jsonstr(jsonnet_doc)) + +- ++ os.remove(filename + '.new.yaml') + + diff --git a/devel/py-jsonnet/files/patch-setup.py b/devel/py-jsonnet/files/patch-setup.py new file mode 100644 index 000000000000..41665ee85474 --- /dev/null +++ b/devel/py-jsonnet/files/patch-setup.py @@ -0,0 +1,52 @@ +--- setup.py.orig 2020-11-22 14:19:41 UTC ++++ setup.py +@@ -19,18 +19,6 @@ from setuptools.command.build_ext import build_ext as + from subprocess import Popen + + DIR = os.path.abspath(os.path.dirname(__file__)) +-LIB_OBJECTS = [ +- 'core/desugarer.o', +- 'core/formatter.o', +- 'core/libjsonnet.o', +- 'core/lexer.o', +- 'core/parser.o', +- 'core/pass.o', +- 'core/static_analysis.o', +- 'core/string_utils.o', +- 'core/vm.o', +- 'third_party/md5/md5.o' +-] + + MODULE_SOURCES = ['python/_jsonnet.c'] + +@@ -46,19 +34,10 @@ def get_version(): + v_code = v_code[1:] + return v_code + +-class BuildJsonnetExt(BuildExt): +- def run(self): +- p = Popen(['make'] + LIB_OBJECTS, cwd=DIR) +- p.wait() +- if p.returncode != 0: +- raise Exception('Could not build %s' % (', '.join(LIB_OBJECTS))) +- BuildExt.run(self) +- + jsonnet_ext = Extension( + '_jsonnet', + sources=MODULE_SOURCES, +- extra_objects=LIB_OBJECTS, +- include_dirs = ['include', 'third_party/md5', 'third_party/json'], ++ libraries = ['jsonnet'], + language='c++' + ) + +@@ -68,9 +47,6 @@ setup(name='jsonnet', + author='David Cunningham', + author_email='dcunnin@google.com', + version=get_version(), +- cmdclass={ +- 'build_ext': BuildJsonnetExt, +- }, + ext_modules=[jsonnet_ext], + test_suite="python._jsonnet_test", + ) diff --git a/devel/py-jsonnet/pkg-descr b/devel/py-jsonnet/pkg-descr new file mode 100644 index 000000000000..30a6d0c6c195 --- /dev/null +++ b/devel/py-jsonnet/pkg-descr @@ -0,0 +1,6 @@ +Python bindings for Jsonnet - The data templating language. +Jsonnet lets you compute fragments of JSON within the structure, bringing +the same benefit to structured data that templating languages bring to plain +text. + +WWW: https://github.com/google/jsonnet From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 07:25:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C7EAA64D317; Sat, 26 Jun 2021 07:25: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 4GBllb55ZGz3lTZ; Sat, 26 Jun 2021 07:25: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 96E061AD55; Sat, 26 Jun 2021 07:25: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 15Q7PljZ007706; Sat, 26 Jun 2021 07:25:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q7PldD007705; Sat, 26 Jun 2021 07:25:47 GMT (envelope-from git) Date: Sat, 26 Jun 2021 07:25:47 GMT Message-Id: <202106260725.15Q7PldD007705@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: 508acf9861ad - main - devel/R-cran-cpp11: Update to 0.3.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: 508acf9861ad622ab4e9af1b417c937a18d58b2a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 07:25:47 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=508acf9861ad622ab4e9af1b417c937a18d58b2a commit 508acf9861ad622ab4e9af1b417c937a18d58b2a Author: TAKATSU Tomonari AuthorDate: 2021-06-26 03:43:56 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-06-26 07:25:39 +0000 devel/R-cran-cpp11: Update to 0.3.1 --- devel/R-cran-cpp11/Makefile | 2 +- devel/R-cran-cpp11/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/R-cran-cpp11/Makefile b/devel/R-cran-cpp11/Makefile index 21364489579c..51d54afa8bdf 100644 --- a/devel/R-cran-cpp11/Makefile +++ b/devel/R-cran-cpp11/Makefile @@ -1,5 +1,5 @@ PORTNAME= cpp11 -PORTVERSION= 0.2.7 +PORTVERSION= 0.3.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-cpp11/distinfo b/devel/R-cran-cpp11/distinfo index 70b4d4f1bb61..d12ec8405fc7 100644 --- a/devel/R-cran-cpp11/distinfo +++ b/devel/R-cran-cpp11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617092968 -SHA256 (cpp11_0.2.7.tar.gz) = 1d4154c0d8ef4b564eea828ebebc836b7dbdc89a0848a840dd98173b07f661d4 -SIZE (cpp11_0.2.7.tar.gz) = 199530 +TIMESTAMP = 1624679029 +SHA256 (cpp11_0.3.1.tar.gz) = 478d421b07c5cb022dafb2ad1fcec474e8afec5f6f983258505ac5d54f015af0 +SIZE (cpp11_0.3.1.tar.gz) = 217952 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 07:26:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 270E064D399; Sat, 26 Jun 2021 07:26:29 +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 4GBlmP0dQ1z3lcm; Sat, 26 Jun 2021 07:26:29 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624692389; 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=yMZGXsAGYBKpyrgCDHb+RPWBkczKuKQIDsNZaYpnA/M=; b=HIKVnLsGfRSee40Qy+y0Nmv89cQqOyZCuAp8czOviVMQY6M7lBbi32R9qE3/sR8e/IPhvu eicqLr6DdQQJp6k0yhx3Aw/5HuKKpqCGxRdqFHVRW+665gx/QgfliAtI8mrrpCxp1wN5SW qbGSV/wMW+sEH2HAoY8EQmsJXzMUBdCEYbT45TH7Zq8jvzpOeAzwsg4kxCdDLHq5MhcjBZ kSf1e2iiT2E4B+JwAOdubimxYRDWevOVHV31fZpwtcoS1OJxaTArEp94k4dLtXI3lZHnrv Q+QhkhXI2AUJxD137hKzfvHqQtneut5FvzWMbCZQzshiFbmJZeriEI4BFUTv9w== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 041751654E; Sat, 26 Jun 2021 07:26:28 +0000 (UTC) From: Jan Beich To: Kevin Bowling Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: f09116668740 - main - devel/py-jsonnet: Python bindings for Jsonnet References: <202106260632.15Q6WwvL041471__48339.0858907782$1624689194$gmane$org@gitrepo.freebsd.org> Date: Sat, 26 Jun 2021 09:26:26 +0200 In-Reply-To: <202106260632.15Q6WwvL041471__48339.0858907782$1624689194$gmane$org@gitrepo.freebsd.org> (Kevin Bowling's message of "Sat, 26 Jun 2021 06:32:58 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=1624692389; 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=yMZGXsAGYBKpyrgCDHb+RPWBkczKuKQIDsNZaYpnA/M=; b=sIc6loyFhATkhsWSj4cNmH7wzfFgox3LXJQ7fvsD8VzKk+4RiW7wgZjfAPvy+kP5ZpU2pG bblHaU4CNYOcCfK5YV1mOAqsEejxu3a10UURa+6IdwDIT8mpB59tGBTgelhdF7y15SDxAJ fRL4udPDp49WQHoW/hQ0EwKZpNxU7Ebx65JbG3tAOdt7vWMK9JoykTsenirBlTVy8mFsF5 BfZvBdDk4X11kzysdmL93xSrQ6lwKkqvJczGAA18jBXr6wu0WthSMSsh2Sz3+c8okoSErv jhMAh2fxKja0ocjU/iVVlbPPZPdDJMW42ZXRSCTOoppmr7JOGGrK+92O/6VZ+A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1624692389; a=rsa-sha256; cv=none; b=Q2b4vNPOX+x/WfD3HYqOxyWMRnm0JXETwaIJfK7WZorqs/J+/rsEja0ISqNswd1yhwRmnR IFuYc5I3oSzm/dnu8W6brkFYsip21vMjKyKuiThGK3sRSlvD1plAx34gq1cEBkbruDS0q5 K2zFCnmi1d+caGfTdtkLeWvakvfwFuzeIooqT0GAx/XamTCToSTqPO+sDcE2uPDdDVTWYe ZgezdlIe3hdAo7AsYNmcBMCO/ULUVvw3IBKSxH0/KupzGp0EetiWBk7ENx51dxO07QQ5Qy kLoPmqSHjZn2dqP+mEMso947F5HhG/Yo2Dp/YFNWq80HaUDQt6Vq0VUfb8zY5A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 07:26:29 -0000 Kevin Bowling writes: > +MAINTAINER= timp87@FreeBSD.org Typo or a new committer? $ ssh freefall.freebsd.org finger timp87 finger: timp87: no such user From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 07:54:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 854E964DD0D; Sat, 26 Jun 2021 07:54: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 4GBmPG1wHGz3nGl; Sat, 26 Jun 2021 07:54: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 1DE7D1B2B4; Sat, 26 Jun 2021 07:54: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 15Q7swTY047035; Sat, 26 Jun 2021 07:54:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q7swnO047034; Sat, 26 Jun 2021 07:54:58 GMT (envelope-from git) Date: Sat, 26 Jun 2021 07:54:58 GMT Message-Id: <202106260754.15Q7swnO047034@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: d69963c4b1be - main - x11-wm/cage: update to 0.1.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: d69963c4b1bed9062b3ee714c25b223706e89a2c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 07:54:58 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d69963c4b1bed9062b3ee714c25b223706e89a2c commit d69963c4b1bed9062b3ee714c25b223706e89a2c Author: Jan Beich AuthorDate: 2021-06-26 07:39:40 +0000 Commit: Jan Beich CommitDate: 2021-06-26 07:54:43 +0000 x11-wm/cage: update to 0.1.4 Changes: https://github.com/Hjdskes/cage/releases/tag/v0.1.4 Reported by: GitHub (watch releases) --- x11-wm/cage/Makefile | 5 +---- x11-wm/cage/distinfo | 10 +++------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/x11-wm/cage/Makefile b/x11-wm/cage/Makefile index fb334d477931..54a1c57aad12 100644 --- a/x11-wm/cage/Makefile +++ b/x11-wm/cage/Makefile @@ -1,13 +1,10 @@ PORTNAME= cage DISTVERSIONPREFIX= v -DISTVERSION= 0.1.3 -PORTREVISION= 1 +DISTVERSION= 0.1.4 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 70ecdcb02ea0.patch:-p1 # https://github.com/Hjdskes/cage/pull/148 -PATCHFILES+= 9a4523d47efe.patch:-p1 # https://github.com/Hjdskes/cage/pull/191 -PATCHFILES+= 7b081cfeee4c.patch:-p1 # https://github.com/Hjdskes/cage/pull/191 MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland kiosk diff --git a/x11-wm/cage/distinfo b/x11-wm/cage/distinfo index 1238d81fea65..013ece4c2805 100644 --- a/x11-wm/cage/distinfo +++ b/x11-wm/cage/distinfo @@ -1,9 +1,5 @@ -TIMESTAMP = 1618574498 -SHA256 (Hjdskes-cage-v0.1.3_GH0.tar.gz) = c28aa8230f937c89b564967748451c1eb15d8633a71a1ed6e22d532afa15462e -SIZE (Hjdskes-cage-v0.1.3_GH0.tar.gz) = 24615 +TIMESTAMP = 1624693180 +SHA256 (Hjdskes-cage-v0.1.4_GH0.tar.gz) = dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90 +SIZE (Hjdskes-cage-v0.1.4_GH0.tar.gz) = 25430 SHA256 (70ecdcb02ea0.patch) = 2dd0e99d181986c6b2d5e04e89f692e3d77b8bd2a3a08f94cf8a27b38489eb3c SIZE (70ecdcb02ea0.patch) = 2137 -SHA256 (9a4523d47efe.patch) = 7f6fb4d45711f324346144702f2fb63b945e299874172875d517388c58684a2a -SIZE (9a4523d47efe.patch) = 1519 -SHA256 (7b081cfeee4c.patch) = 3956383c75f210f55cfda2e333916f30d44999dc6e255b94cf51ba792bc5c583 -SIZE (7b081cfeee4c.patch) = 1335 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7C2C64E561; Sat, 26 Jun 2021 08:17: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 4GBmvX3SMgz3pDF; Sat, 26 Jun 2021 08:17: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 5ECDC1B7A8; Sat, 26 Jun 2021 08:17: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 15Q8HiDh074158; Sat, 26 Jun 2021 08:17:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8HiPN074157; Sat, 26 Jun 2021 08:17:44 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:44 GMT Message-Id: <202106260817.15Q8HiPN074157@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: 274b3dda0f4a - main - devel/libbde: update to alpha-20210605 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: 274b3dda0f4ade2464d8ddfcc265b61c4eb7f052 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:44 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=274b3dda0f4ade2464d8ddfcc265b61c4eb7f052 commit 274b3dda0f4ade2464d8ddfcc265b61c4eb7f052 Author: Antoine Brodin AuthorDate: 2021-06-26 07:21:49 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:06:28 +0000 devel/libbde: update to alpha-20210605 --- devel/libbde/Makefile | 2 +- devel/libbde/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libbde/Makefile b/devel/libbde/Makefile index 909a8510978a..2eccb93eef2f 100644 --- a/devel/libbde/Makefile +++ b/devel/libbde/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libbde -DISTVERSION= alpha-20210327 +DISTVERSION= alpha-20210605 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libbde/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libbde/distinfo b/devel/libbde/distinfo index 24c6763c7a0d..82d7c832d87b 100644 --- a/devel/libbde/distinfo +++ b/devel/libbde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616918129 -SHA256 (libbde-alpha-20210327.tar.gz) = fd2025a81dedd64573d69d2c81345df206a42164b38a7821a4212dbf0b57d9c3 -SIZE (libbde-alpha-20210327.tar.gz) = 1768002 +TIMESTAMP = 1622963099 +SHA256 (libbde-alpha-20210605.tar.gz) = cfba09c90538c841e609e3540ad8258f3caf6c05c0cc638378cf89bbdf816536 +SIZE (libbde-alpha-20210605.tar.gz) = 1768334 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B6BC564E0FA; Sat, 26 Jun 2021 08:17: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 4GBmvY4nVFz3pDH; Sat, 26 Jun 2021 08:17: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 8B8B11B7A9; Sat, 26 Jun 2021 08:17: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 15Q8HjgK074182; Sat, 26 Jun 2021 08:17:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8HjQI074181; Sat, 26 Jun 2021 08:17:45 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:45 GMT Message-Id: <202106260817.15Q8HjQI074181@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: d0c1eb2444b1 - main - devel/libesedb: update to experimental-20210424 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: d0c1eb2444b15f2c5161bf56b26c09eaa6847a44 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:45 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0c1eb2444b15f2c5161bf56b26c09eaa6847a44 commit d0c1eb2444b15f2c5161bf56b26c09eaa6847a44 Author: Antoine Brodin AuthorDate: 2021-06-26 07:24:03 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:06:28 +0000 devel/libesedb: update to experimental-20210424 --- devel/libesedb/Makefile | 2 +- devel/libesedb/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libesedb/Makefile b/devel/libesedb/Makefile index 41f7228b4084..684d28bcb3c5 100644 --- a/devel/libesedb/Makefile +++ b/devel/libesedb/Makefile @@ -2,7 +2,7 @@ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20200418 +DISTVERSION= experimental-20210424 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libesedb/distinfo b/devel/libesedb/distinfo index ac28621b740e..7e981dfbeea5 100644 --- a/devel/libesedb/distinfo +++ b/devel/libesedb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587284327 -SHA256 (libesedb-experimental-20200418.tar.gz) = 184178eb825c43e502eae33730a40fc2ca14f8beae023ef525f9bbe407e19078 -SIZE (libesedb-experimental-20200418.tar.gz) = 1884527 +TIMESTAMP = 1619371925 +SHA256 (libesedb-experimental-20210424.tar.gz) = c8e3e22887b85df6ea06d356b118844cb1c5ada6b245cab11ece5222c8d460ac +SIZE (libesedb-experimental-20210424.tar.gz) = 1919999 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CED064E2F1; Sat, 26 Jun 2021 08:17: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 4GBmvb6bvXz3p18; Sat, 26 Jun 2021 08:17: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 C9B511B651; Sat, 26 Jun 2021 08:17: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 15Q8Hl7O074230; Sat, 26 Jun 2021 08:17:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8HlSl074229; Sat, 26 Jun 2021 08:17:47 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:47 GMT Message-Id: <202106260817.15Q8HlSl074229@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: c6f07425ef7e - main - devel/libevtx: update to alpha-20210525 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: c6f07425ef7edf8c834042d19bf94b656611d6f7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:48 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6f07425ef7edf8c834042d19bf94b656611d6f7 commit c6f07425ef7edf8c834042d19bf94b656611d6f7 Author: Antoine Brodin AuthorDate: 2021-06-26 07:27:18 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:06:29 +0000 devel/libevtx: update to alpha-20210525 --- devel/libevtx/Makefile | 2 +- devel/libevtx/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile index c8c7223eccc1..2812b72dd57b 100644 --- a/devel/libevtx/Makefile +++ b/devel/libevtx/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libevtx -DISTVERSION= alpha-20200709 +DISTVERSION= alpha-20210525 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libevtx/distinfo b/devel/libevtx/distinfo index a50379ac8027..dc611e9a9e5e 100644 --- a/devel/libevtx/distinfo +++ b/devel/libevtx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594315430 -SHA256 (libevtx-alpha-20200709.tar.gz) = 4209bd251204b7903168748941a431ad70e11218fb006e1fe7cd75a64ce14c0e -SIZE (libevtx-alpha-20200709.tar.gz) = 1952427 +TIMESTAMP = 1622049621 +SHA256 (libevtx-alpha-20210525.tar.gz) = ecf5d1cd90c9555d05a6981b4191819bb9aa4f49c8b58370673f22838e265fe7 +SIZE (libevtx-alpha-20210525.tar.gz) = 1995787 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4053364E3BF; Sat, 26 Jun 2021 08:17: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 4GBmvd0z0yz3p8d; Sat, 26 Jun 2021 08:17: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 070381B475; Sat, 26 Jun 2021 08:17: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 15Q8HmtP074254; Sat, 26 Jun 2021 08:17:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8HmPp074253; Sat, 26 Jun 2021 08:17:48 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:48 GMT Message-Id: <202106260817.15Q8HmPp074253@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: 11de6ef36d36 - main - devel/libcreg: update to experimental-20210502 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: 11de6ef36d36376070b5e76a66c3341689705f8a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:49 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=11de6ef36d36376070b5e76a66c3341689705f8a commit 11de6ef36d36376070b5e76a66c3341689705f8a Author: Antoine Brodin AuthorDate: 2021-06-26 08:04:58 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:06:29 +0000 devel/libcreg: update to experimental-20210502 --- devel/libcreg/Makefile | 2 +- devel/libcreg/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libcreg/Makefile b/devel/libcreg/Makefile index efb7f0ed7d5c..b399143e3860 100644 --- a/devel/libcreg/Makefile +++ b/devel/libcreg/Makefile @@ -1,5 +1,5 @@ PORTNAME= libcreg -DISTVERSION= experimental-20200725 +DISTVERSION= experimental-20210502 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libcreg/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libcreg/distinfo b/devel/libcreg/distinfo index 4edca4a10dd2..0f7ea272dc20 100644 --- a/devel/libcreg/distinfo +++ b/devel/libcreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601241029 -SHA256 (libcreg-experimental-20200725.tar.gz) = 79ec60a9b670868921688ff8b16a4db38316a975dab4b28db0a08fc96364dfef -SIZE (libcreg-experimental-20200725.tar.gz) = 1518033 +TIMESTAMP = 1620034882 +SHA256 (libcreg-experimental-20210502.tar.gz) = 4dae88d553acec777f9738a84f59f253e74f2d815b6e88a2be83f8ae5dbd0298 +SIZE (libcreg-experimental-20210502.tar.gz) = 1512413 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7451A64E1E6; Sat, 26 Jun 2021 08:17: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 4GBmvZ6Ftmz3pK5; Sat, 26 Jun 2021 08:17: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 B8A851B98A; Sat, 26 Jun 2021 08:17: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 15Q8HkLP074206; Sat, 26 Jun 2021 08:17:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8Hk2c074205; Sat, 26 Jun 2021 08:17:46 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:46 GMT Message-Id: <202106260817.15Q8Hk2c074205@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: 62b7ddaf13e4 - main - devel/libevt: update to alpha-20210424 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: 62b7ddaf13e4e0566d7c8f38446be2e13543a0af Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:47 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=62b7ddaf13e4e0566d7c8f38446be2e13543a0af commit 62b7ddaf13e4e0566d7c8f38446be2e13543a0af Author: Antoine Brodin AuthorDate: 2021-06-26 07:26:04 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:06:28 +0000 devel/libevt: update to alpha-20210424 --- devel/libevt/Makefile | 2 +- devel/libevt/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index 1629af3e48dd..2b1d1d8e88e1 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libevt -DISTVERSION= alpha-20200926 +DISTVERSION= alpha-20210424 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libevt/distinfo b/devel/libevt/distinfo index d72bef7d590e..8c7fa59b085d 100644 --- a/devel/libevt/distinfo +++ b/devel/libevt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601240635 -SHA256 (libevt-alpha-20200926.tar.gz) = aed0b2c7fef7d11261e431e0b6f31ba59d574fc11641e8f6c67c94047554b6fa -SIZE (libevt-alpha-20200926.tar.gz) = 1976412 +TIMESTAMP = 1619372061 +SHA256 (libevt-alpha-20210424.tar.gz) = 30f32c7c8021aa58f2a58ef6fc2987c0836ea9f949f275f2f55bbca75e70a31a +SIZE (libevt-alpha-20210424.tar.gz) = 1986576 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:50 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 862FB64E6BE; Sat, 26 Jun 2021 08:17: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 4GBmvf2Wd2z3p8n; Sat, 26 Jun 2021 08:17: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 1E9AB1B948; Sat, 26 Jun 2021 08:17: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 15Q8HoI0074285; Sat, 26 Jun 2021 08:17:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8HoPb074284; Sat, 26 Jun 2021 08:17:50 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:50 GMT Message-Id: <202106260817.15Q8HoPb074284@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: bd430bf73591 - main - devel/libfsapfs: update to experimental-20210424 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: bd430bf73591c3bbcd66244692976bb4fc539b84 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:50 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd430bf73591c3bbcd66244692976bb4fc539b84 commit bd430bf73591c3bbcd66244692976bb4fc539b84 Author: Antoine Brodin AuthorDate: 2021-06-26 08:07:50 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:07:50 +0000 devel/libfsapfs: update to experimental-20210424 --- devel/libfsapfs/Makefile | 2 +- devel/libfsapfs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libfsapfs/Makefile b/devel/libfsapfs/Makefile index 61b0d35d73b3..d49e75a06665 100644 --- a/devel/libfsapfs/Makefile +++ b/devel/libfsapfs/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfsapfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201107 +DISTVERSION= experimental-20210424 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsapfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libfsapfs/distinfo b/devel/libfsapfs/distinfo index 119802d60879..aa02225b012f 100644 --- a/devel/libfsapfs/distinfo +++ b/devel/libfsapfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604821462 -SHA256 (libfsapfs-experimental-20201107.tar.gz) = dc0543b86779a3c0b46913d780a9fd7fdb7af86e1fea61c54f0d1d0209a18f15 -SIZE (libfsapfs-experimental-20201107.tar.gz) = 2080147 +TIMESTAMP = 1619372154 +SHA256 (libfsapfs-experimental-20210424.tar.gz) = 9d2f0432041a1bb91f8a00d25cb72f8b16d3577bdaffaa532c5e57ef8b51226f +SIZE (libfsapfs-experimental-20210424.tar.gz) = 2083416 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7377A64E783; Sat, 26 Jun 2021 08:17: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 4GBmvk6lY5z3pVh; Sat, 26 Jun 2021 08:17: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 A8BF91B7AC; Sat, 26 Jun 2021 08:17: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 15Q8HsEk074381; Sat, 26 Jun 2021 08:17:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8Hsmt074380; Sat, 26 Jun 2021 08:17:54 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:54 GMT Message-Id: <202106260817.15Q8Hsmt074380@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: 88e7f1fd52fa - main - devel/libfwsi: update to experimental-20210419 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: 88e7f1fd52faa6e4e00e61d557db36aaac2b1dcd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:55 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=88e7f1fd52faa6e4e00e61d557db36aaac2b1dcd commit 88e7f1fd52faa6e4e00e61d557db36aaac2b1dcd Author: Antoine Brodin AuthorDate: 2021-06-26 08:16:36 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:16:36 +0000 devel/libfwsi: update to experimental-20210419 --- devel/libfwsi/Makefile | 2 +- devel/libfwsi/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libfwsi/Makefile b/devel/libfwsi/Makefile index 82c01bb8e31b..6c6567c8805f 100644 --- a/devel/libfwsi/Makefile +++ b/devel/libfwsi/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfwsi # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201204 +DISTVERSION= experimental-20210419 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfwsi/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libfwsi/distinfo b/devel/libfwsi/distinfo index e83811c5731f..828bcec570ee 100644 --- a/devel/libfwsi/distinfo +++ b/devel/libfwsi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607162926 -SHA256 (libfwsi-experimental-20201204.tar.gz) = 30a1f5217e94e941e1c70961463782fb68788a2389b1b5ffabd379a7fed9faf2 -SIZE (libfwsi-experimental-20201204.tar.gz) = 1361862 +TIMESTAMP = 1619461884 +SHA256 (libfwsi-experimental-20210419.tar.gz) = 4f719a71c2463c02710052e276ba4aa39ab0aabe45f893af285e6973f920cdff +SIZE (libfwsi-experimental-20210419.tar.gz) = 1362006 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7752264E3DE; Sat, 26 Jun 2021 08:17: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 4GBmvg2hMsz3p8r; Sat, 26 Jun 2021 08:17: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 3C5C01B7AA; Sat, 26 Jun 2021 08:17: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 15Q8HpKJ074309; Sat, 26 Jun 2021 08:17:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8HpCB074308; Sat, 26 Jun 2021 08:17:51 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:51 GMT Message-Id: <202106260817.15Q8HpCB074308@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: bcf41419e621 - main - devel/libfsext: update to experimental-20210522 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: bcf41419e621d331e91ebc97e436fc0926d930a7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:52 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcf41419e621d331e91ebc97e436fc0926d930a7 commit bcf41419e621d331e91ebc97e436fc0926d930a7 Author: Antoine Brodin AuthorDate: 2021-06-26 08:11:07 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:11:07 +0000 devel/libfsext: update to experimental-20210522 --- devel/libfsext/Makefile | 2 +- devel/libfsext/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libfsext/Makefile b/devel/libfsext/Makefile index e19ff90267ae..efcdd8b02bfa 100644 --- a/devel/libfsext/Makefile +++ b/devel/libfsext/Makefile @@ -1,6 +1,6 @@ PORTNAME= libfsext # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20210129 +DISTVERSION= experimental-20210522 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsext/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libfsext/distinfo b/devel/libfsext/distinfo index 1909e2fcc775..49e88b9c63f7 100644 --- a/devel/libfsext/distinfo +++ b/devel/libfsext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612118219 -SHA256 (libfsext-experimental-20210129.tar.gz) = d22cf7cfc1d1248604c10bd758e1f4a6ce4e5537acbea33ec171572962787c56 -SIZE (libfsext-experimental-20210129.tar.gz) = 1644169 +TIMESTAMP = 1621792681 +SHA256 (libfsext-experimental-20210522.tar.gz) = 2ab83065bbfb890e244b51792085ff66ea632f586b0b9fa56fce2a44dd09c422 +SIZE (libfsext-experimental-20210522.tar.gz) = 1651303 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F067E64E350; Sat, 26 Jun 2021 08:17: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 4GBmvj5cgZz3pBG; Sat, 26 Jun 2021 08:17: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 82B051B476; Sat, 26 Jun 2021 08:17: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 15Q8HrNQ074357; Sat, 26 Jun 2021 08:17:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8HrBj074356; Sat, 26 Jun 2021 08:17:53 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:53 GMT Message-Id: <202106260817.15Q8HrBj074356@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: 41711716c6d8 - main - devel/libfwnt: update to 20210421 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: 41711716c6d88412b718038f266c84d2e07ba85b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:54 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=41711716c6d88412b718038f266c84d2e07ba85b commit 41711716c6d88412b718038f266c84d2e07ba85b Author: Antoine Brodin AuthorDate: 2021-06-26 08:15:05 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:15:05 +0000 devel/libfwnt: update to 20210421 --- devel/libfwnt/Makefile | 2 +- devel/libfwnt/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libfwnt/Makefile b/devel/libfwnt/Makefile index 002170327fbc..b2d8632d0dd8 100644 --- a/devel/libfwnt/Makefile +++ b/devel/libfwnt/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libfwnt -PORTVERSION= 20200723 +PORTVERSION= 20210421 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfwnt/releases/download/${PORTVERSION}/ \ diff --git a/devel/libfwnt/distinfo b/devel/libfwnt/distinfo index 238281886ba5..e946e31477b0 100644 --- a/devel/libfwnt/distinfo +++ b/devel/libfwnt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595591142 -SHA256 (libfwnt-alpha-20200723.tar.gz) = 1d86708b303873c7174e5f231d7904ba8fdfc44e8ef5b438143327ce42c1318c -SIZE (libfwnt-alpha-20200723.tar.gz) = 1085871 +TIMESTAMP = 1619461934 +SHA256 (libfwnt-alpha-20210421.tar.gz) = 935b9377cc79f9b46920f4d4f137a7f941928922218825d20227f5a6eb89811d +SIZE (libfwnt-alpha-20210421.tar.gz) = 1086509 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:17:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DC9764E33B; Sat, 26 Jun 2021 08:17: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 4GBmvh3KVZz3pKM; Sat, 26 Jun 2021 08:17: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 587A91B7AB; Sat, 26 Jun 2021 08:17: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 15Q8HqEP074333; Sat, 26 Jun 2021 08:17:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8Hq9S074332; Sat, 26 Jun 2021 08:17:52 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:17:52 GMT Message-Id: <202106260817.15Q8Hq9S074332@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: 5fe78e9295dd - main - devel/libfshfs: update to experimental-20210602 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: 5fe78e9295dd01266863ea2f764121ddd71623f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:17:52 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fe78e9295dd01266863ea2f764121ddd71623f4 commit 5fe78e9295dd01266863ea2f764121ddd71623f4 Author: Antoine Brodin AuthorDate: 2021-06-26 08:13:36 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:13:36 +0000 devel/libfshfs: update to experimental-20210602 --- devel/libfshfs/Makefile | 2 +- devel/libfshfs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libfshfs/Makefile b/devel/libfshfs/Makefile index 7a1115b2cde2..2b826d927402 100644 --- a/devel/libfshfs/Makefile +++ b/devel/libfshfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= libfshfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201104 +DISTVERSION= experimental-20210602 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfshfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libfshfs/distinfo b/devel/libfshfs/distinfo index 960f6dc94e7b..d7d5824a8916 100644 --- a/devel/libfshfs/distinfo +++ b/devel/libfshfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604738737 -SHA256 (libfshfs-experimental-20201104.tar.gz) = b7c566986a8ece99c5427eb13fb2122b640d1b9cf5d8056b54f7139837aa9fa9 -SIZE (libfshfs-experimental-20201104.tar.gz) = 1914552 +TIMESTAMP = 1622721276 +SHA256 (libfshfs-experimental-20210602.tar.gz) = 118188a88b0cc6bfbbb261f149f3bda186986e38d7e655ef2dcda417a0adb125 +SIZE (libfshfs-experimental-20210602.tar.gz) = 1920273 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:22:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 431FB64E840; Sat, 26 Jun 2021 08:22: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 4GBn1B1ML5z3pcH; Sat, 26 Jun 2021 08:22: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 1739D1BB15; Sat, 26 Jun 2021 08:22: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 15Q8Mba9087668; Sat, 26 Jun 2021 08:22:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8MbDu087667; Sat, 26 Jun 2021 08:22:37 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:22:37 GMT Message-Id: <202106260822.15Q8MbDu087667@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: 0345e0617446 - main - devel/libmodi: new port 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: 0345e0617446754362af3c68ea5cd70a57cbfad0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:22:38 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=0345e0617446754362af3c68ea5cd70a57cbfad0 commit 0345e0617446754362af3c68ea5cd70a57cbfad0 Author: Antoine Brodin AuthorDate: 2021-06-26 08:22:06 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:22:06 +0000 devel/libmodi: new port Library and tools to access the Mac OS disk image formats WWW: https://github.com/libyal/libmodi --- devel/Makefile | 1 + devel/libmodi/Makefile | 28 ++++++++++++++++++++++++++++ devel/libmodi/distinfo | 3 +++ devel/libmodi/pkg-descr | 3 +++ devel/libmodi/pkg-plist | 18 ++++++++++++++++++ 5 files changed, 53 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 88b20d931a18..27bddc907ae1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1255,6 +1255,7 @@ SUBDIR += libmba SUBDIR += libmill SUBDIR += libmimedir + SUBDIR += libmodi SUBDIR += libmowgli SUBDIR += libmowgli2 SUBDIR += libmpcbdm diff --git a/devel/libmodi/Makefile b/devel/libmodi/Makefile new file mode 100644 index 000000000000..96f0c24a4a37 --- /dev/null +++ b/devel/libmodi/Makefile @@ -0,0 +1,28 @@ +PORTNAME= libmodi +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20210515 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libmodi/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the Mac OS disk image formats + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-openssl=no +CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config +USES= fuse libtool pathfix pkgconfig python:3.5+ +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls + +.include diff --git a/devel/libmodi/distinfo b/devel/libmodi/distinfo new file mode 100644 index 000000000000..3a13b2f5502f --- /dev/null +++ b/devel/libmodi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621093678 +SHA256 (libmodi-experimental-20210515.tar.gz) = 75cbf299ad78ebd481306cca49c222e06cfb9156f3dbb504997a4af2a2f0e535 +SIZE (libmodi-experimental-20210515.tar.gz) = 2011077 diff --git a/devel/libmodi/pkg-descr b/devel/libmodi/pkg-descr new file mode 100644 index 000000000000..7507405a37fd --- /dev/null +++ b/devel/libmodi/pkg-descr @@ -0,0 +1,3 @@ +Library and tools to access the Mac OS disk image formats + +WWW: https://github.com/libyal/libmodi diff --git a/devel/libmodi/pkg-plist b/devel/libmodi/pkg-plist new file mode 100644 index 000000000000..dfdb7e6e7d78 --- /dev/null +++ b/devel/libmodi/pkg-plist @@ -0,0 +1,18 @@ +bin/modiinfo +bin/modimount +include/libmodi.h +include/libmodi/codepage.h +include/libmodi/definitions.h +include/libmodi/error.h +include/libmodi/extern.h +include/libmodi/features.h +include/libmodi/types.h +lib/libmodi.a +lib/libmodi.so +lib/libmodi.so.1 +lib/libmodi.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pymodi.a +%%PYTHON_SITELIBDIR%%/pymodi.so +libdata/pkgconfig/libmodi.pc +man/man1/modiinfo.1.gz +man/man3/libmodi.3.gz From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:26:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8EB8964E9A8 for ; Sat, 26 Jun 2021 08:26:39 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: from mail-yb1-xb30.google.com (mail-yb1-xb30.google.com [IPv6:2607:f8b0:4864:20::b30]) (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 4GBn5p4swdz3pyb for ; Sat, 26 Jun 2021 08:26:38 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: by mail-yb1-xb30.google.com with SMTP id x189so8577427ybg.7 for ; Sat, 26 Jun 2021 01:26:38 -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=wlD5C65nMmjXVRe/gLXsL68cpuFuxCAFvqaUeIzKD6U=; b=L3KPjs8zVTP6nKUhj0U/2NquAnPwDViZ8c8Y06eAgmxR7tBIsWvekou+2LLiocl3tN AInU9Iw2MvucWzA6enp5EebhelWgQRh/jr/FQtZrYgFQAiG4j8+d1QrLPWTdC+t3L/QH aSy2JvXpmZ44kA1rwRvCeUOF/LgO54kBn4MdM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wlD5C65nMmjXVRe/gLXsL68cpuFuxCAFvqaUeIzKD6U=; b=mw6fppAQRXLv5dMGh0Wj8qHtPlkyb5LwA7iI59ZYXstmlFNhJYcPLYzz+W5LNHRF7d NUpHx1EBQmrazWdfyK4o0KQaZA+pNVY3kI1Wf+8ZcuTq/r3azbUvZTYZwirpVLTsp6L1 nsyC3tT9qohxf+I7gv7De5Ke7rEfnyuXuNhF76vnhH8pcdfXxhhIksOPqTCmAher1uPr iJztwgw9Js1RfP7pgQwT/+IH9DzwtvgJUCgy1tn7h97Sxr7jE6m+GdZvLjL8AbSmB0eH 22FdjiSFqqTh2YtBrFtSORPC8RhAUzNLOLzWdaiH3YZoo4dJwSt+f1C8YONfOEoHsT6u pmQA== X-Gm-Message-State: AOAM5320yjJq2lNrbnanqM0u0L5MiOxTr7MxD9DjgaaFt+wqvrc1xKqP hjbkxLmma6Y6V5DwicXp78vgABq4CCtjWO/6UA4uYg== X-Google-Smtp-Source: ABdhPJzJU2x5cmX/o31bkfHebph4XZvoj1KCemHI11llePnEX7hdXmSAaK5rjhYEYhF604QopISHD5wa2Vf0J3Lv0wE= X-Received: by 2002:a25:9809:: with SMTP id a9mr19513202ybo.330.1624695997290; Sat, 26 Jun 2021 01:26:37 -0700 (PDT) MIME-Version: 1.0 References: <202106260632.15Q6WwvL041471__48339.0858907782$1624689194$gmane$org@gitrepo.freebsd.org> In-Reply-To: From: Kevin Bowling Date: Sat, 26 Jun 2021 01:26:26 -0700 Message-ID: Subject: Re: git: f09116668740 - main - devel/py-jsonnet: Python bindings for Jsonnet To: Jan Beich , koobs@freebsd.org Cc: Kevin Bowling , 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: 4GBn5p4swdz3pyb X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none (invalid DKIM record) header.d=kev009.com header.s=google header.b=L3KPjs8z; dmarc=none; spf=pass (mx1.freebsd.org: domain of kevin.bowling@kev009.com designates 2607:f8b0:4864:20::b30 as permitted sender) smtp.mailfrom=kevin.bowling@kev009.com X-Spamd-Result: default: False [-3.23 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[dev-commits-ports-main@freebsd.org]; DMARC_NA(0.00)[kev009.com]; RCPT_COUNT_FIVE(0.00)[6]; SPAMHAUS_ZRD(0.00)[2607:f8b0:4864:20::b30:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[kev009.com:~]; NEURAL_HAM_SHORT(-0.93)[-0.928]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::b30:from]; R_DKIM_PERMFAIL(0.00)[kev009.com:s=google]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f8b0:4864:20::b30:from]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:26:39 -0000 I don't know for sure so adding koobs On Sat, Jun 26, 2021 at 12:26 AM Jan Beich wrote: > > Kevin Bowling writes: > > > +MAINTAINER= timp87@FreeBSD.org > > Typo or a new committer? > > $ ssh freefall.freebsd.org finger timp87 > finger: timp87: no such user From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:44:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5D93864EA5C; Sat, 26 Jun 2021 08:44: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 4GBnVB232bz3r8k; Sat, 26 Jun 2021 08:44: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 254C81BC5B; Sat, 26 Jun 2021 08:44: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 15Q8iIXN014169; Sat, 26 Jun 2021 08:44:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8iI3Y014168; Sat, 26 Jun 2021 08:44:18 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:44:18 GMT Message-Id: <202106260844.15Q8iI3Y014168@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 26800c785026 - main - graphics/py-pytesseract: 0.3.8 update, fix tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 26800c7850269d3480269d40dd841361c76a0a0e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:44:18 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=26800c7850269d3480269d40dd841361c76a0a0e commit 26800c7850269d3480269d40dd841361c76a0a0e Author: Matthias Andree AuthorDate: 2021-06-26 08:37:40 +0000 Commit: Matthias Andree CommitDate: 2021-06-26 08:44:09 +0000 graphics/py-pytesseract: 0.3.8 update, fix tests - update to upstream release 0.3.8, switching to Github because PyPI (the "cheese shop") only carries 0.3.7 - restrict tests to the currently built Python flavor, else tox would try and run others it finds, inheriting possible test failures from other Python versions lacking some packages such as pillow or numpy in their install - test: add py-numpy to test requisites - test: add py-pandas to test requisites for Python >= 3.8 - test: add --sitepackages to tox invocation so that the tests find py-pillow. --- graphics/py-pytesseract/Makefile | 20 ++++++++++++++------ graphics/py-pytesseract/distinfo | 6 +++--- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/graphics/py-pytesseract/Makefile b/graphics/py-pytesseract/Makefile index b94c50f882b8..537038b60783 100644 --- a/graphics/py-pytesseract/Makefile +++ b/graphics/py-pytesseract/Makefile @@ -1,8 +1,7 @@ PORTNAME= pytesseract -PORTVERSION= 0.3.7 -PORTREVISION= 1 +PORTVERSION= 0.3.8 +DISTVERSIONPREFIX= v CATEGORIES= graphics python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mandree@FreeBSD.org @@ -13,15 +12,24 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= tesseract:graphics/tesseract \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} -TEST_DEPENDS= tesseract:graphics/tesseract \ +TEST_DEPENDS= ${RUN_DEPENDS} \ + ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} USES= localbase python:3.4+ +USE_GITHUB= yes +GH_ACCOUNT= madmaze USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} tox + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} tox -e ${PY_FLAVOR} --sitepackages -.include +.include + +.if ${PYTHON_REL} >= 30800 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} +.endif + +.include diff --git a/graphics/py-pytesseract/distinfo b/graphics/py-pytesseract/distinfo index 89b8c53ece6e..37c7cb61cafe 100644 --- a/graphics/py-pytesseract/distinfo +++ b/graphics/py-pytesseract/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621679287 -SHA256 (pytesseract-0.3.7.tar.gz) = 4ecfc898d00a70fcc38d2bce729de1597c67e7bc5d2fa26094714c9f5b573645 -SIZE (pytesseract-0.3.7.tar.gz) = 13715 +TIMESTAMP = 1624690353 +SHA256 (madmaze-pytesseract-v0.3.8_GH0.tar.gz) = 6b9b35a36ff5a82ab292b14882062931333687525a383d3fff8133e2e78fd73d +SIZE (madmaze-pytesseract-v0.3.8_GH0.tar.gz) = 964344 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A62E64F509; Sat, 26 Jun 2021 08: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 4GBnjn3hwYz3s55; Sat, 26 Jun 2021 08: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 6760D1C0E3; Sat, 26 Jun 2021 08: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 15Q8sLgx027632; Sat, 26 Jun 2021 08: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 15Q8sLpH027631; Sat, 26 Jun 2021 08:54:21 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:21 GMT Message-Id: <202106260854.15Q8sLpH027631@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: 88bfc8081e2d - main - devel/libewf: update to 20140812 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: 88bfc8081e2d65b20b2fa38c694ab3f90380e1f5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:21 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=88bfc8081e2d65b20b2fa38c694ab3f90380e1f5 commit 88bfc8081e2d65b20b2fa38c694ab3f90380e1f5 Author: Antoine Brodin AuthorDate: 2021-06-26 08:26:14 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:53 +0000 devel/libewf: update to 20140812 --- devel/libewf/Makefile | 2 +- devel/libewf/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index bf5582d954a7..56f45ba1231e 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -1,7 +1,7 @@ # Created by: MANTANI Nobutaka PORTNAME= libewf -PORTVERSION= 20140811 +PORTVERSION= 20140812 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libewf-legacy/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/devel/libewf/distinfo b/devel/libewf/distinfo index eccbd2954d34..0fc8774d3609 100644 --- a/devel/libewf/distinfo +++ b/devel/libewf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606656845 -SHA256 (libewf-20140811.tar.gz) = b2c3a04ea7f49646518d108df8ea00fc0d2ca670064bb59428d8878ed8aef80d -SIZE (libewf-20140811.tar.gz) = 2354095 +TIMESTAMP = 1621364750 +SHA256 (libewf-20140812.tar.gz) = be90b7af2a63cc3f15d32ce722a19fbd5bbb0173ce20995ba2b27cc9072d6f25 +SIZE (libewf-20140812.tar.gz) = 2355397 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A934E64F489; Sat, 26 Jun 2021 08:54: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 4GBnjt3DSbz3s9D; Sat, 26 Jun 2021 08:54: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 0E4E51C285; Sat, 26 Jun 2021 08:54: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 15Q8sPNB027729; Sat, 26 Jun 2021 08:54:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sPfZ027728; Sat, 26 Jun 2021 08:54:25 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:25 GMT Message-Id: <202106260854.15Q8sPfZ027728@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: d8393c69ba0a - main - devel/libolecf: update to alpha-20210512 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: d8393c69ba0a75f5163b656ce563a59ba66519d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:26 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8393c69ba0a75f5163b656ce563a59ba66519d9 commit d8393c69ba0a75f5163b656ce563a59ba66519d9 Author: Antoine Brodin AuthorDate: 2021-06-26 08:36:10 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:54 +0000 devel/libolecf: update to alpha-20210512 --- devel/libolecf/Makefile | 2 +- devel/libolecf/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libolecf/Makefile b/devel/libolecf/Makefile index 4e51d7e4e517..f2fef9df7df6 100644 --- a/devel/libolecf/Makefile +++ b/devel/libolecf/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libolecf -DISTVERSION= alpha-20201004 +DISTVERSION= alpha-20210512 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libolecf/distinfo b/devel/libolecf/distinfo index 9e425e4b7b02..a1ef8618e2d6 100644 --- a/devel/libolecf/distinfo +++ b/devel/libolecf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601879098 -SHA256 (libolecf-alpha-20201004.tar.gz) = e60b2ef31db4c28303e33c7b7ce461f07f18f5ea1463687a4d8e2665a3f9393e -SIZE (libolecf-alpha-20201004.tar.gz) = 1636179 +TIMESTAMP = 1620849126 +SHA256 (libolecf-alpha-20210512.tar.gz) = 95cb3adf13cee017acde861ebc45ec83ec85239f20049c2acd0387812f0f275e +SIZE (libolecf-alpha-20210512.tar.gz) = 1641394 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B483664F50E; Sat, 26 Jun 2021 08: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 4GBnjp4j1mz3sCX; Sat, 26 Jun 2021 08: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 8B36D1C284; Sat, 26 Jun 2021 08: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 15Q8sM9Z027656; Sat, 26 Jun 2021 08: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 15Q8sMPN027655; Sat, 26 Jun 2021 08:54:22 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:22 GMT Message-Id: <202106260854.15Q8sMPN027655@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: 440d724ec010 - main - devel/libfsntfs: update to experimental-20210503 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: 440d724ec0102059e2b79c5a5b7f7a853adb62a9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:22 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=440d724ec0102059e2b79c5a5b7f7a853adb62a9 commit 440d724ec0102059e2b79c5a5b7f7a853adb62a9 Author: Antoine Brodin AuthorDate: 2021-06-26 08:28:07 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:53 +0000 devel/libfsntfs: update to experimental-20210503 --- devel/libfsntfs/Makefile | 4 ++-- devel/libfsntfs/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/libfsntfs/Makefile b/devel/libfsntfs/Makefile index 52e6f90d3d45..cdba5565f2fe 100644 --- a/devel/libfsntfs/Makefile +++ b/devel/libfsntfs/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfsntfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201115 +DISTVERSION= experimental-20210503 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsntfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfwnt.so:devel/libfwnt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python \ +CONFIGURE_ARGS= --enable-python --with-openssl=no \ --with-libfwnt=${LOCALBASE} CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config USES= libtool fuse pathfix pkgconfig python:3.5+ diff --git a/devel/libfsntfs/distinfo b/devel/libfsntfs/distinfo index b071730aba6d..cd59668a98b6 100644 --- a/devel/libfsntfs/distinfo +++ b/devel/libfsntfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605441413 -SHA256 (libfsntfs-experimental-20201115.tar.gz) = 01c7ceac23b560ea4f8f265a1f639713686bf7ae0b21500fd767685d5d2f9374 -SIZE (libfsntfs-experimental-20201115.tar.gz) = 2017683 +TIMESTAMP = 1620117396 +SHA256 (libfsntfs-experimental-20210503.tar.gz) = 54b16f73f1e71bed00976dfe45073cc242b893efbba9f51c08d2ca0ff98b6239 +SIZE (libfsntfs-experimental-20210503.tar.gz) = 2083247 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B86FD64F40C; Sat, 26 Jun 2021 08:54: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 4GBnjt3H4Xz3s2g; Sat, 26 Jun 2021 08:54: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 470641C10E; Sat, 26 Jun 2021 08:54: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 15Q8sOjh027704; Sat, 26 Jun 2021 08:54:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sO8S027703; Sat, 26 Jun 2021 08:54:24 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:24 GMT Message-Id: <202106260854.15Q8sO8S027703@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: 6c85190403ae - main - devel/libmsiecf: update to alpha-20210420 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: 6c85190403ae5b6b7a387bdebf01be85359a9ccb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:27 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c85190403ae5b6b7a387bdebf01be85359a9ccb commit 6c85190403ae5b6b7a387bdebf01be85359a9ccb Author: Antoine Brodin AuthorDate: 2021-06-26 08:34:46 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:53 +0000 devel/libmsiecf: update to alpha-20210420 --- devel/libmsiecf/Makefile | 2 +- devel/libmsiecf/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libmsiecf/Makefile b/devel/libmsiecf/Makefile index 34f3911640c3..8d3407822225 100644 --- a/devel/libmsiecf/Makefile +++ b/devel/libmsiecf/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libmsiecf -DISTVERSION= alpha-20200710 +DISTVERSION= alpha-20210420 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libmsiecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libmsiecf/distinfo b/devel/libmsiecf/distinfo index e62c03ebe799..b955d05d86e2 100644 --- a/devel/libmsiecf/distinfo +++ b/devel/libmsiecf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594414474 -SHA256 (libmsiecf-alpha-20200710.tar.gz) = 1b39d2dcfdd2354eba2fb39109dab874674337d5e8337b6ac5cbc7ea280a452f -SIZE (libmsiecf-alpha-20200710.tar.gz) = 1529620 +TIMESTAMP = 1619461785 +SHA256 (libmsiecf-alpha-20210420.tar.gz) = 078f143bcde4cce4210346517469da0a6b7e86367d57422ded7e0bd38eff971a +SIZE (libmsiecf-alpha-20210420.tar.gz) = 1568600 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 995E164F41A; Sat, 26 Jun 2021 08:54: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 4GBnk33y6Cz3s5V; Sat, 26 Jun 2021 08:54: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 2DB5E1C10F; Sat, 26 Jun 2021 08:54: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 15Q8sWTv027889; Sat, 26 Jun 2021 08:54:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sW0F027888; Sat, 26 Jun 2021 08:54:32 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:32 GMT Message-Id: <202106260854.15Q8sW0F027888@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: 4872b70a90cc - main - devel/libsmraw: update to alpha-20210418 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: 4872b70a90cc2c90118693e2a5a0f181624d08ff Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:42 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=4872b70a90cc2c90118693e2a5a0f181624d08ff commit 4872b70a90cc2c90118693e2a5a0f181624d08ff Author: Antoine Brodin AuthorDate: 2021-06-26 08:46:34 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:55 +0000 devel/libsmraw: update to alpha-20210418 --- devel/libsmraw/Makefile | 2 +- devel/libsmraw/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libsmraw/Makefile b/devel/libsmraw/Makefile index 4bd415f757dc..0ac0cb50ce27 100644 --- a/devel/libsmraw/Makefile +++ b/devel/libsmraw/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libsmraw -DISTVERSION= alpha-20201210 +DISTVERSION= alpha-20210418 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmraw/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libsmraw/distinfo b/devel/libsmraw/distinfo index dd9ec0329e86..f2f30279a857 100644 --- a/devel/libsmraw/distinfo +++ b/devel/libsmraw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607696390 -SHA256 (libsmraw-alpha-20201210.tar.gz) = 3b9db37e73a14820a6357cb986833a3c9214f603b4665ab198adb51643d4fd50 -SIZE (libsmraw-alpha-20201210.tar.gz) = 1632623 +TIMESTAMP = 1619461457 +SHA256 (libsmraw-alpha-20210418.tar.gz) = e5bccb6380c2ad8ce9d18eaad9479ff2bb91c2d14d472af80ed8853d42825aa4 +SIZE (libsmraw-alpha-20210418.tar.gz) = 1637343 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BBE4C64F586; Sat, 26 Jun 2021 08:54: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 4GBnjt3H7Xz3s0F; Sat, 26 Jun 2021 08:54: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 B7B621BBDC; Sat, 26 Jun 2021 08:54: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 15Q8sNbQ027680; Sat, 26 Jun 2021 08:54:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sNnS027679; Sat, 26 Jun 2021 08:54:23 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:23 GMT Message-Id: <202106260854.15Q8sNnS027679@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: 3e4c25b2fe55 - main - devel/liblnk: update to 20210417 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: 3e4c25b2fe554e2300eca70a38c946e74fb3fec7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:26 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e4c25b2fe554e2300eca70a38c946e74fb3fec7 commit 3e4c25b2fe554e2300eca70a38c946e74fb3fec7 Author: Antoine Brodin AuthorDate: 2021-06-26 08:31:14 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:53 +0000 devel/liblnk: update to 20210417 --- devel/liblnk/Makefile | 2 +- devel/liblnk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile index 1427cea0df74..f4f7d03157a6 100644 --- a/devel/liblnk/Makefile +++ b/devel/liblnk/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= liblnk -PORTVERSION= 20200810 +PORTVERSION= 20210417 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/liblnk/releases/download/${PORTVERSION}/ \ diff --git a/devel/liblnk/distinfo b/devel/liblnk/distinfo index 51c4ec8dd376..d6514378d66d 100644 --- a/devel/liblnk/distinfo +++ b/devel/liblnk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597168867 -SHA256 (liblnk-alpha-20200810.tar.gz) = 32f985a2ddae49a47d7710367ed74bdc775a013c55cae584b52d5c2f0c49a4bf -SIZE (liblnk-alpha-20200810.tar.gz) = 1574106 +TIMESTAMP = 1619461831 +SHA256 (liblnk-alpha-20210417.tar.gz) = 801397c3dbda2b8b0b3e47fdc309b76169e9e8298e6dbfefdb24a543255d0520 +SIZE (liblnk-alpha-20210417.tar.gz) = 1576134 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7DE5664F592; Sat, 26 Jun 2021 08:54: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 4GBnjy0tdVz3s7y; Sat, 26 Jun 2021 08:54: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 59FAF1BFBC; Sat, 26 Jun 2021 08:54: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 15Q8sSHA027786; Sat, 26 Jun 2021 08:54:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sSwo027785; Sat, 26 Jun 2021 08:54:28 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:28 GMT Message-Id: <202106260854.15Q8sSwo027785@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: 006fc082dba9 - main - devel/libregf: update to alpha-20210615 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: 006fc082dba97b625b5e0d51d4966f7064812a2a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:30 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=006fc082dba97b625b5e0d51d4966f7064812a2a commit 006fc082dba97b625b5e0d51d4966f7064812a2a Author: Antoine Brodin AuthorDate: 2021-06-26 08:39:38 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:54 +0000 devel/libregf: update to alpha-20210615 --- devel/libregf/Makefile | 2 +- devel/libregf/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libregf/Makefile b/devel/libregf/Makefile index 27a9ff4f5b66..45da562003f4 100644 --- a/devel/libregf/Makefile +++ b/devel/libregf/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libregf -DISTVERSION= alpha-20201007 +DISTVERSION= alpha-20210615 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libregf/distinfo b/devel/libregf/distinfo index 1598af078fac..6ee192ce1a1d 100644 --- a/devel/libregf/distinfo +++ b/devel/libregf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602138320 -SHA256 (libregf-alpha-20201007.tar.gz) = 3460f877d980e9de3dff45e72feda1819730e0b8189d94836676dd8327715e0b -SIZE (libregf-alpha-20201007.tar.gz) = 1678494 +TIMESTAMP = 1623792626 +SHA256 (libregf-alpha-20210615.tar.gz) = 6815acf84a2cc091492bc7b536747ddf88d061ab8583ace4635a3d6608e1b3be +SIZE (libregf-alpha-20210615.tar.gz) = 1690024 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8262564F357; Sat, 26 Jun 2021 08:54: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 4GBnjz0N5Fz3s5G; Sat, 26 Jun 2021 08:54: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 A85721BF74; Sat, 26 Jun 2021 08:54: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 15Q8sUIC027835; Sat, 26 Jun 2021 08:54:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sUXG027834; Sat, 26 Jun 2021 08:54:30 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:30 GMT Message-Id: <202106260854.15Q8sUXG027834@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: 0031d9731e2c - main - devel/libsigscan: update to experimental-20210419 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: 0031d9731e2cc73508d2664ed7b64c94835d1664 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:34 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=0031d9731e2cc73508d2664ed7b64c94835d1664 commit 0031d9731e2cc73508d2664ed7b64c94835d1664 Author: Antoine Brodin AuthorDate: 2021-06-26 08:43:20 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:55 +0000 devel/libsigscan: update to experimental-20210419 --- devel/libsigscan/Makefile | 2 +- devel/libsigscan/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libsigscan/Makefile b/devel/libsigscan/Makefile index 5466bc27ec87..17fbfe73b4ba 100644 --- a/devel/libsigscan/Makefile +++ b/devel/libsigscan/Makefile @@ -2,7 +2,7 @@ PORTNAME= libsigscan # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201117 +DISTVERSION= experimental-20210419 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libsigscan/distinfo b/devel/libsigscan/distinfo index 5df7045f76e5..2832e17f41dd 100644 --- a/devel/libsigscan/distinfo +++ b/devel/libsigscan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605684134 -SHA256 (libsigscan-experimental-20201117.tar.gz) = 16f1cb234890175aa9da4bb4ff7fe2c9135cc076366c750b8686fa083e13f4a6 -SIZE (libsigscan-experimental-20201117.tar.gz) = 1369165 +TIMESTAMP = 1619461554 +SHA256 (libsigscan-experimental-20210419.tar.gz) = 37988ac191f79b9bc64e67f3565c615bddf05dd64a28398fbb5c4c6ec0ffc943 +SIZE (libsigscan-experimental-20210419.tar.gz) = 1372312 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88E1B64F422; Sat, 26 Jun 2021 08:54: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 4GBnk65FCYz3rxj; Sat, 26 Jun 2021 08:54: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 2379B1C110; Sat, 26 Jun 2021 08:54: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 15Q8sbe2027989; Sat, 26 Jun 2021 08:54:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sbQu027988; Sat, 26 Jun 2021 08:54:37 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:37 GMT Message-Id: <202106260854.15Q8sbQu027988@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: 43e29034992c - main - devel/libvslvm: update to experimental-20210524 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: 43e29034992ce23b06b8cb68d6916d6f2e9e5535 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:45 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=43e29034992ce23b06b8cb68d6916d6f2e9e5535 commit 43e29034992ce23b06b8cb68d6916d6f2e9e5535 Author: Antoine Brodin AuthorDate: 2021-06-26 08:53:43 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:53:43 +0000 devel/libvslvm: update to experimental-20210524 --- devel/libvslvm/Makefile | 2 +- devel/libvslvm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libvslvm/Makefile b/devel/libvslvm/Makefile index 7b19cd06b8fc..7589e5071cec 100644 --- a/devel/libvslvm/Makefile +++ b/devel/libvslvm/Makefile @@ -2,7 +2,7 @@ PORTNAME= libvslvm # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20200817 +DISTVERSION= experimental-20210524 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvslvm/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libvslvm/distinfo b/devel/libvslvm/distinfo index 8dc5dba96a5d..c9a0749dd328 100644 --- a/devel/libvslvm/distinfo +++ b/devel/libvslvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597734340 -SHA256 (libvslvm-experimental-20200817.tar.gz) = 9909863b7b0a674726a25957d1b494d01d241eeca1ecc3d204deb9833ad90e4b -SIZE (libvslvm-experimental-20200817.tar.gz) = 1582493 +TIMESTAMP = 1621957862 +SHA256 (libvslvm-experimental-20210524.tar.gz) = 21a7a1478f89c1f58942fb9f50f4c9fdeb176088b00dbc82a19c36be18487983 +SIZE (libvslvm-experimental-20210524.tar.gz) = 1590479 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0EB764F60C; Sat, 26 Jun 2021 08:54: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 4GBnk34WMdz3rxd; Sat, 26 Jun 2021 08:54: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 231791BBDE; Sat, 26 Jun 2021 08:54: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 15Q8sZqm027939; Sat, 26 Jun 2021 08:54:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sZR3027938; Sat, 26 Jun 2021 08:54:35 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:35 GMT Message-Id: <202106260854.15Q8sZR3027938@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: 1a9ab5b4d5a6 - main - devel/libvshadow: update to 20210425 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: 1a9ab5b4d5a6e5003a26a8199e6c91998917e512 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:43 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a9ab5b4d5a6e5003a26a8199e6c91998917e512 commit 1a9ab5b4d5a6e5003a26a8199e6c91998917e512 Author: Antoine Brodin AuthorDate: 2021-06-26 08:52:04 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:52:04 +0000 devel/libvshadow: update to 20210425 --- devel/libvshadow/Makefile | 2 +- devel/libvshadow/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libvshadow/Makefile b/devel/libvshadow/Makefile index 042613b34b73..194060b35d21 100644 --- a/devel/libvshadow/Makefile +++ b/devel/libvshadow/Makefile @@ -1,7 +1,7 @@ # Created by: MANTANI Nobutaka PORTNAME= libvshadow -PORTVERSION= 20201222 +PORTVERSION= 20210425 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvshadow/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/devel/libvshadow/distinfo b/devel/libvshadow/distinfo index 2866942e92b9..abe0b97cd89b 100644 --- a/devel/libvshadow/distinfo +++ b/devel/libvshadow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608749365 -SHA256 (libvshadow-alpha-20201222.tar.gz) = 4bfc36575eb0413cffa0503e8017015080fd9f1e0098b082cfe059e18d0fbf14 -SIZE (libvshadow-alpha-20201222.tar.gz) = 1502469 +TIMESTAMP = 1619461261 +SHA256 (libvshadow-alpha-20210425.tar.gz) = dcd702e0165d350744394dd4341f8e333e04015183173f05a43b6b85b0ec5504 +SIZE (libvshadow-alpha-20210425.tar.gz) = 1502225 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E14564F359; Sat, 26 Jun 2021 08:54: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 4GBnk65F0cz3s5f; Sat, 26 Jun 2021 08:54: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 CDB1F1C258; Sat, 26 Jun 2021 08:54: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 15Q8saTW027965; Sat, 26 Jun 2021 08:54:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8saWr027964; Sat, 26 Jun 2021 08:54:36 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:36 GMT Message-Id: <202106260854.15Q8saWr027964@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: 4de71a23e8e1 - main - devel/libvmdk: update to 20210418 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: 4de71a23e8e1ee427193418e60206d55529deeb9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:45 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=4de71a23e8e1ee427193418e60206d55529deeb9 commit 4de71a23e8e1ee427193418e60206d55529deeb9 Author: Antoine Brodin AuthorDate: 2021-06-26 08:52:27 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:52:27 +0000 devel/libvmdk: update to 20210418 --- devel/libvmdk/Makefile | 2 +- devel/libvmdk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libvmdk/Makefile b/devel/libvmdk/Makefile index e84b3def2a1a..24e4bbcf70c9 100644 --- a/devel/libvmdk/Makefile +++ b/devel/libvmdk/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libvmdk -PORTVERSION= 20200926 +PORTVERSION= 20210418 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvmdk/releases/download/${PORTVERSION}/ \ diff --git a/devel/libvmdk/distinfo b/devel/libvmdk/distinfo index 1e39c7cf496c..6aefc0e132f6 100644 --- a/devel/libvmdk/distinfo +++ b/devel/libvmdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601240707 -SHA256 (libvmdk-alpha-20200926.tar.gz) = 6102901eb299c1579790c822696b74553fb80f88116a3c0bd3952c532c624fc5 -SIZE (libvmdk-alpha-20200926.tar.gz) = 1611133 +TIMESTAMP = 1619461306 +SHA256 (libvmdk-alpha-20210418.tar.gz) = 62e329a49e40df1ce2de9063f26c76a81781b82af9fa216cd65644d62ad6296a +SIZE (libvmdk-alpha-20210418.tar.gz) = 1614930 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18A6E64F607; Sat, 26 Jun 2021 08:54: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 4GBnjv4TFbz3rxW; Sat, 26 Jun 2021 08:54: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 2C6CE1C286; Sat, 26 Jun 2021 08:54: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 15Q8sR0i027761; Sat, 26 Jun 2021 08:54:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sRBC027760; Sat, 26 Jun 2021 08:54:27 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:27 GMT Message-Id: <202106260854.15Q8sRBC027760@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: a31f4c40c618 - main - devel/libqcow: update to alpha-20210419 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: a31f4c40c6180da4e8b474851ba88ca08aa16f05 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:30 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=a31f4c40c6180da4e8b474851ba88ca08aa16f05 commit a31f4c40c6180da4e8b474851ba88ca08aa16f05 Author: Antoine Brodin AuthorDate: 2021-06-26 08:38:01 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:54 +0000 devel/libqcow: update to alpha-20210419 --- devel/libqcow/Makefile | 2 +- devel/libqcow/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libqcow/Makefile b/devel/libqcow/Makefile index 08ad86e6677f..a8935ef5f018 100644 --- a/devel/libqcow/Makefile +++ b/devel/libqcow/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libqcow -DISTVERSION= alpha-20201213 +DISTVERSION= alpha-20210419 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libqcow/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libqcow/distinfo b/devel/libqcow/distinfo index d6eddc66d983..53f72bd78ad3 100644 --- a/devel/libqcow/distinfo +++ b/devel/libqcow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607937610 -SHA256 (libqcow-alpha-20201213.tar.gz) = a2c70ca62cd559a342461ab51b60efd1e33605f0d8aad3163d67932c7b7258ae -SIZE (libqcow-alpha-20201213.tar.gz) = 1539028 +TIMESTAMP = 1619461679 +SHA256 (libqcow-alpha-20210419.tar.gz) = 354275bfa9e40f6bf03138d6b939c3a8e290e2f594b13873973ee8660f612051 +SIZE (libqcow-alpha-20210419.tar.gz) = 1539747 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 773E064F415; Sat, 26 Jun 2021 08:54: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 4GBnjy1ChWz3s0K; Sat, 26 Jun 2021 08:54: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 A56151BF73; Sat, 26 Jun 2021 08:54: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 15Q8sTEV027811; Sat, 26 Jun 2021 08:54:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sT9k027810; Sat, 26 Jun 2021 08:54:29 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:29 GMT Message-Id: <202106260854.15Q8sT9k027810@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: 05472bdf5b88 - main - devel/libscca: update to alpha-20210419 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: 05472bdf5b884efdd16441e8a0e19558bd96ce38 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:30 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=05472bdf5b884efdd16441e8a0e19558bd96ce38 commit 05472bdf5b884efdd16441e8a0e19558bd96ce38 Author: Antoine Brodin AuthorDate: 2021-06-26 08:41:50 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:54 +0000 devel/libscca: update to alpha-20210419 --- devel/libscca/Makefile | 2 +- devel/libscca/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libscca/Makefile b/devel/libscca/Makefile index e35d80696829..4a6348f9681c 100644 --- a/devel/libscca/Makefile +++ b/devel/libscca/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libscca -DISTVERSION= alpha-20200717 +DISTVERSION= alpha-20210419 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libscca/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libscca/distinfo b/devel/libscca/distinfo index 44ab27810a5e..15d9b1b1d814 100644 --- a/devel/libscca/distinfo +++ b/devel/libscca/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595591186 -SHA256 (libscca-alpha-20200717.tar.gz) = 8b0d215d9579b274b75265c346c95a48f6d12bd8bea755b186105a04fe32b792 -SIZE (libscca-alpha-20200717.tar.gz) = 1651492 +TIMESTAMP = 1619461588 +SHA256 (libscca-alpha-20210419.tar.gz) = 302851679177822474fccc69fc0261d85370c3ebe4e3bdc292535064c779d1b0 +SIZE (libscca-alpha-20210419.tar.gz) = 1657043 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B860964F51B; Sat, 26 Jun 2021 08:54: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 4GBnk343xzz3sD5; Sat, 26 Jun 2021 08:54: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 497E51BBDD; Sat, 26 Jun 2021 08:54: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 15Q8sV9U027859; Sat, 26 Jun 2021 08:54:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sVmX027858; Sat, 26 Jun 2021 08:54:31 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:31 GMT Message-Id: <202106260854.15Q8sVmX027858@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: b32632a9f60c - main - devel/libsmdev: update to alpha-20210418 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: b32632a9f60cea4a5e80200de8ba7503bbfbbb3e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:39 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=b32632a9f60cea4a5e80200de8ba7503bbfbbb3e commit b32632a9f60cea4a5e80200de8ba7503bbfbbb3e Author: Antoine Brodin AuthorDate: 2021-06-26 08:45:21 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:46:55 +0000 devel/libsmdev: update to alpha-20210418 --- devel/libsmdev/Makefile | 2 +- devel/libsmdev/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libsmdev/Makefile b/devel/libsmdev/Makefile index 01886ac552da..c888823c3f9c 100644 --- a/devel/libsmdev/Makefile +++ b/devel/libsmdev/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libsmdev -DISTVERSION= alpha-20201204 +DISTVERSION= alpha-20210418 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmdev/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libsmdev/distinfo b/devel/libsmdev/distinfo index efc2bac6aba0..8997f24bf151 100644 --- a/devel/libsmdev/distinfo +++ b/devel/libsmdev/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607112387 -SHA256 (libsmdev-alpha-20201204.tar.gz) = 9cf1bab91989a6c87f62cfa0ec0618a78d7bd40a5a463d7cf117b56c13518ee8 -SIZE (libsmdev-alpha-20201204.tar.gz) = 1229436 +TIMESTAMP = 1619461509 +SHA256 (libsmdev-alpha-20210418.tar.gz) = a4e875f4dd3f5a393dbb2b623bac47813a5819ed4e485e4c8b6f57d929875211 +SIZE (libsmdev-alpha-20210418.tar.gz) = 1229702 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:54:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D955564F41B; Sat, 26 Jun 2021 08:54: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 4GBnk34FVTz3s8F; Sat, 26 Jun 2021 08:54: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 55B801C0E4; Sat, 26 Jun 2021 08:54: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 15Q8sXBo027913; Sat, 26 Jun 2021 08:54:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8sXw7027912; Sat, 26 Jun 2021 08:54:33 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:54:33 GMT Message-Id: <202106260854.15Q8sXw7027912@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: bcb985aa9376 - main - devel/libvhdi: update to 20210425 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: bcb985aa93764d66e49c47c998cceecba421b07c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:54:45 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcb985aa93764d66e49c47c998cceecba421b07c commit bcb985aa93764d66e49c47c998cceecba421b07c Author: Antoine Brodin AuthorDate: 2021-06-26 08:48:37 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:48:37 +0000 devel/libvhdi: update to 20210425 --- devel/libvhdi/Makefile | 2 +- devel/libvhdi/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libvhdi/Makefile b/devel/libvhdi/Makefile index 96b70829ae97..71318189ae0f 100644 --- a/devel/libvhdi/Makefile +++ b/devel/libvhdi/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libvhdi -PORTVERSION= 20201204 +PORTVERSION= 20210425 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvhdi/releases/download/${PORTVERSION}/ \ diff --git a/devel/libvhdi/distinfo b/devel/libvhdi/distinfo index ded250c9edea..c3869d5991db 100644 --- a/devel/libvhdi/distinfo +++ b/devel/libvhdi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607162901 -SHA256 (libvhdi-alpha-20201204.tar.gz) = 4f3fa6e6a1c265cf7cf8706e35cf61b8a81861eedcfdcde24a73dd0f278d0440 -SIZE (libvhdi-alpha-20201204.tar.gz) = 1539620 +TIMESTAMP = 1619461411 +SHA256 (libvhdi-alpha-20210425.tar.gz) = 4adea823f3650a9e4214c0cf57915010b9051e9344b6097ab8761ed4a4d80d79 +SIZE (libvhdi-alpha-20210425.tar.gz) = 1540743 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 08:59:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1154864F949; Sat, 26 Jun 2021 08: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 4GBnqT6yKKz3sbw; Sat, 26 Jun 2021 08: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 D73231C111; Sat, 26 Jun 2021 08: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 15Q8xHh8028970; Sat, 26 Jun 2021 08:59:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q8xHqD028969; Sat, 26 Jun 2021 08:59:17 GMT (envelope-from git) Date: Sat, 26 Jun 2021 08:59:17 GMT Message-Id: <202106260859.15Q8xHqD028969@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: 86838ffe44ae - main - devel/py-pefile: update to 2021.5.24 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: 86838ffe44aeba59c26321f335fd5a3d8a2f57ff Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 08:59:18 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=86838ffe44aeba59c26321f335fd5a3d8a2f57ff commit 86838ffe44aeba59c26321f335fd5a3d8a2f57ff Author: Antoine Brodin AuthorDate: 2021-06-26 08:59:00 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 08:59:00 +0000 devel/py-pefile: update to 2021.5.24 --- devel/py-pefile/Makefile | 2 +- devel/py-pefile/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-pefile/Makefile b/devel/py-pefile/Makefile index da8a0b5679a9..ee666a746f70 100644 --- a/devel/py-pefile/Makefile +++ b/devel/py-pefile/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= pefile -PORTVERSION= 2019.4.18 +PORTVERSION= 2021.5.24 CATEGORIES= devel python MASTER_SITES= https://github.com/erocarrera/pefile/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pefile/distinfo b/devel/py-pefile/distinfo index a4d6fa50de56..5663c3aac586 100644 --- a/devel/py-pefile/distinfo +++ b/devel/py-pefile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555651576 -SHA256 (pefile-2019.4.18.tar.gz) = a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645 -SIZE (pefile-2019.4.18.tar.gz) = 62374 +TIMESTAMP = 1621957896 +SHA256 (pefile-2021.5.24.tar.gz) = ed79b2353daa58421459abf4d685953bde0adf9f6e188944f97ba9795f100246 +SIZE (pefile-2021.5.24.tar.gz) = 66130 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:05:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8F1664FD71; Sat, 26 Jun 2021 09:05: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 4GBnyL5TLhz3v81; Sat, 26 Jun 2021 09:05: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 A4F881BED3; Sat, 26 Jun 2021 09:05: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 15Q95EfW043304; Sat, 26 Jun 2021 09:05:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q95EIS043303; Sat, 26 Jun 2021 09:05:14 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:05:14 GMT Message-Id: <202106260905.15Q95EIS043303@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: 0600023cb017 - main - emulators/i386-wine{-devel}: Fix libglvnd 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: 0600023cb017513806f58d632b68fd1c966fd1bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:05:15 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=0600023cb017513806f58d632b68fd1c966fd1bd commit 0600023cb017513806f58d632b68fd1c966fd1bd Author: Alexander Vereeken AuthorDate: 2021-06-26 09:01:15 +0000 Commit: Kevin Bowling CommitDate: 2021-06-26 09:04:54 +0000 emulators/i386-wine{-devel}: Fix libglvnd PR: 256782 Reported by: Daniel Menelkir Tested by: Daniel Menelkir --- emulators/i386-wine-devel/Makefile | 2 +- emulators/i386-wine-devel/Makefile.amd64 | 2 +- emulators/i386-wine-devel/Makefile.i386 | 21 +++++++++++++++++++++ emulators/i386-wine-devel/distinfo | 18 +++++++++--------- emulators/i386-wine-devel/pkg-plist | 3 +++ emulators/i386-wine/Makefile | 3 +++ emulators/i386-wine/Makefile.amd64 | 4 ++-- emulators/i386-wine/Makefile.i386 | 21 +++++++++++++++++++++ emulators/i386-wine/distinfo | 18 +++++++++--------- emulators/i386-wine/pkg-plist | 3 +++ 10 files changed, 73 insertions(+), 22 deletions(-) diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile index 11df0601940f..edd991619936 100644 --- a/emulators/i386-wine-devel/Makefile +++ b/emulators/i386-wine-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= wine DISTVERSION?= 0 # define PORTREVISION with ?= to allow it to be overriden by # wine-devel's PORTREVISION when cross building -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMEPREFIX= i386- PKGNAMESUFFIX= -devel CATEGORIES= emulators diff --git a/emulators/i386-wine-devel/Makefile.amd64 b/emulators/i386-wine-devel/Makefile.amd64 index bc8f6a41c458..7cbad64f99cb 100644 --- a/emulators/i386-wine-devel/Makefile.amd64 +++ b/emulators/i386-wine-devel/Makefile.amd64 @@ -31,7 +31,7 @@ PLIST_SUB+= NOOSREL${osrel}="" .endif .endfor -.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104001 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000) && !(${OSVERSION} >= 1400013)) +.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104001 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000) && !(${OSVERSION} >= 1400024)) IGNORE= binaries compiled for FreeBSD 11.4+, 12.2+, 13.0+ and 14.0+ only .endif diff --git a/emulators/i386-wine-devel/Makefile.i386 b/emulators/i386-wine-devel/Makefile.i386 index 31ec55c343f6..e1ba062b3bb2 100644 --- a/emulators/i386-wine-devel/Makefile.i386 +++ b/emulators/i386-wine-devel/Makefile.i386 @@ -60,6 +60,27 @@ post-install-script: ${ECHO_CMD} lib32/$${i##*/} >> ${TMPPLIST} ; \ fi ; \ done + # Install missing libraries that dont have been caught + ${INSTALL_DATA} ${LOCALBASE}/lib/libGLX_mesa.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libX11-xcb.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-dri2.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-dri3.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-glx.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-present.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-sync.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-xfixes.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libXdamage.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxshmfence.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${ECHO_CMD} lib32/libGLX_mesa.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libX11-xcb.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-dri2.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-dri3.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-glx.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-present.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-sync.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-xfixes.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libXdamage.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxshmfence.so.1 >> ${TMPPLIST} # Install nvidia patching script ${INSTALL_SCRIPT} ${.CURDIR}/files/nvidia.sh ${STAGEDIR}${DATADIR}/patch-nvidia.sh ${ECHO_CMD} ${DATADIR:S|$(PREFIX)/||}/patch-nvidia.sh >> ${TMPPLIST} diff --git a/emulators/i386-wine-devel/distinfo b/emulators/i386-wine-devel/distinfo index 1b983bf52bd2..158601cbb152 100644 --- a/emulators/i386-wine-devel/distinfo +++ b/emulators/i386-wine-devel/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1624378355 -SHA256 (FreeBSD:11:amd64/i386-wine-devel-6.11,1.txz) = d1a3c578cb50c923a84ccb7ad344a86d45bcfddfc61fc8359daa5a09c059a625 -SIZE (FreeBSD:11:amd64/i386-wine-devel-6.11,1.txz) = 98876300 -SHA256 (FreeBSD:12:amd64/i386-wine-devel-6.11,1.txz) = 63ce26a7bfa8094cc4aabdf2f75da999f22b5f52163bba5f85d85742e717430b -SIZE (FreeBSD:12:amd64/i386-wine-devel-6.11,1.txz) = 99252056 -SHA256 (FreeBSD:13:amd64/i386-wine-devel-6.11,1.txz) = aee228bb6ae24d4f8f14b61dabea7a262f19b614c70f8a7a8ae0d8ea083c0198 -SIZE (FreeBSD:13:amd64/i386-wine-devel-6.11,1.txz) = 99722256 -SHA256 (FreeBSD:14:amd64/i386-wine-devel-6.11,1.txz) = 64afb70770b442f0e7593fc02fe4fd2cbbc76fedfdc4525620735e2a41d9d261 -SIZE (FreeBSD:14:amd64/i386-wine-devel-6.11,1.txz) = 101432768 +TIMESTAMP = 1624695440 +SHA256 (FreeBSD:11:amd64/i386-wine-devel-6.11_2,1.txz) = f4d13cf6d24dd0162a83cae68642ccb907f9ee2f8dfe740f52b6066ea707df51 +SIZE (FreeBSD:11:amd64/i386-wine-devel-6.11_2,1.txz) = 99011992 +SHA256 (FreeBSD:12:amd64/i386-wine-devel-6.11_2,1.txz) = 0b75df95e48cb2cc664478cece681ce4ba00abdbc1e99cfc3d0f85c447d43fca +SIZE (FreeBSD:12:amd64/i386-wine-devel-6.11_2,1.txz) = 99425876 +SHA256 (FreeBSD:13:amd64/i386-wine-devel-6.11_2,1.txz) = 6b4efa025f8d65df65bf55e8a3123ee668520f3becff02bb436352d2d6a12481 +SIZE (FreeBSD:13:amd64/i386-wine-devel-6.11_2,1.txz) = 99839772 +SHA256 (FreeBSD:14:amd64/i386-wine-devel-6.11_2,1.txz) = 9c427a95e624ddf9cb3bdbca30ea45d5a09f9c55ecdd7cffe52c931a5e9bc7a9 +SIZE (FreeBSD:14:amd64/i386-wine-devel-6.11_2,1.txz) = 101607056 diff --git a/emulators/i386-wine-devel/pkg-plist b/emulators/i386-wine-devel/pkg-plist index 41b690d9e9a2..81c056c81b62 100644 --- a/emulators/i386-wine-devel/pkg-plist +++ b/emulators/i386-wine-devel/pkg-plist @@ -1140,6 +1140,9 @@ lib32/.libGL/dri/swrast_dri.so lib32/.libGL/dri/vmwgfx_dri.so lib32/.libGL/libGL.so.1 lib32/libFAudio.so.0 +lib32/libGLX.so.0 +lib32/libGLX_mesa.so.0 +lib32/libGLdispatch.so.0 lib32/libLLVM-10.so lib32/libSDL2-2.0.so.0 lib32/libX11-xcb.so.1 diff --git a/emulators/i386-wine/Makefile b/emulators/i386-wine/Makefile index cbfb6e96d13c..ed200c7dbbc0 100644 --- a/emulators/i386-wine/Makefile +++ b/emulators/i386-wine/Makefile @@ -8,6 +8,9 @@ PORTNAME= wine # define a dummy DISTVERSION to avoid errors with poudriere bulk -a # on architectures unsupported by this port DISTVERSION?= 0 +# define PORTREVISION with ?= to allow it to be overriden by +# wine's PORTREVISION when cross building +PORTREVISION= 1 PKGNAMEPREFIX= i386- CATEGORIES= emulators diff --git a/emulators/i386-wine/Makefile.amd64 b/emulators/i386-wine/Makefile.amd64 index f7f55a20d38d..a7c72b78866c 100644 --- a/emulators/i386-wine/Makefile.amd64 +++ b/emulators/i386-wine/Makefile.amd64 @@ -3,7 +3,7 @@ DISTVERSION= 5.0.4 PORTEPOCH= 1 MASTER_SITES= http://Alexander88207.de/Homura/Winebuilds/${DIST_SUBDIR}/ -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION},${PORTEPOCH} +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PKGVERSION} DIST_SUBDIR= FreeBSD:${OSREL:C/\..*//}:amd64 LICENSE= LGPL21 LGPL3 @@ -32,7 +32,7 @@ PLIST_SUB+= NOOSREL${osrel}="" .endif .endfor -.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000) && !(${OSVERSION} >= 1400013)) +.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104001 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000) && !(${OSVERSION} >= 1400024)) IGNORE= binaries compiled for FreeBSD 11.4+, 12.2+, 13.0+ & 14.0+ only .endif diff --git a/emulators/i386-wine/Makefile.i386 b/emulators/i386-wine/Makefile.i386 index 6cb417094676..6efb95bfdfed 100644 --- a/emulators/i386-wine/Makefile.i386 +++ b/emulators/i386-wine/Makefile.i386 @@ -60,6 +60,27 @@ post-install-script: ${ECHO_CMD} lib32/$${i##*/} >> ${TMPPLIST} ; \ fi ; \ done + # Install missing libraries that dont have been caught + ${INSTALL_DATA} ${LOCALBASE}/lib/libGLX_mesa.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libX11-xcb.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-dri2.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-dri3.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-glx.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-present.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-sync.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-xfixes.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libXdamage.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxshmfence.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${ECHO_CMD} lib32/libGLX_mesa.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libX11-xcb.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-dri2.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-dri3.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-glx.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-present.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-sync.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-xfixes.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libXdamage.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxshmfence.so.1 >> ${TMPPLIST} # Install nvidia patching script ${INSTALL_SCRIPT} ${.CURDIR}/files/nvidia.sh ${STAGEDIR}${DATADIR}/patch-nvidia.sh ${ECHO_CMD} ${DATADIR:S|$(PREFIX)/||}/patch-nvidia.sh >> ${TMPPLIST} diff --git a/emulators/i386-wine/distinfo b/emulators/i386-wine/distinfo index e969b69267b7..15ea90e44738 100644 --- a/emulators/i386-wine/distinfo +++ b/emulators/i386-wine/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1620476085 -SHA256 (FreeBSD:11:amd64/i386-wine-5.0.4,1.txz) = 9273f16297c499f416e901df8fac2c965a4979ffb190019045ea74bddb58ef39 -SIZE (FreeBSD:11:amd64/i386-wine-5.0.4,1.txz) = 92755060 -SHA256 (FreeBSD:12:amd64/i386-wine-5.0.4,1.txz) = 743df3fd4a1a76148931217c13ce06c9b393258028ed2b72bce00d8494754270 -SIZE (FreeBSD:12:amd64/i386-wine-5.0.4,1.txz) = 93124636 -SHA256 (FreeBSD:13:amd64/i386-wine-5.0.4,1.txz) = efcec0f77e36a9252c64da7399b041467c6ecb385bb080f44c9d88f7818c6d15 -SIZE (FreeBSD:13:amd64/i386-wine-5.0.4,1.txz) = 93596936 -SHA256 (FreeBSD:14:amd64/i386-wine-5.0.4,1.txz) = 9b3c4568d888d32401a36b32bcb3fd027d20b4826d95a969cabe40f98aa55c94 -SIZE (FreeBSD:14:amd64/i386-wine-5.0.4,1.txz) = 93591812 +TIMESTAMP = 1624695015 +SHA256 (FreeBSD:11:amd64/i386-wine-5.0.4_2,1.txz) = c0792df623ef5ca2050a470aa643db183a78af0ebd17b47ac970e71d20ce4235 +SIZE (FreeBSD:11:amd64/i386-wine-5.0.4_2,1.txz) = 92984208 +SHA256 (FreeBSD:12:amd64/i386-wine-5.0.4_2,1.txz) = 8149f3663dddeb0114b76269f869c25db9bb6edde1b03bec5415776c8286dd66 +SIZE (FreeBSD:12:amd64/i386-wine-5.0.4_2,1.txz) = 93358516 +SHA256 (FreeBSD:13:amd64/i386-wine-5.0.4_2,1.txz) = f510e32ab3ff7337272def5e55258587dfd053c757904078e58aa3dbdced9612 +SIZE (FreeBSD:13:amd64/i386-wine-5.0.4_2,1.txz) = 93792036 +SHA256 (FreeBSD:14:amd64/i386-wine-5.0.4_2,1.txz) = f44cf5115c98337ef4358df907196e7619029c9d6416eb7e06b91086401d5cf3 +SIZE (FreeBSD:14:amd64/i386-wine-5.0.4_2,1.txz) = 95495224 diff --git a/emulators/i386-wine/pkg-plist b/emulators/i386-wine/pkg-plist index cb6630783bc7..4594eee64a3b 100644 --- a/emulators/i386-wine/pkg-plist +++ b/emulators/i386-wine/pkg-plist @@ -1041,6 +1041,9 @@ lib32/.libGL/dri/radeonsi_dri.so lib32/.libGL/dri/swrast_dri.so lib32/.libGL/dri/vmwgfx_dri.so lib32/.libGL/libGL.so.1 +lib32/libGLX.so.0 +lib32/libGLX_mesa.so.0 +lib32/libGLdispatch.so.0 lib32/libLLVM-10.so lib32/libX11-xcb.so.1 lib32/libX11.so.6 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:39:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AB52C650632; Sat, 26 Jun 2021 09: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 4GBpjs4Wlnz4TH7; Sat, 26 Jun 2021 09: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 7F9B31CB25; Sat, 26 Jun 2021 09: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 15Q9dTSk083381; Sat, 26 Jun 2021 09: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 15Q9dT1c083380; Sat, 26 Jun 2021 09:39:29 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:39:29 GMT Message-Id: <202106260939.15Q9dT1c083380@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: f7910f069500 - main - security/py-artifacts: update to 20210620 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: f7910f069500a871c5701f65ed93567902dddde2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:39:29 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7910f069500a871c5701f65ed93567902dddde2 commit f7910f069500a871c5701f65ed93567902dddde2 Author: Antoine Brodin AuthorDate: 2021-06-26 09:05:32 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 09:05:54 +0000 security/py-artifacts: update to 20210620 --- security/py-artifacts/Makefile | 2 +- security/py-artifacts/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-artifacts/Makefile b/security/py-artifacts/Makefile index 585c3c5d0601..c3ddda51ecf5 100644 --- a/security/py-artifacts/Makefile +++ b/security/py-artifacts/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= artifacts -PORTVERSION= 20210404 +PORTVERSION= 20210620 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ diff --git a/security/py-artifacts/distinfo b/security/py-artifacts/distinfo index 822b58859c1b..35bc9eecff36 100644 --- a/security/py-artifacts/distinfo +++ b/security/py-artifacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617693874 -SHA256 (artifacts-20210404.tar.gz) = ea86b2c398aa89144eabb7b34fc98dfa3651454f50b3cbda02ab8f25e3f85d57 -SIZE (artifacts-20210404.tar.gz) = 100750 +TIMESTAMP = 1624303160 +SHA256 (artifacts-20210620.tar.gz) = eb2ab58eb8cc560a6e8b160e408d65f5c770d7f7a418ef0786df3e84b0048be0 +SIZE (artifacts-20210620.tar.gz) = 101014 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:39:30 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5B1D650633; Sat, 26 Jun 2021 09: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 4GBpjt579yz4T1R; Sat, 26 Jun 2021 09: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 987BA1C9B0; Sat, 26 Jun 2021 09: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 15Q9dUNx083405; Sat, 26 Jun 2021 09: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 15Q9dUJG083404; Sat, 26 Jun 2021 09:39:30 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:39:30 GMT Message-Id: <202106260939.15Q9dUJG083404@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: 446fac03c738 - main - security/py-dfdatetime: update to 20210509 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: 446fac03c7385a1acc1a01fb1b2ad292c43ae7a2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:39:30 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=446fac03c7385a1acc1a01fb1b2ad292c43ae7a2 commit 446fac03c7385a1acc1a01fb1b2ad292c43ae7a2 Author: Antoine Brodin AuthorDate: 2021-06-26 09:20:15 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 09:20:15 +0000 security/py-dfdatetime: update to 20210509 --- security/py-dfdatetime/Makefile | 5 +++-- security/py-dfdatetime/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/security/py-dfdatetime/Makefile b/security/py-dfdatetime/Makefile index e57330496828..3f5e32f04edf 100644 --- a/security/py-dfdatetime/Makefile +++ b/security/py-dfdatetime/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= dfdatetime -PORTVERSION= 20200824 +PORTVERSION= 20210509 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP \ https://github.com/log2timeline/dfdatetime/releases/download/${PORTVERSION}/ @@ -13,7 +13,8 @@ COMMENT= Digital Forensics Date and Time LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pbr>=4.2.0:devel/py-pbr@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= distutils autoplist concurrent diff --git a/security/py-dfdatetime/distinfo b/security/py-dfdatetime/distinfo index 707cfc5bc5e9..c78a9cac2cf4 100644 --- a/security/py-dfdatetime/distinfo +++ b/security/py-dfdatetime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598773894 -SHA256 (dfdatetime-20200824.tar.gz) = 972246c279a5370db0e2412a21d1491eba1cde8bbf3193d30081cdc9b923381a -SIZE (dfdatetime-20200824.tar.gz) = 64923 +TIMESTAMP = 1620647485 +SHA256 (dfdatetime-20210509.tar.gz) = 3d3cf885f83afb2a85c07f538cc01bc28d9ef2ff6f7b3c3b9c9fa481908de552 +SIZE (dfdatetime-20210509.tar.gz) = 65234 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:39:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E73E7650549; Sat, 26 Jun 2021 09:39: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 4GBpjv6BDwz4TKP; Sat, 26 Jun 2021 09:39: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 BC5CE1CB26; Sat, 26 Jun 2021 09:39: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 15Q9dVb7083433; Sat, 26 Jun 2021 09:39:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q9dVjA083432; Sat, 26 Jun 2021 09:39:31 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:39:31 GMT Message-Id: <202106260939.15Q9dVjA083432@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: 10f5d84ce8e6 - main - sysutils/libfvde: update to 20210425 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: 10f5d84ce8e63028e789660f435528c3d3807777 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:39:32 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=10f5d84ce8e63028e789660f435528c3d3807777 commit 10f5d84ce8e63028e789660f435528c3d3807777 Author: Antoine Brodin AuthorDate: 2021-06-26 09:23:46 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 09:23:46 +0000 sysutils/libfvde: update to 20210425 --- sysutils/libfvde/Makefile | 2 +- sysutils/libfvde/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile index e357df754456..6cefd3aad75f 100644 --- a/sysutils/libfvde/Makefile +++ b/sysutils/libfvde/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak PORTNAME= libfvde -PORTVERSION= 20191221 +PORTVERSION= 20210425 DISTVERSIONPREFIX= experimental- CATEGORIES= sysutils MASTER_SITES= https://github.com/libyal/libfvde/releases/download/${PORTVERSION}/ \ diff --git a/sysutils/libfvde/distinfo b/sysutils/libfvde/distinfo index 466f01664c60..7b237c9cb7ad 100644 --- a/sysutils/libfvde/distinfo +++ b/sysutils/libfvde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577002184 -SHA256 (libfvde-experimental-20191221.tar.gz) = 8a5afac4a285ce2026f470e3cb512dde3f650cd6be41069ad6b66345c1ccd767 -SIZE (libfvde-experimental-20191221.tar.gz) = 1755703 +TIMESTAMP = 1619623422 +SHA256 (libfvde-experimental-20210425.tar.gz) = f5a6fa2972972696798ae8c2dd2ef44dbbaa4878978966d80d4a75589ca073a2 +SIZE (libfvde-experimental-20210425.tar.gz) = 1996340 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:39:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3923E650420; Sat, 26 Jun 2021 09:39: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 4GBpjx0LcQz4T8V; Sat, 26 Jun 2021 09:39: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 D9BF01C8C4; Sat, 26 Jun 2021 09:39: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 15Q9dW3k083460; Sat, 26 Jun 2021 09:39:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q9dW3k083459; Sat, 26 Jun 2021 09:39:32 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:39:32 GMT Message-Id: <202106260939.15Q9dW3k083459@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: 58058405de54 - main - security/py-dfvfs: update to 20210606 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: 58058405de5474a6bebb4d4c8e977f2a6b96f3b7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:39:33 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=58058405de5474a6bebb4d4c8e977f2a6b96f3b7 commit 58058405de5474a6bebb4d4c8e977f2a6b96f3b7 Author: Antoine Brodin AuthorDate: 2021-06-26 09:33:58 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 09:33:58 +0000 security/py-dfvfs: update to 20210606 --- security/py-dfvfs/Makefile | 3 ++- security/py-dfvfs/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/security/py-dfvfs/Makefile b/security/py-dfvfs/Makefile index 37021a3f0f36..e1540106f10c 100644 --- a/security/py-dfvfs/Makefile +++ b/security/py-dfvfs/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= dfvfs -PORTVERSION= 20210213 +PORTVERSION= 20210606 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -23,6 +23,7 @@ RUN_DEPENDS= libbde>=a:devel/libbde \ libfvde>=0:sysutils/libfvde \ libfwnt>=e:devel/libfwnt \ libluksde>=e:devel/libluksde \ + libmodi>=e:devel/libmodi \ libqcow>=a:devel/libqcow \ libsigscan>=e:devel/libsigscan \ libsmdev>=a:devel/libsmdev \ diff --git a/security/py-dfvfs/distinfo b/security/py-dfvfs/distinfo index a2703b84d012..df68f6b5008f 100644 --- a/security/py-dfvfs/distinfo +++ b/security/py-dfvfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613217685 -SHA256 (dfvfs-20210213.tar.gz) = 5138403dd7f45cc89a761545e33a6539f7568e132125ec9f925fc7a156ad06a1 -SIZE (dfvfs-20210213.tar.gz) = 80609291 +TIMESTAMP = 1623182603 +SHA256 (dfvfs-20210606.tar.gz) = d09b2e53a521556bc2091ecd652538dd49f9c9212a84ebfdb89ab16e8d850283 +SIZE (dfvfs-20210606.tar.gz) = 80622338 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:39:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF1586500E6; Sat, 26 Jun 2021 09:39: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 4GBpk0472Dz4TKs; Sat, 26 Jun 2021 09: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 548B41CB91; Sat, 26 Jun 2021 09: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 15Q9daR4083532; Sat, 26 Jun 2021 09: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 15Q9daiA083531; Sat, 26 Jun 2021 09:39:36 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:39:36 GMT Message-Id: <202106260939.15Q9daiA083531@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: da1b252aa9a2 - main - sysutils/py-pytsk: update to 20210419 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: da1b252aa9a28bb67fc668672bcbf6315b8d1f00 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:39:36 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=da1b252aa9a28bb67fc668672bcbf6315b8d1f00 commit da1b252aa9a28bb67fc668672bcbf6315b8d1f00 Author: Antoine Brodin AuthorDate: 2021-06-26 09:37:44 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 09:37:44 +0000 sysutils/py-pytsk: update to 20210419 --- sysutils/py-pytsk/Makefile | 2 +- sysutils/py-pytsk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile index 6230c5a9fd48..defa30f81173 100644 --- a/sysutils/py-pytsk/Makefile +++ b/sysutils/py-pytsk/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= pytsk -PORTVERSION= 20210327 +PORTVERSION= 20210419 CATEGORIES= sysutils security devel python MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/sysutils/py-pytsk/distinfo b/sysutils/py-pytsk/distinfo index 9b8f07c32733..d9fa537e1e0c 100644 --- a/sysutils/py-pytsk/distinfo +++ b/sysutils/py-pytsk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616918215 -SHA256 (pytsk3-20210327.tar.gz) = 8c48c5ad24668af52a524e2fb7bd005a3bb4087c59e15a0341f75a1279160e96 -SIZE (pytsk3-20210327.tar.gz) = 3082961 +TIMESTAMP = 1618916720 +SHA256 (pytsk3-20210419.tar.gz) = 492d833924409fef89b802434d13f404b0121a5247cfe71d2068723a25079035 +SIZE (pytsk3-20210419.tar.gz) = 3187790 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:39:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DDA3650272; Sat, 26 Jun 2021 09: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 4GBpjy11W4z4TDv; Sat, 26 Jun 2021 09: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 09AEC1C7D9; Sat, 26 Jun 2021 09: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 15Q9dX6w083484; Sat, 26 Jun 2021 09: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 15Q9dX4D083483; Sat, 26 Jun 2021 09:39:33 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:39:33 GMT Message-Id: <202106260939.15Q9dX4D083483@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: b30a95224e19 - main - security/yara: update to 4.1.1 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: b30a95224e19a79c4ea31705bc206b8607a6303a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:39:34 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=b30a95224e19a79c4ea31705bc206b8607a6303a commit b30a95224e19a79c4ea31705bc206b8607a6303a Author: Antoine Brodin AuthorDate: 2021-06-26 09:35:30 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 09:35:30 +0000 security/yara: update to 4.1.1 --- security/yara/Makefile | 2 +- security/yara/distinfo | 6 +++--- security/yara/pkg-plist | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/yara/Makefile b/security/yara/Makefile index 5946538877d1..b2a7029828c5 100644 --- a/security/yara/Makefile +++ b/security/yara/Makefile @@ -1,5 +1,5 @@ PORTNAME= yara -DISTVERSION= 4.0.5 +DISTVERSION= 4.1.1 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/yara/distinfo b/security/yara/distinfo index 7ac54384ae05..b641fe6dcb5b 100644 --- a/security/yara/distinfo +++ b/security/yara/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612600443 -SHA256 (VirusTotal-yara-v4.0.5_GH0.tar.gz) = ea7ebefad05831faf6f780cab721611b0135803f03a84c27eeba7bfe0afc3aae -SIZE (VirusTotal-yara-v4.0.5_GH0.tar.gz) = 889995 +TIMESTAMP = 1621957935 +SHA256 (VirusTotal-yara-v4.1.1_GH0.tar.gz) = 5f85c69606fad5cdb42e8f8101c96f6962a4928667395d9471e5aaea961e9b1d +SIZE (VirusTotal-yara-v4.1.1_GH0.tar.gz) = 936115 diff --git a/security/yara/pkg-plist b/security/yara/pkg-plist index 88ef5c7348a5..032761e04fb4 100644 --- a/security/yara/pkg-plist +++ b/security/yara/pkg-plist @@ -35,8 +35,8 @@ include/yara/types.h include/yara/utils.h lib/libyara.a lib/libyara.so -lib/libyara.so.4 -lib/libyara.so.4.0.5 +lib/libyara.so.8 +lib/libyara.so.8.0.0 libdata/pkgconfig/yara.pc man/man1/yara.1.gz man/man1/yarac.1.gz From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:39:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC8DD65007B; Sat, 26 Jun 2021 09: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 4GBpk14B2Dz4TW4; Sat, 26 Jun 2021 09:39: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 65D521CB27; Sat, 26 Jun 2021 09:39: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 15Q9dbcX083556; Sat, 26 Jun 2021 09:39:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q9dbUM083555; Sat, 26 Jun 2021 09:39:37 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:39:37 GMT Message-Id: <202106260939.15Q9dbUM083555@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: ef1289921d8b - main - security/py-plaso: update to 20210606 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: ef1289921d8baf6b5d09bcffed91029acd92581d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:39:38 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef1289921d8baf6b5d09bcffed91029acd92581d commit ef1289921d8baf6b5d09bcffed91029acd92581d Author: Antoine Brodin AuthorDate: 2021-06-26 09:39:06 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 09:39:06 +0000 security/py-plaso: update to 20210606 --- security/py-plaso/Makefile | 2 +- security/py-plaso/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile index 964cb02b6f89..313923c378df 100644 --- a/security/py-plaso/Makefile +++ b/security/py-plaso/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= plaso -PORTVERSION= 20210412 +PORTVERSION= 20210606 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/security/py-plaso/distinfo b/security/py-plaso/distinfo index a9be642e0696..e361c11fb2d4 100644 --- a/security/py-plaso/distinfo +++ b/security/py-plaso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618231161 -SHA256 (plaso-20210412.tar.gz) = 756445269fe74d859e341f46ff9ab71cf09b52bcc1e61952e498af7b1df984cf -SIZE (plaso-20210412.tar.gz) = 143885431 +TIMESTAMP = 1623182628 +SHA256 (plaso-20210606.tar.gz) = e1922c32d25d7d942b33511375bda640ae6eddec4440c868232b3b6259ca8f09 +SIZE (plaso-20210606.tar.gz) = 144450810 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 09:39:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E5756500E4; Sat, 26 Jun 2021 09: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 4GBpjz2PZYz4TKk; Sat, 26 Jun 2021 09: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 37E551C9B1; Sat, 26 Jun 2021 09:39: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 15Q9dZkg083508; Sat, 26 Jun 2021 09:39:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15Q9dZU9083507; Sat, 26 Jun 2021 09:39:35 GMT (envelope-from git) Date: Sat, 26 Jun 2021 09:39:35 GMT Message-Id: <202106260939.15Q9dZU9083507@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: 90d2d75372d1 - main - security/py-yara: update to 4.1.0 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: 90d2d75372d141b72759c85b27c66c98711de721 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 09:39:35 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=90d2d75372d141b72759c85b27c66c98711de721 commit 90d2d75372d141b72759c85b27c66c98711de721 Author: Antoine Brodin AuthorDate: 2021-06-26 09:36:10 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 09:36:10 +0000 security/py-yara: update to 4.1.0 --- security/py-yara/Makefile | 2 +- security/py-yara/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index bdd4fa2247a4..f2000853ae75 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -1,5 +1,5 @@ PORTNAME= yara -PORTVERSION= 4.0.5 +PORTVERSION= 4.1.0 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-yara/distinfo b/security/py-yara/distinfo index d2b58e4e7f57..60cc5f31d09a 100644 --- a/security/py-yara/distinfo +++ b/security/py-yara/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615574939 -SHA256 (VirusTotal-yara-python-v4.0.5_GH0.tar.gz) = 2c99f3858eddfd0efa179b0713df3df95912eb5323c44a1136dd3e17dbc954da -SIZE (VirusTotal-yara-python-v4.0.5_GH0.tar.gz) = 32476 +TIMESTAMP = 1619554567 +SHA256 (VirusTotal-yara-python-v4.1.0_GH0.tar.gz) = 4bc1a69bc9c5f70419806e15a05123a7879456b52a9c50832c34c22eecb4de81 +SIZE (VirusTotal-yara-python-v4.1.0_GH0.tar.gz) = 33717 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 10:22:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 82938651407; Sat, 26 Jun 2021 10:22: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 4GBqg4364Cz4Xcy; Sat, 26 Jun 2021 10:22: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 521F11D42A; Sat, 26 Jun 2021 10:22: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 15QAM8p5051084; Sat, 26 Jun 2021 10:22:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QAM8K3051083; Sat, 26 Jun 2021 10:22:08 GMT (envelope-from git) Date: Sat, 26 Jun 2021 10:22:08 GMT Message-Id: <202106261022.15QAM8K3051083@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: 7ef21d994b41 - main - security/gpg-tui: update to version 0.6.0 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: 7ef21d994b415d804981cb8e1488f2d7ad1ad178 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 10:22:08 -0000 The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ef21d994b415d804981cb8e1488f2d7ad1ad178 commit 7ef21d994b415d804981cb8e1488f2d7ad1ad178 Author: Stefan Eßer AuthorDate: 2021-06-26 10:21:47 +0000 Commit: Stefan Eßer CommitDate: 2021-06-26 10:21:47 +0000 security/gpg-tui: update to version 0.6.0 --- security/gpg-tui/Makefile | 2 +- security/gpg-tui/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile index bda3881e41c1..df17e827c83e 100644 --- a/security/gpg-tui/Makefile +++ b/security/gpg-tui/Makefile @@ -1,6 +1,6 @@ PORTNAME= gpg-tui DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.6.0 CATEGORIES= security MAINTAINER= se@FreeBSD.org diff --git a/security/gpg-tui/distinfo b/security/gpg-tui/distinfo index 362363fa96a2..164235ef3162 100644 --- a/security/gpg-tui/distinfo +++ b/security/gpg-tui/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623661911 +TIMESTAMP = 1624701701 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -249,5 +249,5 @@ SHA256 (rust/crates/xcursor-0.3.3.crate) = 3a9a231574ae78801646617cefd13bfe94be9 SIZE (rust/crates/xcursor-0.3.3.crate) = 6130 SHA256 (rust/crates/xml-rs-0.8.3.crate) = b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a SIZE (rust/crates/xml-rs-0.8.3.crate) = 52547 -SHA256 (orhun-gpg-tui-v0.5.0_GH0.tar.gz) = a35ad34d44197f30b1ba5c558884a4b4efef63d86fd06d085ebbedde657777cb -SIZE (orhun-gpg-tui-v0.5.0_GH0.tar.gz) = 11132383 +SHA256 (orhun-gpg-tui-v0.6.0_GH0.tar.gz) = 6de558a717bbdad5bea55488b7c322756879bd0c6c27114a775108bfffe133cd +SIZE (orhun-gpg-tui-v0.6.0_GH0.tar.gz) = 11268792 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 10:26:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B573651496; Sat, 26 Jun 2021 10:26: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 4GBqmQ3zxPz4YBp; Sat, 26 Jun 2021 10:26: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 6DEEE1D2DD; Sat, 26 Jun 2021 10:26: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 15QAQkQ5051519; Sat, 26 Jun 2021 10:26:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QAQkK1051518; Sat, 26 Jun 2021 10:26:46 GMT (envelope-from git) Date: Sat, 26 Jun 2021 10:26:46 GMT Message-Id: <202106261026.15QAQkK1051518@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: 38ea7391cf2a - main - lang/gcc12-devel: Update to the 20210620 snapshot of GCC 12.0.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: 38ea7391cf2a096a68b4f67c1f4a40a58a32d92a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 10:26:46 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=38ea7391cf2a096a68b4f67c1f4a40a58a32d92a commit 38ea7391cf2a096a68b4f67c1f4a40a58a32d92a Author: Gerald Pfeifer AuthorDate: 2021-06-26 10:26:35 +0000 Commit: Gerald Pfeifer CommitDate: 2021-06-26 10:26:35 +0000 lang/gcc12-devel: Update to the 20210620 snapshot of GCC 12.0.0 --- lang/gcc12-devel/Makefile | 2 +- lang/gcc12-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/gcc12-devel/Makefile b/lang/gcc12-devel/Makefile index f70f3c4d12fb..3842d460bec2 100644 --- a/lang/gcc12-devel/Makefile +++ b/lang/gcc12-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 12.0.0.s20210613 +PORTVERSION= 12.0.0.s20210620 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc12-devel/distinfo b/lang/gcc12-devel/distinfo index e273824a34b5..53d89db03e66 100644 --- a/lang/gcc12-devel/distinfo +++ b/lang/gcc12-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623656976 -SHA256 (gcc-12-20210613.tar.xz) = af053fe0ffebc344ba9b9cfa8c5f96ae594dfc44ceb0eb615c24aafe88e9f442 -SIZE (gcc-12-20210613.tar.xz) = 75648456 +TIMESTAMP = 1624260953 +SHA256 (gcc-12-20210620.tar.xz) = 22ad84f536ea8812361606ff61a67e712915d3915e87252dfb30766eaa00a13e +SIZE (gcc-12-20210620.tar.xz) = 75700260 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 10:43:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 343E6651894; Sat, 26 Jun 2021 10:43: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 4GBr7W10cmz4ZNH; Sat, 26 Jun 2021 10:43: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 0AECD1D17E; Sat, 26 Jun 2021 10:43: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 15QAhItc077170; Sat, 26 Jun 2021 10:43:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QAhIWb077169; Sat, 26 Jun 2021 10:43:18 GMT (envelope-from git) Date: Sat, 26 Jun 2021 10:43:18 GMT Message-Id: <202106261043.15QAhIWb077169@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: 4d57f82c17d8 - main - Mk: unregister expired Perl 5.28 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: 4d57f82c17d8d6f3083edc9b7eac30a095688107 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 10:43:19 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d57f82c17d8d6f3083edc9b7eac30a095688107 commit 4d57f82c17d8d6f3083edc9b7eac30a095688107 Author: Rene Ladan AuthorDate: 2021-06-26 10:42:18 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 10:43:09 +0000 Mk: unregister expired Perl 5.28 --- Mk/Uses/perl5.mk | 8 ++------ Mk/bsd.default-versions.mk | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk index eb1b65eee554..fac14002a7ce 100644 --- a/Mk/Uses/perl5.mk +++ b/Mk/Uses/perl5.mk @@ -42,9 +42,7 @@ USE_PERL5?= run build # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -. if ${PERL5_DEFAULT} == 5.28 -.include "${PORTSDIR}/lang/perl5.28/version.mk" -. elif ${PERL5_DEFAULT} == 5.30 +. if ${PERL5_DEFAULT} == 5.30 .include "${PORTSDIR}/lang/perl5.30/version.mk" . elif ${PERL5_DEFAULT} == 5.32 .include "${PORTSDIR}/lang/perl5.32/version.mk" @@ -87,10 +85,8 @@ PERL_ARCH?= mach PERL_PORT?= perl5.34 . elif ${PERL_LEVEL} >= 503200 PERL_PORT?= perl5.32 -. elif ${PERL_LEVEL} >= 503000 +. else # ${PERL_LEVEL} < 503200 PERL_PORT?= perl5.30 -. else # ${PERL_LEVEL} < 503000 -PERL_PORT?= perl5.28 . endif SITE_PERL_REL?= lib/perl5/site_perl diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 0b79b9d10688..f39294707edd 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -86,7 +86,7 @@ MONO_DEFAULT= 5.10 MYSQL_DEFAULT?= 5.7 # Possible values: ninja, samurai NINJA_DEFAULT?= ninja -# Possible values: 5.28, 5.30, 5.32, 5.34, devel +# Possible values: 5.30, 5.32, 5.34, devel .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ defined(PACKAGE_BUILDING)) PERL5_DEFAULT?= 5.32 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 10:46:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8C23651655; Sat, 26 Jun 2021 10: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 4GBrCJ5p9kz4Z9S; Sat, 26 Jun 2021 10:46: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 AF1E11D83D; Sat, 26 Jun 2021 10: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 15QAka9a077514; Sat, 26 Jun 2021 10: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 15QAkanZ077513; Sat, 26 Jun 2021 10:46:36 GMT (envelope-from git) Date: Sat, 26 Jun 2021 10:46:36 GMT Message-Id: <202106261046.15QAkanZ077513@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: d67ea7eb42e9 - main - */*: 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: d67ea7eb42e95d712a079e5525232843ee0c5d6c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 10:46:36 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=d67ea7eb42e95d712a079e5525232843ee0c5d6c commit d67ea7eb42e95d712a079e5525232843ee0c5d6c Author: Rene Ladan AuthorDate: 2021-06-26 10:45:59 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 10:45:59 +0000 */*: Remove expired ports: 2021-06-22 lang/perl5.28: Support ends three years after .0 release. Please upgrade to a more recent version of Perl --- MOVED | 1 + lang/Makefile | 1 - lang/perl5.28/Makefile | 278 --- lang/perl5.28/distinfo | 3 - lang/perl5.28/files/patch-Configure | 37 - lang/perl5.28/files/patch-Makefile.SH | 12 - ...h-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm | 13 - .../files/patch-cpan_ExtUtils-Install_t_Install.t | 22 - ...cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm | 20 - .../patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t | 22 - .../patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm | 16 - ...patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm | 24 - ...atch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm | 13 - lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t | 30 - lang/perl5.28/files/patch-hints_freebsd.sh | 24 - lang/perl5.28/files/patch-perl.c | 28 - lang/perl5.28/files/patch-t_porting_customized.dat | 21 - lang/perl5.28/files/perl-man.conf.in | 2 - lang/perl5.28/pkg-descr | 6 - lang/perl5.28/pkg-message | 35 - lang/perl5.28/pkg-plist | 2477 -------------------- lang/perl5.28/version.mk | 2 - 22 files changed, 1 insertion(+), 3086 deletions(-) diff --git a/MOVED b/MOVED index 46e1e3461b36..2e1e9471da68 100644 --- a/MOVED +++ b/MOVED @@ -16416,3 +16416,4 @@ devel/riscv64-xtoolchain-gcc|devel/freebsd-gcc9@riscv64|2021-06-19|Replaced by a 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. +lang/perl5.28||2021-06-26|Has expired: Support ends three years after .0 release. Please upgrade to a more recent version of Perl diff --git a/lang/Makefile b/lang/Makefile index 3a1f4a73db45..c4428c8b8047 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -250,7 +250,6 @@ SUBDIR += pbasic SUBDIR += pcc SUBDIR += perl5-devel - SUBDIR += perl5.28 SUBDIR += perl5.30 SUBDIR += perl5.32 SUBDIR += perl5.34 diff --git a/lang/perl5.28/Makefile b/lang/perl5.28/Makefile deleted file mode 100644 index 18632e33bf82..000000000000 --- a/lang/perl5.28/Makefile +++ /dev/null @@ -1,278 +0,0 @@ -PORTNAME= perl -DISTVERSION= ${PERL_VERSION} -PORTREVISION= 1 -CATEGORIES= lang devel perl5 -MASTER_SITES= CPAN/../../src/5.0 CPAN/../../authors/id/X/XS/XSAWYERX/ -DIST_SUBDIR= perl - -MAINTAINER= mat@FreeBSD.org -COMMENT= Practical Extraction and Report Language - -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual -LICENSE_FILE_ART10= ${WRKSRC}/Artistic -LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying - -# Uncomment when the default Perl is switched to 5.30 -DEPRECATED= Support ends three years after .0 release. Please upgrade to a more recent version of Perl -EXPIRATION_DATE= 2021-06-22 - -TEST_TARGET= test_harness -TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ - LD_LIBRARY_PATH=${WRKSRC} - -OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ - THREADS PERL_MALLOC DTRACE DOT_INC -OPTIONS_DEFAULT= PERL_64BITINT THREADS MULTIPLICITY DTRACE - -.if !exists(/usr/sbin/dtrace) -OPTIONS_EXCLUDE+= DTRACE -.endif -.for a in aarch64 arm armv6 armv7 \ - mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ - riscv64 riscv64sf sparc64 -OPTIONS_EXCLUDE_${a}= DTRACE -.endfor - -EXCLUSIVE_DESC= Exclusive OPTIONS -GDBM_DESC= GDBM_File extension -PERL_MALLOC_DESC= Use Perl malloc -PERL_64BITINT_DESC= Use 64 bit integers (on i386) -THREADS_DESC= Build threaded perl -MULTIPLICITY_DESC= Use multiplicity -SITECUSTOMIZE_DESC= Run-time customization of @INC -DOT_INC_DESC= Add '.' to @INC (unsafe) - -OPTIONS_SUB= yes -DEBUG_CONFIGURE_ON= -Doptimize="-g" -DDEBUGGING -DEBUG_CONFIGURE_OFF= -Doptimize="${CFLAGS}" -DTRACE_CONFIGURE_ON= -Dusedtrace -DTRACE_CONFIGURE_OFF= -Uusedtrace -GDBM_CONFIGURE_ON= -Di_gdbm -GDBM_CONFIGURE_OFF= -Ui_gdbm -GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm -PERL_64BITINT_CONFIGURE_ON= -Duse64bitint -MULTIPLICITY_CONFIGURE_ON= -Dusemultiplicity=y -MULTIPLICITY_CONFIGURE_OFF= -Dusemultiplicity=n -SITECUSTOMIZE_CONFIGURE_ON= -Dusesitecustomize -THREADS_CONFIGURE_ON= -Dusethreads=y -THREADS_CONFIGURE_OFF= -Dusethreads=n -PERL_MALLOC_CONFIGURE_ON= -Dusemymalloc=y -PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc=n -DOT_INC_CONFIGURE_ON= -Ddefault_inc_excludes_dot=n - -PORTSCOUT= limit:^${PERL_VER}. - -.include "version.mk" -PERL_VER?= ${PERL_VERSION:C/\.[0-9]+$//} -PERL_ARCH= mach -SITE_PERL_REL?= lib/perl5/site_perl -SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} -SITE_ARCH_REL?= ${SITE_PERL_REL}/${PERL_ARCH}/${PERL_VER} -SITE_ARCH?= ${PREFIX}/${SITE_ARCH_REL} -SITE_MAN_PREFIX= ${SITE_PERL_REL} -SITE_MAN3_REL?= ${SITE_MAN_PREFIX}/man/man3 -SITE_MAN3?= ${PREFIX}/${SITE_MAN3_REL} -SITE_MAN1_REL?= ${SITE_MAN_PREFIX}/man/man1 -SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL} - -_PRIV_LIB= lib/perl5/${PERL_VER} -_ARCH_LIB= ${_PRIV_LIB}/${PERL_ARCH} - -USES= cpe tar:xz - -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT=Configure -CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ - -Dlibperl=libperl.so.${PERL_VERSION} \ - -Darchlib=${PREFIX}/${_ARCH_LIB} \ - -Dprivlib=${PREFIX}/${_PRIV_LIB} \ - -Dman3dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man3 \ - -Dman1dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man1 \ - -Dsitearch=${SITE_ARCH} \ - -Dsitelib=${SITE_PERL} -Dscriptdir=${PREFIX}/bin \ - -Dsiteman3dir=${SITE_MAN3} \ - -Dsiteman1dir=${SITE_MAN1} \ - -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dusenm=n \ - -Dcc="${CC}" -Duseshrplib -Dinc_version_list=none \ - -Dcf_by=${MAINTAINER:C,@.*,,} -Dcf_email=${MAINTAINER} \ - -Dcf_time="`${STAT} -t \"%a %b %d %T %Z %Y\" -f %Sm ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}`" -# Keep the following two in sync. -# lddlflags is used for all .so linking -# shrpldflags is used for libperl.so, so remove all the extra bits inherited from lddlflags. -CONFIGURE_ARGS+= \ - -Alddlflags='-L${WRKSRC} -L${PREFIX}/${_ARCH_LIB}/CORE -lperl' \ - -Dshrpldflags='$$(LDDLFLAGS:N-L${WRKSRC}:N-L${PREFIX}/${_ARCH_LIB}/CORE:N-lperl) -Wl,-soname,$$(LIBPERL:R)' - -# Give a hint of where libperl.so can be found. -USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE - -CONFIGURE_ENV+= UNAME_v="$$(uname -v | sed 'y/=/ /')" - -SUB_LIST+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - SITE_PERL=${SITE_PERL_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - PERLMANPREFIX=${PERLMANPREFIX_REL} \ - SITEMANPREFIX=${SITE_MAN_PREFIX} \ - PERL_ARCH=${PERL_ARCH} - -SUB_FILES= perl-man.conf - -INSTALL_TARGET= install-strip - -.if defined(PERL_VENDOR_PREFIX) -CONFIGURE_ARGS+= \ - -Dvendorprefix=${PERL_VENDOR_PREFIX} \ - -Dvendorarch=${PERL_VENDOR_PREFIX}/${_ARCH_LIB} \ - -Dvendorbin=${PERL_VENDOR_PREFIX}/bin \ - -Dvendorlib=${PERL_VENDOR_PREFIX}/${_PRIV_LIB} \ - -Dvendorman3dir=${PERL_VENDOR_PREFIX}/${_PRIV_LIB}/man/man3 \ - -Dvendorman1dir=${PERL_VENDOR_PREFIX}/man/man1 -.endif - -# http://perl5.git.perl.org/perl.git/commit/b83080de5c4254 -# PERLIOBUF_DEFAULT_BUFSIZ size in bytes (default: 8192 bytes) -.if defined(PERLIOBUF_DEFAULT_BUFSIZ) -CONFIGURE_ARGS+= \ - -Accflags=-DPERLIOBUF_DEFAULT_BUFSIZ=${PERLIOBUF_DEFAULT_BUFSIZ} -.endif - -PERLMANPREFIX_REL= ${_PRIV_LIB}/perl -PERLMANPREFIX= ${PREFIX}/${PERLMANPREFIX_REL} -MANDIRS+= ${PERLMANPREFIX}/man - -PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - PERL_ARCH=${PERL_ARCH} \ - PERL_ARCH_regex=[[:<:]]${PERL_ARCH}[[:>:]] \ - MAN1=${PERLMANPREFIX_REL}/man/man1 \ - MAN3=${PERLMANPREFIX_REL}/man/man3 \ - PERLMANPREFIX=${PERLMANPREFIX_REL} \ - PERLMANPREFIX_regex=${PERLMANPREFIX_REL}[[:>:]] \ - SITEMANPREFIX=${SITE_MAN_PREFIX} \ - SITE_PERL=${SITE_PERL_REL} \ - SITE_ARCH=${SITE_ARCH_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - PKGNAMESUFFIX=${PKGNAMESUFFIX} \ - ARCH_LIB=${_ARCH_LIB} - -# Why this is required is explained in: -# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227356#c5 -_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT - -# Get the default version, and possibly, overwrite it. -.include -.sinclude "${_PERL5_DEFAULT_FILE}" - -# if this port is default due PERL5_DEFAULT -# change PKGNAME to reflect this -.if ${PERL_VER} == ${PERL5_DEFAULT} -PKGNAMESUFFIX= 5 -IAMDEFAULTPERL= yes -.else -# make PKGNAME unique among other lang/perl5.x -PKGNAMESUFFIX= ${PERL_VER} -.endif - -# Am I building the default Perl ? -.if defined(IAMDEFAULTPERL) -PLIST_SUB+= DEFAULT="" BINSUFFIX="" -.else -BINSUFFIX= ${PERL_VERSION} -PLIST_SUB+= DEFAULT="@comment " BINSUFFIX=${PERL_VERSION} -CONFIGURE_ARGS+=-Dversiononly -.endif - -.if !defined(IAMDEFAULTPERL) -pre-everything:: - @${ECHO_MSG} "##################################################" - @${ECHO_MSG} "" - @${ECHO_MSG} " This is *NOT* the DEFAULT perl version" - @${ECHO_MSG} "" - @${ECHO_MSG} "It will *NOT* install ${PREFIX}/bin/perl" - @${ECHO_MSG} "" - @${ECHO_MSG} "It will *ONLY* install ${PREFIX}/bin/perl${PERL_VERSION}" - @${ECHO_MSG} "" - @${ECHO_MSG} "The default Perl version currently is ${PERL5_DEFAULT}." - @${ECHO_MSG} "" - @${ECHO_MSG} "If you want to use this version as the default," - @${ECHO_MSG} "stop the build now, add this line to your" - @${ECHO_MSG} "/etc/make.conf, and then restart the build." - @${ECHO_MSG} "" - @${ECHO_MSG} "DEFAULT_VERSIONS+=perl5=${PERL_VER}" - @${ECHO_MSG} "" - @${ECHO_MSG} "##################################################" -. if !(defined(PACKAGE_BUILDING) || defined(BATCH)) - @sleep 30 -. endif -.endif - -# Put a symlink to the future libperl.so.x.yy so that -lperl works. -# Also, save PERL5_DEFAULT in case someone is not using the default Perl -# version whilst not having set DEFAULT_VERSIONS=perl5=blah. While upgrading, -# portmaster/portupgrade will remove the installed Perl version, and it will -# remove any way to guess what the default Perl version is needed. -post-extract: - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} -.if !defined(PACKAGE_BUILDING) - @${ECHO_CMD} "PERL5_DEFAULT=${PERL5_DEFAULT}" > ${_PERL5_DEFAULT_FILE} -.endif - -.if !defined(PACKAGE_BUILDING) -post-clean: - @${RM} ${_PERL5_DEFAULT_FILE} -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if !defined(IAMDEFAULTPERL) - ${REINPLACE_CMD} -e '/do_installprivlib = 0 if .versiononly/d; \ - /^if.*nopods.*versiononly || /s/.*/if (1) {/' \ - ${WRKSRC}/installperl -.endif - -post-install: - @${REINPLACE_CMD} -e '/^lddlflags/s|-L${WRKSRC} ||' \ - ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl - @${TOUCH} -r ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl.bak ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl - @${RM} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl.bak -.if ${CC} == /nxb-bin/usr/bin/cc - @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config.pm ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl -# Restore Config.pm's timestamp so that Perl's build system does not think it -# needs to rebuild everything. - @${TOUCH} -r ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config.pm.bak ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config.pm - @${TOUCH} -r ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl.bak ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl - @${RM} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config.pm.bak ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl.bak -.endif - - ${MKDIR} ${STAGEDIR}${SITE_MAN1} ${STAGEDIR}${SITE_MAN3} - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/auto - ${MKDIR} ${STAGEDIR}${SITE_PERL}/auto -.if defined(IAMDEFAULTPERL) - ${LN} -sf perl ${STAGEDIR}${PREFIX}/bin/perl5 - ${LN} -sf perl ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} -.endif - ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so - ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so.${PERL_VER} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys - # h2ph needs perl, but perl is not installed, it's only - # staged, so, use the one in WRKDIR - (cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \ - ${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph${BINSUFFIX} \ - -d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null) - @${FIND} ${STAGEDIR}${SITE_ARCH} -name '*.ph' | sed -e 's|${STAGEDIR}||' >> ${TMPPLIST} - ${FIND} ${STAGEDIR} -name '*.so*' -type f | while read f; \ - do \ - ${CHMOD} 644 $$f; \ - ${STRIP_CMD} $$f; \ - ${CHMOD} 444 $$f; \ - done - ${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PKGNAMESUFFIX}.conf - -.include diff --git a/lang/perl5.28/distinfo b/lang/perl5.28/distinfo deleted file mode 100644 index 46ef91bee00f..000000000000 --- a/lang/perl5.28/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1591078640 -SHA256 (perl/perl-5.28.3.tar.xz) = 77dc1ddf541643af14d585867d3d0741cce45d0dbe8f1467024e63165d9e2fc5 -SIZE (perl/perl-5.28.3.tar.xz) = 12382032 diff --git a/lang/perl5.28/files/patch-Configure b/lang/perl5.28/files/patch-Configure deleted file mode 100644 index dd6055cb7ea4..000000000000 --- a/lang/perl5.28/files/patch-Configure +++ /dev/null @@ -1,37 +0,0 @@ -- Allow setting cf_time (reproducible builds) -- ? -- ? - ---- Configure.orig 2018-04-21 18:42:15 UTC -+++ Configure -@@ -3865,7 +3865,10 @@ esac - . ./posthint.sh - - : who configured the system --cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` -+case "$cf_time" in -+"") -+ cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` ;; -+esac - case "$cf_by" in - "") - cf_by=`(logname) 2>/dev/null` -@@ -5046,7 +5049,7 @@ esac - : Now check and see which directories actually exist, avoiding duplicates - for xxx in $dlist - do -- if $test -d $xxx; then -+ if $test -d $xxx || [ $xxx = $prefix/lib ]; then - case " $libpth " in - *" $xxx "*) ;; - *) libpth="$libpth $xxx";; -@@ -9586,8 +9589,7 @@ prefixvar=siteman3dir - - : determine where add-on public executable scripts go - case "$sitescript" in --'') dflt=$siteprefix/script -- $test -d $dflt || dflt=$sitebin ;; -+'') dflt=$sitebin ;; - *) dflt="$sitescript" ;; - esac - fn=d~+ diff --git a/lang/perl5.28/files/patch-Makefile.SH b/lang/perl5.28/files/patch-Makefile.SH deleted file mode 100644 index c65b5dfc7a30..000000000000 --- a/lang/perl5.28/files/patch-Makefile.SH +++ /dev/null @@ -1,12 +0,0 @@ -Allow customisation of shrpldflags. - ---- Makefile.SH.orig 2015-09-08 05:21:36 UTC -+++ Makefile.SH -@@ -40,7 +40,6 @@ esac - pwd="`pwd`" - linklibperl='$(LIBPERL)' - linklibperl_nonshr='' --shrpldflags='$(LDDLFLAGS)' - ldlibpth='' - DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB' - DPERL_IS_MINIPERL='-DPERL_IS_MINIPERL' diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm b/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm deleted file mode 100644 index e1fe92f67911..000000000000 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm +++ /dev/null @@ -1,13 +0,0 @@ -Make installed files writable by the installing user. - ---- cpan/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2017-06-05 16:14:15 UTC -+++ cpan/ExtUtils-Install/lib/ExtUtils/Install.pm -@@ -825,7 +825,7 @@ sub install { #XXX OS-SPECIFIC - utime($atime,$mtime + Is_VMS,$targetfile) unless $dry_run>1; - - -- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); -+ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); - $mode = $mode | 0222 - if $realtarget ne $targetfile; - _chmod( $mode, $targetfile, $verbose ); diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t b/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t deleted file mode 100644 index 1834df9398b5..000000000000 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t +++ /dev/null @@ -1,22 +0,0 @@ -Make installed files writable by the installing user. (fix tests) - ---- cpan/ExtUtils-Install/t/Install.t.orig 2015-10-14 14:27:14 UTC -+++ cpan/ExtUtils-Install/t/Install.t -@@ -240,7 +240,7 @@ SKIP: { - }, - ]); - -- ok( !writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm not writeable' ); -+ ok( writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm writeable' ); - - use File::Compare; - ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyHard.pm"), -@@ -264,7 +264,7 @@ SKIP: { - }, - ]); - -- ok( !writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm not writeable' ); -+ ok( writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm writeable' ); - ok( !-l "$bigdir/Dummy.pm", 'Dummy.pm not a link' ); - ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyOrig.pm"), - "orig file should be different"); diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm b/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm deleted file mode 100644 index c08e3459dcde..000000000000 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm +++ /dev/null @@ -1,20 +0,0 @@ -- Allow overriding PREFIX? - ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2017-06-11 14:35:46 UTC -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm -@@ -2031,13 +2031,14 @@ sub init_INSTALL_from_PREFIX { - ('$(PREFIX)') x 3; - } - else { -+ $self->{PREFIX} ||= $iprefix; - $self->{PERLPREFIX} ||= $iprefix; - $self->{SITEPREFIX} ||= $sprefix; - $self->{VENDORPREFIX} ||= $vprefix; - - # Lots of MM extension authors like to use $(PREFIX) so we - # put something sensible in there no matter what. -- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; -+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; - } - - my $arch = $Config{archname}; diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t b/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t deleted file mode 100644 index dc3a3ee1a9ca..000000000000 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t +++ /dev/null @@ -1,22 +0,0 @@ -- Allow overriding PREFIX? (fix test) - ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2016-05-29 22:48:24 UTC -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t -@@ -10,7 +10,7 @@ BEGIN { - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -64,7 +64,7 @@ like( $stdout->read, qr{ - (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? - }x ); - --is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); -+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); - - isa_ok( $mm, 'ExtUtils::MakeMaker' ); - diff --git a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm b/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm deleted file mode 100644 index 8a9479cc7511..000000000000 --- a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm +++ /dev/null @@ -1,16 +0,0 @@ -Put back some non dumb outputter by default - ---- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2019-03-12 16:47:18 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm -@@ -486,6 +486,11 @@ sub init_formatter_class_list { - - $self->opt_M_with('Pod::Perldoc::ToPod'); # the always-there fallthru - $self->opt_o_with('text'); -+ $self->opt_o_with('man') -+ unless $self->is_mswin32 || $self->is_dos || $self->is_amigaos -+ || !($ENV{TERM} && ( -+ ($ENV{TERM} || '') !~ /dumb|emacs|none|unknown/i -+ )); - - return; - } diff --git a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm b/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm deleted file mode 100644 index d807041754d4..000000000000 --- a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm +++ /dev/null @@ -1,24 +0,0 @@ -- Handle MANWIDTH=tty -- Reset $? before opening mandoc so that the outputter works. - ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2019-03-11 04:03:26 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm -@@ -108,6 +108,8 @@ sub _get_columns_from_manwidth { - - return 0 unless defined $ENV{MANWIDTH}; - -+ if ($ENV{MANWIDTH} eq 'tty') { return 0; } -+ - unless( $ENV{MANWIDTH} =~ m/\A\d+\z/ ) { - $self->warn( "Ignoring non-numeric MANWIDTH ($ENV{MANWIDTH})\n" ); - return 0; -@@ -309,6 +311,9 @@ sub _filter_through_nroff { - require Symbol; - require IPC::Open3; - require IO::Handle; -+ -+ # Reset this??? -+ $?=0; - - my $pid = IPC::Open3::open3( - my $writer, diff --git a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm b/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm deleted file mode 100644 index 839207741f2d..000000000000 --- a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm +++ /dev/null @@ -1,13 +0,0 @@ -Handle MANWIDTH=tty - ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm.orig 2017-04-03 07:28:44 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm -@@ -69,6 +69,8 @@ sub _get_columns_from_manwidth { - - return 0 unless defined $ENV{MANWIDTH}; - -+ if ($ENV{MANWIDTH} eq 'tty') { return 0; } -+ - unless( $ENV{MANWIDTH} =~ m/\A\d+\z/ ) { - $self->warn( "Ignoring non-numeric MANWIDTH ($ENV{MANWIDTH})\n" ); - return 0; diff --git a/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t b/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t deleted file mode 100644 index 7bd04747d0c2..000000000000 --- a/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t +++ /dev/null @@ -1,30 +0,0 @@ -Those two test fails starting with gdbm 1.15. - ---- ext/GDBM_File/t/fatal.t.orig 2018-11-01 22:07:48 UTC -+++ ext/GDBM_File/t/fatal.t -@@ -12,7 +12,7 @@ BEGIN { - plan(skip_all => "GDBM_File is flaky in $^O") - if $^O =~ /darwin/; - -- plan(tests => 8); -+ plan(tests => 6); - use_ok('GDBM_File'); - } - -@@ -34,16 +34,5 @@ isnt((open $fh, "<&=$fileno"), undef, "dup fileno $fil - or diag("\$! = $!"); - isnt(close $fh, undef, - "close fileno $fileno, out from underneath the GDBM_File"); --is(eval { -- $h{Perl} = 'Rules'; -- untie %h; -- 1; --}, undef, 'Trapped error when attempting to write to knobbled GDBM_File'); -- --# Observed "File write error" and "lseek error" from two different systems. --# So there might be more variants. Important part was that we trapped the error --# via croak. --like($@, qr/ at .*\bfatal\.t line \d+\.\n\z/, -- 'expected error message from GDBM_File'); - - unlink ; diff --git a/lang/perl5.28/files/patch-hints_freebsd.sh b/lang/perl5.28/files/patch-hints_freebsd.sh deleted file mode 100644 index efcbcfea109d..000000000000 --- a/lang/perl5.28/files/patch-hints_freebsd.sh +++ /dev/null @@ -1,24 +0,0 @@ -Remove libs that are not here on FreeBSD. - ---- hints/freebsd.sh.orig 2016-12-05 10:28:13 UTC -+++ hints/freebsd.sh -@@ -88,6 +88,8 @@ case "$osvers" in - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` - libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. - libswanted=`echo $libswanted | sed 's/ iconv / /'` - d_setregid='define' -@@ -102,6 +104,10 @@ case "$osvers" in - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - ;; - esac - diff --git a/lang/perl5.28/files/patch-perl.c b/lang/perl5.28/files/patch-perl.c deleted file mode 100644 index e626ba5b0738..000000000000 --- a/lang/perl5.28/files/patch-perl.c +++ /dev/null @@ -1,28 +0,0 @@ -Remove compile time information (reproducible builds) - ---- perl.c.orig 2018-04-21 18:42:15 UTC -+++ perl.c -@@ -1987,23 +1987,7 @@ S_Internals_V(pTHX_ CV *cv) - PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, - sizeof(non_bincompat_options) - 1, SVs_TEMP)); - --#ifndef PERL_BUILD_DATE --# ifdef __DATE__ --# ifdef __TIME__ --# define PERL_BUILD_DATE __DATE__ " " __TIME__ --# else --# define PERL_BUILD_DATE __DATE__ --# endif --# endif --#endif -- --#ifdef PERL_BUILD_DATE -- PUSHs(Perl_newSVpvn_flags(aTHX_ -- STR_WITH_LEN("Compiled at " PERL_BUILD_DATE), -- SVs_TEMP)); --#else - PUSHs(&PL_sv_undef); --#endif - - for (i = 1; i <= local_patch_count; i++) { - /* This will be an undef, if PL_localpatches[i] is NULL. */ diff --git a/lang/perl5.28/files/patch-t_porting_customized.dat b/lang/perl5.28/files/patch-t_porting_customized.dat deleted file mode 100644 index b283f0b08276..000000000000 --- a/lang/perl5.28/files/patch-t_porting_customized.dat +++ /dev/null @@ -1,21 +0,0 @@ -Fix tests for modified files. - ---- t/porting/customized.dat.orig 2018-11-01 22:07:59 UTC -+++ t/porting/customized.dat -@@ -4,6 +4,7 @@ - Devel::PPPort dist/Devel-PPPort/parts/embed.fnc e030719d9c6921810554a8e2d398543348b4878c - Digest cpan/Digest/Digest.pm 43f7f544cb11842b2f55c73e28930da50774e081 - Encode cpan/Encode/t/truncated_utf8.t 36e6780c20f1d22ed7c97b1a388a63629617451f -+ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm ac29a8dc1c7d6f0aca4abff0730c05bde1dab3ad - Locale::Maketext::Simple cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm 57ed38905791a17c150210cd6f42ead22a7707b6 - Math::Complex cpan/Math-Complex/lib/Math/Complex.pm 198ea6c6c584f5ea79a0fd7e9d411d0878f3b2af - Math::Complex cpan/Math-Complex/t/Complex.t 4f307ed6fc59f1e5fb0e6b11103fc631b6bdb335 -@@ -18,7 +19,7 @@ Pod::Checker cpan/Pod-Checker/t/pod/contains_bad_pod.x - Pod::Checker cpan/Pod-Checker/t/pod/selfcheck.t 8ce3cfd38e4b9bcf5bc7fe7f2a14195e49aed7d8 - Pod::Checker cpan/Pod-Checker/t/pod/testcmp.pl a0cd5c8eca775c7753f4464eee96fa916e3d8a16 - Pod::Checker cpan/Pod-Checker/t/pod/testpchk.pl b2072c7f4379fd050e15424175d7cac5facf5b3b --Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 582be34c077c9ff44d99914724a0cc2140bcd48c -+Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 8b35c5a137791b0cfedcffd2937cb3b5fb984cac - autodie cpan/autodie/lib/autodie/exception.pm b99e4e35a9ed36de94d54437888822ced4936207 - autodie cpan/autodie/lib/autodie/hints.pm e1998fec61fb4e82fe46585bd82c73200be6f262 - autodie cpan/autodie/t/exceptions.t ad315a208f875e06b0964012ce8d65daa438c036 diff --git a/lang/perl5.28/files/perl-man.conf.in b/lang/perl5.28/files/perl-man.conf.in deleted file mode 100644 index cbe3a5c56862..000000000000 --- a/lang/perl5.28/files/perl-man.conf.in +++ /dev/null @@ -1,2 +0,0 @@ -MANPATH %%PREFIX%%/%%SITEMANPREFIX%%/man -MANPATH %%PREFIX%%/%%PERLMANPREFIX%%/man diff --git a/lang/perl5.28/pkg-descr b/lang/perl5.28/pkg-descr deleted file mode 100644 index d42f0b9be0ea..000000000000 --- a/lang/perl5.28/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Perl is a language that combines some of the features of C, sed, awk and -shell. See the manual page for more hype. There are also many books -published by O'Reilly & Assoc. See pod/perlbook.pod for more -information. - -WWW: https://www.perl.org/ diff --git a/lang/perl5.28/pkg-message b/lang/perl5.28/pkg-message deleted file mode 100644 index c6eafcb3188b..000000000000 --- a/lang/perl5.28/pkg-message +++ /dev/null @@ -1,35 +0,0 @@ -[ -{ - message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 791F4651660; Sat, 26 Jun 2021 10:48: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 4GBrFb2s8Gz4ZNp; Sat, 26 Jun 2021 10:48: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 4A9B31D7EB; Sat, 26 Jun 2021 10:48: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 15QAmZTq077763; Sat, 26 Jun 2021 10:48:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QAmZEI077762; Sat, 26 Jun 2021 10:48:35 GMT (envelope-from git) Date: Sat, 26 Jun 2021 10:48:35 GMT Message-Id: <202106261048.15QAmZEI077762@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: 020d123d89ec - main - devel/hs-darcs: Update to 2.16.4 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: 020d123d89ec553610df179dfb17c782b5dfdb3d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 10:48:35 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=020d123d89ec553610df179dfb17c782b5dfdb3d commit 020d123d89ec553610df179dfb17c782b5dfdb3d Author: Gleb Popov AuthorDate: 2021-06-26 10:47:31 +0000 Commit: Gleb Popov CommitDate: 2021-06-26 10:48:01 +0000 devel/hs-darcs: Update to 2.16.4 PR: 256841 --- devel/hs-darcs/Makefile | 84 +++++++++++----------- devel/hs-darcs/distinfo | 180 +++++++++++++++++++++++++----------------------- 2 files changed, 139 insertions(+), 125 deletions(-) diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index ae6d124ac708..82e760399bce 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -1,8 +1,7 @@ # Created by: Oliver Braun PORTNAME= darcs -PORTVERSION= 2.16.3 -PORTREVISION= 1 +PORTVERSION= 2.16.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -14,92 +13,97 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= cabal pkgconfig -USE_CABAL= aeson-1.5.4.1 \ - asn1-encoding-0.9.6_1 \ +USE_CABAL= aeson-1.5.6.0_1 \ + appar-0.1.8 \ + asn1-encoding-0.9.6_2 \ asn1-parse-0.9.5 \ asn1-types-0.3.4 \ - assoc-1.0.2 \ - async-2.2.2_1 \ - attoparsec-0.13.2.4_1 \ + assoc-1.0.2_1 \ + async-2.2.3 \ + attoparsec-0.13.2.5_1 \ base-compat-0.11.2 \ base-compat-batteries-0.11.2 \ base-orphans-0.8.4 \ base16-bytestring-1.0.1.0 \ - basement-0.0.11_2 \ - bifunctors-5.5.9 \ - blaze-builder-0.4.1.0_1 \ + base64-bytestring-1.2.0.1 \ + basement-0.0.12_1 \ + bifunctors-5.5.11 \ + blaze-builder-0.4.2.1 \ + byteorder-1.0.4 \ case-insensitive-1.2.1.0 \ cereal-0.5.8.1 \ comonad-5.0.8 \ - conduit-1.3.4 \ + conduit-1.3.4.1 \ conduit-extra-1.3.5 \ connection-0.3.1_1 \ constraints-0.12 \ cookie-0.4.5 \ - cryptonite-0.27 \ + cryptonite-0.27_1 \ data-default-class-0.1.2.0 \ - data-fix-0.3.0 \ + data-fix-0.3.1 \ data-ordlist-0.4.7.0 \ digest-0.0.1.2 \ distributive-0.6.2.1 \ dlist-1.0 \ fgl-5.7.0.3 \ filtrable-0.1.6.0 \ - hashable-1.3.0.0_2 \ + hashable-1.3.2.0 \ hourglass-0.2.12 \ - hsc2hs-0.68.7 \ + hsc2hs-0.68.7_1 \ html-1.0.1.2 \ - http-client-0.7.3 \ + http-client-0.7.8 \ http-client-tls-0.3.5.3_1 \ - http-conduit-2.3.7.4 \ + http-conduit-2.3.8 \ http-types-0.12.3 \ indexed-traversable-0.1.1 \ integer-logarithms-1.0.3.1 \ - memory-0.15.0_1 \ + iproute-1.7.11 \ + memory-0.15.0_2 \ mime-types-0.1.0.9 \ mmap-0.5.9 \ mono-traversable-1.0.15.1 \ - network-3.1.2.1_1 \ - network-uri-2.6.3.0 \ + network-3.1.2.2 \ + network-uri-2.6.4.1 \ old-locale-1.0.0.7_2 \ old-time-1.1.0.3_2 \ pem-0.2.4 \ - primitive-0.7.1.0_1 \ - random-1.2.0_3 \ + primitive-0.7.1.0_3 \ + random-1.2.0_5 \ regex-applicative-0.3.4 \ - regex-base-0.94.0.0_1 \ + regex-base-0.94.0.1 \ regex-compat-tdfa-0.95.1.4 \ - regex-tdfa-1.3.1.0_1 \ + regex-tdfa-1.3.1.1 \ resourcet-1.2.4.2 \ - scientific-0.3.6.2 \ + scientific-0.3.7.0 \ semigroups-0.19.1 \ socks-0.6.1 \ - split-0.2.3.4 \ + split-0.2.3.4_1 \ splitmix-0.1.0.3 \ streaming-commons-0.2.2.1 \ strict-0.4.0.1 \ - tagged-0.8.6.1 \ - tar-0.5.1.1_2 \ + tagged-0.8.6.1_1 \ + tar-0.5.1.1_3 \ temporary-1.3 \ - th-abstraction-0.4.2.0 \ - these-1.1.1.1 \ - time-compat-1.9.5 \ - tls-1.5.4 \ + th-abstraction-0.4.2.0_1 \ + th-compat-0.1.2 \ + these-1.1.1.1_1 \ + time-compat-1.9.6 \ + tls-1.5.5 \ transformers-compat-0.6.6 \ - type-equality-1_1 \ + type-equality-1_2 \ typed-process-0.2.6.0 \ - unix-compat-0.5.2_1 \ + unix-compat-0.5.3 \ unliftio-core-0.2.0.1_1 \ - unordered-containers-0.2.13.0 \ - utf8-string-1.0.1.1_3 \ - uuid-types-1.0.3_3 \ - vector-0.12.1.2 \ - vector-algorithms-0.8.0.4 \ + unordered-containers-0.2.14.0 \ + utf8-string-1.0.2 \ + uuid-types-1.0.5 \ + vector-0.12.3.0 \ + vector-algorithms-0.8.0.4_1 \ x509-1.7.5_1 \ x509-store-1.6.7_1 \ x509-system-1.6.6 \ x509-validation-1.6.11 \ zip-archive-0.4.1_1 \ - zlib-0.6.2.2 + zlib-0.6.2.3 .include diff --git a/devel/hs-darcs/distinfo b/devel/hs-darcs/distinfo index 5636435940cb..f74f688eca8d 100644 --- a/devel/hs-darcs/distinfo +++ b/devel/hs-darcs/distinfo @@ -1,26 +1,30 @@ -TIMESTAMP = 1609418965 -SHA256 (cabal/darcs-2.16.3.tar.gz) = 8925ee87e2a7b4f3d87b3867dddf68344f879ba18486b156eaee4cf39b0dc1ad -SIZE (cabal/darcs-2.16.3.tar.gz) = 1244848 -SHA256 (cabal/aeson-1.5.4.1/aeson-1.5.4.1.tar.gz) = 0dacdc8a8c7f62942010b17b09cd33fa68879c138bc19b9b717497105566fefd -SIZE (cabal/aeson-1.5.4.1/aeson-1.5.4.1.tar.gz) = 298607 +TIMESTAMP = 1624703429 +SHA256 (cabal/darcs-2.16.4.tar.gz) = e4166252bc403ffc2518edff48801796b8dab73fd9e0da1fcdda916b207fbe1d +SIZE (cabal/darcs-2.16.4.tar.gz) = 1271864 +SHA256 (cabal/aeson-1.5.6.0/aeson-1.5.6.0.tar.gz) = 0361c34be3d2ec945201f02501693436fbda10dcc549469481a084b2de22bfe8 +SIZE (cabal/aeson-1.5.6.0/aeson-1.5.6.0.tar.gz) = 286364 +SHA256 (cabal/aeson-1.5.6.0/revision/1.cabal) = d3e76872f8634c9cd33eb128d6c4dd1bf0cc8d71d1f32055d774490d5f6dedf8 +SIZE (cabal/aeson-1.5.6.0/revision/1.cabal) = 6786 +SHA256 (cabal/appar-0.1.8/appar-0.1.8.tar.gz) = c4ceeddc26525b58d82c41b6d3e32141371a200a6794aae185b6266ccc81631f +SIZE (cabal/appar-0.1.8/appar-0.1.8.tar.gz) = 4037 SHA256 (cabal/asn1-encoding-0.9.6/asn1-encoding-0.9.6.tar.gz) = d9f8deabd3b908e5cf83c0d813c08dc0143b3ec1c0d97f660d2cfa02c1c8da0a SIZE (cabal/asn1-encoding-0.9.6/asn1-encoding-0.9.6.tar.gz) = 17343 -SHA256 (cabal/asn1-encoding-0.9.6/revision/1.cabal) = 3655d9a68c8c082e0d22f33456d968ad8c484d4e95308ad9217788b1c343d8a6 -SIZE (cabal/asn1-encoding-0.9.6/revision/1.cabal) = 2067 +SHA256 (cabal/asn1-encoding-0.9.6/revision/2.cabal) = 27ed8f6043aed79630313bb931f7c8e2b510f0b4586cd55c16ae040c7d1ea098 +SIZE (cabal/asn1-encoding-0.9.6/revision/2.cabal) = 2060 SHA256 (cabal/asn1-parse-0.9.5/asn1-parse-0.9.5.tar.gz) = 8f1fe1344d30b39dc594d74df2c55209577722af1497204b4c2b6d6e8747f39e SIZE (cabal/asn1-parse-0.9.5/asn1-parse-0.9.5.tar.gz) = 2951 SHA256 (cabal/asn1-types-0.3.4/asn1-types-0.3.4.tar.gz) = 78ee92a251379298ca820fa53edbf4b33c539b9fcd887c86f520c30e3b4e21a8 SIZE (cabal/asn1-types-0.3.4/asn1-types-0.3.4.tar.gz) = 6472 SHA256 (cabal/assoc-1.0.2/assoc-1.0.2.tar.gz) = d8988dc6e8718c7a3456515b769c9336aeeec730cf86fc5175247969ff8f144f SIZE (cabal/assoc-1.0.2/assoc-1.0.2.tar.gz) = 3047 -SHA256 (cabal/async-2.2.2/async-2.2.2.tar.gz) = 4b4ab1ac82c45144d82c6daf6cb6ba45eab9957dad44787fa5e869e23d73bbff -SIZE (cabal/async-2.2.2/async-2.2.2.tar.gz) = 12927 -SHA256 (cabal/async-2.2.2/revision/1.cabal) = a178c166856da7ff22fe4500337b54812e94fd2059409452187d72e057ede9cd -SIZE (cabal/async-2.2.2/revision/1.cabal) = 2934 -SHA256 (cabal/attoparsec-0.13.2.4/attoparsec-0.13.2.4.tar.gz) = ba66cd6de1749ec92568db1b9c905b43a849f0ad918d45d7b594407a02ebefb2 -SIZE (cabal/attoparsec-0.13.2.4/attoparsec-0.13.2.4.tar.gz) = 163431 -SHA256 (cabal/attoparsec-0.13.2.4/revision/1.cabal) = 5941a05141a61239e8d6c4f2c9876bec3765d786766721b8474b8625febf914a -SIZE (cabal/attoparsec-0.13.2.4/revision/1.cabal) = 5796 +SHA256 (cabal/assoc-1.0.2/revision/1.cabal) = a824e4f615469a27ad949dbf4907ba258bd6b459deebec00524c7bcb3f65cc9f +SIZE (cabal/assoc-1.0.2/revision/1.cabal) = 1205 +SHA256 (cabal/async-2.2.3/async-2.2.3.tar.gz) = 467af3a0037947a5232ecf5f4efbd4cf2118aaa2310566d7f40ac82b0e32935c +SIZE (cabal/async-2.2.3/async-2.2.3.tar.gz) = 14056 +SHA256 (cabal/attoparsec-0.13.2.5/attoparsec-0.13.2.5.tar.gz) = 21e0f38eaa1957bf471276afa17651c125a38924575f12c2cbd2fa534b45686f +SIZE (cabal/attoparsec-0.13.2.5/attoparsec-0.13.2.5.tar.gz) = 163876 +SHA256 (cabal/attoparsec-0.13.2.5/revision/1.cabal) = 7c88195c3f3243c6abe356c1bc872cf40818a8c7b0e261a8f8e6868fe42819a0 +SIZE (cabal/attoparsec-0.13.2.5/revision/1.cabal) = 6171 SHA256 (cabal/base-compat-0.11.2/base-compat-0.11.2.tar.gz) = 53a6b5145442fba5a4bad6db2bcdede17f164642b48bc39b95015422a39adbdb SIZE (cabal/base-compat-0.11.2/base-compat-0.11.2.tar.gz) = 34625 SHA256 (cabal/base-compat-batteries-0.11.2/base-compat-batteries-0.11.2.tar.gz) = 31e066a5aa96af94fe6465adb959c38d63a49e01357641aa4322c754a94d3023 @@ -29,24 +33,26 @@ SHA256 (cabal/base-orphans-0.8.4/base-orphans-0.8.4.tar.gz) = 37b2b59356c03400a2 SIZE (cabal/base-orphans-0.8.4/base-orphans-0.8.4.tar.gz) = 22573 SHA256 (cabal/base16-bytestring-1.0.1.0/base16-bytestring-1.0.1.0.tar.gz) = c0c70a4b58be53d36971bd7361ba300f82a5d5ebf7f50e1a2d7bfc8838bdd6fa SIZE (cabal/base16-bytestring-1.0.1.0/base16-bytestring-1.0.1.0.tar.gz) = 7256 -SHA256 (cabal/basement-0.0.11/basement-0.0.11.tar.gz) = 67582b3475a5547925399f719df21f8bbbd0ca4d4db27795c22a474f8ee6346b -SIZE (cabal/basement-0.0.11/basement-0.0.11.tar.gz) = 134032 -SHA256 (cabal/basement-0.0.11/revision/2.cabal) = af43e2e334e515b52ca309919b135c51b5e9411e6d4c68d0e8950d61eb5f25d1 -SIZE (cabal/basement-0.0.11/revision/2.cabal) = 5711 -SHA256 (cabal/bifunctors-5.5.9/bifunctors-5.5.9.tar.gz) = 056c597c5d2927f5ef7f9af664b938915fde496009fb9094fd4615046caa1f30 -SIZE (cabal/bifunctors-5.5.9/bifunctors-5.5.9.tar.gz) = 45414 -SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 -SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 -SHA256 (cabal/blaze-builder-0.4.1.0/revision/1.cabal) = 3231635f58df8f62a4e791d3ccade450d07dd370bf97729a8d0fabf113acc6dc -SIZE (cabal/blaze-builder-0.4.1.0/revision/1.cabal) = 3558 +SHA256 (cabal/base64-bytestring-1.2.0.1/base64-bytestring-1.2.0.1.tar.gz) = af09b17d072eb1391d91e30b4186dd1797330647ef79268ecd7fcce8f5afc638 +SIZE (cabal/base64-bytestring-1.2.0.1/base64-bytestring-1.2.0.1.tar.gz) = 13650 +SHA256 (cabal/basement-0.0.12/basement-0.0.12.tar.gz) = 53c4435b17b7df398c730406263957977fe0616b66529dafa8d1a0fd66b7fa8b +SIZE (cabal/basement-0.0.12/basement-0.0.12.tar.gz) = 134142 +SHA256 (cabal/basement-0.0.12/revision/1.cabal) = cbb9187d3575b78ee1165b7a49a0e8570ee563820330a944a67cd09e1cfe23bf +SIZE (cabal/basement-0.0.12/revision/1.cabal) = 5516 +SHA256 (cabal/bifunctors-5.5.11/bifunctors-5.5.11.tar.gz) = 2b6b9672faab649995cf4c885f353b6638b6daee467a9ace40a7fc773831091c +SIZE (cabal/bifunctors-5.5.11/bifunctors-5.5.11.tar.gz) = 46003 +SHA256 (cabal/blaze-builder-0.4.2.1/blaze-builder-0.4.2.1.tar.gz) = 6e6889bc9c3ff92062a17f3825dcc1b28510d261334d4d4e177232d904ea0b06 +SIZE (cabal/blaze-builder-0.4.2.1/blaze-builder-0.4.2.1.tar.gz) = 60704 +SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 +SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 SHA256 (cabal/case-insensitive-1.2.1.0/case-insensitive-1.2.1.0.tar.gz) = 296dc17e0c5f3dfb3d82ced83e4c9c44c338ecde749b278b6eae512f1d04e406 SIZE (cabal/case-insensitive-1.2.1.0/case-insensitive-1.2.1.0.tar.gz) = 53609 SHA256 (cabal/cereal-0.5.8.1/cereal-0.5.8.1.tar.gz) = 2d9e88ac934b9ebc058097c72011ff59f3f146176310e1c957a0e4cf63681bd7 SIZE (cabal/cereal-0.5.8.1/cereal-0.5.8.1.tar.gz) = 20114 SHA256 (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = ef6cdf2cc292cc43ee6aa96c581b235fdea8ab44a0bffb24dc79ae2b2ef33d13 SIZE (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = 15227 -SHA256 (cabal/conduit-1.3.4/conduit-1.3.4.tar.gz) = 9f02831aadea24489c1d1820018edadd6d97000e11f35d05da13fa8c216460f0 -SIZE (cabal/conduit-1.3.4/conduit-1.3.4.tar.gz) = 88861 +SHA256 (cabal/conduit-1.3.4.1/conduit-1.3.4.1.tar.gz) = 85743b8d5f2d5779ccb7459b5a919c5786707af23fe7a065d281ee8e6dc226f1 +SIZE (cabal/conduit-1.3.4.1/conduit-1.3.4.1.tar.gz) = 88893 SHA256 (cabal/conduit-extra-1.3.5/conduit-extra-1.3.5.tar.gz) = 8a648dee203c01e647fa386bfe7a5b293ce552f8b5cab9c0dd5cb71c7cd012d9 SIZE (cabal/conduit-extra-1.3.5/conduit-extra-1.3.5.tar.gz) = 33189 SHA256 (cabal/connection-0.3.1/connection-0.3.1.tar.gz) = 5d759589c532c34d87bfc4f6fcb732bf55b55a93559d3b94229e8347a15375d9 @@ -59,10 +65,12 @@ SHA256 (cabal/cookie-0.4.5/cookie-0.4.5.tar.gz) = 707f94d1b31018b91d6a1e9e19ef54 SIZE (cabal/cookie-0.4.5/cookie-0.4.5.tar.gz) = 6048 SHA256 (cabal/cryptonite-0.27/cryptonite-0.27.tar.gz) = c82745a8930c36a81a0772dc18c86f8b7505e25fc2ab96b08c2f9125ece6c8b0 SIZE (cabal/cryptonite-0.27/cryptonite-0.27.tar.gz) = 611768 +SHA256 (cabal/cryptonite-0.27/revision/1.cabal) = c3a9c8ce11e654a9d5bee827b089d4b50587272828d0c52a85362a58667a916c +SIZE (cabal/cryptonite-0.27/revision/1.cabal) = 18163 SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 -SHA256 (cabal/data-fix-0.3.0/data-fix-0.3.0.tar.gz) = 9e59b3ed694b5139316093b3767842e60ad4821858459e7cd763e5773dfa99a0 -SIZE (cabal/data-fix-0.3.0/data-fix-0.3.0.tar.gz) = 5516 +SHA256 (cabal/data-fix-0.3.1/data-fix-0.3.1.tar.gz) = 9b45c040472922c197bb33190197b5895afac6318203b2afb30251d4df8bcc79 +SIZE (cabal/data-fix-0.3.1/data-fix-0.3.1.tar.gz) = 5520 SHA256 (cabal/data-ordlist-0.4.7.0/data-ordlist-0.4.7.0.tar.gz) = 6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d SIZE (cabal/data-ordlist-0.4.7.0/data-ordlist-0.4.7.0.tar.gz) = 8906 SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 @@ -75,46 +83,46 @@ SHA256 (cabal/fgl-5.7.0.3/fgl-5.7.0.3.tar.gz) = 2969b813b9067eb80708b056434da576 SIZE (cabal/fgl-5.7.0.3/fgl-5.7.0.3.tar.gz) = 56415 SHA256 (cabal/filtrable-0.1.6.0/filtrable-0.1.6.0.tar.gz) = be40b79abd9b6563a0146069b22313a4a7b8fb8cf7e3c4bc62fb7725f9a11215 SIZE (cabal/filtrable-0.1.6.0/filtrable-0.1.6.0.tar.gz) = 7881 -SHA256 (cabal/hashable-1.3.0.0/hashable-1.3.0.0.tar.gz) = 822e5413fbccca6ae884d3aba4066422c8b5d58d23d18b9ecb5c03273bb19ab4 -SIZE (cabal/hashable-1.3.0.0/hashable-1.3.0.0.tar.gz) = 29835 -SHA256 (cabal/hashable-1.3.0.0/revision/2.cabal) = d60cad00223d46172020c136e68acef0481a47d0302b2e74b1805b4f3a446a9b -SIZE (cabal/hashable-1.3.0.0/revision/2.cabal) = 5389 +SHA256 (cabal/hashable-1.3.2.0/hashable-1.3.2.0.tar.gz) = 59bd964b6fe52b04825cf5402c87981068c051f351b2cb940b75f1c60719d637 +SIZE (cabal/hashable-1.3.2.0/hashable-1.3.2.0.tar.gz) = 22841 SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 SHA256 (cabal/hsc2hs-0.68.7/hsc2hs-0.68.7.tar.gz) = fd7915e41e3ed3bc7750fee0e8add2b4f32dcac8b7c544cfdf5542293223894a SIZE (cabal/hsc2hs-0.68.7/hsc2hs-0.68.7.tar.gz) = 38630 +SHA256 (cabal/hsc2hs-0.68.7/revision/1.cabal) = 4a0f6860a17e7c245646975e3c2981416afdcb6a7b3553c31005eb3641a7f55b +SIZE (cabal/hsc2hs-0.68.7/revision/1.cabal) = 2794 SHA256 (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061 SIZE (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 11021 -SHA256 (cabal/http-client-0.7.3/http-client-0.7.3.tar.gz) = 11316efeb61f6c9472eda877ae49c4c2b902ad05ef8c5b603a9847b2692efe4a -SIZE (cabal/http-client-0.7.3/http-client-0.7.3.tar.gz) = 91453 +SHA256 (cabal/http-client-0.7.8/http-client-0.7.8.tar.gz) = 18fcaf0340871daa1859596e9338feda65888084e97f782b7c4c003a956b7e10 +SIZE (cabal/http-client-0.7.8/http-client-0.7.8.tar.gz) = 92430 SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 SHA256 (cabal/http-client-tls-0.3.5.3/revision/1.cabal) = c97c3d88e6318a3056e42e2cd0913d5c4bff381f83341bb6ff06865fd12c8b52 SIZE (cabal/http-client-tls-0.3.5.3/revision/1.cabal) = 2066 -SHA256 (cabal/http-conduit-2.3.7.4/http-conduit-2.3.7.4.tar.gz) = 6b7d66f4f0f567846a4d75f8345b708f0cc9afac14599ea3fb0fa4deab566ad5 -SIZE (cabal/http-conduit-2.3.7.4/http-conduit-2.3.7.4.tar.gz) = 28861 +SHA256 (cabal/http-conduit-2.3.8/http-conduit-2.3.8.tar.gz) = cfbef293856fdcce58618726ff911ca28e2ad07c8522b2cd1cfa2cb6e02542ae +SIZE (cabal/http-conduit-2.3.8/http-conduit-2.3.8.tar.gz) = 28858 SHA256 (cabal/http-types-0.12.3/http-types-0.12.3.tar.gz) = 4e8a4a66477459fa436a331c75e46857ec8026283df984d54f90576cd3024016 SIZE (cabal/http-types-0.12.3/http-types-0.12.3.tar.gz) = 13547 SHA256 (cabal/indexed-traversable-0.1.1/indexed-traversable-0.1.1.tar.gz) = 7ac36ae3153cbe7a8e99eacffd065367b87544953cc92997f424a150db468139 SIZE (cabal/indexed-traversable-0.1.1/indexed-traversable-0.1.1.tar.gz) = 8424 SHA256 (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f SIZE (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9023 +SHA256 (cabal/iproute-1.7.11/iproute-1.7.11.tar.gz) = 205dcd27cce76345e4fc60060b5d428b015a09e9023f5f1bba58be1f562a8a8b +SIZE (cabal/iproute-1.7.11/iproute-1.7.11.tar.gz) = 17601 SHA256 (cabal/memory-0.15.0/memory-0.15.0.tar.gz) = e3ff892c1a94708954d0bb2c4f4ab81bc0f505352d95095319c462db1aeb3529 SIZE (cabal/memory-0.15.0/memory-0.15.0.tar.gz) = 42299 -SHA256 (cabal/memory-0.15.0/revision/1.cabal) = be7024b50e876a9c3b7febaefdd81d5dc67268c58a7b4e6b3825bdc58274d88c -SIZE (cabal/memory-0.15.0/revision/1.cabal) = 5002 +SHA256 (cabal/memory-0.15.0/revision/2.cabal) = c8f08e04d68a4a8bdbf6eed1cbf57f26f1d59beadf986a3ac18c78bf8a07a439 +SIZE (cabal/memory-0.15.0/revision/2.cabal) = 5005 SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 SHA256 (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 58fcbb04e1cb8e7c36c05823b02dce2faaa989c53d745a7f36192de2fc98b5f8 SIZE (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 11731 SHA256 (cabal/mono-traversable-1.0.15.1/mono-traversable-1.0.15.1.tar.gz) = c2df5b79ed2f88f2ee313e57c1d591d4463788e20d39e439297eec5ba5835ddf SIZE (cabal/mono-traversable-1.0.15.1/mono-traversable-1.0.15.1.tar.gz) = 40815 -SHA256 (cabal/network-3.1.2.1/network-3.1.2.1.tar.gz) = fcaa954445cb575ff04d088e719452e356324b6acb98c5aefd2541a069439d4a -SIZE (cabal/network-3.1.2.1/network-3.1.2.1.tar.gz) = 136889 -SHA256 (cabal/network-3.1.2.1/revision/1.cabal) = 188d6daea8cd91bc3553efd5a90a1e7c6d0425fa66a53baa74db5b6d9fd75c8b -SIZE (cabal/network-3.1.2.1/revision/1.cabal) = 4968 -SHA256 (cabal/network-uri-2.6.3.0/network-uri-2.6.3.0.tar.gz) = a01c1389f15d2cc2e847914737f706133bb11f0c5f8ee89711a36a25b7afa723 -SIZE (cabal/network-uri-2.6.3.0/network-uri-2.6.3.0.tar.gz) = 31997 +SHA256 (cabal/network-3.1.2.2/network-3.1.2.2.tar.gz) = 55012c0b22f9c7548b1f7b3bacc2c6ec7058c7f92238a69561528f1a0fa60eb6 +SIZE (cabal/network-3.1.2.2/network-3.1.2.2.tar.gz) = 136999 +SHA256 (cabal/network-uri-2.6.4.1/network-uri-2.6.4.1.tar.gz) = 57856db93608a4d419f681b881c9b8d4448800d5a687587dc37e8a9e0b223584 +SIZE (cabal/network-uri-2.6.4.1/network-uri-2.6.4.1.tar.gz) = 32373 SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 @@ -127,34 +135,32 @@ SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098 SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 SHA256 (cabal/primitive-0.7.1.0/primitive-0.7.1.0.tar.gz) = 6bebecfdf2a57787d9fd5231bfd612b65a92edd7b33a973b2a0f11312b89a3f0 SIZE (cabal/primitive-0.7.1.0/primitive-0.7.1.0.tar.gz) = 52184 -SHA256 (cabal/primitive-0.7.1.0/revision/1.cabal) = e7a412791f676df3e5cd5df6e8282fb2925932b0f7e1f51cd590deec369e945a -SIZE (cabal/primitive-0.7.1.0/revision/1.cabal) = 2728 +SHA256 (cabal/primitive-0.7.1.0/revision/3.cabal) = 29de6bfd0cf8ba023ceb806203dfbec0e51e3524e75ffe41056f70b4229c6f0f +SIZE (cabal/primitive-0.7.1.0/revision/3.cabal) = 2728 SHA256 (cabal/random-1.2.0/random-1.2.0.tar.gz) = e4519cf7c058bfd5bdbe4acc782284acc9e25e74487208619ca83cbcd63fb9de SIZE (cabal/random-1.2.0/random-1.2.0.tar.gz) = 37889 -SHA256 (cabal/random-1.2.0/revision/3.cabal) = 1e8140229d21489228aa79b820c23259f3c3a1b86e13e6f9c2ad0c48d86d1912 -SIZE (cabal/random-1.2.0/revision/3.cabal) = 6094 +SHA256 (cabal/random-1.2.0/revision/5.cabal) = 30d72df4cc1d2fe2d445c88f0ee9d21965af7ce86660c43a6c32a6a1d90d51c9 +SIZE (cabal/random-1.2.0/revision/5.cabal) = 6094 SHA256 (cabal/regex-applicative-0.3.4/regex-applicative-0.3.4.tar.gz) = 1769a479c3ff953bc5a99a89e5648a6f01c5ff54fc9a09acceb9e029e2352636 SIZE (cabal/regex-applicative-0.3.4/regex-applicative-0.3.4.tar.gz) = 15924 -SHA256 (cabal/regex-base-0.94.0.0/regex-base-0.94.0.0.tar.gz) = c41f82f5fc1157c961a4cbdc0cd5561e5aa44f339ce6e706d978d97e0ca6b914 -SIZE (cabal/regex-base-0.94.0.0/regex-base-0.94.0.0.tar.gz) = 9679 -SHA256 (cabal/regex-base-0.94.0.0/revision/1.cabal) = 44aa95ca762294ffbb28cf0af9c567d93b5d2c56e4f38ce5385a257d899f968e -SIZE (cabal/regex-base-0.94.0.0/revision/1.cabal) = 2253 +SHA256 (cabal/regex-base-0.94.0.1/regex-base-0.94.0.1.tar.gz) = 71b1d96fff201f31fe8cd4532f056aca03a21cd486890256dc3007dd73adedd9 +SIZE (cabal/regex-base-0.94.0.1/regex-base-0.94.0.1.tar.gz) = 10095 SHA256 (cabal/regex-compat-tdfa-0.95.1.4/regex-compat-tdfa-0.95.1.4.tar.gz) = 4fa38ed24ae390eeffe6eef04bbe632d7ecd02b9123729e976e7420f927520dd SIZE (cabal/regex-compat-tdfa-0.95.1.4/regex-compat-tdfa-0.95.1.4.tar.gz) = 4146 -SHA256 (cabal/regex-tdfa-1.3.1.0/regex-tdfa-1.3.1.0.tar.gz) = 15c376783d397b3b9933cf35980808feddde273bd6f2445babbccb2f76a42ec0 -SIZE (cabal/regex-tdfa-1.3.1.0/regex-tdfa-1.3.1.0.tar.gz) = 77767 -SHA256 (cabal/regex-tdfa-1.3.1.0/revision/1.cabal) = bec13812a56a904ff3510caa19fe1b3ce3939e303604b1bcb3162771c52311ba -SIZE (cabal/regex-tdfa-1.3.1.0/revision/1.cabal) = 6324 +SHA256 (cabal/regex-tdfa-1.3.1.1/regex-tdfa-1.3.1.1.tar.gz) = b1be517f6eaaa82bcb733919c58a111ce2acb03cc8fe962b15b64a32c3c059d7 +SIZE (cabal/regex-tdfa-1.3.1.1/regex-tdfa-1.3.1.1.tar.gz) = 78057 SHA256 (cabal/resourcet-1.2.4.2/resourcet-1.2.4.2.tar.gz) = 17f20842043ad199961a801b6efb1233b9098eb3537f8395844268f6a223eb87 SIZE (cabal/resourcet-1.2.4.2/resourcet-1.2.4.2.tar.gz) = 16862 -SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f -SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/scientific-0.3.7.0/scientific-0.3.7.0.tar.gz) = a3a121c4b3d68fb8b9f8c709ab012e48f090ed553609247a805ad070d6b343a9 +SIZE (cabal/scientific-0.3.7.0/scientific-0.3.7.0.tar.gz) = 24723 SHA256 (cabal/semigroups-0.19.1/semigroups-0.19.1.tar.gz) = 79e761e64b862564a3470d5d356cb6b060b14452d675859aed3b2d1e14646648 SIZE (cabal/semigroups-0.19.1/semigroups-0.19.1.tar.gz) = 21124 SHA256 (cabal/socks-0.6.1/socks-0.6.1.tar.gz) = 734447558bb061ce768f53a0df1f2401902c6bee396cc96ce627edd986ef6a73 SIZE (cabal/socks-0.6.1/socks-0.6.1.tar.gz) = 9759 SHA256 (cabal/split-0.2.3.4/split-0.2.3.4.tar.gz) = 271fe5104c9f40034aa9a1aad6269bcecc9454bc5a57c247e69e17de996c1f2a SIZE (cabal/split-0.2.3.4/split-0.2.3.4.tar.gz) = 15942 +SHA256 (cabal/split-0.2.3.4/revision/1.cabal) = 048c75891d63a03828f97667214aaaf0e67b7dcbfec297753e39939ffda6f51a +SIZE (cabal/split-0.2.3.4/revision/1.cabal) = 2647 SHA256 (cabal/splitmix-0.1.0.3/splitmix-0.1.0.3.tar.gz) = 46009f4b000c9e6613377767b8718bf38476469f2a8e2162d98cc246882d5a35 SIZE (cabal/splitmix-0.1.0.3/splitmix-0.1.0.3.tar.gz) = 20754 SHA256 (cabal/streaming-commons-0.2.2.1/streaming-commons-0.2.2.1.tar.gz) = 306940bf4878a0b714e6746a7f934d018100efc86332c176a648014bfe1e81dd @@ -163,50 +169,54 @@ SHA256 (cabal/strict-0.4.0.1/strict-0.4.0.1.tar.gz) = dff6abc08ad637e51891bb8b47 SIZE (cabal/strict-0.4.0.1/strict-0.4.0.1.tar.gz) = 12488 SHA256 (cabal/tagged-0.8.6.1/tagged-0.8.6.1.tar.gz) = f5e0fcf95f0bb4aa63f428f2c01955a41ea1a42cfcf39145ed631f59a9616c02 SIZE (cabal/tagged-0.8.6.1/tagged-0.8.6.1.tar.gz) = 9842 +SHA256 (cabal/tagged-0.8.6.1/revision/1.cabal) = 5ddf1e324c3cd644f097a48bf490f0bedf467f723fd240afb3ab3b750577f8e7 +SIZE (cabal/tagged-0.8.6.1/revision/1.cabal) = 2874 SHA256 (cabal/tar-0.5.1.1/tar-0.5.1.1.tar.gz) = b384449f62b2b0aa3e6d2cb1004b8060b01f21ec93e7b63e7af6d8fad8a9f1de SIZE (cabal/tar-0.5.1.1/tar-0.5.1.1.tar.gz) = 39155 -SHA256 (cabal/tar-0.5.1.1/revision/2.cabal) = 7a715414c4d494c9048cfb6d7634e07e7732ca154cb8938dc85f6ea192192e8c -SIZE (cabal/tar-0.5.1.1/revision/2.cabal) = 5254 +SHA256 (cabal/tar-0.5.1.1/revision/3.cabal) = 94ded05718fe75b88c98e7113feeb9fca50688a7e59b6aefd80a6f48438c5062 +SIZE (cabal/tar-0.5.1.1/revision/3.cabal) = 5464 SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 SHA256 (cabal/th-abstraction-0.4.2.0/th-abstraction-0.4.2.0.tar.gz) = ea06b2cda25fc4b52dac48cc23e5a756f997df8985ecaee5a554202508a11c40 SIZE (cabal/th-abstraction-0.4.2.0/th-abstraction-0.4.2.0.tar.gz) = 37848 +SHA256 (cabal/th-abstraction-0.4.2.0/revision/1.cabal) = 6ba7b201931f614173755f060fdf98f02095df68c1f7bc3e2691cf9d443e81f9 +SIZE (cabal/th-abstraction-0.4.2.0/revision/1.cabal) = 2194 +SHA256 (cabal/th-compat-0.1.2/th-compat-0.1.2.tar.gz) = 2bc45d0199de3dc65ebc9b71251799f5238869dbc6a66bdf0c06c7e23d603801 +SIZE (cabal/th-compat-0.1.2/th-compat-0.1.2.tar.gz) = 11737 SHA256 (cabal/these-1.1.1.1/these-1.1.1.1.tar.gz) = d798c9f56e17def441e8f51e54cc11afdb3e76c6a9d1e9ee154e9a78da0bf508 SIZE (cabal/these-1.1.1.1/these-1.1.1.1.tar.gz) = 9804 -SHA256 (cabal/time-compat-1.9.5/time-compat-1.9.5.tar.gz) = 3126b267d19f31d52a3c36f13a8788be03242f829a5bddd8a3084e134d01e3a6 -SIZE (cabal/time-compat-1.9.5/time-compat-1.9.5.tar.gz) = 59336 -SHA256 (cabal/tls-1.5.4/tls-1.5.4.tar.gz) = ce42bfa581a50f62776581da4b86408ebb1a51bc6cb2f95ad0a2ac7caa19a437 -SIZE (cabal/tls-1.5.4/tls-1.5.4.tar.gz) = 150171 +SHA256 (cabal/these-1.1.1.1/revision/1.cabal) = e981c65228db5ae77a043631f74a1e4a4b770f7213866f584e3476b52512f1af +SIZE (cabal/these-1.1.1.1/revision/1.cabal) = 2631 +SHA256 (cabal/time-compat-1.9.6/time-compat-1.9.6.tar.gz) = 3d97754bb1d521c23deea7322e3427b53ea23f34d8c9073a1d0fed63bd35864c +SIZE (cabal/time-compat-1.9.6/time-compat-1.9.6.tar.gz) = 59685 +SHA256 (cabal/tls-1.5.5/tls-1.5.5.tar.gz) = 8a48b5ced43fac15c99158f0eedec458d77a6605c1a4302d41457f5a70ef3948 +SIZE (cabal/tls-1.5.5/tls-1.5.5.tar.gz) = 158700 SHA256 (cabal/transformers-compat-0.6.6/transformers-compat-0.6.6.tar.gz) = 7e2e0251e5e6d28142615a4b950a3fabac9c0b7804b1ec4a4ae985f19519a9f9 SIZE (cabal/transformers-compat-0.6.6/transformers-compat-0.6.6.tar.gz) = 41347 SHA256 (cabal/type-equality-1/type-equality-1.tar.gz) = 4728b502a211454ef682a10d7a3e817c22d06ba509df114bb267ef9d43a08ce8 SIZE (cabal/type-equality-1/type-equality-1.tar.gz) = 4525 -SHA256 (cabal/type-equality-1/revision/1.cabal) = d36324583fbafc5698c3f898ccf7cf041cbf42435fc2559c28e8f77682739a8e -SIZE (cabal/type-equality-1/revision/1.cabal) = 1517 +SHA256 (cabal/type-equality-1/revision/2.cabal) = f2a895a7b22384d9b43a9c6608725b2de7581e77e5b20ab9cfe3f959f6cd71a8 +SIZE (cabal/type-equality-1/revision/2.cabal) = 1569 SHA256 (cabal/typed-process-0.2.6.0/typed-process-0.2.6.0.tar.gz) = 31a2a81f33463fedc33cc519ad5b9679787e648fe2ec7efcdebd7d54bdbbc2b1 SIZE (cabal/typed-process-0.2.6.0/typed-process-0.2.6.0.tar.gz) = 17363 -SHA256 (cabal/unix-compat-0.5.2/unix-compat-0.5.2.tar.gz) = 659a4e442f71505d45b0d0fb28a347aa1ac5e1f39feaea5d58e674e5d2ce0ba9 -SIZE (cabal/unix-compat-0.5.2/unix-compat-0.5.2.tar.gz) = 13281 -SHA256 (cabal/unix-compat-0.5.2/revision/1.cabal) = 5508ebcfaf1a862886cd217178e283d613d47803785d8ab4a3bd2bb9b542a3fb -SIZE (cabal/unix-compat-0.5.2/revision/1.cabal) = 2041 +SHA256 (cabal/unix-compat-0.5.3/unix-compat-0.5.3.tar.gz) = 0893b597ea0db406429d0d563506af6755728eface0e1981f9392122db88e5c8 +SIZE (cabal/unix-compat-0.5.3/unix-compat-0.5.3.tar.gz) = 13582 SHA256 (cabal/unliftio-core-0.2.0.1/unliftio-core-0.2.0.1.tar.gz) = 919f0d1297ea2f5373118553c1df2a9405d8b9e31a8307e829da67d4953c299a SIZE (cabal/unliftio-core-0.2.0.1/unliftio-core-0.2.0.1.tar.gz) = 3696 SHA256 (cabal/unliftio-core-0.2.0.1/revision/1.cabal) = 9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a SIZE (cabal/unliftio-core-0.2.0.1/revision/1.cabal) = 1082 -SHA256 (cabal/unordered-containers-0.2.13.0/unordered-containers-0.2.13.0.tar.gz) = 86b01369ab8eb311383a052d389337e2cd71a63088323f02932754df4aa37b55 -SIZE (cabal/unordered-containers-0.2.13.0/unordered-containers-0.2.13.0.tar.gz) = 53379 -SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 -SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 -SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b -SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 -SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd -SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 -SHA256 (cabal/uuid-types-1.0.3/revision/3.cabal) = 4e27aa142cb37f391e78f36d13139ba0a907675429a21e8f2cfae9223202dd7e -SIZE (cabal/uuid-types-1.0.3/revision/3.cabal) = 2496 -SHA256 (cabal/vector-0.12.1.2/vector-0.12.1.2.tar.gz) = 3b6e27683f6f20b37b8a35d0fab9e34b57dad72ac64cb16f428726780d4011bd -SIZE (cabal/vector-0.12.1.2/vector-0.12.1.2.tar.gz) = 131049 +SHA256 (cabal/unordered-containers-0.2.14.0/unordered-containers-0.2.14.0.tar.gz) = a10f48a94cef1fab72d2a404c7d541a3cda54ab2f1321872658aca7e5e9d8867 +SIZE (cabal/unordered-containers-0.2.14.0/unordered-containers-0.2.14.0.tar.gz) = 54109 +SHA256 (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = ee48deada7600370728c4156cb002441de770d0121ae33a68139a9ed9c19b09a +SIZE (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = 10726 +SHA256 (cabal/uuid-types-1.0.5/uuid-types-1.0.5.tar.gz) = ad68b89b7a64c07dd5c250a11be2033ee929318ff51ec7b4e4b54e1b4deba7dd +SIZE (cabal/uuid-types-1.0.5/uuid-types-1.0.5.tar.gz) = 11922 +SHA256 (cabal/vector-0.12.3.0/vector-0.12.3.0.tar.gz) = 15f818505adda63e7f484ecdf92dbb3c1ec76a9def004c9424db8fa6bc41b703 +SIZE (cabal/vector-0.12.3.0/vector-0.12.3.0.tar.gz) = 148083 SHA256 (cabal/vector-algorithms-0.8.0.4/vector-algorithms-0.8.0.4.tar.gz) = 76176a56778bf30a275b1089ee6db24ec6c67d92525145f8dfe215b80137af3b SIZE (cabal/vector-algorithms-0.8.0.4/vector-algorithms-0.8.0.4.tar.gz) = 26681 +SHA256 (cabal/vector-algorithms-0.8.0.4/revision/1.cabal) = bf4760b23a0fee09abb8c9e3c952c870f5dc9780876e9d7e38ab2bdd98c8f283 +SIZE (cabal/vector-algorithms-0.8.0.4/revision/1.cabal) = 3752 SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 SHA256 (cabal/x509-1.7.5/revision/1.cabal) = 01185a9a17bee4e89287d9e32bfaa673133cf2b09a39759627bed1f72ea528fd @@ -223,5 +233,5 @@ SHA256 (cabal/zip-archive-0.4.1/zip-archive-0.4.1.tar.gz) = c5d5c9976241dcc25b0d SIZE (cabal/zip-archive-0.4.1/zip-archive-0.4.1.tar.gz) = 20967 SHA256 (cabal/zip-archive-0.4.1/revision/1.cabal) = 51774bdc747d20b8f23172315f9c3fdd6c11de01607e98e9890eb87fb49566d7 SIZE (cabal/zip-archive-0.4.1/revision/1.cabal) = 4055 -SHA256 (cabal/zlib-0.6.2.2/zlib-0.6.2.2.tar.gz) = 04b5890dd69e992f8cd09570d81e9d5ecab19db8e82cbe47ba8e02c31c0631ba -SIZE (cabal/zlib-0.6.2.2/zlib-0.6.2.2.tar.gz) = 148178 +SHA256 (cabal/zlib-0.6.2.3/zlib-0.6.2.3.tar.gz) = 807f6bddf9cb3c517ce5757d991dde3c7e319953a22c86ee03d74534bd5abc88 +SIZE (cabal/zlib-0.6.2.3/zlib-0.6.2.3.tar.gz) = 149186 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 10:51:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B246C651AA8; Sat, 26 Jun 2021 10:51: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 4GBrKD4gRwz4Zgj; Sat, 26 Jun 2021 10:51: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 883881D853; Sat, 26 Jun 2021 10:51: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 15QApiUt086271; Sat, 26 Jun 2021 10:51:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QApiPq086270; Sat, 26 Jun 2021 10:51:44 GMT (envelope-from git) Date: Sat, 26 Jun 2021 10:51:44 GMT Message-Id: <202106261051.15QApiPq086270@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: 48e3114eed5c - main - */*: 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: 48e3114eed5c6d16ccaac883d9e5b16e90accbe3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 10:51:44 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=48e3114eed5c6d16ccaac883d9e5b16e90accbe3 commit 48e3114eed5c6d16ccaac883d9e5b16e90accbe3 Author: Rene Ladan AuthorDate: 2021-06-26 10:47:59 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 10:51:37 +0000 */*: Remove expired ports: 2021-06-22 sysutils/cfengine314: Expire one year after cfengine 3.16.0 released 2021-06-22 sysutils/cfengine-masterfiles314: Expire one year after cfengine 3.16.0 released --- MOVED | 2 + sysutils/Makefile | 2 - sysutils/cfengine-masterfiles314/Makefile | 37 --- sysutils/cfengine-masterfiles314/distinfo | 3 - sysutils/cfengine-masterfiles314/pkg-descr | 10 - sysutils/cfengine-masterfiles314/pkg-plist | 100 ------- sysutils/cfengine314/Makefile | 74 ------ sysutils/cfengine314/distinfo | 3 - sysutils/cfengine314/files/cf-execd.in | 26 -- sysutils/cfengine314/files/cf-monitord.in | 26 -- sysutils/cfengine314/files/cf-serverd.in | 26 -- sysutils/cfengine314/pkg-descr | 10 - sysutils/cfengine314/pkg-plist | 407 ----------------------------- 13 files changed, 2 insertions(+), 724 deletions(-) diff --git a/MOVED b/MOVED index 2e1e9471da68..2c557e6f7763 100644 --- a/MOVED +++ b/MOVED @@ -16417,3 +16417,5 @@ www/py-beautifulsoup448|www/py-beautifulsoup|2021-06-20|Remove obsoleted port. U 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. 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 diff --git a/sysutils/Makefile b/sysutils/Makefile index 1c6073e67fbe..e0e842990f26 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -162,13 +162,11 @@ SUBDIR += cfengine-masterfiles-devel SUBDIR += cfengine-masterfiles310 SUBDIR += cfengine-masterfiles311 - SUBDIR += cfengine-masterfiles314 SUBDIR += cfengine-masterfiles315 SUBDIR += cfengine-masterfiles316 SUBDIR += cfengine-masterfiles317 SUBDIR += cfengine310 SUBDIR += cfengine311 - SUBDIR += cfengine314 SUBDIR += cfengine315 SUBDIR += cfengine316 SUBDIR += cfengine317 diff --git a/sysutils/cfengine-masterfiles314/Makefile b/sysutils/cfengine-masterfiles314/Makefile deleted file mode 100644 index 9bb8e03896d5..000000000000 --- a/sysutils/cfengine-masterfiles314/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: cy@FreeBSD.org - -PORTNAME= cfengine-masterfiles -PORTVERSION= 3.14.0 -CATEGORIES= sysutils -MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ - -MAINTAINER= cy@FreeBSD.org -# gjb@FreeBSD.org is also committer for this port -# skreuzer@FreeBSD.org is also committer for this port -COMMENT= cfengine sample policies for installations and upgrades - -LICENSE= GPLv3 - -CPE_VENDOR= gnu - -DEPRECATED= Expire one year after cfengine 3.16.0 released -EXPIRATION_DATE= 2021-06-22 - -CONFLICTS= cfengine-masterfiles3[0-9]-* cfengine-masterfiles31[013-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 314 -CONFLICTS+= cfengine-masterfiles-3.* -.endif - -RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -MAKE_JOBS_UNSAFE= yes -USES= cpe gmake python:build shebangfix -HAS_CONFIGURE= yes -EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles -CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} -SHEBANG_FILES= modules/packages/yum modules/packages/zypper - -.include diff --git a/sysutils/cfengine-masterfiles314/distinfo b/sysutils/cfengine-masterfiles314/distinfo deleted file mode 100644 index 4cb4b97d789b..000000000000 --- a/sysutils/cfengine-masterfiles314/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1562073630 -SHA256 (cfengine-masterfiles-3.14.0.tar.gz) = 1afea1fbeb8aae24541d62b0f8ed7633540b2a5eec99561fa1318dc171ff1c7c -SIZE (cfengine-masterfiles-3.14.0.tar.gz) = 459854 diff --git a/sysutils/cfengine-masterfiles314/pkg-descr b/sysutils/cfengine-masterfiles314/pkg-descr deleted file mode 100644 index 5b2d2217b44b..000000000000 --- a/sysutils/cfengine-masterfiles314/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -CFEngine 3 is a popular open source configuration management system. -Its primary function is to provide automated configuration and -maintenance of large-scale computer systems. - -The repository is intended to provide a stable base policy for -installations and upgrades, and is used by CFEngine 3.6 and newer. -The port installs the repository as examples which should be copied by -the user to the masterfiles directory (usually /var/cfengine/masterfiles). - -WWW: https://cfengine.com/ diff --git a/sysutils/cfengine-masterfiles314/pkg-plist b/sysutils/cfengine-masterfiles314/pkg-plist deleted file mode 100644 index ebdbb115fba0..000000000000 --- a/sysutils/cfengine-masterfiles314/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -%%EXAMPLESDIR%%/masterfiles/cfe_internal/CFE_cfengine.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/deprecated/cfengine_processes.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/host_info_report.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/limit_robot_agents.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/log_rotation.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/main.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/watchdog/templates/watchdog.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/watchdog/watchdog.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_hub_specific.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_knowledge.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/file_change.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_def.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_update.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/main.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/mission_portal.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/httpd.conf.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/runalerts.php.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/runalerts.sh.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/recommendations.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_dc_workflow.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_update_from_repository.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/lib.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/systemd_units.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_bins.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_policy.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_processes.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_agent.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_execd.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_hub.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_monitord.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_runagent.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_serverd.cf -%%EXAMPLESDIR%%/masterfiles/controls/def.cf -%%EXAMPLESDIR%%/masterfiles/controls/def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/controls/reports.cf -%%EXAMPLESDIR%%/masterfiles/controls/update_def.cf -%%EXAMPLESDIR%%/masterfiles/controls/update_def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/inventory/aix.cf -%%EXAMPLESDIR%%/masterfiles/inventory/any.cf -%%EXAMPLESDIR%%/masterfiles/inventory/debian.cf -%%EXAMPLESDIR%%/masterfiles/inventory/freebsd.cf -%%EXAMPLESDIR%%/masterfiles/inventory/generic.cf -%%EXAMPLESDIR%%/masterfiles/inventory/linux.cf -%%EXAMPLESDIR%%/masterfiles/inventory/lsb.cf -%%EXAMPLESDIR%%/masterfiles/inventory/macos.cf -%%EXAMPLESDIR%%/masterfiles/inventory/os.cf -%%EXAMPLESDIR%%/masterfiles/inventory/redhat.cf -%%EXAMPLESDIR%%/masterfiles/inventory/suse.cf -%%EXAMPLESDIR%%/masterfiles/inventory/windows.cf -%%EXAMPLESDIR%%/masterfiles/lib/autorun.cf -%%EXAMPLESDIR%%/masterfiles/lib/bundles.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfe_internal.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfe_internal_hub.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfengine_enterprise_hub_ha.cf -%%EXAMPLESDIR%%/masterfiles/lib/commands.cf -%%EXAMPLESDIR%%/masterfiles/lib/common.cf -%%EXAMPLESDIR%%/masterfiles/lib/databases.cf -%%EXAMPLESDIR%%/masterfiles/lib/edit_xml.cf -%%EXAMPLESDIR%%/masterfiles/lib/event.cf -%%EXAMPLESDIR%%/masterfiles/lib/examples.cf -%%EXAMPLESDIR%%/masterfiles/lib/feature.cf -%%EXAMPLESDIR%%/masterfiles/lib/files.cf -%%EXAMPLESDIR%%/masterfiles/lib/guest_environments.cf -%%EXAMPLESDIR%%/masterfiles/lib/monitor.cf -%%EXAMPLESDIR%%/masterfiles/lib/packages.cf -%%EXAMPLESDIR%%/masterfiles/lib/paths.cf -%%EXAMPLESDIR%%/masterfiles/lib/processes.cf -%%EXAMPLESDIR%%/masterfiles/lib/reports.cf -%%EXAMPLESDIR%%/masterfiles/lib/services.cf -%%EXAMPLESDIR%%/masterfiles/lib/stdlib.cf -%%EXAMPLESDIR%%/masterfiles/lib/storage.cf -%%EXAMPLESDIR%%/masterfiles/lib/testing.cf -%%EXAMPLESDIR%%/masterfiles/lib/users.cf -%%EXAMPLESDIR%%/masterfiles/lib/vcs.cf -%%EXAMPLESDIR%%/masterfiles/promises.cf -%%EXAMPLESDIR%%/masterfiles/services/autorun/hello.cf -%%EXAMPLESDIR%%/masterfiles/services/main.cf -%%EXAMPLESDIR%%/masterfiles/standalone_self_upgrade.cf -%%EXAMPLESDIR%%/masterfiles/templates/cf-apache.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-execd.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-hub.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-monitord.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-postgres.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-runalerts.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-serverd.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cfengine3.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cfengine_watchdog.mustache -%%EXAMPLESDIR%%/masterfiles/templates/host_info_report.mustache -%%EXAMPLESDIR%%/masterfiles/templates/json_multiline.mustache -%%EXAMPLESDIR%%/masterfiles/templates/json_serial.mustache -%%EXAMPLESDIR%%/masterfiles/update.cf -%%EXAMPLESDIR%%/modules/packages/apt_get -%%EXAMPLESDIR%%/modules/packages/freebsd_ports -%%EXAMPLESDIR%%/modules/packages/nimclient -%%EXAMPLESDIR%%/modules/packages/pkg -%%EXAMPLESDIR%%/modules/packages/pkgsrc -%%EXAMPLESDIR%%/modules/packages/slackpkg -%%EXAMPLESDIR%%/modules/packages/yum -%%EXAMPLESDIR%%/modules/packages/zypper diff --git a/sysutils/cfengine314/Makefile b/sysutils/cfengine314/Makefile deleted file mode 100644 index 2275cf228c0d..000000000000 --- a/sysutils/cfengine314/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# Created by: jrhett@netconsonance.com - -PORTNAME= cfengine -PORTVERSION= 3.14.0 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ - -MAINTAINER= cy@FreeBSD.org -# gjb@FreeBSD.org is also committer for this port -# skreuzer@FreeBSD.org is also committer for this port -COMMENT= Systems administration tool for networks - -LICENSE= GPLv3 - -CPE_VENDOR= gnu - -DEPRECATED= Expire one year after cfengine 3.16.0 released -EXPIRATION_DATE= 2021-06-22 - -CONFLICTS= cfengine3[0-9]-* cfengine31[013-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 314 -CONFLICTS+= cfengine-3.* -.endif - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -USE_RC_SUBR= cf-execd cf-serverd cf-monitord - -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USES= autoreconf cpe gmake gnome libtool localbase shebangfix ssl -USE_GNOME= libxml2 -SHEBANG_FILES= examples/remake_outputs.pl -CFLAGS+= -Wno-return-type -fcommon -# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 -DOCSDIR= ${PREFIX}/share/doc/cfengine -MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} -CONFIGURE_ENV= EXPLICIT_VERSION=${PORTVERSION} -CONFIGURE_ARGS= --docdir=${DOCSDIR} \ - --htmldir=${DOCSDIR}/html \ - --libexecdir=${PREFIX}/libexec \ - --libdir=${PREFIX}/libexec \ - --mandir=${PREFIX}/man \ - --with-workdir=/var/cfengine \ - --with-pcre=${LOCALBASE} \ - --with-lmdb=${LOCALBASE} \ - --enable-fhs -INSTALL_TARGET= install-strip - -LIB_DEPENDS+= libpcre.so:devel/pcre \ - liblmdb.so:databases/lmdb \ - libyaml.so:textproc/libyaml \ - libcurl.so:ftp/curl - -OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT - -PGSQL_USES= pgsql -PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} -PGSQL_CONFIGURE_OFF= --without-postgresql - -MYSQL_USES= mysql -MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. -MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} -MYSQL_CONFIGURE_OFF= --without-mysql -MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} -MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql - -LIBVIRT_CONFIGURE_WITH= --with-libvirt=${LOCALBASE} -LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt - -.include diff --git a/sysutils/cfengine314/distinfo b/sysutils/cfengine314/distinfo deleted file mode 100644 index 3bf1671db1bc..000000000000 --- a/sysutils/cfengine314/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1562073631 -SHA256 (cfengine-3.14.0.tar.gz) = 738d9ade96817c26123046281b6dc8d3c325a2f0f3662e9b23a8e572a4cf4267 -SIZE (cfengine-3.14.0.tar.gz) = 2562805 diff --git a/sysutils/cfengine314/files/cf-execd.in b/sysutils/cfengine314/files/cf-execd.in deleted file mode 100644 index b40d3507649a..000000000000 --- a/sysutils/cfengine314/files/cf-execd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-execd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8) -# -# cf_execd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-execd. -# cf_execd_flags (str): Custom additional arguments to be passed -# to cf-execd (default empty). -# - -. /etc/rc.subr - -name="cf_execd" -rcvar=cf_execd_enable - -command="%%PREFIX%%/bin/cf-execd" - -load_rc_config $name - -: ${cf_execd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine314/files/cf-monitord.in b/sysutils/cfengine314/files/cf-monitord.in deleted file mode 100644 index dd21a0aaed6d..000000000000 --- a/sysutils/cfengine314/files/cf-monitord.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-monitord -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-monitord(8) -# -# cf_monitord_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-monitord. -# cf_monitord_flags (str): Custom additional arguments to be passed -# to cf-monitord (default empty). -# - -. /etc/rc.subr - -name="cf_monitord" -rcvar=cf_monitord_enable - -command="%%PREFIX%%/bin/cf-monitord" - -load_rc_config $name - -: ${cf_monitord_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine314/files/cf-serverd.in b/sysutils/cfengine314/files/cf-serverd.in deleted file mode 100644 index 938274887353..000000000000 --- a/sysutils/cfengine314/files/cf-serverd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-serverd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8) -# -# cf_serverd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-serverd. -# cf_serverd_flags (str): Custom additional arguments to be passed -# to cf-serverd (default empty). -# - -. /etc/rc.subr - -name="cf_serverd" -rcvar=cf_serverd_enable - -command="%%PREFIX%%/bin/cf-serverd" - -load_rc_config $name - -: ${cf_serverd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine314/pkg-descr b/sysutils/cfengine314/pkg-descr deleted file mode 100644 index 47d900688ceb..000000000000 --- a/sysutils/cfengine314/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Cfengine is an automated suite of programs for configuring and -maintaining Unix-like computers. It has been used on computing arrays -of between 1 and 20,000 computers since 1993 by a wide range of -organizations. Cfengine is supported by active research and was the -first autonomic, hands-free management system for Unix-like operating -systems. Cfengine is an autonomic maintenance system not merely a -change management roll-out tool. Cfengine has a history of security -and adaptability. - -WWW: https://cfengine.com/ diff --git a/sysutils/cfengine314/pkg-plist b/sysutils/cfengine314/pkg-plist deleted file mode 100644 index 717a6ba8c484..000000000000 --- a/sysutils/cfengine314/pkg-plist +++ /dev/null @@ -1,407 +0,0 @@ -bin/cf-agent -bin/cf-check -bin/cf-execd -bin/cf-key -bin/cf-monitord -bin/cf-net -bin/cf-promises -bin/cf-runagent -bin/cf-serverd -bin/cf-upgrade -bin/rpmvercmp -libexec/cfengine/libpromises.so -libexec/cfengine/libpromises.so.3 -libexec/cfengine/libpromises.so.3.0.6 -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/README.md -%%DOCSDIR%%/examples/abort.cf -%%DOCSDIR%%/examples/accessed_before.cf -%%DOCSDIR%%/examples/accessedbefore.cf -%%DOCSDIR%%/examples/accumulated_time.cf -%%DOCSDIR%%/examples/acl.cf -%%DOCSDIR%%/examples/acl_generic.cf -%%DOCSDIR%%/examples/acl_ntfs.cf -%%DOCSDIR%%/examples/acl_secret.cf -%%DOCSDIR%%/examples/active_directory.cf -%%DOCSDIR%%/examples/activedirectory_listusers.cf -%%DOCSDIR%%/examples/activedirectory_showuser.cf -%%DOCSDIR%%/examples/ago.cf -%%DOCSDIR%%/examples/app_baseline.cf -%%DOCSDIR%%/examples/appgroups.cf -%%DOCSDIR%%/examples/arrays.cf -%%DOCSDIR%%/examples/augment.cf -%%DOCSDIR%%/examples/backreferences_files.cf -%%DOCSDIR%%/examples/badpromise.cf -%%DOCSDIR%%/examples/badtype.cf -%%DOCSDIR%%/examples/bsdflags.cf -%%DOCSDIR%%/examples/bundle_return_values.cf -%%DOCSDIR%%/examples/bundlesequence.cf -%%DOCSDIR%%/examples/bundlesmatching.cf -%%DOCSDIR%%/examples/bundlestate.cf -%%DOCSDIR%%/examples/canonify.cf -%%DOCSDIR%%/examples/cf2_integration.cf -%%DOCSDIR%%/examples/change_detect.cf -%%DOCSDIR%%/examples/changedbefore.cf -%%DOCSDIR%%/examples/chdir.cf -%%DOCSDIR%%/examples/class-automatic-canonificiation.cf -%%DOCSDIR%%/examples/classes_global.cf -%%DOCSDIR%%/examples/classesmatching.cf -%%DOCSDIR%%/examples/classmatch.cf -%%DOCSDIR%%/examples/classvar_convergence.cf -%%DOCSDIR%%/examples/commands.cf -%%DOCSDIR%%/examples/compare.cf -%%DOCSDIR%%/examples/container_iteration.cf -%%DOCSDIR%%/examples/container_key_iteration.cf -%%DOCSDIR%%/examples/control_expand.cf -%%DOCSDIR%%/examples/controlclasses.cf -%%DOCSDIR%%/examples/copy.cf -%%DOCSDIR%%/examples/copy_classes.cf -%%DOCSDIR%%/examples/copy_copbl.cf -%%DOCSDIR%%/examples/copy_edit.cf -%%DOCSDIR%%/examples/copydir_copbl.cf -%%DOCSDIR%%/examples/copylinks.cf -%%DOCSDIR%%/examples/countclassesmatching.cf -%%DOCSDIR%%/examples/countlinesmatching.cf -%%DOCSDIR%%/examples/create_filedir.cf -%%DOCSDIR%%/examples/createdb.cf -%%DOCSDIR%%/examples/customize_by_named_list.cf -%%DOCSDIR%%/examples/data_expand.cf -%%DOCSDIR%%/examples/data_readstringarray.cf -%%DOCSDIR%%/examples/data_regextract.cf -%%DOCSDIR%%/examples/datastate.cf -%%DOCSDIR%%/examples/defaults.cf -%%DOCSDIR%%/examples/defaults2.cf -%%DOCSDIR%%/examples/defaults3.cf -%%DOCSDIR%%/examples/definitions.cf -%%DOCSDIR%%/examples/deletelines.cf -%%DOCSDIR%%/examples/depends_on.cf -%%DOCSDIR%%/examples/depends_on2.cf -%%DOCSDIR%%/examples/difference.cf -%%DOCSDIR%%/examples/dirname.cf -%%DOCSDIR%%/examples/disable.cf -%%DOCSDIR%%/examples/disable_and_rotate_files.cf -%%DOCSDIR%%/examples/diskfree.cf -%%DOCSDIR%%/examples/dollar.cf -%%DOCSDIR%%/examples/edit_column_files.cf -%%DOCSDIR%%/examples/edit_comment_lines.cf -%%DOCSDIR%%/examples/edit_deletenotmatch.cf -%%DOCSDIR%%/examples/edit_insert_fuzzylines.cf -%%DOCSDIR%%/examples/edit_insert_lines.cf -%%DOCSDIR%%/examples/edit_insert_lines_silly.cf -%%DOCSDIR%%/examples/edit_passwd_file.cf -%%DOCSDIR%%/examples/edit_passwd_file_basic.cf -%%DOCSDIR%%/examples/edit_replace_string.cf -%%DOCSDIR%%/examples/edit_sectioned_file.cf -%%DOCSDIR%%/examples/edit_setvar.cf -%%DOCSDIR%%/examples/edit_template.cf -%%DOCSDIR%%/examples/edit_triggerclass.cf -%%DOCSDIR%%/examples/edit_xml.cf -%%DOCSDIR%%/examples/ensure_line_present_prepend_append.cf -%%DOCSDIR%%/examples/env.cf -%%DOCSDIR%%/examples/epimenides.cf -%%DOCSDIR%%/examples/escape.cf -%%DOCSDIR%%/examples/eval.cf -%%DOCSDIR%%/examples/every.cf -%%DOCSDIR%%/examples/exec_args.cf -%%DOCSDIR%%/examples/exec_in_sequence.cf -%%DOCSDIR%%/examples/execd.cf -%%DOCSDIR%%/examples/execresult.cf -%%DOCSDIR%%/examples/expand.cf -%%DOCSDIR%%/examples/failedcommand.cf -%%DOCSDIR%%/examples/failsafe.cf -%%DOCSDIR%%/examples/file_change_detection.cf -%%DOCSDIR%%/examples/file_hash.cf -%%DOCSDIR%%/examples/file_owner_list_template.cf -%%DOCSDIR%%/examples/fileexists.cf -%%DOCSDIR%%/examples/filenames.cf -%%DOCSDIR%%/examples/fileperms.cf -%%DOCSDIR%%/examples/filesexist.cf -%%DOCSDIR%%/examples/filesexist2.cf -%%DOCSDIR%%/examples/filesize.cf -%%DOCSDIR%%/examples/filestat.cf -%%DOCSDIR%%/examples/filter.cf -%%DOCSDIR%%/examples/findfiles.cf -%%DOCSDIR%%/examples/fix_names.cf -%%DOCSDIR%%/examples/format.cf -%%DOCSDIR%%/examples/getclassmetatags.cf -%%DOCSDIR%%/examples/getenv.cf -%%DOCSDIR%%/examples/getfields.cf -%%DOCSDIR%%/examples/getgid.cf -%%DOCSDIR%%/examples/getindices.cf -%%DOCSDIR%%/examples/getindices_and_values.cf -%%DOCSDIR%%/examples/getmacaddress.cf -%%DOCSDIR%%/examples/getregistry.cf -%%DOCSDIR%%/examples/getuid.cf -%%DOCSDIR%%/examples/getuserinfo.cf -%%DOCSDIR%%/examples/getusers.cf -%%DOCSDIR%%/examples/getvalues.cf -%%DOCSDIR%%/examples/getvariablemetatags.cf -%%DOCSDIR%%/examples/global_list_expansion.cf -%%DOCSDIR%%/examples/global_list_expansion_2.cf -%%DOCSDIR%%/examples/grep.cf -%%DOCSDIR%%/examples/groupexists.cf -%%DOCSDIR%%/examples/guest_environment_kvm.cf -%%DOCSDIR%%/examples/hash.cf -%%DOCSDIR%%/examples/hash_to_int.cf -%%DOCSDIR%%/examples/hashcomment.cf -%%DOCSDIR%%/examples/hashmatch.cf -%%DOCSDIR%%/examples/hashuncomment.cf -%%DOCSDIR%%/examples/helloworld.cf -%%DOCSDIR%%/examples/host2ip.cf -%%DOCSDIR%%/examples/hostrange.cf -%%DOCSDIR%%/examples/hostsseen.cf -%%DOCSDIR%%/examples/hostswithclass.cf -%%DOCSDIR%%/examples/hub.cf -%%DOCSDIR%%/examples/id.cf -%%DOCSDIR%%/examples/inherit.cf -%%DOCSDIR%%/examples/insert_users.cf -%%DOCSDIR%%/examples/intarray.cf -%%DOCSDIR%%/examples/intersection.cf -%%DOCSDIR%%/examples/inventory_cpu.cf -%%DOCSDIR%%/examples/ip2host.cf -%%DOCSDIR%%/examples/iprange.cf -%%DOCSDIR%%/examples/irange.cf -%%DOCSDIR%%/examples/isdir.cf -%%DOCSDIR%%/examples/isexecutable.cf -%%DOCSDIR%%/examples/isgreaterthan.cf -%%DOCSDIR%%/examples/isipinsubnet.cf -%%DOCSDIR%%/examples/islessthan.cf -%%DOCSDIR%%/examples/islink.cf -%%DOCSDIR%%/examples/isnewerthan.cf -%%DOCSDIR%%/examples/isplain.cf -%%DOCSDIR%%/examples/isvariable.cf -%%DOCSDIR%%/examples/iteration.cf -%%DOCSDIR%%/examples/join.cf -%%DOCSDIR%%/examples/kill_process_running_wrong_user.cf -%%DOCSDIR%%/examples/knowledge_driver.cf -%%DOCSDIR%%/examples/knowledge_txt.cf -%%DOCSDIR%%/examples/lastnode.cf -%%DOCSDIR%%/examples/ldap.cf -%%DOCSDIR%%/examples/length.cf -%%DOCSDIR%%/examples/linking.cf -%%DOCSDIR%%/examples/literal_server.cf -%%DOCSDIR%%/examples/local_group_present.cf -%%DOCSDIR%%/examples/local_user_password.cf -%%DOCSDIR%%/examples/local_user_secondary_group_member.cf -%%DOCSDIR%%/examples/local_users_absent.cf -%%DOCSDIR%%/examples/local_users_locked.cf -%%DOCSDIR%%/examples/local_users_present.cf -%%DOCSDIR%%/examples/locate_files_and_compress.cf -%%DOCSDIR%%/examples/log_private.cf -%%DOCSDIR%%/examples/loops.cf -%%DOCSDIR%%/examples/lsdir.cf -%%DOCSDIR%%/examples/main.cf -%%DOCSDIR%%/examples/main_entry_point.cf -%%DOCSDIR%%/examples/main_library.cf -%%DOCSDIR%%/examples/maparray.cf -%%DOCSDIR%%/examples/mapdata.cf -%%DOCSDIR%%/examples/mapdata_jsonpipe.cf -%%DOCSDIR%%/examples/maplist.cf -%%DOCSDIR%%/examples/max-min-mean-variance.cf -%%DOCSDIR%%/examples/measure_log.cf -%%DOCSDIR%%/examples/measurements.cf -%%DOCSDIR%%/examples/menu.cf -%%DOCSDIR%%/examples/mergedata.cf -%%DOCSDIR%%/examples/meta.cf -%%DOCSDIR%%/examples/method.cf -%%DOCSDIR%%/examples/method_polymorph.cf -%%DOCSDIR%%/examples/method_validate.cf -%%DOCSDIR%%/examples/method_var.cf -%%DOCSDIR%%/examples/method_var2.cf -%%DOCSDIR%%/examples/missing_ok.cf -%%DOCSDIR%%/examples/module_exec.cf -%%DOCSDIR%%/examples/module_exec_2.cf -%%DOCSDIR%%/examples/monitord.cf -%%DOCSDIR%%/examples/mount_fs.cf -%%DOCSDIR%%/examples/multipassvars.cf -%%DOCSDIR%%/examples/multiple_outcomes.cf -%%DOCSDIR%%/examples/mustache_classes.cf -%%DOCSDIR%%/examples/mustache_template_motd.cf -%%DOCSDIR%%/examples/namespace.cf -%%DOCSDIR%%/examples/namespace1.cf -%%DOCSDIR%%/examples/namespace2.cf -%%DOCSDIR%%/examples/namespace3.cf -%%DOCSDIR%%/examples/namespace_class1.cf -%%DOCSDIR%%/examples/namespace_classes.cf -%%DOCSDIR%%/examples/namespace_var_meta.cf -%%DOCSDIR%%/examples/namespace_var_meta2.cf -%%DOCSDIR%%/examples/neighbourhood_watch.cf -%%DOCSDIR%%/examples/none.cf -%%DOCSDIR%%/examples/nth.cf -%%DOCSDIR%%/examples/null_config.cf -%%DOCSDIR%%/examples/occurrences.cf -%%DOCSDIR%%/examples/orchestrate_chain1.cf -%%DOCSDIR%%/examples/orchestrate_chain2.cf -%%DOCSDIR%%/examples/orchestrate_delay_trigger.cf -%%DOCSDIR%%/examples/orchestrate_dominoes1.cf -%%DOCSDIR%%/examples/orchestrate_dominoes2.cf -%%DOCSDIR%%/examples/orchestrate_dragon.cf -%%DOCSDIR%%/examples/orchestrate_dragon_load_balancer.cf -%%DOCSDIR%%/examples/orchestrate_n_of_m.cf -%%DOCSDIR%%/examples/orchestration_hostlist.cf -%%DOCSDIR%%/examples/ordering.cf -%%DOCSDIR%%/examples/package_apt.cf -%%DOCSDIR%%/examples/package_bundles.cf -%%DOCSDIR%%/examples/package_freebsd.cf -%%DOCSDIR%%/examples/package_latest.cf -%%DOCSDIR%%/examples/package_msi_file.cf -%%DOCSDIR%%/examples/package_msi_version.cf -%%DOCSDIR%%/examples/package_rpm.cf -%%DOCSDIR%%/examples/package_solaris.cf -%%DOCSDIR%%/examples/package_windows_feature.cf -%%DOCSDIR%%/examples/package_yum.cf -%%DOCSDIR%%/examples/package_zypper.cf -%%DOCSDIR%%/examples/packagesmatching.cf -%%DOCSDIR%%/examples/parallel_exec.cf -%%DOCSDIR%%/examples/parseintrealstringarray.cf -%%DOCSDIR%%/examples/parsestringarray.cf -%%DOCSDIR%%/examples/parsestringarrayidx.cf -%%DOCSDIR%%/examples/pathtype.cf -%%DOCSDIR%%/examples/pattern_and_edit.cf -%%DOCSDIR%%/examples/peerleader.cf -%%DOCSDIR%%/examples/peerleaders.cf -%%DOCSDIR%%/examples/peers.cf -%%DOCSDIR%%/examples/postfix.cf -%%DOCSDIR%%/examples/process_kill.cf -%%DOCSDIR%%/examples/process_matching.cf -%%DOCSDIR%%/examples/process_matching2.cf -%%DOCSDIR%%/examples/process_matching3.cf -%%DOCSDIR%%/examples/process_restart.cf -%%DOCSDIR%%/examples/process_restart_basic.cf -%%DOCSDIR%%/examples/process_signalling.cf -%%DOCSDIR%%/examples/processes_define_class_based_on_process_runtime.cf -%%DOCSDIR%%/examples/product.cf -%%DOCSDIR%%/examples/promise_knowledge.cf -%%DOCSDIR%%/examples/promises.cf -%%DOCSDIR%%/examples/quoting.cf -%%DOCSDIR%%/examples/randomint.cf -%%DOCSDIR%%/examples/readcsv.cf -%%DOCSDIR%%/examples/readdata.cf -%%DOCSDIR%%/examples/readfile.cf -%%DOCSDIR%%/examples/readintarray.cf -%%DOCSDIR%%/examples/readintrealstringlist.cf -%%DOCSDIR%%/examples/readlist.cf -%%DOCSDIR%%/examples/readrealarray.cf -%%DOCSDIR%%/examples/readstringarray.cf -%%DOCSDIR%%/examples/readtcp.cf -%%DOCSDIR%%/examples/reg_multiline.cf -%%DOCSDIR%%/examples/regarray.cf -%%DOCSDIR%%/examples/regcmp.cf -%%DOCSDIR%%/examples/regex_replace.cf -%%DOCSDIR%%/examples/regex_win.cf -%%DOCSDIR%%/examples/regextract.cf -%%DOCSDIR%%/examples/registry.cf -%%DOCSDIR%%/examples/registry_cache.cf -%%DOCSDIR%%/examples/registryvalue.cf -%%DOCSDIR%%/examples/regline.cf -%%DOCSDIR%%/examples/reglist.cf -%%DOCSDIR%%/examples/remake_outputs.pl -%%DOCSDIR%%/examples/remoteclasses.cf -%%DOCSDIR%%/examples/remoteclasses2.cf -%%DOCSDIR%%/examples/remotescalar.cf -%%DOCSDIR%%/examples/remove_deadlinks.cf -%%DOCSDIR%%/examples/rename.cf -%%DOCSDIR%%/examples/repairedcommand.cf -%%DOCSDIR%%/examples/report_custom.cf -%%DOCSDIR%%/examples/report_diffs.cf -%%DOCSDIR%%/examples/report_state.cf -%%DOCSDIR%%/examples/reporting.cf -%%DOCSDIR%%/examples/reports.cf -%%DOCSDIR%%/examples/reporttofile.cf -%%DOCSDIR%%/examples/resolveconf.cf -%%DOCSDIR%%/examples/returnszero.cf -%%DOCSDIR%%/examples/reverse.cf -%%DOCSDIR%%/examples/root_passwd.cf -%%DOCSDIR%%/examples/select_class.cf -%%DOCSDIR%%/examples/select_mode.cf -%%DOCSDIR%%/examples/select_region.cf -%%DOCSDIR%%/examples/select_size.cf -%%DOCSDIR%%/examples/selectservers.cf -%%DOCSDIR%%/examples/server_callback.cf -%%DOCSDIR%%/examples/server_copy_localhost.cf -%%DOCSDIR%%/examples/server_copy_purge.cf -%%DOCSDIR%%/examples/server_copy_remote.cf -%%DOCSDIR%%/examples/server_flatcopy_localhost.cf -%%DOCSDIR%%/examples/service_catalogue.cf -%%DOCSDIR%%/examples/service_catalogue_separate.cf -%%DOCSDIR%%/examples/service_disable.cf -%%DOCSDIR%%/examples/service_start.cf -%%DOCSDIR%%/examples/services.cf -%%DOCSDIR%%/examples/services_concept.cf -%%DOCSDIR%%/examples/services_default_service_bundle.cf -%%DOCSDIR%%/examples/services_win.cf -%%DOCSDIR%%/examples/setuidlog.cf -%%DOCSDIR%%/examples/setvar.cf -%%DOCSDIR%%/examples/shuffle.cf -%%DOCSDIR%%/examples/simple_ssh_key_distribution.cf -%%DOCSDIR%%/examples/software_dist.cf -%%DOCSDIR%%/examples/software_update_version_yum.cf -%%DOCSDIR%%/examples/some.cf -%%DOCSDIR%%/examples/sort.cf -%%DOCSDIR%%/examples/splitstring.cf -%%DOCSDIR%%/examples/sql_table_structure.cf -%%DOCSDIR%%/examples/storage.cf -%%DOCSDIR%%/examples/strcmp.cf -%%DOCSDIR%%/examples/strftime.cf -%%DOCSDIR%%/examples/string_downcase.cf -%%DOCSDIR%%/examples/string_head.cf -%%DOCSDIR%%/examples/string_length.cf -%%DOCSDIR%%/examples/string_mustache.cf -%%DOCSDIR%%/examples/string_replace.cf -%%DOCSDIR%%/examples/string_reverse.cf -%%DOCSDIR%%/examples/string_split.cf -%%DOCSDIR%%/examples/string_tail.cf -%%DOCSDIR%%/examples/string_upcase.cf -%%DOCSDIR%%/examples/stringarray.cf -%%DOCSDIR%%/examples/sublist.cf -%%DOCSDIR%%/examples/sum.cf -%%DOCSDIR%%/examples/switchcase.cf -%%DOCSDIR%%/examples/symlink.cf -%%DOCSDIR%%/examples/symlink_children.cf -%%DOCSDIR%%/examples/syslog.cf -%%DOCSDIR%%/examples/syslog2.cf -%%DOCSDIR%%/examples/template.cf -%%DOCSDIR%%/examples/template2.cf -%%DOCSDIR%%/examples/test_environment.cf -%%DOCSDIR%%/examples/tidy_all_files.cf -%%DOCSDIR%%/examples/translatepath.cf -%%DOCSDIR%%/examples/unique.cf -%%DOCSDIR%%/examples/unpack_method_calls.cf -%%DOCSDIR%%/examples/update.cf -%%DOCSDIR%%/examples/user_edit.cf -%%DOCSDIR%%/examples/user_edit_method.cf -%%DOCSDIR%%/examples/userexists.cf -%%DOCSDIR%%/examples/users_type.cf -%%DOCSDIR%%/examples/varclass.cf -%%DOCSDIR%%/examples/varexpansion.cf -%%DOCSDIR%%/examples/variablesmatching.cf -%%DOCSDIR%%/examples/variablesmatching_as_data.cf -%%DOCSDIR%%/examples/varnet.cf -%%DOCSDIR%%/examples/vars.cf -%%DOCSDIR%%/examples/warnifline.cf -%%DOCSDIR%%/examples/webserver.cf -%%DOCSDIR%%/examples/win_dns_client.cf -%%DOCSDIR%%/examples/win_emergency.cf -%%DOCSDIR%%/examples/win_registry.cf -%%DOCSDIR%%/examples/win_schedule.cf -%%DOCSDIR%%/examples/zenoss.cf -%%DOCSDIR%%/examples/mustache_comments.cf -%%DOCSDIR%%/examples/mustache_extension_compact_json.cf -%%DOCSDIR%%/examples/mustache_extension_expand_key.cf -%%DOCSDIR%%/examples/mustache_extension_multiline_json.cf -%%DOCSDIR%%/examples/mustache_extension_top.cf -%%DOCSDIR%%/examples/mustache_sections_empty_list.cf -%%DOCSDIR%%/examples/mustache_sections_inverted.cf -%%DOCSDIR%%/examples/mustache_sections_non_empty_list.cf -%%DOCSDIR%%/examples/mustache_sections_non_false_value.cf -%%DOCSDIR%%/examples/mustache_set_delimiters.cf -%%DOCSDIR%%/examples/mustache_variables.cf -%%DOCSDIR%%/examples/readenvfile.cf -%%DOCSDIR%%/examples/with.cf -@dir /var/cfengine/inputs -@dir /var/cfengine/modules -@dir /var/cfengine/outputs -@dir /var/cfengine/plugins -@dir /var/cfengine/state -@dir(root,wheel,700) /var/cfengine/ppkeys -@dir /var/cfengine From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 10:51:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A1FE651799; Sat, 26 Jun 2021 10:51: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 4GBrKF6GW7z4ZMl; Sat, 26 Jun 2021 10:51: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 B03FF1DA33; Sat, 26 Jun 2021 10:51: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 15QApjXo086297; Sat, 26 Jun 2021 10:51:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QApjdF086296; Sat, 26 Jun 2021 10:51:45 GMT (envelope-from git) Date: Sat, 26 Jun 2021 10:51:45 GMT Message-Id: <202106261051.15QApjdF086296@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: a04b7cd0bd16 - main - Mk/bsd.default-versions.mk: chase PostgreSQL cleanup 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: a04b7cd0bd163e1874c4a3de556c56c278831db9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 10:51:46 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a04b7cd0bd163e1874c4a3de556c56c278831db9 commit a04b7cd0bd163e1874c4a3de556c56c278831db9 Author: Rene Ladan AuthorDate: 2021-06-26 10:50:58 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 10:51:37 +0000 Mk/bsd.default-versions.mk: chase PostgreSQL cleanup --- Mk/bsd.default-versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index f39294707edd..f235d95b7ed3 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -101,7 +101,7 @@ _PERL5_FROM_BIN!= ${LOCALBASE}/bin/perl -e 'printf "%vd\n", $$^V;' _EXPORTED_VARS+= _PERL5_FROM_BIN PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} .endif -# Possible values: 9.5, 9.6, 10, 11, 12, 13 +# Possible values: 9.6, 10, 11, 12, 13 PGSQL_DEFAULT?= 12 # Possible values: 7.3, 7.4, 8.0 PHP_DEFAULT?= 7.4 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:17:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56770651D5D; Sat, 26 Jun 2021 11:17: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 4GBrv51kFBz4d3q; Sat, 26 Jun 2021 11:17: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 2325F1D9E8; Sat, 26 Jun 2021 11:17: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 15QBHbjL019001; Sat, 26 Jun 2021 11:17:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBHaTT019000; Sat, 26 Jun 2021 11:17:36 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:17:36 GMT Message-Id: <202106261117.15QBHaTT019000@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: 5e1a89f37052 - main - */*: 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: 5e1a89f37052232dfbbf8d53d9812e170ef0a2c4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:17:37 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e1a89f37052232dfbbf8d53d9812e170ef0a2c4 commit 5e1a89f37052232dfbbf8d53d9812e170ef0a2c4 Author: Rene Ladan AuthorDate: 2021-06-26 10:57:46 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 10:57:46 +0000 */*: Remove expired ports: 2020-12-31 lang/pypy3: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/pypy: Uses Python 2.7 which is EOLed upstream 2021-06-23 databases/pypy-gdbm: Uses EOL Python 2.7 via lang/pypy 2021-06-23 databases/pypy-sqlite3: Uses EOL Python 2.7 via lang/pypy 2021-06-23 x11-toolkits/pypy-tkinter: Uses EOL Python 2.7 via lang/pypy --- MOVED | 5 + databases/Makefile | 2 - databases/pypy-gdbm/Makefile | 20 - databases/pypy-gdbm/pkg-descr | 1 - databases/pypy-sqlite3/Makefile | 17 - databases/pypy-sqlite3/pkg-descr | 8 - lang/Makefile | 2 - lang/pypy/Makefile | 166 -- lang/pypy/bsd.pypy.cffi.mk | 28 - lang/pypy/bsd.pypy.mk | 20 - lang/pypy/distinfo | 5 - lang/pypy/files/patch-lib__pypy___curses__build.py | 11 - lang/pypy/pkg-descr | 17 - lang/pypy/pkg-message | 17 - lang/pypy/pkg-plist | 2366 ------------------- lang/pypy3/Makefile | 64 - lang/pypy3/distinfo | 5 - .../patch-lib__pypy___blake2___blake2__build.py | 11 - .../pypy3/files/patch-lib__pypy___curses__build.py | 11 - lang/pypy3/pkg-descr | 17 - lang/pypy3/pkg-plist | 2484 -------------------- x11-toolkits/Makefile | 1 - x11-toolkits/pypy-tkinter/Makefile | 18 - x11-toolkits/pypy-tkinter/pkg-descr | 1 - 24 files changed, 5 insertions(+), 5292 deletions(-) diff --git a/MOVED b/MOVED index 2c557e6f7763..2cbd7f248d13 100644 --- a/MOVED +++ b/MOVED @@ -16419,3 +16419,8 @@ 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 +lang/pypy3||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +lang/pypy||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +databases/pypy-gdbm||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/pypy +databases/pypy-sqlite3||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/pypy +x11-toolkits/pypy-tkinter||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/pypy diff --git a/databases/Makefile b/databases/Makefile index 7b00de9342ce..6399ccf24d9e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -834,8 +834,6 @@ SUBDIR += py-xapian SUBDIR += py-zodbpickle SUBDIR += pymongo - SUBDIR += pypy-gdbm - SUBDIR += pypy-sqlite3 SUBDIR += qdbm SUBDIR += qdbm-plus SUBDIR += qof diff --git a/databases/pypy-gdbm/Makefile b/databases/pypy-gdbm/Makefile deleted file mode 100644 index 349241545243..000000000000 --- a/databases/pypy-gdbm/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: David Naylor - -PORTNAME= gdbm -PORTREVISION= 1 -CATEGORIES= databases python - -MAINTAINER= python@FreeBSD.org -COMMENT= PyPy bindings to the GNU dbm library - -LICENSE= GPLv2+ - -DEPRECATED= Uses EOL Python 2.7 via lang/pypy -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libgdbm.so:databases/gdbm - -CFFI_NAME= ffi - -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" -.include diff --git a/databases/pypy-gdbm/pkg-descr b/databases/pypy-gdbm/pkg-descr deleted file mode 100644 index df0b3614ce1d..000000000000 --- a/databases/pypy-gdbm/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -PyPy bindings to the GNU dbm library. diff --git a/databases/pypy-sqlite3/Makefile b/databases/pypy-sqlite3/Makefile deleted file mode 100644 index 98a796015205..000000000000 --- a/databases/pypy-sqlite3/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: David Naylor - -PORTNAME= sqlite3 -CATEGORIES= databases python - -MAINTAINER= python@FreeBSD.org -COMMENT= Standard PyPy binding to the SQLite3 library - -DEPRECATED= Uses EOL Python 2.7 via lang/pypy -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libsqlite3.so:databases/sqlite3 - -CFFI_NAME= _ffi - -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" -.include diff --git a/databases/pypy-sqlite3/pkg-descr b/databases/pypy-sqlite3/pkg-descr deleted file mode 100644 index 8d91da89239a..000000000000 --- a/databases/pypy-sqlite3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -SQLite is a library that provides a SQL-language database that -stores data in disk files without requiring a separate server -process. pysqlite provides a SQL interface compliant with the DB-API -2.0 specification described by PEP 249. This means that it should -be possible to write the first version of your applications using -SQLite for data storage. If switching to a larger database such as -PostgreSQL or Oracle is later necessary, the switch should be -relatively easy. diff --git a/lang/Makefile b/lang/Makefile index c4428c8b8047..f588858b9b1a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -274,8 +274,6 @@ SUBDIR += py-lupa SUBDIR += py-qt5-qml SUBDIR += py-textX - SUBDIR += pypy - SUBDIR += pypy3 SUBDIR += python SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile deleted file mode 100644 index 949723ced62e..000000000000 --- a/lang/pypy/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# Created by: David Naylor - -PORTNAME?= pypy -CATEGORIES= lang python -MASTER_SITES= https://bitbucket.org/pypy/pypy/downloads/ http://buildbot.pypy.org/mirror/ -DISTNAME?= ${PORTNAME}2.7-v${DISTVERSION}-src - -MAINTAINER= python@FreeBSD.org -COMMENT= Fast, compliant implementation of the Python language - -LICENSE= MIT PSFL -LICENSE_COMB= multi -LICENSE_FILE_MIT= ${WRKSRC}/LICENSE - -BROKEN_armv6= fails to package: pypy_objspace_std.c: Crash in JIT! -BROKEN_armv7= fails to package: pypy_objspace_std.c: Crash in JIT! -BROKEN_powerpc64= fails to compile: platcheck_109.c: fatal error: linux/auxvec.h: No such file or directory -ONLY_FOR_ARCHS?= amd64 armv6 armv7 i386 powerpc64 powerpc64le -ONLY_FOR_ARCHS_REASON?= PyPy JIT only supported on these architectures - -PATCH_SITES= https://foss.heptapod.net/pypy/pypy/-/commit/ -PATCHFILES+= 455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff:-p1 - -LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libffi.so:devel/libffi -TEST_DEPENDS= ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_gdbm_cffi.${PYPY_CFFI_VER}.so:databases/pypy-gdbm \ - ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_sqlite3_cffi.${PYPY_CFFI_VER}.so:databases/pypy-sqlite3 \ - ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_tkinter/tklib_cffi.${PYPY_CFFI_VER}.so:x11-toolkits/pypy-tkinter - -USES= gettext-runtime gmake shebangfix ssl tar:bzip2 -USE_LDCONFIG= ${PREFIX}/${PYPY_DIR}/bin - -OPTIONS_SINGLE= TRANS -OPTIONS_SINGLE_TRANS= PYTHON -PYTHON_DESC= Use Python-2.7 to translate (slowest) -PYPY_DESC= Use PyPy to translate (fastest, highest memory usage) -PYPY_MINMEM_DESC= Use PyPy to translate (lowest memory usage) -TRANS_DESC= Translation method -LOCALBASE?= /usr/local -# Only allow building with pypy if it wouldn't cause a dependency loop (pypy depending on itself) -.if exists(${LOCALBASE}/bin/pypy) || ${PORTNAME} != pypy -OPTIONS_SINGLE_TRANS+= PYPY PYPY_MINMEM -. if exists(${LOCALBASE}/bin/pypy) -OPTIONS_DEFAULT= PYPY_MINMEM -. else -OPTIONS_DEFAULT= PYTHON -. endif -.else -OPTIONS_SLAVE= PYTHON -.endif - -ALL_TARGET= ${PORTNAME}-c -BUILD_WRKSRC?= ${WRKDIR}/build/usession-${PORTNAME}-0/testing_1 -MAKE_ENV+= PYPY_LOCALBASE=${LOCALBASE} LDSHARED="${CC} -shared" -PACKAGE_ARGS?= --without-gdbm --without-sqlite3 --without-tk -LLD_UNSAFE= yes -SHEBANG_FILES?= lib-python/2.7/plat-mac/appletrunner.py \ - lib-python/2.7/plat-mac/bundlebuilder.py \ - lib-python/2.7/keyword.py \ - lib-python/2.7/test/regrtest.py \ - lib-python/2.7/test/pystone.py \ - lib-python/2.7/test/curses_tests.py \ - lib-python/2.7/test/re_tests.py \ - lib-python/2.7/test/crashers/recursive_call.py \ - lib-python/2.7/UserString.py \ - lib-python/2.7/pdb.py \ - lib-python/2.7/mimify.py \ - lib-python/2.7/pydoc.py \ - lib-python/2.7/uu.py \ - lib-python/2.7/trace.py \ - lib-python/2.7/platform.py \ - lib-python/2.7/profile.py \ - lib-python/2.7/tabnanny.py \ - lib-python/2.7/lib2to3/tests/pytree_idempotency.py \ - lib-python/2.7/lib2to3/tests/data/false_encoding.py \ - lib-python/2.7/lib2to3/tests/data/different_encoding.py \ - lib-python/2.7/lib2to3/pgen2/token.py \ - lib-python/2.7/encodings/rot_13.py \ - lib-python/2.7/base64.py \ - lib-python/2.7/webbrowser.py \ - lib-python/2.7/idlelib/PyShell.py \ - lib-python/2.7/cgi.py \ - lib-python/2.7/symbol.py \ - lib-python/2.7/cProfile.py \ - lib-python/2.7/smtpd.py \ - lib-python/2.7/quopri.py \ - lib-python/2.7/timeit.py \ - lib-python/2.7/smtplib.py \ - lib_pypy/_cffi_ssl/tools/make_ssl_data.py - -python_OLD_CMD= ${LOCALBASE}/bin/python -python_CMD= ${PREFIX}/bin/${PORTNAME} - -.if ${PORTNAME} != pypy -PYPY_BUILD_DEPENDS= pypy:lang/pypy -PYPY_MINMEM_BUILD_DEPENDS= pypy:lang/pypy -.endif -PYPY_VARS= PYTHON_CMD=${LOCALBASE}/bin/pypy -PYPY_MINMEM_VARS= PYTHON_CMD="${SETENV} PYPY_GC_MAX_DELTA=200MB ${LOCALBASE}/bin/pypy --jit loop_longevity=300" -PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser@${PY_FLAVOR} -PYTHON_USES= python:2.7,build - -DESCR= ${.CURDIR}/pkg-descr -DISTINFO_FILE= ${.CURDIR}/distinfo -PATCHDIR= ${.CURDIR}/files -PLIST= ${.CURDIR}/pkg-plist - -.include "bsd.pypy.mk" -.include - -.if ${OPSYS} == FreeBSD && ${ARCH} != i386 && ${ARCH} != amd64 -PYPY_ARGS= --withoutmod-_vmprof -.else -LIB_DEPENDS+= libunwind.so:devel/libunwind -.endif - -pre-build: - if [ ! -f ${BUILD_WRKSRC}/Makefile ]; then \ - ${RM} -r ${WRKDIR}/build; \ - ${MKDIR} ${WRKDIR}/build; \ - (cd ${WRKSRC}/pypy/goal; \ - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYPY_USESSION_BASENAME=${PORTNAME} \ - ${PYTHON_CMD} ../../rpython/bin/rpython --source -Ojit targetpypystandalone.py ${PYPY_ARGS}); \ - fi - -post-build: - ${CP} ${BUILD_WRKSRC}/${PORTNAME}-c ${BUILD_WRKSRC}/lib${PORTNAME}-c.so ${WRKSRC}/pypy/goal/ - -do-install: - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build \ - ${PYTHON_CMD} ${WRKSRC}/pypy/tool/release/package.py --builddir ${WRKDIR}/build --archive-name ${PYPY_DIR} \ - ${PACKAGE_ARGS} - ${EXTRACT_CMD} -C ${STAGEDIR}${PREFIX} -xf ${WRKDIR}/build/${PYPY_DIR}.tar.bz2 - ${LN} -fs ../${PYPY_DIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${FIND} ${STAGEDIR}${PREFIX}/${PYPY_DIR}/lib_pypy/ -name '*.so' | ${XARGS} ${STRIP_CMD} - -do-test: - # See https://bitbucket.org/pypy/buildbot/src/default/bot2/pypybuildbot/builds.py?at=default#builds.py-386 - # add_translated_tests() - (cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYTHONPATH=${WRKSRC} \ - ${WRKSRC}/pypy/goal/pypy-c testrunner/runner.py --root pypy --logfile=pytest-A.log \ - --parallel-runs ${MAKE_JOBS_NUMBER} \ - --config pypy/pytest-A.cfg --config pypy/pytest-A.py) -.for dir in lib-python pypy/module/pypyjit/test - (cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYTHONPATH=${WRKSRC} \ - ${WRKSRC}/pypy/goal/pypy-c pypy/test_all.py --basetemp ${WRKDIR}/build --pypy pypy/goal/pypy-c \ - ${dir} ) -.endfor - (cd ${WRKSRC}/lib-python/2.7/test; \ - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYTHONPATH=${WRKSRC} \ - ${WRKSRC}/pypy/goal/pypy-c regrtest.py -vvu all) - -pkg-plist: stage - ${TAR} -tf ${WRKDIR}/build/${PYPY_DIR}.tar.bz2 > ${WRKDIR}/.plist-files-gen - ${REINPLACE_CMD} -e 's|^${PYPY_DIR}|%%PYPY_DIR%%|g' \ - -e 's|${PYPY_CFFI_VER}|%%PYPY_CFFI_VER%%|g' \ - -e 's/\(.*\/__pycache__\)\/$$/@dir \1/g' \ - -e '/\/$$/d' \ - ${WRKDIR}/.plist-files-gen - ${ECHO} bin/${PORTNAME} > ${WRKDIR}/pkg-plist - ${SORT} ${WRKDIR}/.plist-files-gen | ${GREP} -v '\.orig' >> ${WRKDIR}/pkg-plist - ${CP} ${WRKDIR}/pkg-plist ${.CURDIR}/pkg-plist - -.include diff --git a/lang/pypy/bsd.pypy.cffi.mk b/lang/pypy/bsd.pypy.cffi.mk deleted file mode 100644 index ee0b50f74355..000000000000 --- a/lang/pypy/bsd.pypy.cffi.mk +++ /dev/null @@ -1,28 +0,0 @@ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= - -BUILD_DEPENDS+= ${PYTHON_IMPL}:lang/${PYTHON_IMPL} -RUN_DEPENDS+= ${PYTHON_IMPL}:lang/${PYTHON_IMPL} - -PLIST_FILES= ${PYPY_DIR}/lib_pypy/${CFFI_MODULE}_cffi.${PYPY_CFFI_VER}.so - -CFFI_MODULE?= _${PORTNAME} - -FLAVORS= pypy pypy3 -FLAVOR?= ${FLAVORS:[1]} - -PYTHON_IMPL= ${FLAVOR} -PYTHON_DISTVERSION= ${DISTVERSION} -PYTHON_PKGNAMEPREFIX= ${PYTHON_IMPL}- -PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_IMPL} - -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.mk" - -do-build: - ${CP} ${LOCALBASE}/${PYPY_DIR}/lib_pypy/${CFFI_MODULE}_build.py ${WRKDIR}/${PORTNAME}.py - (cd ${WRKDIR}; \ - ${PYTHON_CMD} -c "from ${PORTNAME} import ${CFFI_NAME} as ffi; ffi.compile('${WRKDIR}');") - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/${PYPY_DIR}/lib_pypy/`dirname ${CFFI_MODULE}`/ - ${INSTALL_LIB} ${WRKDIR}/${CFFI_MODULE}_cffi.${PYPY_CFFI_VER}.so ${STAGEDIR}${PREFIX}/${PYPY_DIR}/lib_pypy/`dirname ${CFFI_MODULE}`/ diff --git a/lang/pypy/bsd.pypy.mk b/lang/pypy/bsd.pypy.mk deleted file mode 100644 index e2ee2d18a1ac..000000000000 --- a/lang/pypy/bsd.pypy.mk +++ /dev/null @@ -1,20 +0,0 @@ -.if !defined(LICENSE) -LICENSE= MIT PSFL -LICENSE_COMB= multi -.endif - -USES+= compiler:c11 - -PYTHON_IMPL?= ${PORTNAME} -PYPY_DIR= ${PYTHON_IMPL}-${DISTVERSION:C|([0-9])\.([0-9]+).*|\1.\2|} -PLIST_SUB+= PYPY_DIR=${PYPY_DIR} PYPY_CFFI_VER=${PYPY_CFFI_VER} - -.if ${PYTHON_IMPL} == pypy -DISTVERSION= 7.3.0 -PORTREVISION= 1 -PYPY_CFFI_VER= ${PYTHON_IMPL}-73 -.else # ${PYTHON_IMPL} == pypy3 -DISTVERSION= 7.3.0 -PORTREVISION= 1 -PYPY_CFFI_VER= ${PYTHON_IMPL}6-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} -.endif diff --git a/lang/pypy/distinfo b/lang/pypy/distinfo deleted file mode 100644 index bb36c197d045..000000000000 --- a/lang/pypy/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1598691588 -SHA256 (pypy2.7-v7.3.0-src.tar.bz2) = b0b25c7f8938ab0fedd8dedf26b9e73c490913b002b484c1b2f19d5844a518de -SIZE (pypy2.7-v7.3.0-src.tar.bz2) = 20328540 -SHA256 (455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff) = a30ae90c887d595a4e1b77ba2ad4d45509c0d35a3a5ab052c4910a6aa373f99d -SIZE (455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff) = 773 diff --git a/lang/pypy/files/patch-lib__pypy___curses__build.py b/lang/pypy/files/patch-lib__pypy___curses__build.py deleted file mode 100644 index 069996c66503..000000000000 --- a/lang/pypy/files/patch-lib__pypy___curses__build.py +++ /dev/null @@ -1,11 +0,0 @@ ---- lib_pypy/_curses_build.py.orig 2020-03-25 12:13:59 UTC -+++ lib_pypy/_curses_build.py -@@ -31,6 +31,8 @@ def find_curses_dir_and_name(): - return base, 'ncursesw' - if os.path.exists(os.path.join(base, 'include', 'ncurses')): - return base, 'ncurses' -+ if os.path.exists(os.path.join(base, 'lib', 'libncursesw.so')): -+ return base, 'ncursesw' - return '', None - - base, name = find_curses_dir_and_name() diff --git a/lang/pypy/pkg-descr b/lang/pypy/pkg-descr deleted file mode 100644 index e1c7244ba749..000000000000 --- a/lang/pypy/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -PyPy is a fast, compliant alternative implementation of the Python language -(2.7.13). It has several advantages and distinct features: - - - Speed: thanks to its Just-in-Time compiler, Python programs often run faster - on PyPy. - - Memory usage: large, memory-hungry Python programs might end up taking less - space than they do in CPython. - - Compatibility: PyPy is highly compatible with existing python code. It - supports ctypes and can run popular python libraries like - twisted and django. - - Sandboxing: PyPy provides the ability to run untrusted code in a fully - secure way. - - Stackless: PyPy can be configured to run in stackless mode, providing - micro-threads for massive concurrency. - - As well as other features. - -WWW: http://pypy.org diff --git a/lang/pypy/pkg-message b/lang/pypy/pkg-message deleted file mode 100644 index 385ff3d041d0..000000000000 --- a/lang/pypy/pkg-message +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC02F6521C7; Sat, 26 Jun 2021 11:24: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 4GBs3H4JXgz4dtf; Sat, 26 Jun 2021 11:24: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 7BC2D1D9FE; Sat, 26 Jun 2021 11:24: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 15QBOhIu032635; Sat, 26 Jun 2021 11:24:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBOhGm032634; Sat, 26 Jun 2021 11:24:43 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:24:43 GMT Message-Id: <202106261124.15QBOhGm032634@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: e7caeb58488c - main - */*: 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: e7caeb58488c6a6924571a5297ac8a745c2e1c52 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:24:43 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7caeb58488c6a6924571a5297ac8a745c2e1c52 commit e7caeb58488c6a6924571a5297ac8a745c2e1c52 Author: Rene Ladan AuthorDate: 2021-06-26 11:24:09 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 11:24:09 +0000 */*: Remove expired ports: 2021-06-23 multimedia/gxine: Uses EOL Python 2.7 via lang/spidermonkey185 2020-12-31 lang/spidermonkey185: Uses Python 2.7 which is EOLed upstream --- MOVED | 2 + lang/Makefile | 1 - lang/spidermonkey185/Makefile | 129 -- lang/spidermonkey185/distinfo | 2 - .../patch-assembler_jit_ExecutableAllocator.h | 14 - .../files/patch-assembler_wtf_Platform.h | 18 - lang/spidermonkey185/files/patch-bug771281 | 1839 -------------------- lang/spidermonkey185/files/patch-c++11 | 291 ---- lang/spidermonkey185/files/patch-configure.in | 36 - lang/spidermonkey185/files/patch-jsscript.h | 48 - lang/spidermonkey185/files/patch-jsstr.cpp | 36 - .../files/patch-methodjit_MethodJIT.cpp | 38 - .../files/patch-nanojit_CodeAlloc.cpp | 10 - .../files/patch-nanojit_njcpudetect.h | 11 - lang/spidermonkey185/pkg-descr | 3 - lang/spidermonkey185/pkg-plist | 106 -- multimedia/Makefile | 1 - multimedia/gxine/Makefile | 60 - multimedia/gxine/distinfo | 3 - multimedia/gxine/files/patch-src__Makefile.in | 11 - multimedia/gxine/files/patch-src__lirc.c | 12 - multimedia/gxine/files/patch-src_console__output.c | 162 -- .../gxine/files/patch-src_desktop__integration.c | 20 - multimedia/gxine/pkg-descr | 4 - multimedia/gxine/pkg-plist | 57 - 25 files changed, 2 insertions(+), 2912 deletions(-) diff --git a/MOVED b/MOVED index 2cbd7f248d13..dce64f25beb6 100644 --- a/MOVED +++ b/MOVED @@ -16424,3 +16424,5 @@ lang/pypy||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream databases/pypy-gdbm||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/pypy databases/pypy-sqlite3||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/pypy x11-toolkits/pypy-tkinter||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/pypy +multimedia/gxine||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/spidermonkey185 +lang/spidermonkey185||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream diff --git a/lang/Makefile b/lang/Makefile index f588858b9b1a..60a3695160bc 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -334,7 +334,6 @@ SUBDIR += snobol4 SUBDIR += solidity SUBDIR += spidermonkey17 - SUBDIR += spidermonkey185 SUBDIR += spidermonkey60 SUBDIR += spidermonkey78 SUBDIR += spl diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile deleted file mode 100644 index 1cc54bc5296d..000000000000 --- a/lang/spidermonkey185/Makefile +++ /dev/null @@ -1,129 +0,0 @@ -# Created by: Kubilay Kocak - -PORTNAME= spidermonkey185 -PORTVERSION= 1.8.5 -PORTREVISION= 5 -CATEGORIES= lang -MASTER_SITES= MOZILLA/js -DISTNAME= js185-1.0.0 - -MAINTAINER= koobs@FreeBSD.org -COMMENT= Standalone JavaScript (1.8.5) interpreter from Mozilla - -BUILD_DEPENDS= zip:archivers/zip \ - autoconf-2.13:devel/autoconf213 -LIB_DEPENDS= libnspr4.so:devel/nspr - -USES= gmake pathfix perl5 pkgconfig python:2.7,build -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_PERL5= build - -WRKSRC= ${WRKDIR}/js-${PORTVERSION}/js/src - -BROKEN_aarch64= Does not compile: error: cacheFlush support is missing on this platform -BROKEN_mips64= Does not compile: error: const union jsval_layout has no member named word -BROKEN_riscv64= Does not compile: jsiter.cpp:270:16: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' -BROKEN_sparc64= Does not build: fails to link -BROKEN_FreeBSD_13= does not compile: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' -BROKEN_FreeBSD_14= does not compile: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' - -NOT_FOR_ARCHS= powerpc powerpc64 -NOT_FOR_ARCHS_REASON= PowerPC is not supported - -CONFIGURE_ARGS= --with-pthreads \ - --with-system-nspr - -# This comes from bsd.gecko.mk, fixes linking issues on 9.0 and higher. -post-configure: - ${ECHO_CMD} "fenv.h" >> ${WRKSRC}/config/system-headers - ${ECHO_CMD} "pthread_np.h" >> ${WRKSRC}/config/system-headers - -OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \ - THREADSAFE TRACEJIT UTF8 \ - -OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT - -GCZEAL_DESC= Enable Zealous garbage collecting -JEMALLOC_DESC= Use jemalloc as memory allocator -METHODJIT_DESC= Enable method JIT support -OPTIMIZE_DESC= Enable compiler optimizations -READLINE_DESC= Link js shell to system readline library -THREADSAFE_DESC= Enable multiple thread support -TRACEJIT_DESC= Enable tracing JIT support -UTF8_DESC= Treat strings as UTF8 instead of ISO-8859-1 - -DEBUG_CONFIGURE_ENABLE= debug -DEBUG_CONFIGURE_ON= --enable-debug-sumbols -GCZEAL_CONFIGURE_ENABLE= gczeal -JEMALLOC_CONFIGURE_ENABLE= jemalloc -METHODJIT_CONFIGURE_ENABLE= methodjit -OPTIMIZE_CONFIGURE_ENABLE= optimize -READLINE_CONFIGURE_ENABLE= readline -READLINE_USES= readline -THREADSAFE_CONFIGURE_ENABLE= threadsafe -TRACEJIT_CONFIGURE_ENABLE= tracejit -UTF8_CFLAGS= -DJS_C_STRINGS_ARE_UTF8 - -.include - -.if ${ARCH} == amd64 -CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} -.endif - -.if ${ARCH} == "amd64" -PLIST_SUB+= AMD64="" -.else -PLIST_SUB+= AMD64="@comment " -.endif - -.if ${ARCH} == "i386" -PLIST_SUB+= I386="" -.else -PLIST_SUB+= I386="@comment " -.endif - -.if ${ARCH} == "arm" -PLIST_SUB+= ARM="" -.else -PLIST_SUB+= ARM="@comment " -.endif - -.if ${ARCH} == "mips" -PLIST_SUB+= MIPS="" -.else -PLIST_SUB+= MIPS="@comment " -.endif - -.if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" -PLIST_SUB+= PPC="" -.else -PLIST_SUB+= PPC="@comment " -.endif - -.if ${ARCH} == "sparc64" -PLIST_SUB+= SPARC="" -.else -PLIST_SUB+= SPARC="@comment " -.endif - -pre-configure: - (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) - -do-test: - @${ECHO_MSG} -n "===> Running jstests.py: " - @cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \ - --no-progress --worker-count=${MAKE_JOBS_NUMBER} ./js -.if ${PORT_OPTIONS:MMETHODJIT} || ${PORT_OPTIONS:MTRACEJIT} - @${ECHO_MSG} -n "===> Running jit_test.py: " - @cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} jit-test/jit_test.py \ - --no-progress --jitflags=,m,j,mj,mjp,am,amj,amjp,amd ./js -.endif - -post-install: - ${LN} -sf libmozjs185.so.1.0.0 ${STAGEDIR}${PREFIX}/lib/libmozjs185.so - ${LN} -sf libmozjs185.so.1.0.0 ${STAGEDIR}${PREFIX}/lib/libmozjs185.so.1 - ${LN} -sf libmozjs185.so.1.0.0 ${STAGEDIR}${PREFIX}/lib/libmozjs185.so.1.0 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmozjs185.so.1.0.0 - -.include diff --git a/lang/spidermonkey185/distinfo b/lang/spidermonkey185/distinfo deleted file mode 100644 index ac820e9f43a3..000000000000 --- a/lang/spidermonkey185/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (js185-1.0.0.tar.gz) = 5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687 -SIZE (js185-1.0.0.tar.gz) = 6164605 diff --git a/lang/spidermonkey185/files/patch-assembler_jit_ExecutableAllocator.h b/lang/spidermonkey185/files/patch-assembler_jit_ExecutableAllocator.h deleted file mode 100644 index 94770e435051..000000000000 --- a/lang/spidermonkey185/files/patch-assembler_jit_ExecutableAllocator.h +++ /dev/null @@ -1,14 +0,0 @@ ---- assembler/jit/ExecutableAllocator.h.orig 2016-09-07 UTC -+++ assembler/jit/ExecutableAllocator.h -@@ -391,6 +391,11 @@ public: - { - CacheRangeFlush(code, size, CACHE_SYNC_ALL); - } -+#elif WTF_CPU_ARM_TRADITIONAL && WTF_PLATFORM_FREEBSD -+ static void cacheFlush(void* code, size_t size) -+ { -+ __clear_cache(code, reinterpret_cast(code) + size); -+ } - #else - #error "The cacheFlush support is missing on this platform." - #endif diff --git a/lang/spidermonkey185/files/patch-assembler_wtf_Platform.h b/lang/spidermonkey185/files/patch-assembler_wtf_Platform.h deleted file mode 100644 index 9556c0f7e638..000000000000 --- a/lang/spidermonkey185/files/patch-assembler_wtf_Platform.h +++ /dev/null @@ -1,18 +0,0 @@ ---- ./assembler/wtf/Platform.h.orig 2016-09-07 UTC -+++ ./assembler/wtf/Platform.h -@@ -213,6 +213,7 @@ - #elif defined(__ARM_ARCH_6__) \ - || defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+ || defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6T2__) \ -@@ -243,6 +244,7 @@ - - #elif defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+ || defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6M__) diff --git a/lang/spidermonkey185/files/patch-bug771281 b/lang/spidermonkey185/files/patch-bug771281 deleted file mode 100644 index 1b59e5dfeafb..000000000000 --- a/lang/spidermonkey185/files/patch-bug771281 +++ /dev/null @@ -1,1839 +0,0 @@ -diff -ruN src/shell/Makefile.in src.new/shell/Makefile.in ---- shell/Makefile.in 2011-04-01 06:08:36.000000000 +1100 -+++ shell/Makefile.in 2013-03-23 22:01:26.876752286 +1100 -@@ -47,7 +47,6 @@ - PROGRAM = js$(BIN_SUFFIX) - CPPSRCS = \ - js.cpp \ -- jsworkers.cpp \ - $(NULL) - - DEFINES += -DEXPORT_JS_API -diff -ruN src/shell/js.cpp src.new/shell/js.cpp ---- shell/js.cpp 2011-04-01 06:08:36.000000000 +1100 -+++ shell/js.cpp 2013-03-23 22:02:46.436700725 +1100 -@@ -91,8 +91,6 @@ - #endif /* JSDEBUGGER_C_UI */ - #endif /* JSDEBUGGER */ - --#include "jsworkers.h" -- - #include "jsinterpinlines.h" - #include "jsobjinlines.h" - #include "jsscriptinlines.h" -@@ -194,10 +192,6 @@ - JSBool gQuitting = JS_FALSE; - FILE *gErrFile = NULL; - FILE *gOutFile = NULL; --#ifdef JS_THREADSAFE --JSObject *gWorkers = NULL; --js::workers::ThreadPool *gWorkerThreadPool = NULL; --#endif - - static JSBool reportWarnings = JS_TRUE; - static JSBool compileOnly = JS_FALSE; -@@ -1315,10 +1309,6 @@ - JS_ConvertArguments(cx, argc, JS_ARGV(cx, vp), "/ i", &gExitCode); - - gQuitting = JS_TRUE; --#ifdef JS_THREADSAFE -- if (gWorkerThreadPool) -- js::workers::terminateAll(JS_GetRuntime(cx), gWorkerThreadPool); --#endif - return JS_FALSE; - } - -@@ -4150,10 +4140,6 @@ - gCanceled = true; - if (gExitCode == 0) - gExitCode = EXITCODE_TIMEOUT; --#ifdef JS_THREADSAFE -- if (gWorkerThreadPool) -- js::workers::terminateAll(rt, gWorkerThreadPool); --#endif - JS_TriggerAllOperationCallbacks(rt); - - static const char msg[] = "Script runs for too long, terminating.\n"; -@@ -5681,29 +5667,8 @@ - #endif /* JSDEBUGGER_C_UI */ - #endif /* JSDEBUGGER */ - --#ifdef JS_THREADSAFE -- class ShellWorkerHooks : public js::workers::WorkerHooks { -- public: -- JSObject *newGlobalObject(JSContext *cx) { -- return NewGlobalObject(cx, NEW_COMPARTMENT); -- } -- }; -- ShellWorkerHooks hooks; -- if (!JS_AddNamedObjectRoot(cx, &gWorkers, "Workers") || -- (gWorkerThreadPool = js::workers::init(cx, &hooks, glob, &gWorkers)) == NULL) { -- return 1; -- } --#endif -- - int result = ProcessArgs(cx, glob, argv, argc); - --#ifdef JS_THREADSAFE -- js::workers::finish(cx, gWorkerThreadPool); -- JS_RemoveObjectRoot(cx, &gWorkers); -- if (result == 0) -- result = gExitCode; --#endif -- - #ifdef JSDEBUGGER - if (jsdc) { - #ifdef JSDEBUGGER_C_UI -diff -ruN src/shell/jsworkers.cpp src.new/shell/jsworkers.cpp ---- shell/jsworkers.cpp 2011-04-01 06:08:36.000000000 +1100 -+++ shell/jsworkers.cpp 1970-01-01 10:00:00.000000000 +1000 -@@ -1,1280 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- -- * vim: set ts=8 sw=4 et tw=99: -- * -- * ***** BEGIN LICENSE BLOCK ***** -- * Version: MPL 1.1/GPL 2.0/LGPL 2.1 -- * -- * The contents of this file are subject to the Mozilla Public License Version -- * 1.1 (the "License"); you may not use this file except in compliance with -- * the License. You may obtain a copy of the License at -- * http://www.mozilla.org/MPL/ -- * -- * Software distributed under the License is distributed on an "AS IS" basis, -- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -- * for the specific language governing rights and limitations under the -- * License. -- * -- * The Original Code is JavaScript shell workers. -- * -- * The Initial Developer of the Original Code is -- * Mozilla Corporation. -- * Portions created by the Initial Developer are Copyright (C) 2010 -- * the Initial Developer. All Rights Reserved. -- * -- * Contributor(s): -- * Jason Orendorff -- * -- * Alternatively, the contents of this file may be used under the terms of -- * either of the GNU General Public License Version 2 or later (the "GPL"), -- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -- * in which case the provisions of the GPL or the LGPL are applicable instead -- * of those above. If you wish to allow use of your version of this file only -- * under the terms of either the GPL or the LGPL, and not to allow others to -- * use your version of this file under the terms of the MPL, indicate your -- * decision by deleting the provisions above and replace them with the notice -- * and other provisions required by the GPL or the LGPL. If you do not delete -- * the provisions above, a recipient may use your version of this file under -- * the terms of any one of the MPL, the GPL or the LGPL. -- * -- * ***** END LICENSE BLOCK ***** */ -- --#ifdef JS_THREADSAFE -- --#include --#include --#include "prthread.h" --#include "prlock.h" --#include "prcvar.h" --#include "jsapi.h" --#include "jscntxt.h" --#include "jshashtable.h" --#include "jsstdint.h" --#include "jslock.h" --#include "jsvector.h" --#include "jsworkers.h" -- --extern size_t gMaxStackSize; -- --/* -- * JavaScript shell workers. -- * -- * == Object lifetime rules == -- * -- * - The ThreadPool lasts from init() to finish(). -- * -- * - The ThreadPool owns the MainQueue and the WorkerQueue. Those live from -- * the time the first Worker is created until finish(). -- * -- * - Each JS Worker object has the same lifetime as the corresponding C++ -- * Worker object. A Worker is live if (a) the Worker JSObject is still -- * live; (b) the Worker has an incoming event pending or running; (c) it -- * has sent an outgoing event to its parent that is still pending; or (d) -- * it has any live child Workers. -- * -- * - finish() continues to wait for events until all threads are idle. -- * -- * Event objects, however, are basically C++-only. The JS Event objects are -- * just plain old JSObjects. They don't keep anything alive. -- * -- * == Locking scheme == -- * -- * When mixing mutexes and the JSAPI request model, there are two choices: -- * -- * - Always nest the mutexes in requests. Since threads in requests are not -- * supposed to block, this means the mutexes must be only briefly held. -- * -- * - Never nest the mutexes in requests. Since this allows threads to race -- * with the GC, trace() methods must go through the mutexes just like -- * everyone else. -- * -- * This code uses the latter approach for all locks. -- * -- * In one case, a thread holding a Worker's mutex can acquire the mutex of one -- * of its child Workers. See Worker::terminateSelf. (This can't deadlock because -- * the parent-child relationship is a partial order.) -- */ -- --namespace js { --namespace workers { -- --template --class Queue { -- private: -- typedef Vector Vec; -- Vec v1; -- Vec v2; -- Vec *front; -- Vec *back; -- -- // Queue is not copyable. -- Queue(const Queue &); -- Queue & operator=(const Queue &); -- -- public: -- Queue() : front(&v1), back(&v2) {} -- bool push(T t) { return back->append(t); } -- bool empty() { return front->empty() && back->empty(); } -- -- T pop() { -- if (front->empty()) { -- std::reverse(back->begin(), back->end()); -- Vec *tmp = front; -- front = back; -- back = tmp; -- } -- T item = front->back(); -- front->popBack(); -- return item; -- } -- -- void clear() { -- v1.clear(); -- v2.clear(); -- } -- -- void trace(JSTracer *trc) { -- for (T *p = v1.begin(); p != v1.end(); p++) -- (*p)->trace(trc); -- for (T *p = v2.begin(); p != v2.end(); p++) -- (*p)->trace(trc); -- } --}; -- --class Event; --class ThreadPool; --class Worker; -- --class WorkerParent { -- protected: -- typedef HashSet, SystemAllocPolicy> ChildSet; -- ChildSet children; -- -- bool initWorkerParent() { return children.init(8); } -- -- public: -- virtual JSLock *getLock() = 0; -- virtual ThreadPool *getThreadPool() = 0; -- virtual bool post(Event *item) = 0; // false on OOM or queue closed -- virtual void trace(JSTracer *trc) = 0; -- -- bool addChild(Worker *w) { -- AutoLock hold(getLock()); -- return children.put(w) != NULL; -- } -- -- // This must be called only from GC or when all threads are shut down. It -- // does not bother with locking. -- void removeChild(Worker *w) { -- ChildSet::Ptr p = children.lookup(w); -- JS_ASSERT(p); -- children.remove(p); -- } -- -- void disposeChildren(); --}; -- --template --class ThreadSafeQueue --{ -- protected: -- Queue queue; -- JSLock *lock; -- PRCondVar *condvar; -- bool closed; -- -- private: -- Vector busy; -- -- protected: -- ThreadSafeQueue() : lock(NULL), condvar(NULL), closed(false) {} -- -- ~ThreadSafeQueue() { -- if (condvar) -- JS_DESTROY_CONDVAR(condvar); -- if (lock) -- JS_DESTROY_LOCK(lock); -- } -- -- // Called by take() with the lock held. -- virtual bool shouldStop() { return closed; } -- -- public: -- bool initThreadSafeQueue() { -- JS_ASSERT(!lock); -- JS_ASSERT(!condvar); -- return (lock = JS_NEW_LOCK()) && (condvar = JS_NEW_CONDVAR(lock)); -- } -- -- bool post(T t) { -- AutoLock hold(lock); -- if (closed) -- return false; -- if (queue.empty()) -- JS_NOTIFY_ALL_CONDVAR(condvar); -- return queue.push(t); -- } -- -- void close() { -- AutoLock hold(lock); -- closed = true; -- queue.clear(); -- JS_NOTIFY_ALL_CONDVAR(condvar); -- } -- -- // The caller must hold the lock. -- bool take(T *t) { -- while (queue.empty()) { -- if (shouldStop()) -- return false; -- JS_WAIT_CONDVAR(condvar, JS_NO_TIMEOUT); -- } -- *t = queue.pop(); -- busy.append(*t); -- return true; -- } -- -- // The caller must hold the lock. -- void drop(T item) { -- for (T *p = busy.begin(); p != busy.end(); p++) { -- if (*p == item) { -- *p = busy.back(); -- busy.popBack(); -- return; -- } -- } -- JS_NOT_REACHED("removeBusy"); -- } -- -- bool lockedIsIdle() { return busy.empty() && queue.empty(); } -- -- bool isIdle() { -- AutoLock hold(lock); -- return lockedIsIdle(); -- } -- -- void wake() { -- AutoLock hold(lock); -- JS_NOTIFY_ALL_CONDVAR(condvar); -- } -- -- void trace(JSTracer *trc) { -- AutoLock hold(lock); -- for (T *p = busy.begin(); p != busy.end(); p++) -- (*p)->trace(trc); -- queue.trace(trc); -- } --}; -- --class MainQueue; -- --class Event --{ -- protected: -- virtual ~Event() { JS_ASSERT(!data); } -- -- WorkerParent *recipient; -- Worker *child; -- uint64 *data; -- size_t nbytes; -- -- public: -- enum Result { fail = JS_FALSE, ok = JS_TRUE, forwardToParent }; -- -- virtual void destroy(JSContext *cx) { -- JS_free(cx, data); --#ifdef DEBUG -- data = NULL; --#endif -- delete this; -- } -- -- void setChildAndRecipient(Worker *aChild, WorkerParent *aRecipient) { -- child = aChild; -- recipient = aRecipient; -- } -- -- bool deserializeData(JSContext *cx, jsval *vp) { -- return !!JS_ReadStructuredClone(cx, data, nbytes, JS_STRUCTURED_CLONE_VERSION, vp, -- NULL, NULL); -- } -- -- virtual Result process(JSContext *cx) = 0; -- -- inline void trace(JSTracer *trc); -- -- template -- static EventType *createEvent(JSContext *cx, WorkerParent *recipient, Worker *child, -- jsval v) -- { -- uint64 *data; -- size_t nbytes; -- if (!JS_WriteStructuredClone(cx, v, &data, &nbytes, NULL, NULL)) -- return NULL; -- -- EventType *event = new EventType; -- if (!event) { -- JS_ReportOutOfMemory(cx); -- return NULL; -- } -- event->recipient = recipient; -- event->child = child; -- event->data = data; -- event->nbytes = nbytes; -- return event; -- } -- -- Result dispatch(JSContext *cx, JSObject *thisobj, const char *dataPropName, -- const char *methodName, Result noHandler) -- { -- if (!data) -- return fail; -- -- JSBool found; -- if (!JS_HasProperty(cx, thisobj, methodName, &found)) -- return fail; -- if (!found) -- return noHandler; -- -- // Create event object. -- jsval v; -- if (!deserializeData(cx, &v)) -- return fail; -- JSObject *obj = JS_NewObject(cx, NULL, NULL, NULL); -- if (!obj || !JS_DefineProperty(cx, obj, dataPropName, v, NULL, NULL, 0)) -- return fail; -- -- // Call event handler. -- jsval argv[1] = { OBJECT_TO_JSVAL(obj) }; -- jsval rval = JSVAL_VOID; -- return Result(JS_CallFunctionName(cx, thisobj, methodName, 1, argv, &rval)); -- } --}; -- --typedef ThreadSafeQueue EventQueue; -- --class MainQueue : public EventQueue, public WorkerParent --{ -- private: -- ThreadPool *threadPool; -- -- public: -- explicit MainQueue(ThreadPool *tp) : threadPool(tp) {} -- -- ~MainQueue() { -- JS_ASSERT(queue.empty()); -- } -- -- bool init() { return initThreadSafeQueue() && initWorkerParent(); } -- -- void destroy(JSContext *cx) { -- while (!queue.empty()) -- queue.pop()->destroy(cx); -- delete this; -- } -- -- virtual JSLock *getLock() { return lock; } -- virtual ThreadPool *getThreadPool() { return threadPool; } -- -- protected: -- virtual bool shouldStop(); -- -- public: -- virtual bool post(Event *event) { return EventQueue::post(event); } -- -- virtual void trace(JSTracer *trc); -- -- void traceChildren(JSTracer *trc) { EventQueue::trace(trc); } -- -- JSBool mainThreadWork(JSContext *cx, bool continueOnError) { -- JSAutoSuspendRequest suspend(cx); -- AutoLock hold(lock); -- -- Event *event; -- while (take(&event)) { -- JS_RELEASE_LOCK(lock); -- Event::Result result; -- { -- JSAutoRequest req(cx); -- result = event->process(cx); -- if (result == Event::forwardToParent) { -- // FIXME - pointlessly truncates the string to 8 bits -- jsval data; -- JSAutoByteString bytes; -- if (event->deserializeData(cx, &data) && -- JSVAL_IS_STRING(data) && -- bytes.encode(cx, JSVAL_TO_STRING(data))) { -- JS_ReportError(cx, "%s", bytes.ptr()); -- } else { -- JS_ReportOutOfMemory(cx); -- } -- result = Event::fail; -- } -- if (result == Event::fail && continueOnError) { -- if (JS_IsExceptionPending(cx) && !JS_ReportPendingException(cx)) -- JS_ClearPendingException(cx); -- result = Event::ok; -- } -- } -- JS_ACQUIRE_LOCK(lock); -- drop(event); -- event->destroy(cx); -- if (result != Event::ok) -- return false; -- } -- return true; -- } --}; -- --/* -- * A queue of workers. -- * -- * We keep a queue of workers with pending events, rather than a queue of -- * events, so that two threads won't try to run a Worker at the same time. -- */ --class WorkerQueue : public ThreadSafeQueue --{ -- private: -- MainQueue *main; -- -- public: -- explicit WorkerQueue(MainQueue *main) : main(main) {} -- -- void work(); --}; -- --/* The top-level object that owns everything else. */ --class ThreadPool --{ -- private: -- enum { threadCount = 6 }; -- -- JSObject *obj; -- WorkerHooks *hooks; -- MainQueue *mq; -- WorkerQueue *wq; -- PRThread *threads[threadCount]; -- int32_t terminating; -- -- static JSClass jsClass; -- -- static void start(void* arg) { -- ((WorkerQueue *) arg)->work(); -- } -- -- explicit ThreadPool(WorkerHooks *hooks) : hooks(hooks), mq(NULL), wq(NULL), terminating(0) { -- for (int i = 0; i < threadCount; i++) -- threads[i] = NULL; -- } -- -- public: -- ~ThreadPool() { -- JS_ASSERT(!mq); -- JS_ASSERT(!wq); -- JS_ASSERT(!threads[0]); -- } -- -- static ThreadPool *create(JSContext *cx, WorkerHooks *hooks) { -- ThreadPool *tp = new ThreadPool(hooks); -- if (!tp) { -- JS_ReportOutOfMemory(cx); -- return NULL; -- } -- -- JSObject *obj = JS_NewObject(cx, &jsClass, NULL, NULL); -- if (!obj || !JS_SetPrivate(cx, obj, tp)) { -- delete tp; -- return NULL; -- } -- tp->obj = obj; -- return tp; -- } -- -- JSObject *asObject() { return obj; } -- WorkerHooks *getHooks() { return hooks; } -- WorkerQueue *getWorkerQueue() { return wq; } -- MainQueue *getMainQueue() { return mq; } -- bool isTerminating() { return terminating != 0; } -- -- /* -- * Main thread only. Requires request (to prevent GC, which could see the -- * object in an inconsistent state). -- */ -- bool start(JSContext *cx) { -- JS_ASSERT(!mq && !wq); -- mq = new MainQueue(this); -- if (!mq || !mq->init()) { -- mq->destroy(cx); -- mq = NULL; -- return false; -- } -- wq = new WorkerQueue(mq); -- if (!wq || !wq->initThreadSafeQueue()) { -- delete wq; -- wq = NULL; -- mq->destroy(cx); -- mq = NULL; -- return false; -- } -- JSAutoSuspendRequest suspend(cx); -- bool ok = true; -- for (int i = 0; i < threadCount; i++) { -- threads[i] = PR_CreateThread(PR_USER_THREAD, start, wq, PR_PRIORITY_NORMAL, -- PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0); -- if (!threads[i]) { -- shutdown(cx); -- ok = false; -- break; -- } -- } -- return ok; -- } -- -- void terminateAll(JSRuntime *rt) { -- // See comment about JS_ATOMIC_SET in the implementation of -- // JS_TriggerOperationCallback. -- JS_ATOMIC_SET(&terminating, 1); -- JS_TriggerAllOperationCallbacks(rt); -- } -- -- /* This context is used only to free memory. */ -- void shutdown(JSContext *cx) { -- wq->close(); -- for (int i = 0; i < threadCount; i++) { -- if (threads[i]) { -- PR_JoinThread(threads[i]); -- threads[i] = NULL; -- } -- } -- -- delete wq; -- wq = NULL; -- -- mq->disposeChildren(); -- mq->destroy(cx); -- mq = NULL; -- terminating = 0; -- } -- -- private: -- static void jsTraceThreadPool(JSTracer *trc, JSObject *obj) { -- ThreadPool *tp = unwrap(trc->context, obj); -- if (tp->mq) { -- tp->mq->traceChildren(trc); -- tp->wq->trace(trc); -- } -- } -- -- -- static void jsFinalize(JSContext *cx, JSObject *obj) { -- if (ThreadPool *tp = unwrap(cx, obj)) -- delete tp; -- } -- -- public: -- static ThreadPool *unwrap(JSContext *cx, JSObject *obj) { -- JS_ASSERT(JS_GET_CLASS(cx, obj) == &jsClass); -- return (ThreadPool *) JS_GetPrivate(cx, obj); -- } --}; -- --/* -- * A Worker is always in one of 4 states, except when it is being initialized -- * or destroyed, or its lock is held: -- * - idle (!terminated && current == NULL && events.empty()) -- * - enqueued (!terminated && current == NULL && !events.empty()) -- * - busy (!terminated && current != NULL) -- * - terminated (terminated && current == NULL && events.empty()) -- * -- * Separately, there is a terminateFlag that other threads can set -- * asynchronously to tell the Worker to terminate. -- */ --class Worker : public WorkerParent --{ -- private: -- ThreadPool *threadPool; -- WorkerParent *parent; -- JSObject *object; // Worker object exposed to parent -- JSContext *context; -- JSLock *lock; -- Queue events; // owning pointers to pending events -- Event *current; -- bool terminated; -- int32_t terminateFlag; -- -- static JSClass jsWorkerClass; -- -- Worker() -- : threadPool(NULL), parent(NULL), object(NULL), -- context(NULL), lock(NULL), current(NULL), terminated(false), terminateFlag(0) {} -- -- bool init(JSContext *parentcx, WorkerParent *parent, JSObject *obj) { -- JS_ASSERT(!threadPool && !this->parent && !object && !lock); -- -- if (!initWorkerParent() || !parent->addChild(this)) -- return false; -- threadPool = parent->getThreadPool(); -- this->parent = parent; -- this->object = obj; -- lock = JS_NEW_LOCK(); -- return lock && -- createContext(parentcx, parent) && -- JS_SetPrivate(parentcx, obj, this); -- } -- -- bool createContext(JSContext *parentcx, WorkerParent *parent) { -- JSRuntime *rt = JS_GetRuntime(parentcx); -- context = JS_NewContext(rt, 8192); -- if (!context) -- return false; -- -- // The Worker has a strong reference to the global; see jsTraceWorker. -- // JSOPTION_UNROOTED_GLOBAL ensures that when the worker becomes -- // unreachable, it and its global object can be collected. Otherwise -- // the cx->globalObject root would keep them both alive forever. -- JS_SetOptions(context, JS_GetOptions(parentcx) | JSOPTION_UNROOTED_GLOBAL | -- JSOPTION_DONT_REPORT_UNCAUGHT); -- JS_SetVersion(context, JS_GetVersion(parentcx)); -- JS_SetContextPrivate(context, this); -- JS_SetOperationCallback(context, jsOperationCallback); -- JS_BeginRequest(context); -- *** 2131 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:29:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 785DD651F9F; Sat, 26 Jun 2021 11:29: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 4GBs911qMrz4drS; Sat, 26 Jun 2021 11:29: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 23C511DF43; Sat, 26 Jun 2021 11:29: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 15QBTfZu033194; Sat, 26 Jun 2021 11:29:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBTfc0033193; Sat, 26 Jun 2021 11:29:41 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:29:41 GMT Message-Id: <202106261129.15QBTfc0033193@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: a8d1ff694d34 - main - chinese/fcitx-sunpinyin: correct DEPRECATED 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: a8d1ff694d34c79a268f161fdf6770f3a18be1c3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:29:41 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8d1ff694d34c79a268f161fdf6770f3a18be1c3 commit a8d1ff694d34c79a268f161fdf6770f3a18be1c3 Author: Rene Ladan AuthorDate: 2021-06-26 11:29:13 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 11:29:13 +0000 chinese/fcitx-sunpinyin: correct DEPRECATED --- chinese/fcitx-sunpinyin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile index 0555fd945762..f4fbb9f0b117 100644 --- a/chinese/fcitx-sunpinyin/Makefile +++ b/chinese/fcitx-sunpinyin/Makefile @@ -12,7 +12,7 @@ COMMENT= SunPinyin support for Fcitx LICENSE= GPLv2 -DEPRECATED= Uses EOL Python 2.7 via chinese/fcitx +DEPRECATED= Uses EOL Python 2.7 via chinese/sunpinyin EXPIRATION_DATE=2021-06-23 BUILD_DEPENDS= bash:shells/bash From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:35:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59232652308; Sat, 26 Jun 2021 11:35: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 4GBsHW1nKcz4fMw; Sat, 26 Jun 2021 11:35: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 217D81E26C; Sat, 26 Jun 2021 11:35: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 15QBZJXZ046025; Sat, 26 Jun 2021 11:35:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBZIpM046024; Sat, 26 Jun 2021 11:35:18 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:35:18 GMT Message-Id: <202106261135.15QBZIpM046024@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: 619332f149dd - main - */*: 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: 619332f149dd267f44932a3f6e9eae385f1755d2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:35:19 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=619332f149dd267f44932a3f6e9eae385f1755d2 commit 619332f149dd267f44932a3f6e9eae385f1755d2 Author: Rene Ladan AuthorDate: 2021-06-26 11:35:06 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 11:35:06 +0000 */*: Remove expired ports: 2021-06-23 www/aws: Uses EOL Python 2.7 via devel/gnatpython 2021-06-23 www/aws-demos: Uses EOL Python 2.7 via www/aws 2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream --- MOVED | 3 + devel/Makefile | 1 - devel/gnatpython/Makefile | 18 - devel/gnatpython/distinfo | 2 - devel/gnatpython/files/patch-setup__helpers.py | 11 - devel/gnatpython/pkg-descr | 5 - www/Makefile | 2 - www/aws-demos/Makefile | 162 --- .../files/patch-demos_test__ldap_test__ldap.gpr | 12 - .../patch-demos_web__elements_web__elements.gpr | 10 - www/aws-demos/pkg-descr | 4 - www/aws-demos/pkg-plist | 200 ---- www/aws/Makefile | 172 ---- www/aws/distinfo | 5 - www/aws/files/aws.gpr.in | 59 -- www/aws/files/patch-aws.gpr | 61 -- www/aws/files/patch-include_include.gpr | 10 - .../files/patch-regtests_0043__check__mem_test.opt | 14 - ...patch-regtests_0213__check__mem__nossl_test.opt | 14 - www/aws/files/patch-src_core_aws-net.adb | 11 - .../patch-src_core_aws-server-http__utils.adb | 22 - www/aws/files/patch-src_src.gpr | 20 - www/aws/files/patch-ssl__crypto_lib.gpr | 10 - www/aws/files/temparse.gpr.in | 33 - www/aws/pkg-descr | 23 - www/aws/pkg-plist | 1044 -------------------- 26 files changed, 3 insertions(+), 1925 deletions(-) diff --git a/MOVED b/MOVED index dce64f25beb6..39a821bb266d 100644 --- a/MOVED +++ b/MOVED @@ -16426,3 +16426,6 @@ databases/pypy-sqlite3||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/pyp x11-toolkits/pypy-tkinter||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/pypy multimedia/gxine||2021-06-26|Has expired: Uses EOL Python 2.7 via lang/spidermonkey185 lang/spidermonkey185||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +www/aws||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/gnatpython +www/aws-demos||2021-06-26|Has expired: Uses EOL Python 2.7 via www/aws +devel/gnatpython||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream diff --git a/devel/Makefile b/devel/Makefile index 27bddc907ae1..d1be2eded811 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -842,7 +842,6 @@ SUBDIR += glui SUBDIR += gmake SUBDIR += gn - SUBDIR += gnatpython SUBDIR += gnome-builder SUBDIR += gnome-common SUBDIR += gnu-efi diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile deleted file mode 100644 index ef105ce5cd24..000000000000 --- a/devel/gnatpython/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: John Marino - -PORTNAME= gnatpython -PORTVERSION= ${SNAPSHOT} -CATEGORIES= devel -MASTER_SITES= http://downloads.dragonlace.net/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python package used in Ada testsuites - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING3 - -SNAPSHOT= 20140224 -USES= python:2.7 tar:bzip2 -USE_PYTHON= distutils autoplist - -.include diff --git a/devel/gnatpython/distinfo b/devel/gnatpython/distinfo deleted file mode 100644 index 9c2ef792d025..000000000000 --- a/devel/gnatpython/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnatpython-20140224.tar.bz2) = a622c790dfcdb8c7b6fb77cdef8ce3b0fe96649bf5dd422216d21bacf34e12a8 -SIZE (gnatpython-20140224.tar.bz2) = 102940 diff --git a/devel/gnatpython/files/patch-setup__helpers.py b/devel/gnatpython/files/patch-setup__helpers.py deleted file mode 100644 index f2f2d841b2fa..000000000000 --- a/devel/gnatpython/files/patch-setup__helpers.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup_helpers.py.orig 2015-06-21 09:00:45 UTC -+++ setup_helpers.py -@@ -28,7 +28,7 @@ def build_scripts_gnatpython(root_dir='' - os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit-NT.c' % - (root_dir, root_dir)) - else: -- os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit.c' % -+ os.system('cc -o %sscripts/rlimit %ssrc/rlimit/rlimit.c' % - (root_dir, root_dir)) - - # Update the scripts list diff --git a/devel/gnatpython/pkg-descr b/devel/gnatpython/pkg-descr deleted file mode 100644 index 6be9b6b2d190..000000000000 --- a/devel/gnatpython/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GNATPython is a python package to ease development of testsuites and/or -build scripts in a portable way. It is an extension to Ada which exports -GNAT.Expect.TTY and requires the GNAT AUX compiler. - -WWW: https://forge.open-do.org/projects/gnatpython diff --git a/www/Makefile b/www/Makefile index 2ce53427252e..184748986e5a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -36,8 +36,6 @@ SUBDIR += asql SUBDIR += authelia SUBDIR += awffull - SUBDIR += aws - SUBDIR += aws-demos SUBDIR += awstats SUBDIR += axis2 SUBDIR += bacula-web diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile deleted file mode 100644 index b24427f7ed6e..000000000000 --- a/www/aws-demos/Makefile +++ /dev/null @@ -1,162 +0,0 @@ -# Created by: John Marino - -PORTNAME= aws -PORTVERSION= 17.1 -PORTREVISION= 1 -CATEGORIES= www -PKGNAMESUFFIX= -demos - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adacore Ada Web Server demos - -LICENSE= GPLv3 GPLv3RLE -LICENSE_COMB= multi - -DEPRECATED= Uses EOL Python 2.7 via www/aws -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= gprbuild:devel/gprbuild \ - xmlada>=4.4:textproc/xmlada \ - aws>=3.1:www/aws - -USES= ada gmake python -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_TUPLE= AdaCore:templates-parser:${PORTVERSION}:tp/templates_parser - -DISTINFO_FILE= ${PORTSDIR}/www/aws/distinfo - -CONF_ARGS= PROCESSORS=1 -CONF_ARGS+= GCC=ada -CONF_ARGS+= prefix=${PREFIX} - -OPTIONS_DEFINE= SSL LDAP -OPTIONS_DEFAULT= SSL -OPTIONS_SUB= yes - -SSL_USES= ssl - -DEMO_DIRS+= auth -DEMO_DIRS+= autobahn -DEMO_DIRS+= cert -DEMO_DIRS+= com -DEMO_DIRS+= dispatch -DEMO_DIRS+= gSOAP -DEMO_DIRS+= dowload_manager -DEMO_DIRS+= hello_world -DEMO_DIRS+= hello_wsdl -DEMO_DIRS+= hotplug -DEMO_DIRS+= interoplab -DEMO_DIRS+= jabber_demo -DEMO_DIRS+= multiple_sessions -DEMO_DIRS+= res_demo -DEMO_DIRS+= soap_demo -DEMO_DIRS+= soap_disp -DEMO_DIRS+= soap_vs -DEMO_DIRS+= split -DEMO_DIRS+= test_mail -DEMO_DIRS+= text_input -DEMO_DIRS+= upload -DEMO_DIRS+= vh_demo -DEMO_DIRS+= web_block -DEMO_DIRS+= web_block_ajax -DEMO_DIRS+= web_block_ajax_templates -DEMO_DIRS+= web_elements -DEMO_DIRS+= web_mail -DEMO_DIRS+= websockets -DEMO_DIRS+= wps -DEMO_DIRS+= ws -DEMO_DIRS+= ws_candy -DEMO_DIRS+= zdemo - -PROGS= multiple_sessions/multiple_sessions \ - jabber_demo/jabber_demo \ - auth/auth \ - text_input/text_input \ - web_block/web_block \ - web_mail/web_mail \ - websockets/websock \ - wps/wps \ - interoplab/interoplab_main \ - soap_demo/soap_server \ - soap_demo/soap_client \ - web_block_ajax/web_block_ajax \ - web_elements/web_elements_program \ - cert/cert \ - com/com_2 \ - com/com_1 \ - dowload_manager/download_manager \ - hello_world/hello_world \ - hello_wsdl/wsdl_demo_client \ - hello_wsdl/wsdl_demo_server \ - hotplug/main \ - hotplug/hotplug \ - res_demo/res_demo \ - soap_vs/soap_svs \ - soap_vs/soap_cvs \ - test_mail/test_mail \ - upload/upload \ - vh_demo/vh_demo \ - ws/ws \ - ws_candy/candy \ - split/split \ - dispatch/dispatch \ - zdemo/zdemo \ - soap_disp/soap_server_disp \ - soap_disp/soap_client - -.include - -.if ${PORT_OPTIONS:MSSL} -CONF_ARGS+= SOCKET=openssl -DEMO_DIRS+= agent -DEMO_DIRS+= https -DEMO_DIRS+= runme -PROGS+= agent/agent \ - https/https \ - runme/runme -.endif - -.if ${PORT_OPTIONS:MLDAP} -CONF_ARGS+= LDAP=true -DEMO_DIRS+= test_ldap -PROGS+= test_ldap/test_ldap -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|@PREFIX@|${LOCALBASE}|g' \ - ${WRKSRC}/demos/test_ldap/test_ldap.gpr - @${REINPLACE_CMD} -e 's|latexpdf||' ${WRKSRC}/Makefile -.for dd in ${DEMO_DIRS} - @${REINPLACE_CMD} -i '' -e 's|gprclean|gprclean -c|' \ - ${WRKSRC}/demos/${dd}/Makefile -.endfor - -do-configure: - ${MKDIR} ${WRKSRC}/.build/native/debug/static/obj - (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${MAKE_CMD} setup ${CONF_ARGS}) - -do-build: -.for dd in ${DEMO_DIRS} - @${ECHO_MSG} "=== BUILD ${dd} ===" - (cd ${WRKSRC}/demos/${dd} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) - (cd ${WRKSRC}/demos/${dd} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} clean && ${RM} -r Makefile *.ad[bs] *.gpr src) -.endfor - -do-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/demos - (cd ${WRKSRC} && ${COPYTREE_SHARE} web_elements \ - ${STAGEDIR}${EXAMPLESDIR}) -.for dd in ${DEMO_DIRS:Nautobahn} - (cd ${WRKSRC}/demos && ${COPYTREE_SHARE} ${dd} \ - ${STAGEDIR}${EXAMPLESDIR}/demos) -.endfor -.for prog in ${PROGS} - @${CHMOD} 755 ${STAGEDIR}${EXAMPLESDIR}/demos/${prog} - @${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/${prog} - @${CHMOD} ${BINMODE} ${STAGEDIR}${EXAMPLESDIR}/demos/${prog} -.endfor - -.include diff --git a/www/aws-demos/files/patch-demos_test__ldap_test__ldap.gpr b/www/aws-demos/files/patch-demos_test__ldap_test__ldap.gpr deleted file mode 100644 index f6501c6c36ac..000000000000 --- a/www/aws-demos/files/patch-demos_test__ldap_test__ldap.gpr +++ /dev/null @@ -1,12 +0,0 @@ ---- demos/test_ldap/test_ldap.gpr.orig 2013-07-03 01:11:54.000000000 +0000 -+++ demos/test_ldap/test_ldap.gpr -@@ -35,7 +35,8 @@ project Test_LDAP is - when "Windows_NT" => - for Default_Switches ("Ada") use ("-lwldap32"); - when others => -- for Default_Switches ("Ada") use ("-lldap", "-llber"); -+ for Default_Switches ("Ada") use ("-L@PREFIX@/lib", -+ "-lldap", "-llber"); - end case; - end Linker; - diff --git a/www/aws-demos/files/patch-demos_web__elements_web__elements.gpr b/www/aws-demos/files/patch-demos_web__elements_web__elements.gpr deleted file mode 100644 index 1f02247e6b00..000000000000 --- a/www/aws-demos/files/patch-demos_web__elements_web__elements.gpr +++ /dev/null @@ -1,10 +0,0 @@ ---- demos/web_elements/web_elements.gpr.orig 2014-05-15 19:48:07.000000000 +0000 -+++ demos/web_elements/web_elements.gpr -@@ -25,6 +25,7 @@ project Web_Elements is - - package Builder is - for Default_Switches ("Ada") use ("-gnat05"); -+ for Executable ("web_elements.adb") use "web_elements_program"; - end Builder; - - end Web_Elements; diff --git a/www/aws-demos/pkg-descr b/www/aws-demos/pkg-descr deleted file mode 100644 index 87a478d4c111..000000000000 --- a/www/aws-demos/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a collection of demonstrations for the Ada Web Server. The server -itself is located at www/aws. - -WWW: http://libre.adacore.com/libre/tools/aws/ diff --git a/www/aws-demos/pkg-plist b/www/aws-demos/pkg-plist deleted file mode 100644 index a9d4e4b742b8..000000000000 --- a/www/aws-demos/pkg-plist +++ /dev/null @@ -1,200 +0,0 @@ -%%SSL%%%%EXAMPLESDIR%%/demos/agent/agent -%%SSL%%%%EXAMPLESDIR%%/demos/agent/cert.pem -%%EXAMPLESDIR%%/demos/auth/auth -%%EXAMPLESDIR%%/demos/cert/README -%%EXAMPLESDIR%%/demos/cert/aws-client1.p12 -%%EXAMPLESDIR%%/demos/cert/aws-client2.p12 -%%EXAMPLESDIR%%/demos/cert/aws-server.crt -%%EXAMPLESDIR%%/demos/cert/aws-server.key -%%EXAMPLESDIR%%/demos/cert/aws.ini -%%EXAMPLESDIR%%/demos/cert/cert -%%EXAMPLESDIR%%/demos/cert/crl1.pem -%%EXAMPLESDIR%%/demos/cert/crl2.pem -%%EXAMPLESDIR%%/demos/cert/private-ca.crt -%%EXAMPLESDIR%%/demos/com/com_1 -%%EXAMPLESDIR%%/demos/com/com_2 -%%EXAMPLESDIR%%/demos/dispatch/dispatch -%%EXAMPLESDIR%%/demos/dowload_manager/aws_download_manager_start.thtml -%%EXAMPLESDIR%%/demos/dowload_manager/aws_download_manager_waiting.thtml -%%EXAMPLESDIR%%/demos/dowload_manager/download_manager -%%EXAMPLESDIR%%/demos/dowload_manager/main.html -%%EXAMPLESDIR%%/demos/gSOAP/README -%%EXAMPLESDIR%%/demos/gSOAP/c_client_doc.c -%%EXAMPLESDIR%%/demos/gSOAP/c_client_rpc.c -%%EXAMPLESDIR%%/demos/gSOAP/c_server_doc.c -%%EXAMPLESDIR%%/demos/gSOAP/c_server_rpc.c -%%EXAMPLESDIR%%/demos/gSOAP/hello_doc.wsdl -%%EXAMPLESDIR%%/demos/gSOAP/hello_rpc.wsdl -%%EXAMPLESDIR%%/demos/hello_world/hello_world -%%EXAMPLESDIR%%/demos/hello_wsdl/hello.wsdl -%%EXAMPLESDIR%%/demos/hello_wsdl/wsdl_demo_client -%%EXAMPLESDIR%%/demos/hello_wsdl/wsdl_demo_server -%%EXAMPLESDIR%%/demos/hotplug/hotplug -%%EXAMPLESDIR%%/demos/hotplug/hotplug_module.ini -%%EXAMPLESDIR%%/demos/hotplug/main -%%SSL%%%%EXAMPLESDIR%%/demos/https/aws-server.crt -%%SSL%%%%EXAMPLESDIR%%/demos/https/aws-server.key -%%SSL%%%%EXAMPLESDIR%%/demos/https/aws.ini -%%SSL%%%%EXAMPLESDIR%%/demos/https/https -%%EXAMPLESDIR%%/demos/interoplab/interoplab_main -%%EXAMPLESDIR%%/demos/interoplab/interoplab_main.wsdl -%%EXAMPLESDIR%%/demos/jabber_demo/jabber_demo -%%EXAMPLESDIR%%/demos/multiple_sessions/multiple_sessions -%%EXAMPLESDIR%%/demos/res_demo/adains.png -%%EXAMPLESDIR%%/demos/res_demo/page3.html -%%EXAMPLESDIR%%/demos/res_demo/res_demo -%%SSL%%%%EXAMPLESDIR%%/demos/runme/adains.png -%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_down.png -%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_logo.png -%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_status.thtml -%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_up.png -%%SSL%%%%EXAMPLESDIR%%/demos/runme/cert.pem -%%SSL%%%%EXAMPLESDIR%%/demos/runme/runme -%%SSL%%%%EXAMPLESDIR%%/demos/runme/runme.ini -%%EXAMPLESDIR%%/demos/soap_demo/soap_client -%%EXAMPLESDIR%%/demos/soap_demo/soap_server -%%EXAMPLESDIR%%/demos/soap_disp/soap_client -%%EXAMPLESDIR%%/demos/soap_disp/soap_server_disp -%%EXAMPLESDIR%%/demos/soap_vs/soap_cvs -%%EXAMPLESDIR%%/demos/soap_vs/soap_svs -%%EXAMPLESDIR%%/demos/split/404.thtml -%%EXAMPLESDIR%%/demos/split/bounded_index.thtml -%%EXAMPLESDIR%%/demos/split/bounded_s_index.thtml -%%EXAMPLESDIR%%/demos/split/simple_index.thtml -%%EXAMPLESDIR%%/demos/split/simple_s_index.thtml -%%EXAMPLESDIR%%/demos/split/sliding_index.thtml -%%EXAMPLESDIR%%/demos/split/sliding_s_index.thtml -%%EXAMPLESDIR%%/demos/split/split -%%EXAMPLESDIR%%/demos/split/split.thtml -%%LDAP%%%%EXAMPLESDIR%%/demos/test_ldap/test_ldap -%%EXAMPLESDIR%%/demos/test_mail/test_mail -%%EXAMPLESDIR%%/demos/text_input/text_input -%%EXAMPLESDIR%%/demos/upload/aws.ini -%%EXAMPLESDIR%%/demos/upload/main.html -%%EXAMPLESDIR%%/demos/upload/upload -%%EXAMPLESDIR%%/demos/vh_demo/vh_demo -%%EXAMPLESDIR%%/demos/web_block/counter.thtml -%%EXAMPLESDIR%%/demos/web_block/page.thtml -%%EXAMPLESDIR%%/demos/web_block/web_block -%%EXAMPLESDIR%%/demos/web_block_ajax/page.thtml -%%EXAMPLESDIR%%/demos/web_block_ajax/r_widget_counter.txml -%%EXAMPLESDIR%%/demos/web_block_ajax/web_block_ajax -%%EXAMPLESDIR%%/demos/web_block_ajax/widget_counter.thtml -%%EXAMPLESDIR%%/demos/web_block_ajax_templates/page.thtml -%%EXAMPLESDIR%%/demos/web_block_ajax_templates/r_widget_counter.txml -%%EXAMPLESDIR%%/demos/web_block_ajax_templates/templates.tada -%%EXAMPLESDIR%%/demos/web_block_ajax_templates/widget_counter.thtml -%%EXAMPLESDIR%%/demos/web_elements/page1.html -%%EXAMPLESDIR%%/demos/web_elements/page2.html -%%EXAMPLESDIR%%/demos/web_elements/we_ajax_group.html -%%EXAMPLESDIR%%/demos/web_elements/we_ajax_user.html -%%EXAMPLESDIR%%/demos/web_elements/we_library.html -%%EXAMPLESDIR%%/demos/web_elements/we_test_ajax.html -%%EXAMPLESDIR%%/demos/web_elements/we_test_menu_css.html -%%EXAMPLESDIR%%/demos/web_elements/we_test_notebook.html -%%EXAMPLESDIR%%/demos/web_elements/we_test_rounded_boxes.html -%%EXAMPLESDIR%%/demos/web_elements/web_elements.gpr.orig -%%EXAMPLESDIR%%/demos/web_elements/web_elements_program -%%EXAMPLESDIR%%/demos/web_elements/xml1.xml -%%EXAMPLESDIR%%/demos/web_elements/xml10.xml -%%EXAMPLESDIR%%/demos/web_elements/xml11.xml -%%EXAMPLESDIR%%/demos/web_elements/xml2.xml -%%EXAMPLESDIR%%/demos/web_elements/xml3.xml -%%EXAMPLESDIR%%/demos/web_elements/xml4.xml -%%EXAMPLESDIR%%/demos/web_elements/xml5.xml -%%EXAMPLESDIR%%/demos/web_elements/xml6.xml -%%EXAMPLESDIR%%/demos/web_elements/xml7.xml -%%EXAMPLESDIR%%/demos/web_elements/xml8.xml -%%EXAMPLESDIR%%/demos/web_elements/xml9.xml -%%EXAMPLESDIR%%/demos/web_elements/xml_action.txml -%%EXAMPLESDIR%%/demos/web_elements/xml_clear.xml -%%EXAMPLESDIR%%/demos/web_elements/xml_clear_no.xml -%%EXAMPLESDIR%%/demos/web_elements/xml_get_list.txml -%%EXAMPLESDIR%%/demos/web_elements/xml_showdata.txml -%%EXAMPLESDIR%%/demos/web_mail/web_mail -%%EXAMPLESDIR%%/demos/web_mail/wm_error.thtml -%%EXAMPLESDIR%%/demos/web_mail/wm_login.html -%%EXAMPLESDIR%%/demos/web_mail/wm_message.thtml -%%EXAMPLESDIR%%/demos/web_mail/wm_reply.thtml -%%EXAMPLESDIR%%/demos/web_mail/wm_summary.thtml -%%EXAMPLESDIR%%/demos/websockets/echo.xml -%%EXAMPLESDIR%%/demos/websockets/page.thtml -%%EXAMPLESDIR%%/demos/websockets/resp.xml -%%EXAMPLESDIR%%/demos/websockets/websock -%%EXAMPLESDIR%%/demos/wps/aws_directory.thtml -%%EXAMPLESDIR%%/demos/wps/wps -%%EXAMPLESDIR%%/demos/wps/wps.ini -%%EXAMPLESDIR%%/demos/ws/aws_directory.thtml -%%EXAMPLESDIR%%/demos/ws/page1.html -%%EXAMPLESDIR%%/demos/ws/websocket-messages-test.html -%%EXAMPLESDIR%%/demos/ws/ws -%%EXAMPLESDIR%%/demos/ws/ws.ini -%%EXAMPLESDIR%%/demos/ws_candy/candy -%%EXAMPLESDIR%%/demos/ws_candy/page.thtml -%%EXAMPLESDIR%%/demos/zdemo/adains.png.gz -%%EXAMPLESDIR%%/demos/zdemo/zdemo -%%EXAMPLESDIR%%/web_elements/icons/ada.gif -%%EXAMPLESDIR%%/web_elements/icons/adb.gif -%%EXAMPLESDIR%%/web_elements/icons/ads.gif -%%EXAMPLESDIR%%/web_elements/icons/alert.black.gif -%%EXAMPLESDIR%%/web_elements/icons/alert.red.gif -%%EXAMPLESDIR%%/web_elements/icons/arrow.png -%%EXAMPLESDIR%%/web_elements/icons/back.gif -%%EXAMPLESDIR%%/web_elements/icons/binary.gif -%%EXAMPLESDIR%%/web_elements/icons/binhex.gif -%%EXAMPLESDIR%%/web_elements/icons/bomb.gif -%%EXAMPLESDIR%%/web_elements/icons/break.gif -%%EXAMPLESDIR%%/web_elements/icons/c.gif -%%EXAMPLESDIR%%/web_elements/icons/compressed.gif -%%EXAMPLESDIR%%/web_elements/icons/dirup.gif -%%EXAMPLESDIR%%/web_elements/icons/dvi.gif -%%EXAMPLESDIR%%/web_elements/icons/f.gif -%%EXAMPLESDIR%%/web_elements/icons/file.gif -%%EXAMPLESDIR%%/web_elements/icons/file_red.gif -%%EXAMPLESDIR%%/web_elements/icons/file_sec.gif -%%EXAMPLESDIR%%/web_elements/icons/folder.gif -%%EXAMPLESDIR%%/web_elements/icons/folder.open.gif -%%EXAMPLESDIR%%/web_elements/icons/image1.gif -%%EXAMPLESDIR%%/web_elements/icons/image2.gif -%%EXAMPLESDIR%%/web_elements/icons/image3.gif -%%EXAMPLESDIR%%/web_elements/icons/layout.gif -%%EXAMPLESDIR%%/web_elements/icons/movie.gif -%%EXAMPLESDIR%%/web_elements/icons/p.gif -%%EXAMPLESDIR%%/web_elements/icons/patch.gif -%%EXAMPLESDIR%%/web_elements/icons/pdf.gif -%%EXAMPLESDIR%%/web_elements/icons/ps.gif -%%EXAMPLESDIR%%/web_elements/icons/quill.gif -%%EXAMPLESDIR%%/web_elements/icons/rcorner.gif -%%EXAMPLESDIR%%/web_elements/icons/script.gif -%%EXAMPLESDIR%%/web_elements/icons/sound1.gif -%%EXAMPLESDIR%%/web_elements/icons/sound2.gif -%%EXAMPLESDIR%%/web_elements/icons/tar.gif -%%EXAMPLESDIR%%/web_elements/icons/tex.gif -%%EXAMPLESDIR%%/web_elements/icons/text.gif -%%EXAMPLESDIR%%/web_elements/icons/unknown.gif -%%EXAMPLESDIR%%/web_elements/icons/uu.gif -%%EXAMPLESDIR%%/web_elements/javascripts/ajax_api.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_action_clear.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_action_js.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_action_replace.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_action_xml.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_func_clear.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_func_replace.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_func_xml.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_kernel.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_sortable.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/behaviour.js -%%EXAMPLESDIR%%/web_elements/javascripts/cookies.js -%%EXAMPLESDIR%%/web_elements/javascripts/dragdrop.js -%%EXAMPLESDIR%%/web_elements/javascripts/effects.js -%%EXAMPLESDIR%%/web_elements/javascripts/prototype.js -%%EXAMPLESDIR%%/web_elements/javascripts/scriptaculous.js -%%EXAMPLESDIR%%/web_elements/menu_css/arrow.png -%%EXAMPLESDIR%%/web_elements/menu_css/menu.tcss -%%EXAMPLESDIR%%/web_elements/mime.types -%%EXAMPLESDIR%%/web_elements/notebook/cookies.js -%%EXAMPLESDIR%%/web_elements/notebook/notebook.thtml -%%EXAMPLESDIR%%/web_elements/readme.txt -%%EXAMPLESDIR%%/web_elements/rounded_boxes/rcorner.gif -%%EXAMPLESDIR%%/web_elements/rounded_boxes/rounded_boxes.tcss diff --git a/www/aws/Makefile b/www/aws/Makefile deleted file mode 100644 index ab0c093496c9..000000000000 --- a/www/aws/Makefile +++ /dev/null @@ -1,172 +0,0 @@ -# Created by: John Marino - -PORTNAME= aws -PORTVERSION= 17.1 -PORTREVISION= 2 -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adacore Ada Web Server and framework - -LICENSE= GPLv3 GPLv3RLE -LICENSE_COMB= multi - -DEPRECATED= Uses EOL Python 2.7 via devel/gnatpython -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= gprbuild:devel/gprbuild \ - xmlada>=4.4:textproc/xmlada \ - asis>=2013:lang/asis \ - gnatpython>=20101207:devel/gnatpython -RUN_DEPENDS= xmlada>=4.4:textproc/xmlada - -USES= ada:run gmake python shebangfix -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_TUPLE= AdaCore:templates-parser:${PORTVERSION}:tp/templates_parser - -GNU_CONFIGURE= yes -NO_MTREE= yes -DOTBUILD= release -LINK_SSL= -- -LINK_TLS= -- -LINK_LDP= -- -NAME_IP6= -- -NAME_STD= -- -BUILD_TYPE= release -ADDL_RPATH= ${LOCALBASE}/lib:${LOCALBASE}/lib/aws/native/relocatable -SHEBANG_FILES= tools/awsascb - -OPTIONS_SINGLE= SSL -OPTIONS_DEFINE= IP6 DEBUG LDAP SHARED DOCS -OPTIONS_DEFAULT= OPENSSL SHARED -OPTIONS_SUB= yes -NO_OPTIONS_SORT= yes -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS - -SHARED_DESC= Build shared libraries in addition to static ones -IP6_DESC= Support IPv6 instead of IPv4 - -OPENSSL_USES= ssl -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -LDAP_USE= OPENLDAP=yes - -CONF_ARGS= PROCESSORS=${MAKE_JOBS_NUMBER} -CONF_ARGS+= GCC=ada -CONF_ARGS+= PYTHON=python${PYTHON_VER} -CONF_ARGS+= XMLADA=true -CONF_ARGS+= PRJ_BUILD=${DOTBUILD} -CONF_ARGS+= prefix=${PREFIX} -CONF_ARGS+= ZPATH=/usr/lib -CONF_ARGS+= ZLIB=true -CONF_ARGS+= ASIS=true -CONF_ARGS+= DEFAULT_LIBRARY_TYPE=static - -.include - -################### -## SSL Support ## -################### - -.if ${PORT_OPTIONS:MOPENSSL} -CONF_ARGS+= SOCKET=openssl -CONF_ARGS+= LPATH=${OPENSSLLIB} -LINK_SSL= -.else -# it's not SSL so it must be GNUTLS -CONF_ARGS+= LPATH=${PREFIX}/lib -CONF_ARGS+= SOCKET=gnutls -LINK_TLS= -.endif - -#################### -## LDAP Support ## -#################### - -.if ${PORT_OPTIONS:MLDAP} -CONF_ARGS+= LDAP=true -LINK_LDP= -.endif - -#################### -## IPv6 Support ## -#################### - -.if ${PORT_OPTIONS:MIP6} -CONF_ARGS+= IPv6=true -NAME_IP4= -- -NAME_IP6= -.endif - -##################### -## Debug Support ## -##################### - -.if ${PORT_OPTIONS:MDEBUG} -CONF_ARGS+= DEBUG=true -BUILD_TYPE= debug -.endif - -############################## -## Shared Runtime Library ## -############################## - -.if ${PORT_OPTIONS:MSHARED} -CONF_ARGS+= ENABLE_SHARED=true -.else -CONF_ARGS+= ENABLE_SHARED=false -.endif - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= undefined reference to `CRYPTO_set_id_callback' -BROKEN_FreeBSD_13= undefined reference to `CRYPTO_set_id_callback' -BROKEN_FreeBSD_14= undefined reference to `CRYPTO_set_id_callback' -.endif - -post-patch: - @${REINPLACE_CMD} \ - -e 's|@ADDITIONAL_RPATH@|${ADDL_RPATH}|' \ - -e 's|@PREFIX@|${LOCALBASE}|g' \ - ${WRKSRC}/aws.gpr \ - ${WRKSRC}/src/src.gpr \ - ${WRKSRC}/include/include.gpr - @${REINPLACE_CMD} -e 's|latexpdf||' ${WRKSRC}/Makefile - -do-configure: - (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${MAKE_CMD} setup ${CONF_ARGS}) - -do-build: -# We cannot use a redefined ALL_TARGET because MAKE_JOBS_SAFE is set -# for PROCESSORS, but that also sets -j for gmake which breaks build - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} build - -do-build-DOCS-on: - cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} html - -test: -.if exists(${LOCALBASE}/bin/awsres) - @cd ${WRKSRC}/regtests && ${SETENV} ${MAKE_ENV} TIMEOUT=75 \ - python${PYTHON_VER} testsuite.py -.else - @${ECHO} "AWS has to be installed before testing" -.endif - -post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/share/gpr/manifests - ${RM} ${STAGEDIR}${PREFIX}/include/aws.relocatable/Makefile - ${RM} ${STAGEDIR}${PREFIX}/include/aws/Makefile - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/share/gps/plug-ins - ${CAT} ${FILESDIR}/aws.gpr.in | ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ - -e 's|@SSL@|${LINK_SSL}|g' -e 's|@TLS@|${LINK_TLS}|g' \ - -e 's|@LDP@|${LINK_LDP}|g' -e 's|@IP4@|${NAME_IP4}|g' \ - -e 's|@IP6@|${NAME_IP6}|g' -e 's|@STD@|${NAME_STD}|g' \ - > ${STAGEDIR}${PREFIX}/lib/gnat/aws.gpr - cd ${WRKSRC}/gps && ${INSTALL_DATA} *.xml aws.py \ - ${STAGEDIR}${PREFIX}/share/gps/plug-ins - -.include diff --git a/www/aws/distinfo b/www/aws/distinfo deleted file mode 100644 index 602fa066ced3..000000000000 --- a/www/aws/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1488270744 -SHA256 (AdaCore-aws-17.1_GH0.tar.gz) = 107d2fcec8e20b4f00d390e9db858a0723ed1baed9a696e869c05b362da98d8b -SIZE (AdaCore-aws-17.1_GH0.tar.gz) = 2085674 -SHA256 (AdaCore-templates-parser-17.1_GH0.tar.gz) = efd2f2d21a532014802c5dc2083453b9c945c146c7bf910c348387ef48c22b62 -SIZE (AdaCore-templates-parser-17.1_GH0.tar.gz) = 216649 diff --git a/www/aws/files/aws.gpr.in b/www/aws/files/aws.gpr.in deleted file mode 100644 index c24fdcbd69a7..000000000000 --- a/www/aws/files/aws.gpr.in +++ /dev/null @@ -1,59 +0,0 @@ -with "xmlada"; - -project AWS is - - type AWS_Kind_Type is ("static", "relocatable"); - AWS_Kind : AWS_Kind_Type := external ("LIBRARY_TYPE", "static"); - - for Library_Name use "aws"; - for Library_Kind use AWS_Kind; - case AWS_Kind is - when "relocatable" => - for Source_Dirs use ("../../include/aws.relocatable"); - for Library_Dir use "../../lib/aws.relocatable"; - for Library_Version use "libaws.so"; - when others => - for Source_Dirs use ("../../include/aws"); - for Library_Dir use "../../lib/aws"; - end case; - for Externally_Built use "true"; - - package Linker is - for Linker_Options use ("-L@PREFIX@/lib", "-Wl,-R,@PREFIX@/lib" - @SSL@ , "-lssl", "-lcrypto" - @TLS@ , "-L@PREFIX@/lib/gnutls3", "-Wl,-R,@PREFIX@/lib/gnutls3" - @TLS@ , "-lgnutls" - @LDP@ , "-lldap" - ); - end Linker; - - package Naming is - - @IP4@ for Implementation ("AWS.Net.Std") use "aws-net-std__gnat.adb"; - - @IP6@ for Implementation ("AWS.Net.Std") use "aws-net-std__ipv6.adb"; - - @STD@ for Implementation ("AWS.Net.SSL") use "aws-net-ssl__dummy.adb"; - @STD@ for Specification ("AWS.Net.SSL.Certificate.Impl") - @STD@ use "aws-net-ssl-certificate-impl__dummy.ads"; - @STD@ for Implementation ("AWS.Net.SSL.Certificate.Impl") - @STD@ use "aws-net-ssl-certificate-impl__dummy.adb"; - @STD@ for Specification ("SSL.Thin") use "ssl-thin__dummy.ads"; - - @SSL@ for Implementation ("AWS.Net.SSL") use "aws-net-ssl__openssl.adb"; - @SSL@ for Specification ("AWS.Net.SSL.Certificate.Impl") - @SSL@ use "aws-net-ssl-certificate-impl__openssl.ads"; - @SSL@ for Implementation ("AWS.Net.SSL.Certificate.Impl") - @SSL@ use "aws-net-ssl-certificate-impl__openssl.adb"; - @SSL@ for Specification ("SSL.Thin") use "ssl-thin__openssl.ads"; - - @TLS@ for Implementation ("AWS.Net.SSL") use "aws-net-ssl__gnutls.adb"; - @TLS@ for Specification ("AWS.Net.SSL.Certificate.Impl") - @TLS@ use "aws-net-ssl-certificate-impl__gnutls.ads"; - @TLS@ for Implementation ("AWS.Net.SSL.Certificate.Impl") - @TLS@ use "aws-net-ssl-certificate-impl__gnutls.adb"; - @TLS@ for Specification ("SSL.Thin") use "ssl-thin__gnutls.ads"; - - end Naming; - -end AWS; diff --git a/www/aws/files/patch-aws.gpr b/www/aws/files/patch-aws.gpr deleted file mode 100644 index 882e991d7911..000000000000 --- a/www/aws/files/patch-aws.gpr +++ /dev/null @@ -1,61 +0,0 @@ ---- aws.gpr.orig 2014-11-15 19:27:52 UTC -+++ aws.gpr -@@ -55,7 +56,7 @@ aggregate library project AWS is - Project'Library_Options & ("-lwldap32"); - when others => - for Library_Options use -- Project'Library_Options & ("-lldap"); -+ Project'Library_Options & ("-L@PREFIX@/lib", "-lldap"); - end case; - - when "Disabled" => -@@ -69,49 +70,4 @@ aggregate library project AWS is - - package Builder renames Shared.Builder; - -- ------------- -- -- Install -- -- ------------- -- -- package Install is -- -- examples -- -- for Artifacts ("share/examples/aws/images") -- use ("demos/runme/aws_*.png"); -- for Artifacts ("share/examples/aws/templates") -- use ("demos/web_mail/*html"); -- -- -- support files (templates) -- -- for Artifacts ("share/examples/aws/templates") -- use ("templates_parser/tools/templates.tads"); -- for Artifacts ("share/examples/aws/web_elements") -- use ("web_elements/menu_css", "web_elements/notebook", -- "web_elements/rounded_boxes", "web_elements/icons", -- "web_elements/javascripts", -- "web_elements/mime.types", "web_elements/readme.txt"); -- -- case Shared.S_Target is -- when "Windows_NT" => -- for Artifacts ("lib/aws") -- use (Shared.Target_Dir & "/common/win32/aws.coff"); -- when others => -- null; -- end case; -- -- -- documentations -- -- for Artifacts ("share/doc/aws") use ("docs/build/html"); -- for Artifacts ("share/doc/aws/pdf") use ("docs/build/latex/*.pdf"); -- for Artifacts ("share/doc/aws/templates_parser") -- use ("templates_parser/docs/build/html"); -- for Artifacts ("share/doc/aws/templates_parser/pdf") -- use ("templates_parser/docs/build/latex/*.pdf"); -- -- -- gps plug-ins -- -- for Artifacts ("share/gps/plug-ins") use ("gps/*.xml", "gps/aws.py"); -- -- end Install; -- - end AWS; diff --git a/www/aws/files/patch-include_include.gpr b/www/aws/files/patch-include_include.gpr deleted file mode 100644 index e5bce0c3081c..000000000000 --- a/www/aws/files/patch-include_include.gpr +++ /dev/null @@ -1,10 +0,0 @@ ---- include/include.gpr.orig 2015-06-22 10:52:10 UTC -+++ include/include.gpr -@@ -31,6 +31,7 @@ library project Include is - - for Library_Name use "aws_include"; - for Library_Kind use Shared.Library_Type; -+ for Library_Options use ("-R", "-Wl,-R,@ADDITIONAL_RPATH@"); - for Leading_Library_Options use Shared.Leading_Library_Options; - - --------- diff --git a/www/aws/files/patch-regtests_0043__check__mem_test.opt b/www/aws/files/patch-regtests_0043__check__mem_test.opt deleted file mode 100644 index e229301688c1..000000000000 --- a/www/aws/files/patch-regtests_0043__check__mem_test.opt +++ /dev/null @@ -1,14 +0,0 @@ ---- regtests/0043_check_mem/test.opt.orig 2014-11-15 19:27:52 UTC -+++ regtests/0043_check_mem/test.opt -@@ -1,3 +1,11 @@ - !ssl DEAD - !xmlada DEAD -+x86-dragonfly DEAD "no gnatmem" -+x86-freebsd DEAD "no gnatmem" -+x86-openbsd DEAD "no gnatmem" -+x86-netbsd DEAD "no gnatmem" -+x86_64-dragonfly DEAD "no gnatmem" -+x86_64-freebsd DEAD "no gnatmem" -+x86_64-openbsd DEAD "no gnatmem" -+x86_64-netbsd DEAD "no gnatmem" - darwin DEAD "no gnatmem" diff --git a/www/aws/files/patch-regtests_0213__check__mem__nossl_test.opt b/www/aws/files/patch-regtests_0213__check__mem__nossl_test.opt deleted file mode 100644 index 42436535e6e7..000000000000 --- a/www/aws/files/patch-regtests_0213__check__mem__nossl_test.opt +++ /dev/null @@ -1,14 +0,0 @@ ---- regtests/0213_check_mem_nossl/test.opt.orig 2014-11-15 19:27:52 UTC -+++ regtests/0213_check_mem_nossl/test.opt -@@ -1,3 +1,11 @@ - !xmlada DEAD - !asis DEAD -+x86-dragonfly DEAD "no gnatmem" -+x86-freebsd DEAD "no gnatmem" -+x86-openbsd DEAD "no gnatmem" -+x86-netbsd DEAD "no gnatmem" -+x86_64-dragonfly DEAD "no gnatmem" -+x86_64-freebsd DEAD "no gnatmem" -+x86_64-openbsd DEAD "no gnatmem" -+x86_64-netbsd DEAD "no gnatmem" - darwin DEAD "no gnatmem" diff --git a/www/aws/files/patch-src_core_aws-net.adb b/www/aws/files/patch-src_core_aws-net.adb deleted file mode 100644 index 0d20c6c887bd..000000000000 --- a/www/aws/files/patch-src_core_aws-net.adb +++ /dev/null @@ -1,11 +0,0 @@ ---- src/core/aws-net.adb.orig 2015-06-22 10:52:10 UTC -+++ src/core/aws-net.adb -@@ -553,7 +553,7 @@ package body AWS.Net is - - -- to be shure that it is S1 and S2 connected together - -- exit when Peer_Addr (STC (S2)) = Local_Host -+ exit when Peer_Addr (STC (S2)) = Get_Addr (STC (S1)) - and then Peer_Port (STC (S2)) = Get_Port (STC (S1)) - and then Peer_Port (STC (S1)) = Get_Port (STC (S2)); - diff --git a/www/aws/files/patch-src_core_aws-server-http__utils.adb b/www/aws/files/patch-src_core_aws-server-http__utils.adb deleted file mode 100644 index 13c537f374ce..000000000000 --- a/www/aws/files/patch-src_core_aws-server-http__utils.adb +++ /dev/null @@ -1,22 +0,0 @@ -Current_Process_Id is not available on GCC 6.x - ---- src/core/aws-server-http_utils.adb.orig 2016-09-28 15:14:26 UTC -+++ src/core/aws-server-http_utils.adb -@@ -39,7 +39,6 @@ with Ada.Strings.Unbounded; - with Ada.Text_IO; - - with GNAT.MD5; --with GNAT.OS_Lib; - with GNAT.Regexp; - - with AWS.Attachments; -@@ -924,8 +923,7 @@ package body AWS.Server.HTTP_Utils is - - function Get_File_Upload_UID return String is - use GNAT; -- Pid : constant Natural := Integer'Max -- (0, OS_Lib.Pid_To_Integer (OS_Lib.Current_Process_Id)); -+ Pid : constant Natural := 0; - -- On OS where Current_Process_Id is not support -1 is returned. We - -- ensure that in this case the Pid is set to 0 in this case. - UID : Natural; diff --git a/www/aws/files/patch-src_src.gpr b/www/aws/files/patch-src_src.gpr deleted file mode 100644 index 7091cb6a81c2..000000000000 --- a/www/aws/files/patch-src_src.gpr +++ /dev/null @@ -1,20 +0,0 @@ ---- src/src.gpr.orig 2015-06-22 10:52:10 UTC *** 1153 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:40:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C70FA65248E; Sat, 26 Jun 2021 11:40: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 4GBsNz54Szz4f4B; Sat, 26 Jun 2021 11:40: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 927F71E13D; Sat, 26 Jun 2021 11:40: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 15QBe3tr048603; Sat, 26 Jun 2021 11:40:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBe3gv048592; Sat, 26 Jun 2021 11:40:03 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:40:03 GMT Message-Id: <202106261140.15QBe3gv048592@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: a9d27d452e6b - main - */*: 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: a9d27d452e6bd48bcd63bfda7cd34c963dfaca74 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:40:03 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9d27d452e6bd48bcd63bfda7cd34c963dfaca74 commit a9d27d452e6bd48bcd63bfda7cd34c963dfaca74 Author: Rene Ladan AuthorDate: 2021-06-26 11:39:51 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 11:39:51 +0000 */*: Remove expired ports: 2020-12-31 devel/libosmocore: Uses Python 2.7 which is EOLed upstream 2021-06-23 net/openggsn: Uses EOL Python 2.7 via devel/libosmocore 2021-06-23 devel/libosmo-abis: Uses EOL Python 2.7 via devel/libosmocore --- MOVED | 3 + devel/Makefile | 2 - devel/libosmo-abis/Makefile | 27 --- devel/libosmo-abis/distinfo | 3 - devel/libosmo-abis/pkg-descr | 5 - devel/libosmo-abis/pkg-plist | 21 --- devel/libosmocore/Makefile | 48 ------ devel/libosmocore/distinfo | 3 - .../libosmocore/files/patch-src_gb_gprs__ns__sns.c | 11 -- devel/libosmocore/files/patch-src_sockaddr__str.c | 11 -- .../files/patch-src_timer__clockgettime.c | 27 --- devel/libosmocore/pkg-descr | 7 - devel/libosmocore/pkg-plist | 185 --------------------- net/Makefile | 1 - net/openggsn/Makefile | 29 ---- net/openggsn/distinfo | 3 - net/openggsn/pkg-descr | 6 - net/openggsn/pkg-plist | 12 -- 18 files changed, 3 insertions(+), 401 deletions(-) diff --git a/MOVED b/MOVED index 39a821bb266d..f9a17c9a3d17 100644 --- a/MOVED +++ b/MOVED @@ -16429,3 +16429,6 @@ lang/spidermonkey185||2021-06-26|Has expired: Uses Python 2.7 which is EOLed ups www/aws||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/gnatpython www/aws-demos||2021-06-26|Has expired: Uses EOL Python 2.7 via www/aws devel/gnatpython||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +devel/libosmocore||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +net/openggsn||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libosmocore +devel/libosmo-abis||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libosmocore diff --git a/devel/Makefile b/devel/Makefile index d1be2eded811..324b17a5218a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1276,8 +1276,6 @@ SUBDIR += libopkele SUBDIR += liborcus SUBDIR += libosinfo - SUBDIR += libosmo-abis - SUBDIR += libosmocore SUBDIR += libowfat SUBDIR += libpafe SUBDIR += libpafe-ruby diff --git a/devel/libosmo-abis/Makefile b/devel/libosmo-abis/Makefile deleted file mode 100644 index 5ef5285aa363..000000000000 --- a/devel/libosmo-abis/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= libosmo-abis -PORTVERSION= 0.7.0 -CATEGORIES= devel -MASTER_SITES= http://git.osmocom.org/libosmo-abis/snapshot/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Shared code regarding the A-bis interface between BTS and BSC - -LICENSE= AGPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via devel/libosmocore -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libosmocore.so:devel/libosmocore \ - libtalloc.so:devel/talloc \ - libortp.so:net/ortp - -USES= autoreconf gmake libtool pathfix pkgconfig -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USE_LDCONFIG= yes - -post-patch: - ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version - -.include diff --git a/devel/libosmo-abis/distinfo b/devel/libosmo-abis/distinfo deleted file mode 100644 index d1228c014ba4..000000000000 --- a/devel/libosmo-abis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1570136275 -SHA256 (libosmo-abis-0.7.0.tar.gz) = d869a1cfb3afdb3d5786ba0708bdb166ab85621bab653aee138d0bd7b34c40f6 -SIZE (libosmo-abis-0.7.0.tar.gz) = 90549 diff --git a/devel/libosmo-abis/pkg-descr b/devel/libosmo-abis/pkg-descr deleted file mode 100644 index a96eed545b52..000000000000 --- a/devel/libosmo-abis/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a library containing common/shared code regarding the A-bis -interface between BTS and BSC. It implements drivers for mISDN and DAHDI -based E1 cards, as well as some A-bis/IP dialects. - -WWW: http://openbsc.osmocom.org/trac/wiki/libosmo-abis diff --git a/devel/libosmo-abis/pkg-plist b/devel/libosmo-abis/pkg-plist deleted file mode 100644 index ee40cfb5d220..000000000000 --- a/devel/libosmo-abis/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -include/osmocom/abis/ipa.h -include/osmocom/abis/trau_frame.h -include/osmocom/abis/ipa_proxy.h -include/osmocom/abis/ipaccess.h -include/osmocom/abis/abis.h -include/osmocom/abis/subchan_demux.h -include/osmocom/abis/e1_input.h -include/osmocom/abis/lapd.h -include/osmocom/abis/lapd_pcap.h -include/osmocom/abis/unixsocket_proto.h -include/osmocom/trau/osmo_ortp.h -lib/libosmoabis.so.6.1.0 -lib/libosmoabis.so.6 -lib/libosmoabis.so -lib/libosmotrau.so.2.2.0 -lib/libosmotrau.so.2 -lib/libosmotrau.so -lib/libosmoabis.a -lib/libosmotrau.a -libdata/pkgconfig/libosmoabis.pc -libdata/pkgconfig/libosmotrau.pc diff --git a/devel/libosmocore/Makefile b/devel/libosmocore/Makefile deleted file mode 100644 index 5d4640bb6451..000000000000 --- a/devel/libosmocore/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -PORTNAME= libosmocore -PORTVERSION= 1.2.0 -CATEGORIES= devel -MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Common library for all Osmocom projects - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libgnutls.so:security/gnutls \ - libpcsclite.so:devel/pcsc-lite \ - libtalloc.so:devel/talloc - -USES= alias autoreconf gmake libtool pathfix pkgconfig python:2.7 \ - shebangfix - -GNU_CONFIGURE= yes -LDFLAGS+= -lexecinfo -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip -PORTDOCS= * -SHEBANG_FILES= utils/conv_codes_gsm.py utils/conv_gen.py -python_OLD_CMD= /usr/bin/python2 - -CFLAGS+= -fcommon - -OPTIONS_DEFINE= DOCS DOXYGEN - -DOXYGEN_IMPLIES= DOCS -DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ - doxygen:devel/doxygen -DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_path_DOXYGEN=false - -post-patch: - ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version - @${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' \ - ${WRKSRC}/src/application.c \ - ${WRKSRC}/src/gb/gprs_bssgp.c \ - ${WRKSRC}/src/gb/gprs_bssgp_bss.c - @${REINPLACE_CMD} -e 's/python2/${PYTHON_VERSION}/' \ - -e 's,(AM_V_GEN)python ,(AM_V_GEN)${PYTHON_VERSION} ,' \ - ${WRKSRC}/include/Makefile.am \ - ${WRKSRC}/src/gsm/Makefile.am \ - ${WRKSRC}/tests/Makefile.am - -.include diff --git a/devel/libosmocore/distinfo b/devel/libosmocore/distinfo deleted file mode 100644 index efc51dd437c6..000000000000 --- a/devel/libosmocore/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1568838407 -SHA256 (libosmocore-1.2.0.tar.gz) = 74b8e0edb2a97eb3665f4004ed7b5c6a42c2e3f5fe29dcd5d474e7c4d1d11888 -SIZE (libosmocore-1.2.0.tar.gz) = 1234979 diff --git a/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c b/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c deleted file mode 100644 index 491952688a7e..000000000000 --- a/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gb/gprs_ns_sns.c.orig 2019-05-22 09:31:16 UTC -+++ src/gb/gprs_ns_sns.c -@@ -11,6 +11,8 @@ - #include - #include - -+#include -+ - #include - #include - #include diff --git a/devel/libosmocore/files/patch-src_sockaddr__str.c b/devel/libosmocore/files/patch-src_sockaddr__str.c deleted file mode 100644 index 62010f401a11..000000000000 --- a/devel/libosmocore/files/patch-src_sockaddr__str.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sockaddr_str.c.orig 2019-05-22 09:18:33 UTC -+++ src/sockaddr_str.c -@@ -38,6 +38,8 @@ - #include - #include - -+#include -+ - /*! \addtogroup sockaddr_str - * - * Common operations to store IP address as a char string along with a uint16_t port number. diff --git a/devel/libosmocore/files/patch-src_timer__clockgettime.c b/devel/libosmocore/files/patch-src_timer__clockgettime.c deleted file mode 100644 index 1e24cd2ea431..000000000000 --- a/devel/libosmocore/files/patch-src_timer__clockgettime.c +++ /dev/null @@ -1,27 +0,0 @@ ---- src/timer_clockgettime.c.orig 2019-05-07 16:36:51 UTC -+++ src/timer_clockgettime.c -@@ -75,16 +75,16 @@ static struct fakeclock* clkid_to_fakeclock(clockid_t - switch(clk_id) { - case CLOCK_REALTIME: - return &realtime; -- case CLOCK_REALTIME_COARSE: -- return &realtime_coarse; -+// case CLOCK_REALTIME_COARSE: -+// return &realtime_coarse; - case CLOCK_MONOTONIC: - return &mono; -- case CLOCK_MONOTONIC_COARSE: -- return &mono_coarse; -- case CLOCK_MONOTONIC_RAW: -- return &mono_raw; -- case CLOCK_BOOTTIME: -- return &boottime; -+// case CLOCK_MONOTONIC_COARSE: -+// return &mono_coarse; -+// case CLOCK_MONOTONIC_RAW: -+// return &mono_raw; -+// case CLOCK_BOOTTIME: -+// return &boottime; - case CLOCK_PROCESS_CPUTIME_ID: - return &proc_cputime_id; - case CLOCK_THREAD_CPUTIME_ID: diff --git a/devel/libosmocore/pkg-descr b/devel/libosmocore/pkg-descr deleted file mode 100644 index 7c3933fcfbc2..000000000000 --- a/devel/libosmocore/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -libosmocore is a library with various utility functions that were -originally developed as part of the OpenBSC project, but which are -of a more generic nature and thus useful to (at least) other programs -that we develop in the sphere of Free Software / Open Source mobile -communications. - -WWW: http://bb.osmocom.org/trac/wiki/libosmocore diff --git a/devel/libosmocore/pkg-plist b/devel/libosmocore/pkg-plist deleted file mode 100644 index b0152855ae4d..000000000000 --- a/devel/libosmocore/pkg-plist +++ /dev/null @@ -1,185 +0,0 @@ -bin/osmo-arfcn -bin/osmo-auc-gen -bin/osmo-config-merge -bin/osmo-release.sh -include/osmo-release.mk -include/osmocom/codec/codec.h -include/osmocom/codec/ecu.h -include/osmocom/codec/gsm610_bits.h -include/osmocom/coding/gsm0503_coding.h -include/osmocom/coding/gsm0503_interleaving.h -include/osmocom/coding/gsm0503_mapping.h -include/osmocom/coding/gsm0503_parity.h -include/osmocom/coding/gsm0503_tables.h -include/osmocom/core/application.h -include/osmocom/core/backtrace.h -include/osmocom/core/bit16gen.h -include/osmocom/core/bit32gen.h -include/osmocom/core/bit64gen.h -include/osmocom/core/bitcomp.h -include/osmocom/core/bits.h -include/osmocom/core/bitvec.h -include/osmocom/core/byteswap.h -include/osmocom/core/conv.h -include/osmocom/core/counter.h -include/osmocom/core/crc16.h -include/osmocom/core/crc16gen.h -include/osmocom/core/crc32gen.h -include/osmocom/core/crc64gen.h -include/osmocom/core/crc8gen.h -include/osmocom/core/crcgen.h -include/osmocom/core/defs.h -include/osmocom/core/endian.h -include/osmocom/core/fsm.h -include/osmocom/core/gsmtap.h -include/osmocom/core/gsmtap_util.h -include/osmocom/core/isdnhdlc.h -include/osmocom/core/linuxlist.h -include/osmocom/core/linuxrbtree.h -include/osmocom/core/logging.h -include/osmocom/core/loggingrb.h -include/osmocom/core/macaddr.h -include/osmocom/core/msgb.h -include/osmocom/core/msgfile.h -include/osmocom/core/panic.h -include/osmocom/core/plugin.h -include/osmocom/core/prbs.h -include/osmocom/core/prim.h -include/osmocom/core/process.h -include/osmocom/core/rate_ctr.h -include/osmocom/core/select.h -include/osmocom/core/sercomm.h -include/osmocom/core/serial.h -include/osmocom/core/signal.h -include/osmocom/core/sockaddr_str.h -include/osmocom/core/socket.h -include/osmocom/core/stat_item.h -include/osmocom/core/statistics.h -include/osmocom/core/stats.h -include/osmocom/core/strrb.h -include/osmocom/core/talloc.h -include/osmocom/core/tdef.h -include/osmocom/core/timer.h -include/osmocom/core/timer_compat.h -include/osmocom/core/use_count.h -include/osmocom/core/utils.h -include/osmocom/core/write_queue.h -include/osmocom/crypt/auth.h -include/osmocom/crypt/gprs_cipher.h -include/osmocom/ctrl/control_cmd.h -include/osmocom/ctrl/control_if.h -include/osmocom/ctrl/control_vty.h -include/osmocom/ctrl/ports.h -include/osmocom/gprs/gprs_bssgp.h -include/osmocom/gprs/gprs_bssgp_bss.h -include/osmocom/gprs/gprs_msgb.h -include/osmocom/gprs/gprs_ns.h -include/osmocom/gprs/gprs_ns_frgre.h -include/osmocom/gprs/gprs_rlc.h -include/osmocom/gprs/protocol/gsm_04_60.h -include/osmocom/gprs/protocol/gsm_08_16.h -include/osmocom/gprs/protocol/gsm_08_18.h -include/osmocom/gsm/a5.h -include/osmocom/gsm/abis_nm.h -include/osmocom/gsm/apn.h -include/osmocom/gsm/bitvec_gsm.h -include/osmocom/gsm/bts_features.h -include/osmocom/gsm/cbsp.h -include/osmocom/gsm/comp128.h -include/osmocom/gsm/comp128v23.h -include/osmocom/gsm/gan.h -include/osmocom/gsm/gsm0341.h -include/osmocom/gsm/gsm0411_smc.h -include/osmocom/gsm/gsm0411_smr.h -include/osmocom/gsm/gsm0411_utils.h -include/osmocom/gsm/gsm0480.h -include/osmocom/gsm/gsm0502.h -include/osmocom/gsm/gsm0503.h -include/osmocom/gsm/gsm0808.h -include/osmocom/gsm/gsm0808_utils.h -include/osmocom/gsm/gsm23003.h -include/osmocom/gsm/gsm29118.h -include/osmocom/gsm/gsm29205.h -include/osmocom/gsm/gsm48.h -include/osmocom/gsm/gsm48_arfcn_range_encode.h -include/osmocom/gsm/gsm48_ie.h -include/osmocom/gsm/gsm48_rest_octets.h -include/osmocom/gsm/gsm_utils.h -include/osmocom/gsm/gsup.h -include/osmocom/gsm/gsup_sms.h -include/osmocom/gsm/ipa.h -include/osmocom/gsm/l1sap.h -include/osmocom/gsm/lapd_core.h -include/osmocom/gsm/lapdm.h -include/osmocom/gsm/meas_rep.h -include/osmocom/gsm/mncc.h -include/osmocom/gsm/oap.h -include/osmocom/gsm/oap_client.h -include/osmocom/gsm/prim.h -include/osmocom/gsm/protocol/gsm_03_40.h -include/osmocom/gsm/protocol/gsm_03_41.h -include/osmocom/gsm/protocol/gsm_04_08.h -include/osmocom/gsm/protocol/gsm_04_08_gprs.h -include/osmocom/gsm/protocol/gsm_04_11.h -include/osmocom/gsm/protocol/gsm_04_12.h -include/osmocom/gsm/protocol/gsm_04_14.h -include/osmocom/gsm/protocol/gsm_04_80.h -include/osmocom/gsm/protocol/gsm_08_08.h -include/osmocom/gsm/protocol/gsm_08_58.h -include/osmocom/gsm/protocol/gsm_09_02.h -include/osmocom/gsm/protocol/gsm_12_21.h -include/osmocom/gsm/protocol/gsm_23_003.h -include/osmocom/gsm/protocol/gsm_23_041.h -include/osmocom/gsm/protocol/gsm_29_118.h -include/osmocom/gsm/protocol/gsm_44_318.h -include/osmocom/gsm/protocol/gsm_48_049.h -include/osmocom/gsm/protocol/ipaccess.h -include/osmocom/gsm/protocol/smpp34_osmocom.h -include/osmocom/gsm/rsl.h -include/osmocom/gsm/rxlev_stat.h -include/osmocom/gsm/sysinfo.h -include/osmocom/gsm/tlv.h -include/osmocom/sim/class_tables.h -include/osmocom/sim/sim.h -include/osmocom/vty/buffer.h -include/osmocom/vty/command.h -include/osmocom/vty/logging.h -include/osmocom/vty/misc.h -include/osmocom/vty/ports.h -include/osmocom/vty/stats.h -include/osmocom/vty/tdef_vty.h -include/osmocom/vty/telnet_interface.h -include/osmocom/vty/vector.h -include/osmocom/vty/vty.h -lib/libosmocodec.so -lib/libosmocodec.so.0 -lib/libosmocodec.so.0.1.1 -lib/libosmocoding.so -lib/libosmocoding.so.0 -lib/libosmocoding.so.0.1.1 -lib/libosmocore.so -lib/libosmocore.so.12 -lib/libosmocore.so.12.2.0 -lib/libosmoctrl.so -lib/libosmoctrl.so.0 -lib/libosmoctrl.so.0.4.0 -lib/libosmogb.so -lib/libosmogb.so.9 -lib/libosmogb.so.9.0.1 -lib/libosmogsm.so -lib/libosmogsm.so.13 -lib/libosmogsm.so.13.0.0 -lib/libosmosim.so -lib/libosmosim.so.0 -lib/libosmosim.so.0.1.1 -lib/libosmovty.so -lib/libosmovty.so.4 -lib/libosmovty.so.4.4.0 -libdata/pkgconfig/libosmocodec.pc -libdata/pkgconfig/libosmocoding.pc -libdata/pkgconfig/libosmocore.pc -libdata/pkgconfig/libosmoctrl.pc -libdata/pkgconfig/libosmogb.pc -libdata/pkgconfig/libosmogsm.pc -libdata/pkgconfig/libosmosim.pc -libdata/pkgconfig/libosmovty.pc diff --git a/net/Makefile b/net/Makefile index bf451b76d1f7..c22f7ca9308f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -540,7 +540,6 @@ SUBDIR += open-isns SUBDIR += openbgpd SUBDIR += openbgpd6 - SUBDIR += openggsn SUBDIR += openldap24-client SUBDIR += openldap24-sasl-client SUBDIR += openldap24-server diff --git a/net/openggsn/Makefile b/net/openggsn/Makefile deleted file mode 100644 index ac668a586603..000000000000 --- a/net/openggsn/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= openggsn -PORTVERSION= 0.94 -CATEGORIES= net -MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Implementation of the Gateway GPRS Support Node element - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via devel/libosmocore -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libosmocore.so:devel/libosmocore \ - libtalloc.so:devel/talloc - -GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pathfix pkgconfig - -USE_LDCONFIG= yes - -post-patch: - ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtp.so.1 - -.include diff --git a/net/openggsn/distinfo b/net/openggsn/distinfo deleted file mode 100644 index abb63e3ebfb2..000000000000 --- a/net/openggsn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1513077316 -SHA256 (openggsn-0.94.tar.gz) = 8253b82f282b4128b39b5fc20ed56c7cce544f8f82436fc3d893209286e3387d -SIZE (openggsn-0.94.tar.gz) = 140368 diff --git a/net/openggsn/pkg-descr b/net/openggsn/pkg-descr deleted file mode 100644 index 20d9b63f6746..000000000000 --- a/net/openggsn/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -OpenGGSN is an implementation of the Gateway GPRS Support Node element -in the GPRS core network. -OpenGGSN was developed in 2002 to 2004 by Mondru AB and was abandoned -for some years before adopted by the Osmocom project. - -WWW: http://openbsc.osmocom.org/trac/wiki/OpenGGSN diff --git a/net/openggsn/pkg-plist b/net/openggsn/pkg-plist deleted file mode 100644 index 448b001b3eac..000000000000 --- a/net/openggsn/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/ggsn -bin/sgsnemu -include/gtp.h -include/gtpie.h -include/pdp.h -lib/libgtp.a -lib/libgtp.so -lib/libgtp.so.1 -lib/libgtp.so.1.0.0 -libdata/pkgconfig/libgtp.pc -man/man8/ggsn.8.gz -man/man8/sgsnemu.8.gz From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:45:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC6BE651F6C; Sat, 26 Jun 2021 11:45: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 4GBsWV6D0mz4fyD; Sat, 26 Jun 2021 11:45: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 B25031E53A; Sat, 26 Jun 2021 11:45: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 15QBjgSS059410; Sat, 26 Jun 2021 11:45:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBjg9E059409; Sat, 26 Jun 2021 11:45:42 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:45:42 GMT Message-Id: <202106261145.15QBjg9E059409@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: cd30078636a5 - main - textproc/py-python-lsp-server: Update to 1.1.0 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: cd30078636a509c2dda1decbb21d395192fe2ce2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:45:43 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd30078636a509c2dda1decbb21d395192fe2ce2 commit cd30078636a509c2dda1decbb21d395192fe2ce2 Author: Rainer Hurling AuthorDate: 2021-06-26 11:43:45 +0000 Commit: Rainer Hurling CommitDate: 2021-06-26 11:43:45 +0000 textproc/py-python-lsp-server: Update to 1.1.0 Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-110-2021-06-25 Reported by: portscout, Repology --- textproc/py-python-lsp-server/Makefile | 12 +++++++++--- textproc/py-python-lsp-server/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile index 18c8bfbc0eb1..75fa4d94ba15 100644 --- a/textproc/py-python-lsp-server/Makefile +++ b/textproc/py-python-lsp-server/Makefile @@ -1,7 +1,7 @@ # Created by: Rainer Hurling PORTNAME= python-lsp-server -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autopep8>0:textproc/py-autopep8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyls-black>0:devel/py-pyls-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>0:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mccabe>0:devel/py-mccabe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydocstyle>0:devel/py-pydocstyle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyls-black>0:devel/py-pyls-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-lsp-jsonrpc>0:textproc/py-python-lsp-jsonrpc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yapf>0:textproc/py-yapf@${PY_FLAVOR} @@ -29,4 +30,9 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +test: + cd ${WRKSRC} && \ + ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} \ + ${LOCALBASE}/bin/pytest + .include diff --git a/textproc/py-python-lsp-server/distinfo b/textproc/py-python-lsp-server/distinfo index 49e5939c1022..ed870ede59f0 100644 --- a/textproc/py-python-lsp-server/distinfo +++ b/textproc/py-python-lsp-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619799090 -SHA256 (python-lsp-server-1.0.1.tar.gz) = 0f3d67405734ed87f65e30a7d7e70695341e3ffdca4e3d07c4d09b3113a3e5d6 -SIZE (python-lsp-server-1.0.1.tar.gz) = 56835 +TIMESTAMP = 1624699888 +SHA256 (python-lsp-server-1.1.0.tar.gz) = 50ca0639b11a635cac42ff4334a3944a7a91361cf888489321a4273701ff9068 +SIZE (python-lsp-server-1.1.0.tar.gz) = 58194 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77E80652679; Sat, 26 Jun 2021 11:48: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 4GBsZr2ls9z4fVs; Sat, 26 Jun 2021 11:48: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 469FD1E709; Sat, 26 Jun 2021 11:48: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 15QBmaoH059819; Sat, 26 Jun 2021 11:48:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmaET059818; Sat, 26 Jun 2021 11:48:36 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:36 GMT Message-Id: <202106261148.15QBmaET059818@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: dc94c89747d8 - main - misc/broot: Update to 0.6.1 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: dc94c89747d8d590e0fd8a2f32876e6ed13c34f1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:36 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc94c89747d8d590e0fd8a2f32876e6ed13c34f1 commit dc94c89747d8d590e0fd8a2f32876e6ed13c34f1 Author: Lewis Cook AuthorDate: 2021-06-26 11:07:24 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:06 +0000 misc/broot: Update to 0.6.1 Changes: https://github.com/Canop/broot/compare/v1.5.1...v1.6.1 --- misc/broot/Makefile | 100 +++++------ misc/broot/distinfo | 202 +++++++++++------------ misc/broot/files/patch-src_app_app.rs | 15 -- misc/broot/files/patch-src_display_cell__size.rs | 11 -- 4 files changed, 151 insertions(+), 177 deletions(-) diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 0cd73b0aea86..2ee184834042 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,6 +1,6 @@ PORTNAME= broot DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 +DISTVERSION= 1.6.1 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org @@ -20,11 +20,11 @@ GH_ACCOUNT= canop CARGO_CRATES= adler-1.0.2 \ adler32-1.2.0 \ ahash-0.4.7 \ - ahash-0.7.2 \ + ahash-0.7.4 \ aho-corasick-0.7.18 \ - ansi_colours-1.0.2 \ + ansi_colours-1.0.3 \ ansi_term-0.11.0 \ - anyhow-1.0.40 \ + anyhow-1.0.41 \ argh-0.1.4 \ argh_derive-0.1.4 \ argh_shared-0.1.4 \ @@ -34,25 +34,25 @@ CARGO_CRATES= adler-1.0.2 \ bet-1.0.0 \ bincode-1.3.3 \ bitflags-1.2.1 \ - bstr-0.2.15 \ - bytemuck-1.5.1 \ + bstr-0.2.16 \ + bytemuck-1.7.0 \ byteorder-1.4.3 \ - cc-1.0.67 \ + cc-1.0.68 \ cfg-if-1.0.0 \ char_reader-0.1.0 \ chrono-0.4.19 \ clap-2.33.3 \ cli-log-0.1.0 \ cli-log-2.0.0 \ - clipboard-win-4.1.0 \ + clipboard-win-4.2.1 \ color_quant-1.1.0 \ crc32fast-1.2.1 \ - crossbeam-0.8.0 \ + crossbeam-0.8.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ - crossbeam-epoch-0.9.3 \ - crossbeam-queue-0.3.1 \ - crossbeam-utils-0.8.3 \ + crossbeam-epoch-0.9.5 \ + crossbeam-queue-0.3.2 \ + crossbeam-utils-0.8.5 \ crossterm-0.19.0 \ crossterm_winapi-0.7.0 \ csv-1.1.6 \ @@ -60,13 +60,13 @@ CARGO_CRATES= adler-1.0.2 \ csv2svg-0.1.5 \ custom_error-1.9.2 \ deflate-0.8.6 \ - deser-hjson-0.1.13 \ + deser-hjson-1.0.1 \ directories-3.0.2 \ directories-next-2.0.0 \ dirs-sys-0.3.6 \ dirs-sys-next-0.1.2 \ either-1.6.1 \ - error-code-2.1.0 \ + error-code-2.3.0 \ fallible-iterator-0.2.0 \ fallible-streaming-iterator-0.1.9 \ file-size-1.0.3 \ @@ -74,14 +74,14 @@ CARGO_CRATES= adler-1.0.2 \ fnv-1.0.7 \ form_urlencoded-1.0.1 \ getrandom-0.1.16 \ - getrandom-0.2.2 \ + getrandom-0.2.3 \ gif-0.11.2 \ - git2-0.13.18 \ + git2-0.13.20 \ glassbench-0.3.0 \ glob-0.3.0 \ hashbrown-0.9.1 \ hashlink-0.6.0 \ - heck-0.3.2 \ + heck-0.3.3 \ hermit-abi-0.1.18 \ id-arena-2.2.1 \ idna-0.2.3 \ @@ -92,28 +92,28 @@ CARGO_CRATES= adler-1.0.2 \ itoa-0.4.7 \ jobserver-0.1.22 \ jpeg-decoder-0.1.22 \ - lazy-regex-2.1.0 \ - lazy-regex-proc_macros-2.1.0 \ + lazy-regex-2.2.1 \ + lazy-regex-proc_macros-2.2.1 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - lfs-core-0.3.1 \ - libc-0.2.93 \ - libgit2-sys-0.12.19+1.1.0 \ + lfs-core-0.3.4 \ + libc-0.2.97 \ + libgit2-sys-0.12.21+1.1.0 \ libsqlite3-sys-0.20.1 \ - libz-sys-1.1.2 \ + libz-sys-1.1.3 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ - lock_api-0.4.3 \ + lock_api-0.4.4 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.4.0 \ memmap-0.7.0 \ - memoffset-0.6.3 \ + memoffset-0.6.4 \ minimad-0.7.1 \ minimad-0.8.0 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ - mio-0.7.11 \ + mio-0.7.13 \ miow-0.3.7 \ ntapi-0.3.6 \ num-integer-0.1.44 \ @@ -121,9 +121,9 @@ CARGO_CRATES= adler-1.0.2 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ - once_cell-1.7.2 \ - onig-6.1.1 \ - onig_sys-69.6.0 \ + once_cell-1.8.0 \ + onig-6.2.0 \ + onig_sys-69.7.0 \ open-1.7.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ @@ -138,24 +138,24 @@ CARGO_CRATES= adler-1.0.2 \ png-0.16.8 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ - proc-macro2-1.0.26 \ + proc-macro2-1.0.27 \ proc-status-0.1.1 \ quote-1.0.9 \ rand-0.7.3 \ - rand-0.8.3 \ + rand-0.8.4 \ rand_chacha-0.2.2 \ - rand_chacha-0.3.0 \ + rand_chacha-0.3.1 \ rand_core-0.5.1 \ - rand_core-0.6.2 \ + rand_core-0.6.3 \ rand_hc-0.2.0 \ - rand_hc-0.3.0 \ + rand_hc-0.3.1 \ rand_pcg-0.2.1 \ - rayon-1.5.0 \ - rayon-core-1.9.0 \ - redox_syscall-0.2.6 \ + rayon-1.5.1 \ + rayon-core-1.9.1 \ + redox_syscall-0.2.9 \ redox_users-0.4.0 \ regex-1.5.4 \ - regex-automata-0.1.9 \ + regex-automata-0.1.10 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ rusqlite-0.24.2 \ @@ -165,19 +165,19 @@ CARGO_CRATES= adler-1.0.2 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ secular-1.0.0 \ - serde-1.0.125 \ - serde_derive-1.0.125 \ + serde-1.0.126 \ + serde_derive-1.0.126 \ serde_json-1.0.64 \ signal-hook-0.1.17 \ - signal-hook-registry-1.3.0 \ + signal-hook-registry-1.4.0 \ siphasher-0.3.5 \ smallvec-1.6.1 \ splitty-0.1.0 \ - str-buf-2.0.0 \ + str-buf-1.0.5 \ strict-0.1.4 \ strsim-0.8.0 \ svg-0.8.2 \ - syn-1.0.70 \ + syn-1.0.73 \ syntect-4.5.0 \ tempfile-3.2.0 \ termimad-0.10.3 \ @@ -185,8 +185,8 @@ CARGO_CRATES= adler-1.0.2 \ terminal-clipboard-0.2.1 \ termux-clipboard-0.1.0 \ textwrap-0.11.0 \ - thiserror-1.0.24 \ - thiserror-impl-1.0.24 \ + thiserror-1.0.25 \ + thiserror-impl-1.0.25 \ tiff-0.6.1 \ time-0.1.43 \ tinyvec-1.2.0 \ @@ -194,13 +194,13 @@ CARGO_CRATES= adler-1.0.2 \ toml-0.5.8 \ umask-1.0.0 \ unicode-bidi-0.3.5 \ - unicode-normalization-0.1.17 \ + unicode-normalization-0.1.19 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ - unicode-xid-0.2.1 \ - url-2.2.1 \ + unicode-xid-0.2.2 \ + url-2.2.2 \ users-0.11.0 \ - vcpkg-0.2.12 \ + vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.9.3 \ walkdir-2.3.2 \ @@ -212,7 +212,7 @@ CARGO_CRATES= adler-1.0.2 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - x11-clipboard-0.5.1 \ + x11-clipboard-0.5.2 \ xcb-0.9.0 \ xml-rs-0.8.3 \ yaml-rust-0.4.5 diff --git a/misc/broot/distinfo b/misc/broot/distinfo index b2694d3ec121..1df4729b46c6 100644 --- a/misc/broot/distinfo +++ b/misc/broot/distinfo @@ -1,20 +1,20 @@ -TIMESTAMP = 1622804261 +TIMESTAMP = 1624705056 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e SIZE (rust/crates/ahash-0.4.7.crate) = 51474 -SHA256 (rust/crates/ahash-0.7.2.crate) = 7f200cbb1e856866d9eade941cf3aa0c5d7dd36f74311c4273b494f4ef036957 -SIZE (rust/crates/ahash-0.7.2.crate) = 37192 +SHA256 (rust/crates/ahash-0.7.4.crate) = 43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98 +SIZE (rust/crates/ahash-0.7.4.crate) = 37072 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 -SHA256 (rust/crates/ansi_colours-1.0.2.crate) = 52cb663b84aea8670b4a40368360e29485c11b03d14ff6283261aeccd69d5ce1 -SIZE (rust/crates/ansi_colours-1.0.2.crate) = 10512 +SHA256 (rust/crates/ansi_colours-1.0.3.crate) = 06b68b3cb7ce8d8122321966c5db428a98644b2033eb2e89725d95deefc0c386 +SIZE (rust/crates/ansi_colours-1.0.3.crate) = 10419 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.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b -SIZE (rust/crates/anyhow-1.0.40.crate) = 34534 +SHA256 (rust/crates/anyhow-1.0.41.crate) = 15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61 +SIZE (rust/crates/anyhow-1.0.41.crate) = 34561 SHA256 (rust/crates/argh-0.1.4.crate) = 91792f088f87cdc7a2cfb1d617fa5ea18d7f1dc22ef0e1b5f82f3157cdc522be SIZE (rust/crates/argh-0.1.4.crate) = 15100 SHA256 (rust/crates/argh_derive-0.1.4.crate) = c4eb0c0c120ad477412dc95a4ce31e38f2113e46bd13511253f79196ca68b067 @@ -33,14 +33,14 @@ SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462c SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 -SHA256 (rust/crates/bstr-0.2.15.crate) = a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d -SIZE (rust/crates/bstr-0.2.15.crate) = 344206 -SHA256 (rust/crates/bytemuck-1.5.1.crate) = bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58 -SIZE (rust/crates/bytemuck-1.5.1.crate) = 24562 +SHA256 (rust/crates/bstr-0.2.16.crate) = 90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279 +SIZE (rust/crates/bstr-0.2.16.crate) = 330346 +SHA256 (rust/crates/bytemuck-1.7.0.crate) = 9966d2ab714d0f785dbac0a0396251a35280aeb42413281617d0209ab4898435 +SIZE (rust/crates/bytemuck-1.7.0.crate) = 27057 SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 -SHA256 (rust/crates/cc-1.0.67.crate) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd -SIZE (rust/crates/cc-1.0.67.crate) = 53486 +SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 +SIZE (rust/crates/cc-1.0.68.crate) = 55936 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/char_reader-0.1.0.crate) = 2daa67493227adb60f22eb6dca4dc94d7a2a526b38eab5c1831d617944eb1a07 @@ -53,24 +53,24 @@ SHA256 (rust/crates/cli-log-0.1.0.crate) = f47673f2992075892b3e983499410c92af91a SIZE (rust/crates/cli-log-0.1.0.crate) = 3775 SHA256 (rust/crates/cli-log-2.0.0.crate) = 3d2ab00dc4c82ec28af25ac085aecc11ffeabf353755715a3113a7aa044ca5cc SIZE (rust/crates/cli-log-2.0.0.crate) = 5302 -SHA256 (rust/crates/clipboard-win-4.1.0.crate) = 9dc138eac3ade40f10cb7aee8b27e6aed1342d8788c40e66eb52914009d160ed -SIZE (rust/crates/clipboard-win-4.1.0.crate) = 12133 +SHA256 (rust/crates/clipboard-win-4.2.1.crate) = 4e4ea1881992efc993e4dc50a324cdbd03216e41bdc8385720ff47efc9bd2ca8 +SIZE (rust/crates/clipboard-win-4.2.1.crate) = 12142 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 SHA256 (rust/crates/crc32fast-1.2.1.crate) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a SIZE (rust/crates/crc32fast-1.2.1.crate) = 38172 -SHA256 (rust/crates/crossbeam-0.8.0.crate) = fd01a6eb3daaafa260f6fc94c3a6c36390abc2080e38e3e34ced87393fb77d80 -SIZE (rust/crates/crossbeam-0.8.0.crate) = 10993 +SHA256 (rust/crates/crossbeam-0.8.1.crate) = 4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845 +SIZE (rust/crates/crossbeam-0.8.1.crate) = 10429 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.0.crate) = 94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9 SIZE (rust/crates/crossbeam-deque-0.8.0.crate) = 20756 -SHA256 (rust/crates/crossbeam-epoch-0.9.3.crate) = 2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12 -SIZE (rust/crates/crossbeam-epoch-0.9.3.crate) = 42766 -SHA256 (rust/crates/crossbeam-queue-0.3.1.crate) = 0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756 -SIZE (rust/crates/crossbeam-queue-0.3.1.crate) = 14787 -SHA256 (rust/crates/crossbeam-utils-0.8.3.crate) = e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49 -SIZE (rust/crates/crossbeam-utils-0.8.3.crate) = 37268 +SHA256 (rust/crates/crossbeam-epoch-0.9.5.crate) = 4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd +SIZE (rust/crates/crossbeam-epoch-0.9.5.crate) = 43883 +SHA256 (rust/crates/crossbeam-queue-0.3.2.crate) = 9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9 +SIZE (rust/crates/crossbeam-queue-0.3.2.crate) = 14993 +SHA256 (rust/crates/crossbeam-utils-0.8.5.crate) = d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db +SIZE (rust/crates/crossbeam-utils-0.8.5.crate) = 38414 SHA256 (rust/crates/crossterm-0.19.0.crate) = 7c36c10130df424b2f3552fcc2ddcd9b28a27b1e54b358b45874f88d1ca6888c SIZE (rust/crates/crossterm-0.19.0.crate) = 104572 SHA256 (rust/crates/crossterm_winapi-0.7.0.crate) = 0da8964ace4d3e4a044fd027919b2237000b24315a37c916f61809f1ff2140b9 @@ -85,8 +85,8 @@ SHA256 (rust/crates/custom_error-1.9.2.crate) = 4f8a51dd197fa6ba5b4dc98a990a43cc SIZE (rust/crates/custom_error-1.9.2.crate) = 10826 SHA256 (rust/crates/deflate-0.8.6.crate) = 73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174 SIZE (rust/crates/deflate-0.8.6.crate) = 62365 -SHA256 (rust/crates/deser-hjson-0.1.13.crate) = 744b8f3031b2e45f86b6b2bff1a9d6e898d75a70dd50cb75e256f045a92ae0f2 -SIZE (rust/crates/deser-hjson-0.1.13.crate) = 14144 +SHA256 (rust/crates/deser-hjson-1.0.1.crate) = bf2973e4fb5f11bb10cc56814ce30e9721ced195cec313a80c94ce29c2f0e896 +SIZE (rust/crates/deser-hjson-1.0.1.crate) = 15602 SHA256 (rust/crates/directories-3.0.2.crate) = e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7 SIZE (rust/crates/directories-3.0.2.crate) = 15593 SHA256 (rust/crates/directories-next-2.0.0.crate) = 339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc @@ -97,8 +97,8 @@ SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6f 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/error-code-2.1.0.crate) = f2856e169d45381a158531117690644288f0d00eb9ac0f695335fe7806a832bc -SIZE (rust/crates/error-code-2.1.0.crate) = 5016 +SHA256 (rust/crates/error-code-2.3.0.crate) = b5115567ac25674e0043e472be13d14e537f37ea8aa4bdc4aef0c89add1db1ff +SIZE (rust/crates/error-code-2.3.0.crate) = 5327 SHA256 (rust/crates/fallible-iterator-0.2.0.crate) = 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7 SIZE (rust/crates/fallible-iterator-0.2.0.crate) = 18509 SHA256 (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a @@ -113,12 +113,12 @@ SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852 SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773 SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 -SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 -SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 SHA256 (rust/crates/gif-0.11.2.crate) = 5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de SIZE (rust/crates/gif-0.11.2.crate) = 34068 -SHA256 (rust/crates/git2-0.13.18.crate) = b483c6c2145421099df1b4efd50e0f6205479a072199460eff852fa15e5603c7 -SIZE (rust/crates/git2-0.13.18.crate) = 189821 +SHA256 (rust/crates/git2-0.13.20.crate) = d9831e983241f8c5591ed53f17d874833e2fa82cac2625f3888c50cbfe136cba +SIZE (rust/crates/git2-0.13.20.crate) = 190365 SHA256 (rust/crates/glassbench-0.3.0.crate) = 03f4871371c7f0624fc191afef849664776c4906614eee6a435a9abd89bd871f SIZE (rust/crates/glassbench-0.3.0.crate) = 1256368 SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 @@ -127,8 +127,8 @@ SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8 SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 SHA256 (rust/crates/hashlink-0.6.0.crate) = d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8 SIZE (rust/crates/hashlink-0.6.0.crate) = 24952 -SHA256 (rust/crates/heck-0.3.2.crate) = 87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac -SIZE (rust/crates/heck-0.3.2.crate) = 54718 +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.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 SHA256 (rust/crates/id-arena-2.2.1.crate) = 25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005 @@ -149,30 +149,30 @@ SHA256 (rust/crates/jobserver-0.1.22.crate) = 972f5ae5d1cb9c6ae417789196c8032053 SIZE (rust/crates/jobserver-0.1.22.crate) = 21175 SHA256 (rust/crates/jpeg-decoder-0.1.22.crate) = 229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2 SIZE (rust/crates/jpeg-decoder-0.1.22.crate) = 228366 -SHA256 (rust/crates/lazy-regex-2.1.0.crate) = 7b00f3e4d8dc7bedf8f0947c7079bfe11f5dba7a96d95c8340c851eec8ffc41e -SIZE (rust/crates/lazy-regex-2.1.0.crate) = 3320 -SHA256 (rust/crates/lazy-regex-proc_macros-2.1.0.crate) = cd6f321bbea1296f0fe12342fdf3e8eaf0b871b80b8a2dc37337e05cfe364c8d -SIZE (rust/crates/lazy-regex-proc_macros-2.1.0.crate) = 2419 +SHA256 (rust/crates/lazy-regex-2.2.1.crate) = 17d198f91272f6e788a5c0bd5d741cf778da4e5bc761ec67b32d5d3b0db34a54 +SIZE (rust/crates/lazy-regex-2.2.1.crate) = 3908 +SHA256 (rust/crates/lazy-regex-proc_macros-2.2.1.crate) = 6c12938b1b92cf5be22940527e15b79fd0c7e706e34bc70816f6a72b3484f84e +SIZE (rust/crates/lazy-regex-proc_macros-2.2.1.crate) = 3261 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/lfs-core-0.3.1.crate) = f74e84d029af0a4327dd19368cf3783052faaadf1e71bd70bae8796487c95caa -SIZE (rust/crates/lfs-core-0.3.1.crate) = 5095 -SHA256 (rust/crates/libc-0.2.93.crate) = 9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41 -SIZE (rust/crates/libc-0.2.93.crate) = 510944 -SHA256 (rust/crates/libgit2-sys-0.12.19+1.1.0.crate) = f322155d574c8b9ebe991a04f6908bb49e68a79463338d24a43d6274cb6443e6 -SIZE (rust/crates/libgit2-sys-0.12.19+1.1.0.crate) = 1434327 +SHA256 (rust/crates/lfs-core-0.3.4.crate) = bf1759bfc99a5cbb7f47588b118578498c24c251982600829b0e1c5a5063801e +SIZE (rust/crates/lfs-core-0.3.4.crate) = 5967 +SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 +SHA256 (rust/crates/libgit2-sys-0.12.21+1.1.0.crate) = 86271bacd72b2b9e854c3dcfb82efd538f15f870e4c11af66900effb462f6825 +SIZE (rust/crates/libgit2-sys-0.12.21+1.1.0.crate) = 1443245 SHA256 (rust/crates/libsqlite3-sys-0.20.1.crate) = 64d31059f22935e6c31830db5249ba2b7ecd54fd73a9909286f0a67aa55c2fbd SIZE (rust/crates/libsqlite3-sys-0.20.1.crate) = 2306064 -SHA256 (rust/crates/libz-sys-1.1.2.crate) = 602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655 -SIZE (rust/crates/libz-sys-1.1.2.crate) = 1339299 +SHA256 (rust/crates/libz-sys-1.1.3.crate) = de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66 +SIZE (rust/crates/libz-sys-1.1.3.crate) = 1341394 SHA256 (rust/crates/line-wrap-0.1.1.crate) = f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9 SIZE (rust/crates/line-wrap-0.1.1.crate) = 10010 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/lock_api-0.4.3.crate) = 5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176 -SIZE (rust/crates/lock_api-0.4.3.crate) = 20351 +SHA256 (rust/crates/lock_api-0.4.4.crate) = 0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb +SIZE (rust/crates/lock_api-0.4.4.crate) = 20356 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 @@ -181,8 +181,8 @@ SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1 SIZE (rust/crates/memchr-2.4.0.crate) = 63392 SHA256 (rust/crates/memmap-0.7.0.crate) = 6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b SIZE (rust/crates/memmap-0.7.0.crate) = 15214 -SHA256 (rust/crates/memoffset-0.6.3.crate) = f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d -SIZE (rust/crates/memoffset-0.6.3.crate) = 7697 +SHA256 (rust/crates/memoffset-0.6.4.crate) = 59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9 +SIZE (rust/crates/memoffset-0.6.4.crate) = 7664 SHA256 (rust/crates/minimad-0.7.1.crate) = c6176dd156ab0154ee95322efe2da93796cc338a8a63a6338d64c79419bcbe13 SIZE (rust/crates/minimad-0.7.1.crate) = 17812 SHA256 (rust/crates/minimad-0.8.0.crate) = 8957f240ecb82a4e699bcf4db189fe8a7f5aa68b9e6d5abf829c62a9ee4630ed @@ -191,8 +191,8 @@ SHA256 (rust/crates/miniz_oxide-0.3.7.crate) = 791daaae1ed6889560f8c4359194f5664 SIZE (rust/crates/miniz_oxide-0.3.7.crate) = 44996 SHA256 (rust/crates/miniz_oxide-0.4.4.crate) = a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b SIZE (rust/crates/miniz_oxide-0.4.4.crate) = 49938 -SHA256 (rust/crates/mio-0.7.11.crate) = cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956 -SIZE (rust/crates/mio-0.7.11.crate) = 86660 +SHA256 (rust/crates/mio-0.7.13.crate) = 8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16 +SIZE (rust/crates/mio-0.7.13.crate) = 87027 SHA256 (rust/crates/miow-0.3.7.crate) = b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21 SIZE (rust/crates/miow-0.3.7.crate) = 24563 SHA256 (rust/crates/ntapi-0.3.6.crate) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 @@ -207,12 +207,12 @@ SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf 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.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 -SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 -SHA256 (rust/crates/onig-6.1.1.crate) = 30b46fd9edbc018f0be4e366c24c46db44fac49cd01c039ae85308088b089dd5 -SIZE (rust/crates/onig-6.1.1.crate) = 30790 -SHA256 (rust/crates/onig_sys-69.6.0.crate) = ed063c96cf4c0f2e5d09324409d158b38a0a85a7b90fbd68c8cad75c495d5775 -SIZE (rust/crates/onig_sys-69.6.0.crate) = 620817 +SHA256 (rust/crates/once_cell-1.8.0.crate) = 692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56 +SIZE (rust/crates/once_cell-1.8.0.crate) = 28925 +SHA256 (rust/crates/onig-6.2.0.crate) = b16fd3c0e73b516af509c13c4ba76ec0c987ce20d78b38cff356b8d01fc6a6c0 +SIZE (rust/crates/onig-6.2.0.crate) = 30671 +SHA256 (rust/crates/onig_sys-69.7.0.crate) = 9fd9442a09e4fbd08d196ddf419b2c79a43c3a46c800320cc841d45c2449a240 +SIZE (rust/crates/onig_sys-69.7.0.crate) = 631318 SHA256 (rust/crates/open-1.7.0.crate) = 1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20 SIZE (rust/crates/open-1.7.0.crate) = 6101 SHA256 (rust/crates/parking_lot-0.11.1.crate) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb @@ -241,42 +241,42 @@ SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f421883 SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 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.26.crate) = a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec -SIZE (rust/crates/proc-macro2-1.0.26.crate) = 38233 +SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 SHA256 (rust/crates/proc-status-0.1.1.crate) = f0e0c0ac915e7b76b47850ba4ffc377abde6c6ff9eeace61d0a89623db449712 SIZE (rust/crates/proc-status-0.1.1.crate) = 4136 SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 -SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e -SIZE (rust/crates/rand-0.8.3.crate) = 84493 +SHA256 (rust/crates/rand-0.8.4.crate) = 2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8 +SIZE (rust/crates/rand-0.8.4.crate) = 87406 SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 -SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d -SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 +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.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 -SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 -SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 +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.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 -SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 +SHA256 (rust/crates/rand_hc-0.3.1.crate) = d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7 +SIZE (rust/crates/rand_hc-0.3.1.crate) = 11891 SHA256 (rust/crates/rand_pcg-0.2.1.crate) = 16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429 SIZE (rust/crates/rand_pcg-0.2.1.crate) = 11291 -SHA256 (rust/crates/rayon-1.5.0.crate) = 8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674 -SIZE (rust/crates/rayon-1.5.0.crate) = 158037 -SHA256 (rust/crates/rayon-core-1.9.0.crate) = 9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a -SIZE (rust/crates/rayon-core-1.9.0.crate) = 63787 -SHA256 (rust/crates/redox_syscall-0.2.6.crate) = 8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041 -SIZE (rust/crates/redox_syscall-0.2.6.crate) = 23631 +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/redox_syscall-0.2.9.crate) = 5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee +SIZE (rust/crates/redox_syscall-0.2.9.crate) = 23533 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-automata-0.1.9.crate) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 -SIZE (rust/crates/regex-automata-0.1.9.crate) = 114560 +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/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 @@ -295,32 +295,32 @@ SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab1 SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 SHA256 (rust/crates/secular-1.0.0.crate) = a4c9ad4c423ca634baf90edd056c562dc7730215e0689aa5eaf707f92f219905 SIZE (rust/crates/secular-1.0.0.crate) = 183767 -SHA256 (rust/crates/serde-1.0.125.crate) = 558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171 -SIZE (rust/crates/serde-1.0.125.crate) = 75144 -SHA256 (rust/crates/serde_derive-1.0.125.crate) = b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d -SIZE (rust/crates/serde_derive-1.0.125.crate) = 54155 +SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 +SIZE (rust/crates/serde-1.0.126.crate) = 75138 +SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 +SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 SHA256 (rust/crates/signal-hook-0.1.17.crate) = 7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729 SIZE (rust/crates/signal-hook-0.1.17.crate) = 27085 -SHA256 (rust/crates/signal-hook-registry-1.3.0.crate) = 16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6 -SIZE (rust/crates/signal-hook-registry-1.3.0.crate) = 17786 +SHA256 (rust/crates/signal-hook-registry-1.4.0.crate) = e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0 +SIZE (rust/crates/signal-hook-registry-1.4.0.crate) = 17912 SHA256 (rust/crates/siphasher-0.3.5.crate) = cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27 SIZE (rust/crates/siphasher-0.3.5.crate) = 9455 SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e SIZE (rust/crates/smallvec-1.6.1.crate) = 26444 SHA256 (rust/crates/splitty-0.1.0.crate) = 8190298e89d4080e9c025535f73cacec4d51ff4495819dd8fdf1ae374c75ee80 SIZE (rust/crates/splitty-0.1.0.crate) = 2594 -SHA256 (rust/crates/str-buf-2.0.0.crate) = a66ae6a6cd930c97707cb3f1b62aadb8ddddd2fefa9df539564b3bfaa15dd31f -SIZE (rust/crates/str-buf-2.0.0.crate) = 4434 +SHA256 (rust/crates/str-buf-1.0.5.crate) = d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a +SIZE (rust/crates/str-buf-1.0.5.crate) = 3852 SHA256 (rust/crates/strict-0.1.4.crate) = 991af58f8bd0512b0c76abc87f8f6a8a492c314ebcd13189b426c00c95f6f0ee SIZE (rust/crates/strict-0.1.4.crate) = 3436 SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.crate) = 9309 SHA256 (rust/crates/svg-0.8.2.crate) = 3bdb25a4593d6656239319426f4025f7a658157e25e89f0e0319d7516d46042d SIZE (rust/crates/svg-0.8.2.crate) = 16556 -SHA256 (rust/crates/syn-1.0.70.crate) = b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883 -SIZE (rust/crates/syn-1.0.70.crate) = 232235 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 SHA256 (rust/crates/syntect-4.5.0.crate) = 2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5 SIZE (rust/crates/syntect-4.5.0.crate) = 752883 SHA256 (rust/crates/tempfile-3.2.0.crate) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 @@ -335,10 +335,10 @@ SHA256 (rust/crates/termux-clipboard-0.1.0.crate) = 9f6aff13ca3293315b94f6dbd9c6 SIZE (rust/crates/termux-clipboard-0.1.0.crate) = 2033 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thiserror-1.0.24.crate) = e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e -SIZE (rust/crates/thiserror-1.0.24.crate) = 16580 -SHA256 (rust/crates/thiserror-impl-1.0.24.crate) = 7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0 -SIZE (rust/crates/thiserror-impl-1.0.24.crate) = 13361 +SHA256 (rust/crates/thiserror-1.0.25.crate) = fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6 +SIZE (rust/crates/thiserror-1.0.25.crate) = 16690 +SHA256 (rust/crates/thiserror-impl-1.0.25.crate) = 8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d +SIZE (rust/crates/thiserror-impl-1.0.25.crate) = 13364 SHA256 (rust/crates/tiff-0.6.1.crate) = 9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437 SIZE (rust/crates/tiff-0.6.1.crate) = 1399263 SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 @@ -353,20 +353,20 @@ SHA256 (rust/crates/umask-1.0.0.crate) = 982efbf70ec4d28f7862062c03dd1a4def601a5 SIZE (rust/crates/umask-1.0.0.crate) = 4380 SHA256 (rust/crates/unicode-bidi-0.3.5.crate) = eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0 SIZE (rust/crates/unicode-bidi-0.3.5.crate) = 33423 -SHA256 (rust/crates/unicode-normalization-0.1.17.crate) = 07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef -SIZE (rust/crates/unicode-normalization-0.1.17.crate) = 100345 +SHA256 (rust/crates/unicode-normalization-0.1.19.crate) = d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9 +SIZE (rust/crates/unicode-normalization-0.1.19.crate) = 107353 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/url-2.2.1.crate) = 9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b -SIZE (rust/crates/url-2.2.1.crate) = 65434 +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/users-0.11.0.crate) = 24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032 SIZE (rust/crates/users-0.11.0.crate) = 21980 -SHA256 (rust/crates/vcpkg-0.2.12.crate) = cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d -SIZE (rust/crates/vcpkg-0.2.12.crate) = 15530 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 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 @@ -389,13 +389,13 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 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/x11-clipboard-0.5.1.crate) = e5e937afd03b64b7be4f959cc044e09260a47241b71e56933f37db097bf7859d -SIZE (rust/crates/x11-clipboard-0.5.1.crate) = 7502 +SHA256 (rust/crates/x11-clipboard-0.5.2.crate) = b397ace6e980510de59a4fe3d4c758dffab231d6d747ce9fa1aba6b6035d5f32 +SIZE (rust/crates/x11-clipboard-0.5.2.crate) = 7634 SHA256 (rust/crates/xcb-0.9.0.crate) = 62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6 SIZE (rust/crates/xcb-0.9.0.crate) = 129744 SHA256 (rust/crates/xml-rs-0.8.3.crate) = b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a SIZE (rust/crates/xml-rs-0.8.3.crate) = 52547 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 -SHA256 (canop-broot-v1.5.1_GH0.tar.gz) = af7467aa4331dab9a556ff1b6c265eaa6b526a85ebc1f499d091cb719e1db364 -SIZE (canop-broot-v1.5.1_GH0.tar.gz) = 8710603 +SHA256 (canop-broot-v1.6.1_GH0.tar.gz) = 5f97d876aa554be4c67bfd161ef762425f6083da583775c13cc75bf9882f1085 +SIZE (canop-broot-v1.6.1_GH0.tar.gz) = 8710957 diff --git a/misc/broot/files/patch-src_app_app.rs b/misc/broot/files/patch-src_app_app.rs deleted file mode 100644 index c348280e3963..000000000000 --- a/misc/broot/files/patch-src_app_app.rs +++ /dev/null @@ -1,15 +0,0 @@ ---- src/app/app.rs.orig 2021-06-04 13:01:08 UTC -+++ src/app/app.rs -@@ -510,8 +510,10 @@ impl App { - self.update_preview(con); - - #[cfg(feature="client-server")] -- if let Ok(mut root) = self.root.lock() { // when does this not work ? -- *root = self.state().selected_path().to_path_buf(); -+ if let Ok(mut root) = self.root.lock() { -+ if let Some(path) = self.state().selected_path() { -+ *root = path.to_path_buf(); -+ } - } - - Ok(()) diff --git a/misc/broot/files/patch-src_display_cell__size.rs b/misc/broot/files/patch-src_display_cell__size.rs deleted file mode 100644 index 99dab409846d..000000000000 --- a/misc/broot/files/patch-src_display_cell__size.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/display/cell_size.rs.orig 2020-12-20 12:52:58 UTC -+++ src/display/cell_size.rs -@@ -29,7 +29,7 @@ pub fn cell_size_in_pixels() -> std::io::Result<(u32, - ws_xpixel: 0, - ws_ypixel: 0, - }; -- let r = unsafe { ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) }; -+ let r = unsafe { ioctl(STDOUT_FILENO, TIOCGWINSZ.into(), &w) }; - if r == 0 && w.ws_xpixel > w.ws_col && w.ws_ypixel > w.ws_row { - Ok(( - (w.ws_xpixel / w.ws_col) as u32, From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98FA865268B; Sat, 26 Jun 2021 11:48: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 4GBsZs3r44z4fhl; Sat, 26 Jun 2021 11:48: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 6AC541E70A; Sat, 26 Jun 2021 11:48: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 15QBmbHA059843; Sat, 26 Jun 2021 11:48:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmblx059842; Sat, 26 Jun 2021 11:48:37 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:37 GMT Message-Id: <202106261148.15QBmblx059842@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: 80498281e619 - main - devel/golangci-lint: Update to 1.41.1 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: 80498281e6194b0c4129442fa75f8899b8af9940 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:37 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=80498281e6194b0c4129442fa75f8899b8af9940 commit 80498281e6194b0c4129442fa75f8899b8af9940 Author: Lewis Cook AuthorDate: 2021-06-26 11:20:35 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:06 +0000 devel/golangci-lint: Update to 1.41.1 Changes: https://github.com/golangci/golangci-lint/compare/v1.40.1...v1.41.1 --- devel/golangci-lint/Makefile | 26 +++++++++++++++----------- devel/golangci-lint/distinfo | 10 +++++----- devel/golangci-lint/pkg-plist | 4 ++++ 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index b625a0d62775..a3352e65fce4 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,6 +1,6 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v -DISTVERSION= 1.40.1 +DISTVERSION= 1.41.1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSION} -_BUILD_COMMIT= 625445b +_BUILD_COMMIT= a207480 _BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") GO_MODULE= github.com/${PORTNAME:S/-lint//}/${PORTNAME} @@ -23,28 +23,32 @@ GO_BUILDFLAGS= -ldflags "\ -X main.commit=${_BUILD_COMMIT} \ -X main.date=${_BUILD_DATE}" -PLIST_FILES= bin/${PORTNAME} \ - etc/bash_completion.d/${PORTNAME} \ - share/zsh/site_functions/_${PORTNAME} PORTDOCS= CHANGELOG.md README.md PORTEXAMPLES= .golangci.example.yml -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= COMPLETIONS DOCS EXAMPLES +OPTIONS_DEFAULT= COMPLETIONS +OPTIONS_SUB= yes -post-build: -.for SHELL in bash zsh +COMPLETIONS_DESC= Build and install shell completions + +do-build-COMPLETIONS-on: +.for SHELL in bash fish zsh ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_WRKDIR_BIN}/${PORTNAME} completion \ ${SHELL} > ${WRKSRC}/${SHELL} .endfor -post-install: +post-install-COMPLETIONS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ - ${STAGEDIR}${PREFIX}/share/zsh/site_functions + ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d \ + ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/fish \ + ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/${PORTNAME}.fish ${INSTALL_DATA} ${WRKSRC}/zsh \ - ${STAGEDIR}${PREFIX}/share/zsh/site_functions/_${PORTNAME} + ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/golangci-lint/distinfo b/devel/golangci-lint/distinfo index 9ffb48f20f0c..b7f14846f522 100644 --- a/devel/golangci-lint/distinfo +++ b/devel/golangci-lint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621093352 -SHA256 (go/devel_golangci-lint/golangci-lint-v1.40.1/v1.40.1.mod) = c14eb3ef337cb54ad7ff100926887349beb291eaca3fbc9384f1269fcfd9283c -SIZE (go/devel_golangci-lint/golangci-lint-v1.40.1/v1.40.1.mod) = 3988 -SHA256 (go/devel_golangci-lint/golangci-lint-v1.40.1/v1.40.1.zip) = f046aa1013b7468d72020fe3f28acf394dd9a5dc9b03789bc322531705d63a5e -SIZE (go/devel_golangci-lint/golangci-lint-v1.40.1/v1.40.1.zip) = 1715628 +TIMESTAMP = 1624705749 +SHA256 (go/devel_golangci-lint/golangci-lint-v1.41.1/v1.41.1.mod) = 2b0111e279511bae28b0bd65e5c51774f1db8ecf317bbe65dbcaff71b4fd184b +SIZE (go/devel_golangci-lint/golangci-lint-v1.41.1/v1.41.1.mod) = 3961 +SHA256 (go/devel_golangci-lint/golangci-lint-v1.41.1/v1.41.1.zip) = 3840b6d200ea46ff1939415795b43fb73181d2ac5cebc5a4775c25697d68e0b2 +SIZE (go/devel_golangci-lint/golangci-lint-v1.41.1/v1.41.1.zip) = 1714680 diff --git a/devel/golangci-lint/pkg-plist b/devel/golangci-lint/pkg-plist new file mode 100644 index 000000000000..8942fc26095e --- /dev/null +++ b/devel/golangci-lint/pkg-plist @@ -0,0 +1,4 @@ +bin/golangci-lint +%%COMPLETIONS%%etc/bash_completion.d/golangci-lint +%%COMPLETIONS%%share/fish/vendor_completions.d/golangci-lint.fish +%%COMPLETIONS%%share/zsh/site-functions/_golangci-lint From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73AB1652530; Sat, 26 Jun 2021 11:48: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 4GBsZt5pXDz4fht; Sat, 26 Jun 2021 11:48: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 A9A151E42C; Sat, 26 Jun 2021 11:48: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 15QBmcOD059870; Sat, 26 Jun 2021 11:48:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmcGw059869; Sat, 26 Jun 2021 11:48:38 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:38 GMT Message-Id: <202106261148.15QBmcGw059869@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: 43a520e21190 - main - misc/xplr: Update to 1.14.3 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: 43a520e21190c154c9fe019ad46891d57545a6d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:39 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=43a520e21190c154c9fe019ad46891d57545a6d7 commit 43a520e21190c154c9fe019ad46891d57545a6d7 Author: Lewis Cook AuthorDate: 2021-06-26 11:27:31 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:07 +0000 misc/xplr: Update to 1.14.3 Changes: https://github.com/sayanarijit/xplr/compare/v0.14.1...v0.14.3 --- misc/xplr/Makefile | 2 +- misc/xplr/distinfo | 6 +++--- misc/xplr/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index 61b9ec9fbb87..c8bca4cf275b 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,6 +1,6 @@ PORTNAME= xplr DISTVERSIONPREFIX= v -DISTVERSION= 0.14.1 +DISTVERSION= 0.14.3 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/xplr/distinfo b/misc/xplr/distinfo index 7822148149a1..a2907d26ed90 100644 --- a/misc/xplr/distinfo +++ b/misc/xplr/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623177804 +TIMESTAMP = 1624706495 SHA256 (rust/crates/ansi-to-tui-0.3.0.crate) = 78688ae13e204ce559701516a0198d5fb54530b73eb1b3ecf404b4b79ed48dbf SIZE (rust/crates/ansi-to-tui-0.3.0.crate) = 7078 SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b @@ -245,5 +245,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 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 (sayanarijit-xplr-v0.14.1_GH0.tar.gz) = 35e76f226ef49057f6f1569c3d9271d1f96377117696a52b086a49de16ce176e -SIZE (sayanarijit-xplr-v0.14.1_GH0.tar.gz) = 79315 +SHA256 (sayanarijit-xplr-v0.14.3_GH0.tar.gz) = c51f26eeaf7419a1be1dc32604a4c61de53a48e373309ae61ece4599678ed98f +SIZE (sayanarijit-xplr-v0.14.3_GH0.tar.gz) = 100283 diff --git a/misc/xplr/pkg-descr b/misc/xplr/pkg-descr index 87d6fd4819a2..6625983fe90c 100644 --- a/misc/xplr/pkg-descr +++ b/misc/xplr/pkg-descr @@ -5,4 +5,4 @@ can configure the key bindings, different run modes, the way it looks, and much more by modifying one single configuration file. -WWW: https://github.com/sayanarijit/xplr/wiki/Quickstart +WWW: https://arijitbasu.in/xplr/en From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F0EDE652371; Sat, 26 Jun 2021 11:48: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 4GBsb35lCNz4g0C; Sat, 26 Jun 2021 11:48: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 A1E291DEF8; Sat, 26 Jun 2021 11:48: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 15QBml5T060072; Sat, 26 Jun 2021 11:48:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmlfk060071; Sat, 26 Jun 2021 11:48:47 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:47 GMT Message-Id: <202106261148.15QBmlfk060071@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: 2fb60c3ea0b1 - main - www/monolith: Update to 2.6.0 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: 2fb60c3ea0b12b464c41db1aa5ba88796cac9896 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:48 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fb60c3ea0b12b464c41db1aa5ba88796cac9896 commit 2fb60c3ea0b12b464c41db1aa5ba88796cac9896 Author: Lewis Cook AuthorDate: 2021-06-26 11:47:08 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:09 +0000 www/monolith: Update to 2.6.0 Changes: https://github.com/Y2Z/monolith/releases/tag/v2.6.0 --- www/monolith/Makefile | 14 ++++++-------- www/monolith/distinfo | 30 +++++++++++++----------------- 2 files changed, 19 insertions(+), 25 deletions(-) diff --git a/www/monolith/Makefile b/www/monolith/Makefile index 35c98c061f07..2ff9afff40b7 100644 --- a/www/monolith/Makefile +++ b/www/monolith/Makefile @@ -1,6 +1,6 @@ PORTNAME= monolith DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org @@ -16,7 +16,7 @@ GH_ACCOUNT= Y2Z CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.18 \ ansi_term-0.11.0 \ - assert_cmd-1.0.4 \ + assert_cmd-1.0.5 \ async-compression-0.3.8 \ atty-0.2.14 \ autocfg-0.1.7 \ @@ -68,7 +68,7 @@ CARGO_CRATES= adler-1.0.2 \ http-body-0.4.2 \ httparse-1.4.1 \ httpdate-1.0.1 \ - hyper-0.14.8 \ + hyper-0.14.9 \ hyper-tls-0.5.0 \ idna-0.2.3 \ indexmap-1.6.2 \ @@ -106,8 +106,6 @@ CARGO_CRATES= adler-1.0.2 \ phf_macros-0.8.0 \ phf_shared-0.7.24 \ phf_shared-0.8.0 \ - pin-project-1.0.7 \ - pin-project-internal-1.0.7 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ @@ -147,8 +145,8 @@ CARGO_CRATES= adler-1.0.2 \ reqwest-0.11.3 \ ryu-1.0.5 \ schannel-0.1.19 \ - security-framework-2.2.0 \ - security-framework-sys-2.2.0 \ + security-framework-2.3.1 \ + security-framework-sys-2.3.0 \ serde-1.0.126 \ serde_derive-1.0.126 \ serde_json-1.0.64 \ @@ -180,7 +178,7 @@ CARGO_CRATES= adler-1.0.2 \ try-lock-0.2.3 \ typenum-1.13.0 \ unicode-bidi-0.3.5 \ - unicode-normalization-0.1.18 \ + unicode-normalization-0.1.19 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ url-2.2.2 \ diff --git a/www/monolith/distinfo b/www/monolith/distinfo index 1edf3df3dd76..a5010e2a0919 100644 --- a/www/monolith/distinfo +++ b/www/monolith/distinfo @@ -1,12 +1,12 @@ -TIMESTAMP = 1622803625 +TIMESTAMP = 1624707924 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 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/assert_cmd-1.0.4.crate) = 8f57fec1ac7e4de72dcc69811795f1a7172ed06012f80a5d1ee651b62484f588 -SIZE (rust/crates/assert_cmd-1.0.4.crate) = 26621 +SHA256 (rust/crates/assert_cmd-1.0.5.crate) = a88b6bd5df287567ffdf4ddf4d33060048e1068308e5f62d81c6f9824a045a48 +SIZE (rust/crates/assert_cmd-1.0.5.crate) = 26641 SHA256 (rust/crates/async-compression-0.3.8.crate) = 5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6 SIZE (rust/crates/async-compression-0.3.8.crate) = 57977 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 @@ -109,8 +109,8 @@ SHA256 (rust/crates/httparse-1.4.1.crate) = f3a87b616e37e93c22fb19bcd386f02f3af5 SIZE (rust/crates/httparse-1.4.1.crate) = 25592 SHA256 (rust/crates/httpdate-1.0.1.crate) = 6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440 SIZE (rust/crates/httpdate-1.0.1.crate) = 10293 -SHA256 (rust/crates/hyper-0.14.8.crate) = d3f71a7eea53a3f8257a7b4795373ff886397178cd634430ea94e12d7fe4fe34 -SIZE (rust/crates/hyper-0.14.8.crate) = 165897 +SHA256 (rust/crates/hyper-0.14.9.crate) = 07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83 +SIZE (rust/crates/hyper-0.14.9.crate) = 167073 SHA256 (rust/crates/hyper-tls-0.5.0.crate) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 SIZE (rust/crates/hyper-tls-0.5.0.crate) = 13257 SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 @@ -185,10 +185,6 @@ SHA256 (rust/crates/phf_shared-0.7.24.crate) = 234f71a15de2288bcb7e3b6515828d22a SIZE (rust/crates/phf_shared-0.7.24.crate) = 2170 SHA256 (rust/crates/phf_shared-0.8.0.crate) = c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7 SIZE (rust/crates/phf_shared-0.8.0.crate) = 2860 -SHA256 (rust/crates/pin-project-1.0.7.crate) = c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4 -SIZE (rust/crates/pin-project-1.0.7.crate) = 54847 -SHA256 (rust/crates/pin-project-internal-1.0.7.crate) = 48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f -SIZE (rust/crates/pin-project-internal-1.0.7.crate) = 27884 SHA256 (rust/crates/pin-project-lite-0.2.6.crate) = dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905 SIZE (rust/crates/pin-project-lite-0.2.6.crate) = 25494 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -267,10 +263,10 @@ SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef SIZE (rust/crates/ryu-1.0.5.crate) = 49570 SHA256 (rust/crates/schannel-0.1.19.crate) = 8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75 SIZE (rust/crates/schannel-0.1.19.crate) = 42755 -SHA256 (rust/crates/security-framework-2.2.0.crate) = 3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84 -SIZE (rust/crates/security-framework-2.2.0.crate) = 57599 -SHA256 (rust/crates/security-framework-sys-2.2.0.crate) = 3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339 -SIZE (rust/crates/security-framework-sys-2.2.0.crate) = 11744 +SHA256 (rust/crates/security-framework-2.3.1.crate) = 23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467 +SIZE (rust/crates/security-framework-2.3.1.crate) = 61581 +SHA256 (rust/crates/security-framework-sys-2.3.0.crate) = 7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284 +SIZE (rust/crates/security-framework-sys-2.3.0.crate) = 12561 SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 SIZE (rust/crates/serde-1.0.126.crate) = 75138 SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 @@ -333,8 +329,8 @@ SHA256 (rust/crates/typenum-1.13.0.crate) = 879f6906492a7cd215bfa4cf595b600146cc SIZE (rust/crates/typenum-1.13.0.crate) = 40238 SHA256 (rust/crates/unicode-bidi-0.3.5.crate) = eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0 SIZE (rust/crates/unicode-bidi-0.3.5.crate) = 33423 -SHA256 (rust/crates/unicode-normalization-0.1.18.crate) = 33717dca7ac877f497014e10d73f3acf948c342bee31b5ca7892faf94ccc6b49 -SIZE (rust/crates/unicode-normalization-0.1.18.crate) = 107188 +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.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 @@ -379,5 +375,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/winreg-0.7.0.crate) = 0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69 SIZE (rust/crates/winreg-0.7.0.crate) = 21225 -SHA256 (Y2Z-monolith-v2.5.0_GH0.tar.gz) = 0280d811c6b74fb84066a059db058d0008ff24ce128d4042659681d3aedf99cc -SIZE (Y2Z-monolith-v2.5.0_GH0.tar.gz) = 3320548 +SHA256 (Y2Z-monolith-v2.6.0_GH0.tar.gz) = 6cc8c9e9f9a3e2ab9e5c8f5eddcccbfcff92c728e7e9331a4f88231320aded75 +SIZE (Y2Z-monolith-v2.6.0_GH0.tar.gz) = 3323719 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8B13652364; Sat, 26 Jun 2021 11:48: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 4GBsZv5vG0z4fvv; Sat, 26 Jun 2021 11:48: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 B1C201E53B; Sat, 26 Jun 2021 11:48: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 15QBmdI6059898; Sat, 26 Jun 2021 11:48:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmdba059897; Sat, 26 Jun 2021 11:48:39 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:39 GMT Message-Id: <202106261148.15QBmdba059897@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: 4f9fec79841d - main - textproc/csvq: Update to 1.15.2 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: 4f9fec79841d3328cf4df11cd264b012679c0589 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:40 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f9fec79841d3328cf4df11cd264b012679c0589 commit 4f9fec79841d3328cf4df11cd264b012679c0589 Author: Lewis Cook AuthorDate: 2021-06-26 11:31:43 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:07 +0000 textproc/csvq: Update to 1.15.2 Changes: https://github.com/mithrandie/csvq/releases/tag/v1.15.2 --- textproc/csvq/Makefile | 3 +-- textproc/csvq/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/textproc/csvq/Makefile b/textproc/csvq/Makefile index e130d3e45168..90ce088885a8 100644 --- a/textproc/csvq/Makefile +++ b/textproc/csvq/Makefile @@ -1,7 +1,6 @@ PORTNAME= csvq DISTVERSIONPREFIX= v -DISTVERSION= 1.15.1 -PORTREVISION= 1 +DISTVERSION= 1.15.2 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/csvq/distinfo b/textproc/csvq/distinfo index 82c98fc91e1d..472ad8a801b2 100644 --- a/textproc/csvq/distinfo +++ b/textproc/csvq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1620924676 -SHA256 (go/textproc_csvq/csvq-v1.15.1/v1.15.1.mod) = 08bc496d2c03e2a8ae69bfb939b1c2e3f442bddef8bd0ae89eb474c740f0a3ea -SIZE (go/textproc_csvq/csvq-v1.15.1/v1.15.1.mod) = 397 -SHA256 (go/textproc_csvq/csvq-v1.15.1/v1.15.1.zip) = b3f805ca8959b2f15613f57c58935ee4236009236e1aa4627b57d775d7186190 -SIZE (go/textproc_csvq/csvq-v1.15.1/v1.15.1.zip) = 1517400 +TIMESTAMP = 1624707035 +SHA256 (go/textproc_csvq/csvq-v1.15.2/v1.15.2.mod) = acae40e13ec53f509c084c5da6948f60178cd6021d1e12b5dc8d0c7579cd704a +SIZE (go/textproc_csvq/csvq-v1.15.2/v1.15.2.mod) = 397 +SHA256 (go/textproc_csvq/csvq-v1.15.2/v1.15.2.zip) = 739aaa0bb0a3e406ce9f8061e85513cd3a67df2b3792d86207985ca55b2fd3dc +SIZE (go/textproc_csvq/csvq-v1.15.2/v1.15.2.zip) = 1517526 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A1B0652534; Sat, 26 Jun 2021 11:48: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 4GBsZy0N51z4g18; Sat, 26 Jun 2021 11:48: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 E45C41E3AE; Sat, 26 Jun 2021 11:48: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 15QBmfKM059946; Sat, 26 Jun 2021 11:48:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmf6Y059945; Sat, 26 Jun 2021 11:48:41 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:41 GMT Message-Id: <202106261148.15QBmf6Y059945@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: fb52d788e796 - main - sysutils/fselect: Update to 0.7.6 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: fb52d788e79683e12bd72716a2b12fc52508396e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:42 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb52d788e79683e12bd72716a2b12fc52508396e commit fb52d788e79683e12bd72716a2b12fc52508396e Author: Lewis Cook AuthorDate: 2021-06-26 11:36:38 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:08 +0000 sysutils/fselect: Update to 0.7.6 Changes: https://github.com/jhspetersson/fselect/releases/tag/0.7.6 --- sysutils/fselect/Makefile | 61 ++++++++++++----------- sysutils/fselect/distinfo | 124 ++++++++++++++++++++++++---------------------- 2 files changed, 97 insertions(+), 88 deletions(-) diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index de4d8a2cbb8f..f2284009b25a 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -1,5 +1,5 @@ PORTNAME= fselect -DISTVERSION= 0.7.5 +DISTVERSION= 0.7.6 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org @@ -22,22 +22,23 @@ CARGO_CRATES= adler-1.0.2 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ - bitreader-0.3.3 \ - bitstream-io-1.0.0 \ + bitreader-0.3.4 \ + bitstream-io-1.1.0 \ block-buffer-0.9.0 \ block-padding-0.2.1 \ bstr-0.2.16 \ bytecount-0.6.2 \ byteorder-1.4.3 \ - bzip2-0.3.3 \ - bzip2-sys-0.1.10+1.0.8 \ - cc-1.0.67 \ + bzip2-0.4.3 \ + bzip2-sys-0.1.11+1.0.8 \ + cc-1.0.68 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-english-0.1.6 \ + clipboard-win-4.2.1 \ cloudabi-0.0.3 \ - cpufeatures-0.1.1 \ + cpufeatures-0.1.4 \ crc32fast-1.2.1 \ csv-1.1.6 \ csv-core-0.1.10 \ @@ -48,18 +49,19 @@ CARGO_CRATES= adler-1.0.2 \ dirs-sys-next-0.1.2 \ either-1.6.1 \ endian-type-0.1.2 \ - env_logger-0.8.3 \ + env_logger-0.8.4 \ + error-code-2.3.0 \ fallible_collections-0.3.1 \ + fd-lock-2.0.0 \ fixedbitset-0.2.0 \ flate2-1.0.20 \ fnv-1.0.7 \ - fs2-0.4.3 \ generic-array-0.14.4 \ getrandom-0.1.16 \ - getrandom-0.2.2 \ + getrandom-0.2.3 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ - humansize-1.1.0 \ + humansize-1.1.1 \ humantime-2.1.0 \ imagesize-0.8.8 \ indexmap-1.6.2 \ @@ -68,11 +70,11 @@ CARGO_CRATES= adler-1.0.2 \ kamadak-exif-0.5.4 \ keccak-0.1.0 \ lazy_static-1.4.0 \ - libc-0.2.94 \ + libc-0.2.97 \ lock_api-0.3.4 \ log-0.4.14 \ lscolors-0.7.1 \ - matroska-0.5.5 \ + matroska-0.7.0 \ memchr-1.0.2 \ memchr-2.4.0 \ miniz_oxide-0.4.4 \ @@ -95,41 +97,42 @@ CARGO_CRATES= adler-1.0.2 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ - proc-macro2-1.0.26 \ + proc-macro2-1.0.27 \ quote-1.0.9 \ radix_trie-0.2.1 \ rand-0.7.3 \ - rand-0.8.3 \ + rand-0.8.4 \ rand_chacha-0.2.2 \ - rand_chacha-0.3.0 \ + rand_chacha-0.3.1 \ rand_core-0.5.1 \ - rand_core-0.6.2 \ + rand_core-0.6.3 \ rand_hc-0.2.0 \ - rand_hc-0.3.0 \ + rand_hc-0.3.1 \ rand_pcg-0.2.1 \ redox_syscall-0.1.57 \ - redox_syscall-0.2.8 \ + redox_syscall-0.2.9 \ redox_users-0.4.0 \ regex-1.5.4 \ - regex-automata-0.1.9 \ + regex-automata-0.1.10 \ regex-syntax-0.6.25 \ - rustyline-8.0.0 \ + rustyline-8.2.0 \ ryu-1.0.5 \ scanlex-0.1.4 \ scopeguard-1.1.0 \ - serde-1.0.125 \ - serde_derive-1.0.125 \ + serde-1.0.126 \ + serde_derive-1.0.126 \ serde_json-1.0.64 \ - sha-1-0.9.5 \ - sha2-0.9.4 \ + sha-1-0.9.6 \ + sha2-0.9.5 \ sha3-0.9.1 \ siphasher-0.3.5 \ smallvec-1.6.1 \ static_assertions-1.1.0 \ - syn-1.0.72 \ + str-buf-1.0.5 \ + syn-1.0.73 \ termcolor-1.1.2 \ - thiserror-1.0.24 \ - thiserror-impl-1.0.24 \ + thiserror-1.0.25 \ + thiserror-impl-1.0.25 \ time-0.1.43 \ toml-0.5.8 \ tree_magic-0.2.3 \ @@ -148,7 +151,7 @@ CARGO_CRATES= adler-1.0.2 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xattr-0.2.2 \ - zip-0.5.12 + zip-0.5.13 CARGO_FEATURES= --no-default-features PLIST_FILES= bin/${PORTNAME} \ diff --git a/sysutils/fselect/distinfo b/sysutils/fselect/distinfo index 741cb903d585..c8c3e9469487 100644 --- a/sysutils/fselect/distinfo +++ b/sysutils/fselect/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1621014116 +TIMESTAMP = 1624707301 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e @@ -15,10 +15,10 @@ SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49e 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/bitreader-0.3.3.crate) = 70a57a98015fc89125fae6054685a2586739fba82c8dbfe550dac9a5a76791a6 -SIZE (rust/crates/bitreader-0.3.3.crate) = 10777 -SHA256 (rust/crates/bitstream-io-1.0.0.crate) = 03539c739e37dab2c322ce07b1990089ca1fc7ad14b813e1538bf11bef98fe06 -SIZE (rust/crates/bitstream-io-1.0.0.crate) = 27035 +SHA256 (rust/crates/bitreader-0.3.4.crate) = 9178181a7d44239c6c8eaafa8688558a2ab5fa04b8855381f2681e9591fb941b +SIZE (rust/crates/bitreader-0.3.4.crate) = 11239 +SHA256 (rust/crates/bitstream-io-1.1.0.crate) = 1f5a101093baaea4d3684747b026ffae31b70666110bd1d46cfb28cb22be8bcc +SIZE (rust/crates/bitstream-io-1.1.0.crate) = 27078 SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 SHA256 (rust/crates/block-padding-0.2.1.crate) = 8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae @@ -29,12 +29,12 @@ SHA256 (rust/crates/bytecount-0.6.2.crate) = 72feb31ffc86498dacdbd0fcebb56138e71 SIZE (rust/crates/bytecount-0.6.2.crate) = 12347 SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 -SHA256 (rust/crates/bzip2-0.3.3.crate) = 42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b -SIZE (rust/crates/bzip2-0.3.3.crate) = 15346 -SHA256 (rust/crates/bzip2-sys-0.1.10+1.0.8.crate) = 17fa3d1ac1ca21c5c4e36a97f3c3eb25084576f6fc47bf0139c1123434216c6c -SIZE (rust/crates/bzip2-sys-0.1.10+1.0.8.crate) = 633563 -SHA256 (rust/crates/cc-1.0.67.crate) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd -SIZE (rust/crates/cc-1.0.67.crate) = 53486 +SHA256 (rust/crates/bzip2-0.4.3.crate) = 6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0 +SIZE (rust/crates/bzip2-0.4.3.crate) = 34195 +SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc +SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444 +SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 +SIZE (rust/crates/cc-1.0.68.crate) = 55936 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 @@ -43,10 +43,12 @@ SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9 SIZE (rust/crates/chrono-0.4.19.crate) = 155663 SHA256 (rust/crates/chrono-english-0.1.6.crate) = 0be5180df5f7c41fc2416bc038bc8d78d44db8136c415b94ccbc95f523dc38e9 SIZE (rust/crates/chrono-english-0.1.6.crate) = 13462 +SHA256 (rust/crates/clipboard-win-4.2.1.crate) = 4e4ea1881992efc993e4dc50a324cdbd03216e41bdc8385720ff47efc9bd2ca8 +SIZE (rust/crates/clipboard-win-4.2.1.crate) = 12142 SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156 -SHA256 (rust/crates/cpufeatures-0.1.1.crate) = dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4 -SIZE (rust/crates/cpufeatures-0.1.1.crate) = 9863 +SHA256 (rust/crates/cpufeatures-0.1.4.crate) = ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8 +SIZE (rust/crates/cpufeatures-0.1.4.crate) = 10129 SHA256 (rust/crates/crc32fast-1.2.1.crate) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a SIZE (rust/crates/crc32fast-1.2.1.crate) = 38172 SHA256 (rust/crates/csv-1.1.6.crate) = 22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1 @@ -67,30 +69,32 @@ SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227 SIZE (rust/crates/either-1.6.1.crate) = 13641 SHA256 (rust/crates/endian-type-0.1.2.crate) = c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d SIZE (rust/crates/endian-type-0.1.2.crate) = 2340 -SHA256 (rust/crates/env_logger-0.8.3.crate) = 17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f -SIZE (rust/crates/env_logger-0.8.3.crate) = 32543 +SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 +SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 +SHA256 (rust/crates/error-code-2.3.0.crate) = b5115567ac25674e0043e472be13d14e537f37ea8aa4bdc4aef0c89add1db1ff +SIZE (rust/crates/error-code-2.3.0.crate) = 5327 SHA256 (rust/crates/fallible_collections-0.3.1.crate) = 9599e8ccc571becb62700174680e54e5c50fc5b4d34c1c56d8915e0325650fea SIZE (rust/crates/fallible_collections-0.3.1.crate) = 48095 +SHA256 (rust/crates/fd-lock-2.0.0.crate) = 0010f02effd88c702318c5dde0463206be67495d0b4d906ba7c0a8f166cc7f06 +SIZE (rust/crates/fd-lock-2.0.0.crate) = 11368 SHA256 (rust/crates/fixedbitset-0.2.0.crate) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d SIZE (rust/crates/fixedbitset-0.2.0.crate) = 13597 SHA256 (rust/crates/flate2-1.0.20.crate) = cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0 SIZE (rust/crates/flate2-1.0.20.crate) = 74036 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/fs2-0.4.3.crate) = 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213 -SIZE (rust/crates/fs2-0.4.3.crate) = 13138 SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 -SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 -SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 -SHA256 (rust/crates/humansize-1.1.0.crate) = b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e -SIZE (rust/crates/humansize-1.1.0.crate) = 4459 +SHA256 (rust/crates/humansize-1.1.1.crate) = 02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026 +SIZE (rust/crates/humansize-1.1.1.crate) = 9131 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 SHA256 (rust/crates/imagesize-0.8.8.crate) = fd27b2139f540ac627a6cb1b96105e86bfc5136d06236ea90272eec35a4f5088 @@ -107,16 +111,16 @@ SHA256 (rust/crates/keccak-0.1.0.crate) = 67c21572b4949434e4fc1e1978b99c5f770641 SIZE (rust/crates/keccak-0.1.0.crate) = 5849 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.94.crate) = 18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e -SIZE (rust/crates/libc-0.2.94.crate) = 511713 +SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 SHA256 (rust/crates/lock_api-0.3.4.crate) = c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75 SIZE (rust/crates/lock_api-0.3.4.crate) = 18750 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/lscolors-0.7.1.crate) = d24b894c45c9da468621cdd615a5a79ee5e5523dd4f75c76ebc03d458940c16e SIZE (rust/crates/lscolors-0.7.1.crate) = 17986 -SHA256 (rust/crates/matroska-0.5.5.crate) = e5ca9fc05d566a45f61b7df39c02ca4a685bfba9e7f8c1d85ea7fca4fd01c172 -SIZE (rust/crates/matroska-0.5.5.crate) = 13352 +SHA256 (rust/crates/matroska-0.7.0.crate) = 407708478f4db38d254068880c8cea2d9d6c0b75a1d47097d3881bd3eb551ca3 +SIZE (rust/crates/matroska-0.7.0.crate) = 14739 SHA256 (rust/crates/memchr-1.0.2.crate) = 148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a SIZE (rust/crates/memchr-1.0.2.crate) = 8639 SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc @@ -161,60 +165,60 @@ SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f421883 SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 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.26.crate) = a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec -SIZE (rust/crates/proc-macro2-1.0.26.crate) = 38233 +SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/radix_trie-0.2.1.crate) = c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd SIZE (rust/crates/radix_trie-0.2.1.crate) = 251366 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 -SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e -SIZE (rust/crates/rand-0.8.3.crate) = 84493 +SHA256 (rust/crates/rand-0.8.4.crate) = 2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8 +SIZE (rust/crates/rand-0.8.4.crate) = 87406 SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 -SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d -SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 +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.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 -SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 -SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 +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.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 -SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 +SHA256 (rust/crates/rand_hc-0.3.1.crate) = d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7 +SIZE (rust/crates/rand_hc-0.3.1.crate) = 11891 SHA256 (rust/crates/rand_pcg-0.2.1.crate) = 16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429 SIZE (rust/crates/rand_pcg-0.2.1.crate) = 11291 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.8.crate) = 742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc -SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 +SHA256 (rust/crates/redox_syscall-0.2.9.crate) = 5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee +SIZE (rust/crates/redox_syscall-0.2.9.crate) = 23533 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-automata-0.1.9.crate) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 -SIZE (rust/crates/regex-automata-0.1.9.crate) = 114560 +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/rustyline-8.0.0.crate) = b9e1b597fcd1eeb1d6b25b493538e5aa19629eb08932184b85fef931ba87e893 -SIZE (rust/crates/rustyline-8.0.0.crate) = 96553 +SHA256 (rust/crates/rustyline-8.2.0.crate) = fbd4eaf7a7738f76c98e4f0395253ae853be3eb018f7b0bb57fe1b6c17e31874 +SIZE (rust/crates/rustyline-8.2.0.crate) = 97067 SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e SIZE (rust/crates/ryu-1.0.5.crate) = 49570 SHA256 (rust/crates/scanlex-0.1.4.crate) = 088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db SIZE (rust/crates/scanlex-0.1.4.crate) = 10496 SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/serde-1.0.125.crate) = 558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171 -SIZE (rust/crates/serde-1.0.125.crate) = 75144 -SHA256 (rust/crates/serde_derive-1.0.125.crate) = b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d -SIZE (rust/crates/serde_derive-1.0.125.crate) = 54155 +SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 +SIZE (rust/crates/serde-1.0.126.crate) = 75138 +SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 +SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 -SHA256 (rust/crates/sha-1-0.9.5.crate) = b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00 -SIZE (rust/crates/sha-1-0.9.5.crate) = 13780 -SHA256 (rust/crates/sha2-0.9.4.crate) = d8f6b75b17576b792bef0db1bcc4b8b8bcdf9506744cf34b974195487af6cff2 -SIZE (rust/crates/sha2-0.9.4.crate) = 19775 +SHA256 (rust/crates/sha-1-0.9.6.crate) = 8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16 +SIZE (rust/crates/sha-1-0.9.6.crate) = 13758 +SHA256 (rust/crates/sha2-0.9.5.crate) = b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12 +SIZE (rust/crates/sha2-0.9.5.crate) = 19912 SHA256 (rust/crates/sha3-0.9.1.crate) = f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809 SIZE (rust/crates/sha3-0.9.1.crate) = 523403 SHA256 (rust/crates/siphasher-0.3.5.crate) = cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27 @@ -223,14 +227,16 @@ SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4a SIZE (rust/crates/smallvec-1.6.1.crate) = 26444 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 -SHA256 (rust/crates/syn-1.0.72.crate) = a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82 -SIZE (rust/crates/syn-1.0.72.crate) = 232500 +SHA256 (rust/crates/str-buf-1.0.5.crate) = d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a +SIZE (rust/crates/str-buf-1.0.5.crate) = 3852 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 -SHA256 (rust/crates/thiserror-1.0.24.crate) = e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e -SIZE (rust/crates/thiserror-1.0.24.crate) = 16580 -SHA256 (rust/crates/thiserror-impl-1.0.24.crate) = 7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0 -SIZE (rust/crates/thiserror-impl-1.0.24.crate) = 13361 +SHA256 (rust/crates/thiserror-1.0.25.crate) = fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6 +SIZE (rust/crates/thiserror-1.0.25.crate) = 16690 +SHA256 (rust/crates/thiserror-impl-1.0.25.crate) = 8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d +SIZE (rust/crates/thiserror-impl-1.0.25.crate) = 13364 SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 SIZE (rust/crates/time-0.1.43.crate) = 28653 SHA256 (rust/crates/toml-0.5.8.crate) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa @@ -267,7 +273,7 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/xattr-0.2.2.crate) = 244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c SIZE (rust/crates/xattr-0.2.2.crate) = 11750 -SHA256 (rust/crates/zip-0.5.12.crate) = 9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27 -SIZE (rust/crates/zip-0.5.12.crate) = 43857 -SHA256 (jhspetersson-fselect-0.7.5_GH0.tar.gz) = bee5cddfbd5ec254d0d8ec5e045618829d775084d00b8bcf353418beeb31a439 -SIZE (jhspetersson-fselect-0.7.5_GH0.tar.gz) = 66407 +SHA256 (rust/crates/zip-0.5.13.crate) = 93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815 +SIZE (rust/crates/zip-0.5.13.crate) = 48237 +SHA256 (jhspetersson-fselect-0.7.6_GH0.tar.gz) = bea8a7c09ddb88a8ad253305744847c4e4d63cb16afbec6c8cfff89b264f67d7 +SIZE (jhspetersson-fselect-0.7.6_GH0.tar.gz) = 67147 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C74CB6524C3; Sat, 26 Jun 2021 11:48: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 4GBsb13dDBz4g1J; Sat, 26 Jun 2021 11:48: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 59ECA1E170; Sat, 26 Jun 2021 11:48: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 15QBmjWJ060024; Sat, 26 Jun 2021 11:48:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmjAK060023; Sat, 26 Jun 2021 11:48:45 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:45 GMT Message-Id: <202106261148.15QBmjAK060023@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: ece944efd1bf - main - devel/revive: Update to 1.0.8 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: ece944efd1bf55fa369dc18a54760605e11d33c3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:46 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=ece944efd1bf55fa369dc18a54760605e11d33c3 commit ece944efd1bf55fa369dc18a54760605e11d33c3 Author: Lewis Cook AuthorDate: 2021-06-26 11:42:25 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:08 +0000 devel/revive: Update to 1.0.8 Changes: https://github.com/mgechev/revive/releases/tag/v1.0.8 --- devel/revive/Makefile | 2 +- devel/revive/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/revive/Makefile b/devel/revive/Makefile index 93531b89a7a5..61822f9729c4 100644 --- a/devel/revive/Makefile +++ b/devel/revive/Makefile @@ -1,6 +1,6 @@ PORTNAME= revive DISTVERSIONPREFIX= v -DISTVERSION= 1.0.7 +DISTVERSION= 1.0.8 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/revive/distinfo b/devel/revive/distinfo index 0225abbe5475..cf9b7d764619 100644 --- a/devel/revive/distinfo +++ b/devel/revive/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1622292484 -SHA256 (go/devel_revive/revive-v1.0.7/v1.0.7.mod) = 8e2248bb46f52b2dd7bffaf2afea7662a71664294b9e5f1cbe6a9156447223be -SIZE (go/devel_revive/revive-v1.0.7/v1.0.7.mod) = 419 -SHA256 (go/devel_revive/revive-v1.0.7/v1.0.7.zip) = 7112088ff8e1dd1800c5f80998bac576a349393b301405c202e5228968d29b4d -SIZE (go/devel_revive/revive-v1.0.7/v1.0.7.zip) = 775380 +TIMESTAMP = 1624707716 +SHA256 (go/devel_revive/revive-v1.0.8/v1.0.8.mod) = c08b41353dfdf440e20ef9eb557f07c501c39b4e0dedcf495e93ad4c977c5f4c +SIZE (go/devel_revive/revive-v1.0.8/v1.0.8.mod) = 419 +SHA256 (go/devel_revive/revive-v1.0.8/v1.0.8.zip) = 1ac7aae573c2b1b3386dcb72395441315d07b2d8f7ca92179f015fce4f38b62e +SIZE (go/devel_revive/revive-v1.0.8/v1.0.8.zip) = 777196 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8A45652370; Sat, 26 Jun 2021 11:48: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 4GBsb24mSBz4g1K; Sat, 26 Jun 2021 11:48: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 7A4311E70B; Sat, 26 Jun 2021 11:48: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 15QBmkXf060048; Sat, 26 Jun 2021 11:48:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmkYr060047; Sat, 26 Jun 2021 11:48:46 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:46 GMT Message-Id: <202106261148.15QBmkYr060047@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: 31eb1d82cd8e - main - games/rpg-cli: Update to 0.4.1 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: 31eb1d82cd8e801f4e459f624d2f2cceed7f3a07 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:47 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=31eb1d82cd8e801f4e459f624d2f2cceed7f3a07 commit 31eb1d82cd8e801f4e459f624d2f2cceed7f3a07 Author: Lewis Cook AuthorDate: 2021-06-26 11:44:00 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:09 +0000 games/rpg-cli: Update to 0.4.1 Changes: https://github.com/facundoolano/rpg-cli/blob/0.4.1/CHANGELOG.md --- games/rpg-cli/Makefile | 15 +++++++++------ games/rpg-cli/distinfo | 32 +++++++++++++++++++------------- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index 6089d8e566be..2a181920275a 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,5 +1,5 @@ PORTNAME= rpg-cli -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.1 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org @@ -23,7 +23,7 @@ CARGO_CRATES= atty-0.2.14 \ ctor-0.1.20 \ dirs-3.0.2 \ dirs-sys-0.3.6 \ - dunce-1.0.1 \ + dunce-1.0.2 \ erased-serde-0.3.15 \ getrandom-0.2.3 \ ghost-0.1.2 \ @@ -33,9 +33,10 @@ CARGO_CRATES= atty-0.2.14 \ indexmap-1.6.2 \ inventory-0.1.10 \ inventory-impl-0.1.10 \ + itoa-0.4.7 \ lazy_static-1.4.0 \ - libc-0.2.95 \ - once_cell-1.7.2 \ + libc-0.2.97 \ + once_cell-1.8.0 \ os_str_bytes-2.4.0 \ ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ @@ -43,15 +44,17 @@ CARGO_CRATES= atty-0.2.14 \ proc-macro2-1.0.27 \ quote-1.0.9 \ rand-0.8.3 \ - rand_chacha-0.3.0 \ + rand_chacha-0.3.1 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ redox_syscall-0.2.8 \ redox_users-0.4.0 \ + ryu-1.0.5 \ serde-1.0.126 \ serde_derive-1.0.126 \ + serde_json-1.0.64 \ strsim-0.10.0 \ - syn-1.0.72 \ + syn-1.0.73 \ termcolor-1.1.2 \ textwrap-0.12.1 \ typetag-0.1.7 \ diff --git a/games/rpg-cli/distinfo b/games/rpg-cli/distinfo index 2a25c625bfe0..9bb30b73fc78 100644 --- a/games/rpg-cli/distinfo +++ b/games/rpg-cli/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623173038 +TIMESTAMP = 1624707818 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 @@ -21,8 +21,8 @@ SHA256 (rust/crates/dirs-3.0.2.crate) = 30baa043103c9d0c2a57cf537cc2f35623889dc0 SIZE (rust/crates/dirs-3.0.2.crate) = 12184 SHA256 (rust/crates/dirs-sys-0.3.6.crate) = 03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780 SIZE (rust/crates/dirs-sys-0.3.6.crate) = 10626 -SHA256 (rust/crates/dunce-1.0.1.crate) = b2641c4a7c0c4101df53ea572bffdc561c146f6c2eb09e4df02bc4811e3feeb4 -SIZE (rust/crates/dunce-1.0.1.crate) = 7988 +SHA256 (rust/crates/dunce-1.0.2.crate) = 453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541 +SIZE (rust/crates/dunce-1.0.2.crate) = 7953 SHA256 (rust/crates/erased-serde-0.3.15.crate) = e5b36e6f2295f393f44894c6031f67df4d185b984cd54d08f768ce678007efcd SIZE (rust/crates/erased-serde-0.3.15.crate) = 24675 SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 @@ -41,12 +41,14 @@ SHA256 (rust/crates/inventory-0.1.10.crate) = 0f0f7efb804ec95e33db9ad49e4252f049 SIZE (rust/crates/inventory-0.1.10.crate) = 11572 SHA256 (rust/crates/inventory-impl-0.1.10.crate) = 75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51 SIZE (rust/crates/inventory-impl-0.1.10.crate) = 6228 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 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.95.crate) = 789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36 -SIZE (rust/crates/libc-0.2.95.crate) = 515341 -SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 -SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 +SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 +SHA256 (rust/crates/once_cell-1.8.0.crate) = 692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56 +SIZE (rust/crates/once_cell-1.8.0.crate) = 28925 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/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 @@ -61,8 +63,8 @@ SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f06 SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e SIZE (rust/crates/rand-0.8.3.crate) = 84493 -SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d -SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 +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.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 @@ -71,14 +73,18 @@ SHA256 (rust/crates/redox_syscall-0.2.8.crate) = 742739e41cd49414de871ea5e549afb SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 +SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e +SIZE (rust/crates/ryu-1.0.5.crate) = 49570 SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 SIZE (rust/crates/serde-1.0.126.crate) = 75138 SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 +SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-1.0.72.crate) = a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82 -SIZE (rust/crates/syn-1.0.72.crate) = 232500 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 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 @@ -107,5 +113,5 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 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 (facundoolano-rpg-cli-0.4.0_GH0.tar.gz) = b7337f5337ce99741c870acc8358fd25af0c013fe15de17dad1682c41099e67f -SIZE (facundoolano-rpg-cli-0.4.0_GH0.tar.gz) = 658933 +SHA256 (facundoolano-rpg-cli-0.4.1_GH0.tar.gz) = 2b68e9c53ff7fcebb319aa741e008b1f8c2ed714558302c1707a1fc87fa09164 +SIZE (facundoolano-rpg-cli-0.4.1_GH0.tar.gz) = 659713 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 552B9652464; Sat, 26 Jun 2021 11:48: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 4GBsZz1gkjz4g1C; Sat, 26 Jun 2021 11:48: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 1AE9A1E699; Sat, 26 Jun 2021 11:48: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 15QBmgnw059970; Sat, 26 Jun 2021 11:48:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmgmu059969; Sat, 26 Jun 2021 11:48:42 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:42 GMT Message-Id: <202106261148.15QBmgmu059969@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: d456131c056f - main - sysutils/gdu: Update to 5.1.1 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: d456131c056fdc327f1a90c985a7918a64a73cb0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:43 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=d456131c056fdc327f1a90c985a7918a64a73cb0 commit d456131c056fdc327f1a90c985a7918a64a73cb0 Author: Lewis Cook AuthorDate: 2021-06-26 11:39:22 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:08 +0000 sysutils/gdu: Update to 5.1.1 Changes: https://github.com/dundee/gdu/releases/tag/v5.1.1 --- sysutils/gdu/Makefile | 2 +- sysutils/gdu/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile index 1360645b6d57..1b9fc967af87 100644 --- a/sysutils/gdu/Makefile +++ b/sysutils/gdu/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdu DISTVERSIONPREFIX= v -DISTVERSION= 5.1.0 +DISTVERSION= 5.1.1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/gdu/distinfo b/sysutils/gdu/distinfo index 4a099767c320..8c3a17da5413 100644 --- a/sysutils/gdu/distinfo +++ b/sysutils/gdu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623174395 -SHA256 (dundee-gdu-v5.1.0_GH0.tar.gz) = d51b1204f7d2132ef8d9d5dd20327630b6c9d8ab45d9f9c1c131334c73f28fe4 -SIZE (dundee-gdu-v5.1.0_GH0.tar.gz) = 45862 +TIMESTAMP = 1624707520 +SHA256 (dundee-gdu-v5.1.1_GH0.tar.gz) = fb1a76562947e34fec16fd650f03793ccc5afe04fa6ba817639d92f55a1f927b +SIZE (dundee-gdu-v5.1.1_GH0.tar.gz) = 45861 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 41024652715; Sat, 26 Jun 2021 11:48: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 4GBsZx08F7z4fyt; Sat, 26 Jun 2021 11:48: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 CBF9A1E16F; Sat, 26 Jun 2021 11:48: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 15QBmewj059922; Sat, 26 Jun 2021 11:48:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmeoX059921; Sat, 26 Jun 2021 11:48:40 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:40 GMT Message-Id: <202106261148.15QBmeoX059921@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: d090a18cb6a9 - main - sysutils/dua-cli: Update to 2.13.1 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: d090a18cb6a9833c753ab916d27bcfccf0c46cee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:41 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=d090a18cb6a9833c753ab916d27bcfccf0c46cee commit d090a18cb6a9833c753ab916d27bcfccf0c46cee Author: Lewis Cook AuthorDate: 2021-06-26 11:33:30 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:07 +0000 sysutils/dua-cli: Update to 2.13.1 Changes: https://github.com/Byron/dua-cli/blob/v2.13.1/CHANGELOG.md --- sysutils/dua-cli/Makefile | 2 +- sysutils/dua-cli/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 0dea710e13e8..c5ca3c0745ce 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v -DISTVERSION= 2.13.0 +DISTVERSION= 2.13.1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/dua-cli/distinfo b/sysutils/dua-cli/distinfo index fb703c7b8c88..57abdd18c376 100644 --- a/sysutils/dua-cli/distinfo +++ b/sysutils/dua-cli/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623260648 +TIMESTAMP = 1624707191 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b @@ -169,5 +169,5 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 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 (Byron-dua-cli-v2.13.0_GH0.tar.gz) = 2af2408eecca4a1a04d0d395322f110b97e49d5366eb435e2e0e36b8b92684bb -SIZE (Byron-dua-cli-v2.13.0_GH0.tar.gz) = 57975 +SHA256 (Byron-dua-cli-v2.13.1_GH0.tar.gz) = 0012c85fdd65eb2c53066df6761864d3ade8c63bd82922826185eff3a40f9e16 +SIZE (Byron-dua-cli-v2.13.1_GH0.tar.gz) = 58026 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:48:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 005AC65236E; Sat, 26 Jun 2021 11:48: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 4GBsb02mZ8z4g67; Sat, 26 Jun 2021 11:48: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 354FC1E53C; Sat, 26 Jun 2021 11:48: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 15QBmiZh059994; Sat, 26 Jun 2021 11:48:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBmibL059993; Sat, 26 Jun 2021 11:48:44 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:48:44 GMT Message-Id: <202106261148.15QBmibL059993@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: d1b39cff65d6 - main - devel/glab: Update to 1.18.1 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: d1b39cff65d637b163d127385c0474a81b4533b6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:48:45 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1b39cff65d637b163d127385c0474a81b4533b6 commit d1b39cff65d637b163d127385c0474a81b4533b6 Author: Lewis Cook AuthorDate: 2021-06-26 11:41:14 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:48:08 +0000 devel/glab: Update to 1.18.1 Changes: https://github.com/profclems/glab/releases/tag/v1.18.1 --- devel/glab/Makefile | 2 +- devel/glab/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/glab/Makefile b/devel/glab/Makefile index 6c43d90c7192..6ebb2f75052c 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,6 +1,6 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.18.0 +DISTVERSION= 1.18.1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/glab/distinfo b/devel/glab/distinfo index 15f5c665f047..1b02b3a8273a 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1623172417 -SHA256 (go/devel_glab/glab-v1.18.0/v1.18.0.mod) = 14d80fca0ff67aa1df77f1d9a2bb1992e299595ae5475ae5460d2b57b3d8836d -SIZE (go/devel_glab/glab-v1.18.0/v1.18.0.mod) = 1583 -SHA256 (go/devel_glab/glab-v1.18.0/v1.18.0.zip) = 5f81626236dac92a0265df0d7705a360eb0a0fcbd6856d9b976eaacbd29d658f -SIZE (go/devel_glab/glab-v1.18.0/v1.18.0.zip) = 16657455 +TIMESTAMP = 1624707605 +SHA256 (go/devel_glab/glab-v1.18.1/v1.18.1.mod) = 8b58be168f78caf48942c5149b05e63f08d64f0f7934d813a4725e93db1d34f9 +SIZE (go/devel_glab/glab-v1.18.1/v1.18.1.mod) = 1583 +SHA256 (go/devel_glab/glab-v1.18.1/v1.18.1.zip) = 4ddf0a04db9f0734b9389ba59bab99e64c3bc19271496a6c4285a57b8a30f095 +SIZE (go/devel_glab/glab-v1.18.1/v1.18.1.zip) = 16661803 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:53:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7FA9652AA5; Sat, 26 Jun 2021 11:53: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 4GBshD61FBz4gPr; Sat, 26 Jun 2021 11:53: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 B66891E6C1; Sat, 26 Jun 2021 11:53: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 15QBrGhH072775; Sat, 26 Jun 2021 11:53:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBrGvF072774; Sat, 26 Jun 2021 11:53:16 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:53:16 GMT Message-Id: <202106261153.15QBrGvF072774@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: c0a2cfc12989 - main - audio/visp-go: Update to latest commit 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: c0a2cfc129896f7e8e4f760a9cf6762220cbcf3d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:53:17 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0a2cfc129896f7e8e4f760a9cf6762220cbcf3d commit c0a2cfc129896f7e8e4f760a9cf6762220cbcf3d Author: Lewis Cook AuthorDate: 2021-06-26 11:52:39 +0000 Commit: Lewis Cook CommitDate: 2021-06-26 11:52:39 +0000 audio/visp-go: Update to latest commit --- audio/visp-go/Makefile | 20 +++++++++++++------- audio/visp-go/distinfo | 34 +++++++++++++++++++++++----------- 2 files changed, 36 insertions(+), 18 deletions(-) diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile index aa1bebc7e89a..788a2b239f9d 100644 --- a/audio/visp-go/Makefile +++ b/audio/visp-go/Makefile @@ -1,5 +1,5 @@ PORTNAME= visp-go -DISTVERSION= g20210527 +DISTVERSION= g20210723 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org @@ -12,8 +12,9 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ambientsound GH_PROJECT= ${PORTNAME:C/-go//} -GH_TAGNAME= a474043 -GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ +GH_TAGNAME= 2585747 +GH_TUPLE= beorn7:perks:v1.0.0:beorn7_perks/vendor/github.com/beorn7/perks \ + davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:v2.2.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ @@ -23,10 +24,10 @@ GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-sp go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:afb366fc7cd1:golang_net/vendor/golang.org/x/net \ - golang:oauth2:2e8d93401602:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ + golang:oauth2:d04028783cf1:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:66c3f260301c:golang_sys/vendor/golang.org/x/sys \ + golang:sys:04245dca01da: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 \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ @@ -36,9 +37,14 @@ GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-sp lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-runewidth:v0.0.12: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 \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + prometheus:client_golang:v0.9.3:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \ + prometheus:common:v0.4.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:procfs:5867b95ac084:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ sirupsen:logrus:v1.2.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ @@ -51,7 +57,7 @@ GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-sp stretchr:objx:v0.1.1: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 \ - zmb3:spotify:v1.1.2:zmb3_spotify/vendor/github.com/zmb3/spotify + zmb3:spotify:v1.3.0:zmb3_spotify/vendor/github.com/zmb3/spotify _BUILD_VERSION= ${GH_TAGNAME} _BUILD_DATE= $$(date +%s) diff --git a/audio/visp-go/distinfo b/audio/visp-go/distinfo index bf4e56579eef..56e023cea5e6 100644 --- a/audio/visp-go/distinfo +++ b/audio/visp-go/distinfo @@ -1,6 +1,8 @@ -TIMESTAMP = 1622125759 -SHA256 (ambientsound-visp-g20210527-a474043_GH0.tar.gz) = 0cec76c1f821c431acfbaaa94d1a5508019a30645dc143cde2b0f8c78b631f86 -SIZE (ambientsound-visp-g20210527-a474043_GH0.tar.gz) = 278798 +TIMESTAMP = 1624708329 +SHA256 (ambientsound-visp-g20210723-2585747_GH0.tar.gz) = e70177483187b93a77783159a3bd886ca7215eaf8d5b18806f78e8a84aa8149a +SIZE (ambientsound-visp-g20210723-2585747_GH0.tar.gz) = 281972 +SHA256 (beorn7-perks-v1.0.0_GH0.tar.gz) = b69d92e2e84b7d510dfa6110d3ac4ada0096a6c81190c5e174aa888bfe475cbc +SIZE (beorn7-perks-v1.0.0_GH0.tar.gz) = 10866 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd @@ -21,14 +23,14 @@ SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d81333 SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 SHA256 (golang-crypto-75b288015ac9_GH0.tar.gz) = 6e74e21bf9dfdbf0a8dac8cb205fbc3bfd8dff308a24080b9d6093a3858f0db2 SIZE (golang-crypto-75b288015ac9_GH0.tar.gz) = 1729931 -SHA256 (golang-net-afb366fc7cd1_GH0.tar.gz) = 897c59e6bb8851550cdaa131e1d0c51502f537194de846918f532c463a4518ca -SIZE (golang-net-afb366fc7cd1_GH0.tar.gz) = 1249394 -SHA256 (golang-oauth2-2e8d93401602_GH0.tar.gz) = 666f0dd6ef39ba66a52c7fc02c8730be742a5f14419fc7c3a70f0442f6a5bc92 -SIZE (golang-oauth2-2e8d93401602_GH0.tar.gz) = 79381 +SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d +SIZE (golang-net-04defd469f4e_GH0.tar.gz) = 1252122 +SHA256 (golang-oauth2-d04028783cf1_GH0.tar.gz) = b963a3ce8248c8ca192d9c7c4ffdbe4adddfe7599b0a58fdfe9271e58547e217 +SIZE (golang-oauth2-d04028783cf1_GH0.tar.gz) = 79980 SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3 SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 -SHA256 (golang-sys-66c3f260301c_GH0.tar.gz) = c694fdfa95b4b21d3bc777019b1f2422e56c5f57f049bd8f485bab5fa19cbba1 -SIZE (golang-sys-66c3f260301c_GH0.tar.gz) = 1219296 +SHA256 (golang-sys-04245dca01da_GH0.tar.gz) = b90ec2bae1f7e395eb368638a6627199efdc28fa9c592a72aac0ae32351fd5d7 +SIZE (golang-sys-04245dca01da_GH0.tar.gz) = 1231301 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 @@ -47,12 +49,22 @@ SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735 SHA256 (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 5fe59a999a3dffe33595d8e40806bcba11aa447cd73eb60a8b9a7f8b724a232f SIZE (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 17354 +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 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980 SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244 SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (prometheus-client_golang-v0.9.3_GH0.tar.gz) = 691646522cee404fc8d48bf830309bb75e7b36ceca31d8dc2febe142e66a9ca8 +SIZE (prometheus-client_golang-v0.9.3_GH0.tar.gz) = 138415 +SHA256 (prometheus-client_model-14fe0d1b01d4_GH0.tar.gz) = e86922566dae5bd684e2b77baabfaee9df34ce11cd7c8bae688b512b3a496f03 +SIZE (prometheus-client_model-14fe0d1b01d4_GH0.tar.gz) = 57495 +SHA256 (prometheus-common-v0.4.0_GH0.tar.gz) = 5fbad5f7332e40e1e1a75da389e81cf51300c26efff8dfe894eb814d2db5062e +SIZE (prometheus-common-v0.4.0_GH0.tar.gz) = 98312 +SHA256 (prometheus-procfs-5867b95ac084_GH0.tar.gz) = e7a790683185905621d3ea93fc605a38957b3a5e4a16ff90dee557d2e714c842 +SIZE (prometheus-procfs-5867b95ac084_GH0.tar.gz) = 72672 SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676 SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215 SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197 @@ -77,5 +89,5 @@ SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5a SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5 SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359 -SHA256 (zmb3-spotify-v1.1.2_GH0.tar.gz) = 108a5918c6a34b90c275427b9a4181ca2ac1ca49b369a54ac9eef053b2c002cc -SIZE (zmb3-spotify-v1.1.2_GH0.tar.gz) = 116812 +SHA256 (zmb3-spotify-v1.3.0_GH0.tar.gz) = a5c7f6ee75fc635a44fcd712fcb38236b36ae20330f993ed97c5e3744995e7a8 +SIZE (zmb3-spotify-v1.3.0_GH0.tar.gz) = 147692 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 11:55:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 798A1652950; Sat, 26 Jun 2021 11:55: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 4GBskQ31vbz4gDD; Sat, 26 Jun 2021 11:55: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 4C46E1E72B; Sat, 26 Jun 2021 11:55: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 15QBtALD073041; Sat, 26 Jun 2021 11:55:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QBtAeE073040; Sat, 26 Jun 2021 11:55:10 GMT (envelope-from git) Date: Sat, 26 Jun 2021 11:55:10 GMT Message-Id: <202106261155.15QBtAeE073040@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: 8447d035d06d - main - cleanup: unregister expired Node 12 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: 8447d035d06d468eca2b2394722e11505659b1f9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 11:55:10 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8447d035d06d468eca2b2394722e11505659b1f9 commit 8447d035d06d468eca2b2394722e11505659b1f9 Author: Rene Ladan AuthorDate: 2021-06-26 11:51:50 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 11:55:03 +0000 cleanup: unregister expired Node 12 --- www/node/Makefile | 2 +- www/npm/Makefile | 10 ++-------- www/yarn/Makefile | 11 ++--------- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/www/node/Makefile b/www/node/Makefile index 01a6ce8243f7..e16fc4019cdc 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -47,7 +47,7 @@ DTRACE_CONFIGURE_ON= --with-dtrace HAS_CONFIGURE= yes -CONFLICTS_INSTALL= node10-[0-9]* node12-[0-9]* node14-[0-9]* +CONFLICTS_INSTALL= node10-[0-9]* node14-[0-9]* CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --without-npm \ diff --git a/www/npm/Makefile b/www/npm/Makefile index 78c4de630f81..6a14d0f4d9b2 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -19,14 +19,13 @@ NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -CONFLICTS_INSTALL?= npm-node10 npm-node12 npm-node14 +CONFLICTS_INSTALL?= npm-node10 npm-node14 OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 NODE14 +OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE14 OPTIONS_DEFAULT=NODE NODE_DESC= Use Node.js 15.x (www/node) as backend NODE10_DESC= Use Node.js 10.x (www/node10) as backend -NODE12_DESC= Use Node.js 12.x (www/node12) as backend NODE14_DESC= Use Node.js 14.x (www/node14) as backend CPE_VENDOR= npmjs @@ -37,7 +36,6 @@ SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE10_RUN_DEPENDS= node10>=0.8.0:www/node10 -NODE12_RUN_DEPENDS= node12>=0.8.0:www/node12 NODE14_RUN_DEPENDS= node14>=0.8.0:www/node14 .include @@ -46,10 +44,6 @@ NODE14_RUN_DEPENDS= node14>=0.8.0:www/node14 DEPRECATED= Uses EOL Python 2.7 via www/node10 EXPIRATION_DATE=2021-06-23 .endif -.if ${PORT_OPTIONS:MNODE12} -DEPRECATED= Uses EOL Python 2.7 via www/node12 -EXPIRATION_DATE=2021-06-23 -.endif .if ${ARCH} == i386 # Workaround for kernel bug 178881 diff --git a/www/yarn/Makefile b/www/yarn/Makefile index 5be56e0ba9af..d961b3088177 100644 --- a/www/yarn/Makefile +++ b/www/yarn/Makefile @@ -10,23 +10,21 @@ COMMENT= Package manager for node, alternative to npm LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS_INSTALL?= yarn-node14 yarn-node12 yarn-node10 +CONFLICTS_INSTALL?= yarn-node14 yarn-node10 OPTIONS_DEFINE= HADOOPCOMPAT OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE10 NODE12 NODE14 NODE +OPTIONS_SINGLE_BACKEND= NODE10 NODE14 NODE OPTIONS_DEFAULT= NODE HADOOPCOMPAT_DESC= hadoop2 compatibility, the yarn script is excluded NODE_DESC= Use www/node as backend NODE14_DESC= Use www/node14 as backend -NODE12_DESC= Use www/node12 as backend NODE10_DESC= Use www/node10 as backend OPTIONS_SUB= yes NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE14_RUN_DEPENDS= node14>=14.0.0:www/node14 -NODE12_RUN_DEPENDS= node12>=12.0.0:www/node12 NODE10_RUN_DEPENDS= node10>=10.0.0:www/node10 HADOOPCOMPAT_CONFLICTS_INSTALL_OFF= hadoop2* @@ -60,10 +58,5 @@ do-install-HADOOPCOMPAT-off: DEPRECATED= Uses EOL Python 2.7 via www/node10 EXPIRATION_DATE=2021-06-23 .endif -.if ${PORT_OPTIONS:MNODE12} -DEPRECATED= Uses EOL Python 2.7 via www/node12 -EXPIRATION_DATE=2021-06-23 -.endif - .include From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 12:00:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DFFC6529E3; Sat, 26 Jun 2021 12: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 4GBsrr3yHsz4gYl; Sat, 26 Jun 2021 12:00: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 6FBC61E4EB; Sat, 26 Jun 2021 12: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 15QC0iWG082554; Sat, 26 Jun 2021 12: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 15QC0ivr082553; Sat, 26 Jun 2021 12:00:44 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:00:44 GMT Message-Id: <202106261200.15QC0ivr082553@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: 25e45674705f - main - */*: 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: 25e45674705f532893ef83e6a6334f53abbf085d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:00:44 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=25e45674705f532893ef83e6a6334f53abbf085d commit 25e45674705f532893ef83e6a6334f53abbf085d Author: Rene Ladan AuthorDate: 2021-06-26 11:59:48 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 12:00:01 +0000 */*: Remove expired ports: 2020-12-31 www/node12: Uses Python 2.7 which is EOLed upstream www/npm-node12: uses www/node12 2021-06-23 www/yarn-node12: Uses EOL Python 2.7 via www/node12 --- MOVED | 3 + www/Makefile | 3 - www/node12/Makefile | 110 ----- www/node12/distinfo | 3 - www/node12/files/extra-patch-common.gypi | 13 - .../files/extra-patch-tools_v8__gypfiles_v8.gyp | 11 - ...l_config_archs_linux-elf_no-asm_openssl-cl.gypi | 11 - ...nssl_config_archs_linux-elf_no-asm_openssl.gypi | 11 - .../patch-deps_openssl_openssl-cl__no__asm.gypi | 17 - .../files/patch-deps_openssl_openssl__no__asm.gypi | 11 - ...h-deps_v8_src_base_platform_platform-freebsd.cc | 62 --- .../files/patch-deps_v8_src_codegen_arm_cpu-arm.cc | 22 - .../patch-deps_v8_src_codegen_ppc_constants-ppc.h | 20 - ...v8_src_compiler_backend_instruction-selector.cc | 11 - ..._src_compiler_backend_ppc_code-generator-ppc.cc | 11 - .../files/patch-deps_v8_src_execution_simulator.h | 11 - .../files/patch-deps_v8_src_libsampler_sampler.cc | 19 - .../patch-deps_v8_src_objects_js-list-format.cc | 83 ---- www/node12/files/patch-node.gypi | 12 - www/node12/pkg-descr | 6 - www/node12/pkg-message | 7 - www/node12/pkg-plist | 478 --------------------- www/npm-node12/Makefile | 12 - www/yarn-node12/Makefile | 15 - 24 files changed, 3 insertions(+), 959 deletions(-) diff --git a/MOVED b/MOVED index f9a17c9a3d17..1917cdf64d51 100644 --- a/MOVED +++ b/MOVED @@ -16432,3 +16432,6 @@ devel/gnatpython||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstrea devel/libosmocore||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream net/openggsn||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libosmocore devel/libosmo-abis||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libosmocore +www/node12||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +www/npm-node12||2021-06-26|Removed, uses www/node12 +www/yarn-node12||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node12 diff --git a/www/Makefile b/www/Makefile index 184748986e5a..0543778380fd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -454,7 +454,6 @@ SUBDIR += nift SUBDIR += node SUBDIR += node10 - SUBDIR += node12 SUBDIR += node14 SUBDIR += nostromo SUBDIR += novnc @@ -463,7 +462,6 @@ SUBDIR += npc SUBDIR += npm SUBDIR += npm-node10 - SUBDIR += npm-node12 SUBDIR += npm-node14 SUBDIR += nspluginwrapper SUBDIR += oauth2-proxy @@ -2325,7 +2323,6 @@ SUBDIR += yanopaste SUBDIR += yarn SUBDIR += yarn-node10 - SUBDIR += yarn-node12 SUBDIR += yarn-node14 SUBDIR += yaws SUBDIR += you-get diff --git a/www/node12/Makefile b/www/node12/Makefile deleted file mode 100644 index e4a6533ee620..000000000000 --- a/www/node12/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -PORTNAME= node -PORTVERSION= 12.22.1 -DISTVERSIONPREFIX= v -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ -PKGNAMESUFFIX= 12 - -MAINTAINER= bhughes@FreeBSD.org -COMMENT= V8 JavaScript for client and server - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN_SSL= libressl libressl-devel -BROKEN_SSL_REASON= Node.js 12.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le - -USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ - localbase shebangfix - -OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE -OPTIONS_DEFAULT= DTRACE -OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL -OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} -OPTIONS_SUB= yes - -.if !exists(/usr/sbin/dtrace) -OPTIONS_EXCLUDE+= DTRACE -.endif - -OPTIONS_EXCLUDE_aarch64= DTRACE -# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented -OPTIONS_EXCLUDE_armv6= DTRACE -OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_powerpc64= DTRACE -OPTIONS_EXCLUDE_powerpc64le= DTRACE - -BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation -BUNDLED_SSL_USES_OFF= ssl -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_LIB_DEPENDS= libicui18n.so:devel/icu - -DTRACE_CONFIGURE_ON= --with-dtrace - -HAS_CONFIGURE= yes - -CONFLICTS_INSTALL= node10-[0-9]* node14-[0-9]* node-[0-9]* - -CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ - --without-npm \ - --shared-cares \ - --shared-libuv \ - --shared-nghttp2 \ - --shared-zlib - -SHEBANG_FILES= tools/specialize_node_d.py tools/genv8constants.py - -PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} -REINPLACE_ARGS= -i '' -MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ - CXX.host=${CXX} CXXFLAGS.host="${CXXFLAGS}" \ - LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}" - -BUILD_DEPENDS+= c-ares>=1.16.1:dns/c-ares \ - libuv>=1.40.0:devel/libuv \ - libnghttp2>=1.41.0:www/libnghttp2 \ - objdump:devel/binutils -LIB_DEPENDS+= libcares.so:dns/c-ares\ - libuv.so:devel/libuv \ - libnghttp2.so:www/libnghttp2 - -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 -BROKEN_SSL+= base -.endif - -.if ${ARCH} == armv6 || ${ARCH} == armv7 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tools_v8__gypfiles_v8.gyp -.elif (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi -.endif - -.if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 -CONFIGURE_ARGS+=--openssl-no-asm -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/tools/v8_gypfiles/v8.gyp - -post-configure: - # Post-process Makefile and *.mk files created by node-gyp and remove - # all occurrences of -I${LOCALBASE}/include. C*FLAGS include this - # before all -I../deps/* for bundled code. This can cause build - # breakages if the dependency is installed in ${LOCALBASE}. The - # USES+=localbase # above will ensure that we pick up includes for real - # external dependencies. - ${FIND} ${WRKSRC}/out -type f -print0 \ - | ${XARGS} -0 ${REINPLACE_CMD} -e "s|-I${LOCALBASE}/include||g" - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node - -.include diff --git a/www/node12/distinfo b/www/node12/distinfo deleted file mode 100644 index bf9332ccfbf4..000000000000 --- a/www/node12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1617772574 -SHA256 (node-v12.22.1.tar.gz) = 6023f1f8f03f9780c75e6eca9d372b8411a83757c0389c51baee1c7242afd702 -SIZE (node-v12.22.1.tar.gz) = 53277475 diff --git a/www/node12/files/extra-patch-common.gypi b/www/node12/files/extra-patch-common.gypi deleted file mode 100644 index 8e817a2959c9..000000000000 --- a/www/node12/files/extra-patch-common.gypi +++ /dev/null @@ -1,13 +0,0 @@ ---- common.gypi.orig 2019-10-01 15:32:40.000000000 +0200 -+++ common.gypi 2019-10-16 12:47:09.236138000 +0200 -@@ -390,8 +390,8 @@ - 'ldflags': [ '-m32' ], - }], - [ 'target_arch=="ppc64" and OS!="aix"', { -- 'cflags': [ '-m64', '-mminimal-toc' ], -- 'ldflags': [ '-m64' ], -+ 'cflags': [ '-m64' ], -+ 'ldflags': [ '-m64' ], - }], - [ 'target_arch=="s390x"', { - 'cflags': [ '-m64', '-march=z196' ], diff --git a/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp b/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp deleted file mode 100644 index 56c68f309309..000000000000 --- a/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/v8_gypfiles/v8.gyp.orig 2020-04-25 08:58:14 UTC -+++ tools/v8_gypfiles/v8.gyp -@@ -809,7 +809,7 @@ - }], - # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library - # to implement atomic memory access -- ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm"]', { -+ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc"]', { - 'link_settings': { - 'libraries': ['-latomic', ], - }, diff --git a/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi b/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi deleted file mode 100644 index aae558fe58db..000000000000 --- a/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2019-08-06 20:46:23 UTC -+++ deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi -@@ -12,7 +12,7 @@ - '-Wall -O3 -fomit-frame-pointer', - ], - 'openssl_ex_libs_linux-elf': [ -- '-ldl -pthread', -+ '-pthread', - ], - 'openssl_cli_srcs_linux-elf': [ - 'openssl/apps/asn1pars.c', diff --git a/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi b/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi deleted file mode 100644 index 552266b703f0..000000000000 --- a/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2019-08-06 20:46:23 UTC -+++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi -@@ -696,7 +696,7 @@ - '-Wall -O3 -fomit-frame-pointer', - ], - 'openssl_ex_libs_linux-elf': [ -- '-ldl -pthread', -+ '-pthread', - ], - }, - 'include_dirs': [ diff --git a/www/node12/files/patch-deps_openssl_openssl-cl__no__asm.gypi b/www/node12/files/patch-deps_openssl_openssl-cl__no__asm.gypi deleted file mode 100644 index 5164a41cab19..000000000000 --- a/www/node12/files/patch-deps_openssl_openssl-cl__no__asm.gypi +++ /dev/null @@ -1,17 +0,0 @@ ---- deps/openssl/openssl-cl_no_asm.gypi.orig 2020-10-06 18:05:13 UTC -+++ deps/openssl/openssl-cl_no_asm.gypi -@@ -1,4 +1,5 @@ - { -+ 'defines': ['OPENSSL_NO_ASM'], - 'conditions': [ - ['target_arch=="ppc" and OS=="aix"', { - 'includes': ['config/archs/aix-gcc/no-asm/openssl-cl.gypi'], -@@ -47,7 +48,7 @@ - 'includes': ['config/archs/linux64-mips64/no-asm/openssl-cl.gypi'], - }, { - # Other architectures don't use assembly -- 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], -+ 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'], - }], - ], - } diff --git a/www/node12/files/patch-deps_openssl_openssl__no__asm.gypi b/www/node12/files/patch-deps_openssl_openssl__no__asm.gypi deleted file mode 100644 index aba4a4ff4b66..000000000000 --- a/www/node12/files/patch-deps_openssl_openssl__no__asm.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/openssl_no_asm.gypi.orig 2020-10-06 18:05:13 UTC -+++ deps/openssl/openssl_no_asm.gypi -@@ -48,7 +48,7 @@ - 'includes': ['config/archs/linux64-mips64/no-asm/openssl.gypi'], - }, { - # Other architectures don't use assembly -- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], -+ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'], - }], - ], - } diff --git a/www/node12/files/patch-deps_v8_src_base_platform_platform-freebsd.cc b/www/node12/files/patch-deps_v8_src_base_platform_platform-freebsd.cc deleted file mode 100644 index d1f61a84b37b..000000000000 --- a/www/node12/files/patch-deps_v8_src_base_platform_platform-freebsd.cc +++ /dev/null @@ -1,62 +0,0 @@ ---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2020-01-07 22:07:49 UTC -+++ deps/v8/src/base/platform/platform-freebsd.cc -@@ -81,8 +81,8 @@ std::vector OS::GetSharedLib - lib_name = std::string(path); - } - result.push_back(SharedLibraryAddress( -- lib_name, reinterpret_cast(map->kve_start), -- reinterpret_cast(map->kve_end))); -+ lib_name, static_cast(map->kve_start), -+ static_cast(map->kve_end))); - } - - start += ssize; -@@ -93,6 +93,48 @@ std::vector OS::GetSharedLib - } - - void OS::SignalCodeMovingGC() {} -+ -+#ifdef __arm__ -+ -+bool OS::ArmUsingHardFloat() { -+// GCC versions 4.6 and above define __ARM_PCS or __ARM_PCS_VFP to specify -+// the Floating Point ABI used (PCS stands for Procedure Call Standard). -+// We use these as well as a couple of other defines to statically determine -+// what FP ABI used. -+// GCC versions 4.4 and below don't support hard-fp. -+// GCC versions 4.5 may support hard-fp without defining __ARM_PCS or -+// __ARM_PCS_VFP. -+ -+#define GCC_VERSION \ -+ (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) -+#if GCC_VERSION >= 40600 && !defined(__clang__) -+#if defined(__ARM_PCS_VFP) -+ return true; -+#else -+ return false; -+#endif -+ -+#elif GCC_VERSION < 40500 && !defined(__clang__) -+ return false; -+ -+#else -+#if defined(__ARM_PCS_VFP) -+ return true; -+#elif defined(__ARM_PCS) || defined(__SOFTFP__) || defined(__SOFTFP) || \ -+ !defined(__VFP_FP__) -+ return false; -+#else -+#error \ -+ "Your version of compiler does not report the FP ABI compiled for." \ -+ "Please report it on this issue" \ -+ "http://code.google.com/p/v8/issues/detail?id=2140" -+ -+#endif -+#endif -+#undef GCC_VERSION -+} -+ -+#endif // def __arm__ - - void OS::AdjustSchedulingParams() {} - diff --git a/www/node12/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc b/www/node12/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc deleted file mode 100644 index 726f3e7a0d31..000000000000 --- a/www/node12/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc +++ /dev/null @@ -1,22 +0,0 @@ ---- deps/v8/src/codegen/arm/cpu-arm.cc.orig 2019-08-20 17:14:50 UTC -+++ deps/v8/src/codegen/arm/cpu-arm.cc -@@ -7,6 +7,9 @@ - #ifdef __QNXNTO__ - #include // for cache flushing. - #undef MAP_TYPE // NOLINT -+#elif defined(__FreeBSD__) -+#include -+#include // for cache flushing. - #else - #include // for cache flushing. - #endif -@@ -25,6 +28,9 @@ V8_NOINLINE void CpuFeatures::FlushICache(void* start, - #if !defined(USE_SIMULATOR) - #if V8_OS_QNX - msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE); -+#elif defined(__FreeBSD__) -+ struct arm_sync_icache_args args = { .addr = (uintptr_t)start, .len = size }; -+ sysarch(ARM_SYNC_ICACHE, (void *)&args); - #else - register uint32_t beg asm("r0") = reinterpret_cast(start); - register uint32_t end asm("r1") = beg + size; diff --git a/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h b/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h deleted file mode 100644 index 044fd3a292f3..000000000000 --- a/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h +++ /dev/null @@ -1,20 +0,0 @@ ---- deps/v8/src/codegen/ppc/constants-ppc.h.orig 2019-09-09 16:27:17 UTC -+++ deps/v8/src/codegen/ppc/constants-ppc.h -@@ -34,7 +34,7 @@ - #define ABI_PASSES_HANDLES_IN_REGS 0 - #endif - --#if !V8_HOST_ARCH_PPC || !V8_TARGET_ARCH_PPC64 || V8_TARGET_LITTLE_ENDIAN || \ -+#if !V8_HOST_ARCH_PPC || !V8_TARGET_ARCH_PPC64 || \ - (defined(_CALL_ELF) && _CALL_ELF == 2) - #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 1 - #else -@@ -43,7 +43,7 @@ - - #if !V8_HOST_ARCH_PPC || \ - (V8_TARGET_ARCH_PPC64 && \ -- (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2))) -+ (defined(_CALL_ELF) && _CALL_ELF == 2)) - #define ABI_CALL_VIA_IP 1 - #else - #define ABI_CALL_VIA_IP 0 diff --git a/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc b/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc deleted file mode 100644 index 2038a1e3c910..000000000000 --- a/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/v8/src/compiler/backend/instruction-selector.cc.orig 2020-07-22 15:26:52 UTC -+++ deps/v8/src/compiler/backend/instruction-selector.cc -@@ -2788,7 +2788,7 @@ void InstructionSelector::VisitCall(Node* node, BasicB - switch (call_descriptor->kind()) { - case CallDescriptor::kCallAddress: { - int misc_field = static_cast(call_descriptor->ParameterCount()); --#if defined(_AIX) -+#if defined(_AIX) || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) - // Highest misc_field bit is used on AIX to indicate if a CFunction call - // has function descriptor or not. - misc_field |= call_descriptor->HasFunctionDescriptor() diff --git a/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc b/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc deleted file mode 100644 index 8a2fd0d75a1a..000000000000 --- a/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/v8/src/compiler/backend/ppc/code-generator-ppc.cc.orig 2020-04-21 11:38:50 UTC -+++ deps/v8/src/compiler/backend/ppc/code-generator-ppc.cc -@@ -1026,7 +1026,7 @@ - Label start_call; - bool isWasmCapiFunction = - linkage()->GetIncomingDescriptor()->IsWasmCapiFunction(); --#if defined(_AIX) -+#if defined(_AIX) || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) - // AIX/PPC64BE Linux uses a function descriptor - int kNumParametersMask = kHasFunctionDescriptorBitMask - 1; - num_parameters = kNumParametersMask & misc_field; diff --git a/www/node12/files/patch-deps_v8_src_execution_simulator.h b/www/node12/files/patch-deps_v8_src_execution_simulator.h deleted file mode 100644 index 70b5ae1171bb..000000000000 --- a/www/node12/files/patch-deps_v8_src_execution_simulator.h +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/v8/src/execution/simulator.h.orig 2019-11-21 21:14:01 UTC -+++ deps/v8/src/execution/simulator.h -@@ -122,7 +122,7 @@ - - DISABLE_CFI_ICALL Return Call(Args... args) { - // When running without a simulator we call the entry directly. --#if V8_OS_AIX -+#if V8_OS_AIX || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) - // AIX ABI requires function descriptors (FD). Artificially create a pseudo - // FD to ensure correct dispatch to generated code. The 'volatile' - // declaration is required to avoid the compiler from not observing the diff --git a/www/node12/files/patch-deps_v8_src_libsampler_sampler.cc b/www/node12/files/patch-deps_v8_src_libsampler_sampler.cc deleted file mode 100644 index 9c1992530cfd..000000000000 --- a/www/node12/files/patch-deps_v8_src_libsampler_sampler.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- deps/v8/src/libsampler/sampler.cc.orig 2019-08-20 17:14:50 UTC -+++ deps/v8/src/libsampler/sampler.cc -@@ -477,9 +477,13 @@ void SignalHandler::FillRegisterState(void* context, R - state->sp = reinterpret_cast(mcontext.mc_rsp); - state->fp = reinterpret_cast(mcontext.mc_rbp); - #elif V8_HOST_ARCH_ARM -- state->pc = reinterpret_cast(mcontext.mc_r15); -- state->sp = reinterpret_cast(mcontext.mc_r13); -- state->fp = reinterpret_cast(mcontext.mc_r11); -+ state->pc = reinterpret_cast(mcontext.__gregs[_REG_PC]); -+ state->sp = reinterpret_cast(mcontext.__gregs[_REG_SP]); -+ state->fp = reinterpret_cast(mcontext.__gregs[_REG_FP]); -+#elif V8_TARGET_ARCH_PPC_BE -+ state->pc = reinterpret_cast(mcontext.mc_srr0); -+ state->sp = reinterpret_cast(mcontext.mc_frame[1]); -+ state->fp = reinterpret_cast(mcontext.mc_frame[31]); - #endif // V8_HOST_ARCH_* - #elif V8_OS_NETBSD - #if V8_HOST_ARCH_IA32 diff --git a/www/node12/files/patch-deps_v8_src_objects_js-list-format.cc b/www/node12/files/patch-deps_v8_src_objects_js-list-format.cc deleted file mode 100644 index c826c3f3ace5..000000000000 --- a/www/node12/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:172: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 17:17:08 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(); - } -@@ -170,7 +151,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)) { - delete formatter; - FATAL("Failed to create ICU list formatter, are ICU data files missing?"); diff --git a/www/node12/files/patch-node.gypi b/www/node12/files/patch-node.gypi deleted file mode 100644 index 57c16c71f210..000000000000 --- a/www/node12/files/patch-node.gypi +++ /dev/null @@ -1,12 +0,0 @@ ---- node.gypi.orig 2020-05-26 11:53:34 UTC -+++ node.gypi -@@ -323,6 +323,9 @@ - ['openssl_fips != "" or openssl_is_fips=="true"', { - 'defines': [ 'NODE_FIPS_MODE' ], - }], -+ ['openssl_no_asm==1', { -+ 'defines': [ 'OPENSSL_NO_ASM' ], -+ }], - [ 'node_shared_openssl=="false"', { - 'dependencies': [ - './deps/openssl/openssl.gyp:openssl', diff --git a/www/node12/pkg-descr b/www/node12/pkg-descr deleted file mode 100644 index 76a5a3c0625d..000000000000 --- a/www/node12/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Node.js is a JavaScript runtime built on Chrome's V8 JavaScript -engine. Node.js uses an event-driven, non-blocking I/O model that -makes it lightweight and efficient. Node.js' package ecosystem, -npm, is the largest ecosystem of open source libraries in the world. - -WWW: https://nodejs.org/ diff --git a/www/node12/pkg-message b/www/node12/pkg-message deleted file mode 100644 index ddea08386149..000000000000 --- a/www/node12/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -[ -{ type: install - message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F1E2A65306F; Sat, 26 Jun 2021 12:17: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 4GBtDY6NwPz4hql; Sat, 26 Jun 2021 12:17: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 BEE411EC3F; Sat, 26 Jun 2021 12:17: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 15QCHnJg000785; Sat, 26 Jun 2021 12:17:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QCHncO000784; Sat, 26 Jun 2021 12:17:49 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:17:49 GMT Message-Id: <202106261217.15QCHncO000784@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: 8eb508f23b68 - main - cleanup: remove more optional Node 10/12 usages 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: 8eb508f23b685898ee99ba2d7933608d5cce1740 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:17:50 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eb508f23b685898ee99ba2d7933608d5cce1740 commit 8eb508f23b685898ee99ba2d7933608d5cce1740 Author: Rene Ladan AuthorDate: 2021-06-26 12:15:31 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 12:15:31 +0000 cleanup: remove more optional Node 10/12 usages --- devel/rubygem-execjs/Makefile | 8 ++------ www/npm-node14/Makefile | 4 ++-- www/npm/Makefile | 13 +++---------- www/yarn-node14/Makefile | 4 ++-- www/yarn/Makefile | 11 +---------- 5 files changed, 10 insertions(+), 30 deletions(-) diff --git a/devel/rubygem-execjs/Makefile b/devel/rubygem-execjs/Makefile index f72130c5d030..222fc95c31c1 100644 --- a/devel/rubygem-execjs/Makefile +++ b/devel/rubygem-execjs/Makefile @@ -17,16 +17,12 @@ USE_RUBY= yes NO_ARCH= yes OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 NODE14 +OPTIONS_SINGLE_BACKEND= NODE NODE14 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 15.x (www/node) as backend -NODE10_DESC= Use Node.js 10.x (www/node10) as backend -NODE12_DESC= Use Node.js 12.x (www/node12) as backend +NODE_DESC= Use Node.js 16.x (www/node) as backend NODE14_DESC= Use Node.js 14.x (www/node14) as backend NODE_RUN_DEPENDS= node>=0:www/node -NODE10_RUN_DEPENDS= node10>=0:www/node10 -NODE12_RUN_DEPENDS= node12>=0:www/node12 NODE14_RUN_DEPENDS= node14>=0:www/node14 post-patch: diff --git a/www/npm-node14/Makefile b/www/npm-node14/Makefile index 7b46de5719f4..07a04844a7ca 100644 --- a/www/npm-node14/Makefile +++ b/www/npm-node14/Makefile @@ -2,9 +2,9 @@ PKGNAMESUFFIX= -node14 -CONFLICTS_INSTALL= npm npm-node10 npm-node12 +CONFLICTS_INSTALL= npm -OPTIONS_EXCLUDE=NODE NODE10 NODE12 +OPTIONS_EXCLUDE=NODE OPTIONS_SLAVE= NODE14 MASTERDIR= ${.CURDIR}/../npm diff --git a/www/npm/Makefile b/www/npm/Makefile index 6a14d0f4d9b2..a1d7ba2b2f78 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -19,13 +19,12 @@ NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -CONFLICTS_INSTALL?= npm-node10 npm-node14 +CONFLICTS_INSTALL?= npm-node14 OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE14 +OPTIONS_SINGLE_BACKEND= NODE NODE14 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 15.x (www/node) as backend -NODE10_DESC= Use Node.js 10.x (www/node10) as backend +NODE_DESC= Use Node.js 16.x (www/node) as backend NODE14_DESC= Use Node.js 14.x (www/node14) as backend CPE_VENDOR= npmjs @@ -35,16 +34,10 @@ SHEBANG_GLOB= *.py SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples NODE_RUN_DEPENDS= node>=0.8.0:www/node -NODE10_RUN_DEPENDS= node10>=0.8.0:www/node10 NODE14_RUN_DEPENDS= node14>=0.8.0:www/node14 .include -.if ${PORT_OPTIONS:MNODE10} -DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 -.endif - .if ${ARCH} == i386 # Workaround for kernel bug 178881 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bug-178881 diff --git a/www/yarn-node14/Makefile b/www/yarn-node14/Makefile index 41bec036c377..7e51b027382d 100644 --- a/www/yarn-node14/Makefile +++ b/www/yarn-node14/Makefile @@ -2,9 +2,9 @@ PKGNAMESUFFIX= -node14 -CONFLICTS_INSTALL= yarn yarn-node10 yarn-node12 +CONFLICTS_INSTALL= yarn -OPTIONS_EXCLUDE= NODE NODE10 NODE12 +OPTIONS_EXCLUDE= NODE OPTIONS_SLAVE= NODE14 MASTERDIR= ${.CURDIR}/../yarn diff --git a/www/yarn/Makefile b/www/yarn/Makefile index d961b3088177..f58e153b410f 100644 --- a/www/yarn/Makefile +++ b/www/yarn/Makefile @@ -14,18 +14,16 @@ CONFLICTS_INSTALL?= yarn-node14 yarn-node10 OPTIONS_DEFINE= HADOOPCOMPAT OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE10 NODE14 NODE +OPTIONS_SINGLE_BACKEND= NODE14 NODE OPTIONS_DEFAULT= NODE HADOOPCOMPAT_DESC= hadoop2 compatibility, the yarn script is excluded NODE_DESC= Use www/node as backend NODE14_DESC= Use www/node14 as backend -NODE10_DESC= Use www/node10 as backend OPTIONS_SUB= yes NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE14_RUN_DEPENDS= node14>=14.0.0:www/node14 -NODE10_RUN_DEPENDS= node10>=10.0.0:www/node10 HADOOPCOMPAT_CONFLICTS_INSTALL_OFF= hadoop2* @@ -52,11 +50,4 @@ do-install-HADOOPCOMPAT-off: ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarn \ ${STAGEDIR}${PREFIX}/bin/yarn -.include - -.if ${PORT_OPTIONS:MNODE10} -DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 -.endif - .include From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 12:20:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3ABF5653395; Sat, 26 Jun 2021 12:20: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 4GBtH415Pwz4j5s; Sat, 26 Jun 2021 12:20: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 03BBB1E8E1; Sat, 26 Jun 2021 12:20: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 15QCJx6i001040; Sat, 26 Jun 2021 12:19:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QCJxUS001039; Sat, 26 Jun 2021 12:19:59 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:19:59 GMT Message-Id: <202106261219.15QCJxUS001039@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: 4096169b5675 - main - */*: 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: 4096169b5675e70df509d2bcc3556cd792ccf7c7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:20:00 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=4096169b5675e70df509d2bcc3556cd792ccf7c7 commit 4096169b5675e70df509d2bcc3556cd792ccf7c7 Author: Rene Ladan AuthorDate: 2021-06-26 12:19:32 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 12:19:37 +0000 */*: Remove expired ports: www/npm-node10: Uses EOL Python 2.7 via www/node10 2021-06-23 www/yarn-node10: Uses EOL Python 2.7 via www/node10 --- MOVED | 2 ++ www/Makefile | 2 -- www/npm-node10/Makefile | 12 ------------ www/yarn-node10/Makefile | 15 --------------- 4 files changed, 2 insertions(+), 29 deletions(-) diff --git a/MOVED b/MOVED index 1917cdf64d51..3757fd9d021d 100644 --- a/MOVED +++ b/MOVED @@ -16435,3 +16435,5 @@ devel/libosmo-abis||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libosm www/node12||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream www/npm-node12||2021-06-26|Removed, uses www/node12 www/yarn-node12||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node12 +www/npm-node10||2021-06-26|Removed, uses EOL Python 2.7 via www/node10 +www/yarn-node10||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node10 diff --git a/www/Makefile b/www/Makefile index 0543778380fd..db2ad1ebcd03 100644 --- a/www/Makefile +++ b/www/Makefile @@ -461,7 +461,6 @@ SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm - SUBDIR += npm-node10 SUBDIR += npm-node14 SUBDIR += nspluginwrapper SUBDIR += oauth2-proxy @@ -2322,7 +2321,6 @@ SUBDIR += yabb SUBDIR += yanopaste SUBDIR += yarn - SUBDIR += yarn-node10 SUBDIR += yarn-node14 SUBDIR += yaws SUBDIR += you-get diff --git a/www/npm-node10/Makefile b/www/npm-node10/Makefile deleted file mode 100644 index 2e823d64b873..000000000000 --- a/www/npm-node10/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Created by: Po-Chuan Hsieh - -PKGNAMESUFFIX= -node10 - -CONFLICTS_INSTALL= npm npm-node12 npm-node14 - -OPTIONS_EXCLUDE=NODE NODE12 NODE14 -OPTIONS_SLAVE= NODE10 - -MASTERDIR= ${.CURDIR}/../npm - -.include "${MASTERDIR}/Makefile" diff --git a/www/yarn-node10/Makefile b/www/yarn-node10/Makefile deleted file mode 100644 index 104199234949..000000000000 --- a/www/yarn-node10/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Luca Pizzamiglio - -PKGNAMESUFFIX= -node10 - -DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 - -CONFLICTS_INSTALL= yarn yarn-node12 yarn-node14 - -OPTIONS_EXCLUDE= NODE NODE12 NODE14 -OPTIONS_SLAVE= NODE10 - -MASTERDIR= ${.CURDIR}/../yarn - -.include "${MASTERDIR}/Makefile" From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 12:43:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 04668653545; Sat, 26 Jun 2021 12: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 4GBtnm6X8nz4k6x; Sat, 26 Jun 2021 12:43: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 C7D371F0E6; Sat, 26 Jun 2021 12: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 15QCh8FE040160; Sat, 26 Jun 2021 12: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 15QCh8IZ040159; Sat, 26 Jun 2021 12:43:08 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:43:08 GMT Message-Id: <202106261243.15QCh8IZ040159@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: 085ea9db5d15 - main - */*: 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: 085ea9db5d1590e2e9516de28c93433063ab6309 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:43:09 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=085ea9db5d1590e2e9516de28c93433063ab6309 commit 085ea9db5d1590e2e9516de28c93433063ab6309 Author: Rene Ladan AuthorDate: 2021-06-26 12:42:54 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 12:42:54 +0000 */*: Remove expired ports: 2020-12-31 devel/libhid: Uses Python 2.7 which is EOLed upstream 2021-06-23 sysutils/usbhotkey: Uses EOL Python 2.7 via devel/libhid --- MOVED | 2 ++ devel/Makefile | 1 - devel/libhid/Makefile | 30 ---------------------- devel/libhid/distinfo | 2 -- devel/libhid/files/extra-patch-usb | 12 --------- devel/libhid/files/patch-Makefile.in | 11 -------- devel/libhid/files/patch-configure | 31 ----------------------- devel/libhid/files/patch-hidparser-hidtypes.h | 11 -------- devel/libhid/files/patch-src_hid_initialisation.c | 10 -------- devel/libhid/files/patch-src_hid_opening.c | 9 ------- devel/libhid/files/patch-src_hid_parsing.c | 9 ------- devel/libhid/files/patch-test_lshid.c | 10 -------- devel/libhid/files/patch-test_test_libhid.c | 9 ------- devel/libhid/pkg-descr | 9 ------- devel/libhid/pkg-plist | 23 ----------------- sysutils/Makefile | 1 - sysutils/usbhotkey/Makefile | 30 ---------------------- sysutils/usbhotkey/distinfo | 2 -- sysutils/usbhotkey/pkg-descr | 7 ----- sysutils/usbhotkey/pkg-plist | 6 ----- 20 files changed, 2 insertions(+), 223 deletions(-) diff --git a/MOVED b/MOVED index 3757fd9d021d..5f2c2648612e 100644 --- a/MOVED +++ b/MOVED @@ -16437,3 +16437,5 @@ www/npm-node12||2021-06-26|Removed, uses www/node12 www/yarn-node12||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node12 www/npm-node10||2021-06-26|Removed, uses EOL Python 2.7 via www/node10 www/yarn-node10||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node10 +devel/libhid||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +sysutils/usbhotkey||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libhid diff --git a/devel/Makefile b/devel/Makefile index 324b17a5218a..24641620edb4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1222,7 +1222,6 @@ SUBDIR += libgudev SUBDIR += libgutenfetch SUBDIR += libhash - SUBDIR += libhid SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libhyve-remote diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile deleted file mode 100644 index 01434d6b19aa..000000000000 --- a/devel/libhid/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: ntarmos@ceid.upatras.gr - -PORTNAME= libhid -PORTVERSION= 0.2.16 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= https://alioth-archive.debian.org/releases/libhid/libhid/${PORTVERSION}/ - -MAINTAINER= ntarmos@cs.uoi.gr -COMMENT= User-space HID access library written in C - -LICENSE= GPLv2 - -BUILD_DEPENDS= ${LOCALBASE}/bin/xsltproc:textproc/libxslt \ - docbook-xsl>0:textproc/docbook-xsl \ - ${LOCALBASE}/bin/swig:devel/swig - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-doxygen --disable-werror -INSTALL_TARGET= install-strip -USES= gmake libtool pathfix python:2.7 -USE_LDCONFIG= yes - -EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb - -post-patch: - @${REINPLACE_CMD} -e "s/required=1\.3/required=3.0/g" \ - ${WRKSRC}/configure - -.include diff --git a/devel/libhid/distinfo b/devel/libhid/distinfo deleted file mode 100644 index d12a9190ef02..000000000000 --- a/devel/libhid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libhid-0.2.16.tar.gz) = f6809ab3b9c907cbb05ceba9ee6ca23a705f85fd71588518e14b3a7d9f2550e5 -SIZE (libhid-0.2.16.tar.gz) = 435245 diff --git a/devel/libhid/files/extra-patch-usb b/devel/libhid/files/extra-patch-usb deleted file mode 100644 index af78de7e0e45..000000000000 --- a/devel/libhid/files/extra-patch-usb +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2007-04-26 04:25:25.000000000 +0400 -+++ configure 2009-03-07 20:26:02.000000000 +0300 -@@ -4846,8 +4846,8 @@ - done - - -- LIBUSB_CFLAGS="`libusb-config --cflags`" -- LIBUSB_LIBS="`libusb-config --libs`" -+ LIBUSB_CFLAGS="" -+ LIBUSB_LIBS="-lusb" - - diff --git a/devel/libhid/files/patch-Makefile.in b/devel/libhid/files/patch-Makefile.in deleted file mode 100644 index 05066af6360a..000000000000 --- a/devel/libhid/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-07-16 13:40:13.000000000 +0300 -+++ Makefile.in 2007-07-16 13:41:37.000000000 +0300 -@@ -293,7 +293,7 @@ - README.licence - - DEBIAN_VERSION = ${shell head -1 debian/changelog 2>/dev/null | sed -e '1s,.*(\([^)]*\)).*,\1,'} --DEBIAN_ARCH = $(shell test -x `which dpkg-architecture 2>/dev/null` && dpkg-architecture -qDEB_BUILD_ARCH 2>/dev/null || echo i386) -+DEBIAN_ARCH = i386 - TARBALL = $(distdir).tar.gz - DEBDIR = .debian - STAMP = $(DEBDIR)/stamp diff --git a/devel/libhid/files/patch-configure b/devel/libhid/files/patch-configure deleted file mode 100644 index 894729023634..000000000000 --- a/devel/libhid/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig 2007-04-26 00:25:25 UTC -+++ configure -@@ -22433,19 +22433,6 @@ echo "${ECHO_T}$swig_version" >&6; } - if test -z "$available_patch" ; then - available_patch=0 - fi -- if test $available_major -ne $required_major \ -- -o $available_minor -ne $required_minor \ -- -o $available_patch -lt $required_patch ; then -- { echo "$as_me:$LINENO: WARNING: SWIG version >= 1.3 is required. You have $swig_version. You should look at http://www.swig.org" >&5 --echo "$as_me: WARNING: SWIG version >= 1.3 is required. You have $swig_version. You should look at http://www.swig.org" >&2;} -- SWIG='echo "Error: SWIG version >= 1.3 is required. You have '"$swig_version"'. You should look at http://www.swig.org" ; false' -- else -- { echo "$as_me:$LINENO: SWIG executable is '$SWIG'" >&5 --echo "$as_me: SWIG executable is '$SWIG'" >&6;} -- SWIG_LIB=`$SWIG -swiglib` -- { echo "$as_me:$LINENO: SWIG library directory is '$SWIG_LIB'" >&5 --echo "$as_me: SWIG library directory is '$SWIG_LIB'" >&6;} -- fi - else - { echo "$as_me:$LINENO: WARNING: cannot determine SWIG version" >&5 - echo "$as_me: WARNING: cannot determine SWIG version" >&2;} -@@ -22785,7 +22772,7 @@ echo $ECHO_N "checking for Python library path... $ECH - - PYTHON_LDFLAGS=`$PYTHON -c "from distutils.sysconfig import *; \ - import os; \ -- print apply(os.path.join, get_config_vars('LIBPL', 'LDLIBRARY'))"` -+ print apply(os.path.join, get_config_vars('LIBDIR', 'LDLIBRARY'))"` - fi - { echo "$as_me:$LINENO: result: $PYTHON_LDFLAGS" >&5 - echo "${ECHO_T}$PYTHON_LDFLAGS" >&6; } diff --git a/devel/libhid/files/patch-hidparser-hidtypes.h b/devel/libhid/files/patch-hidparser-hidtypes.h deleted file mode 100644 index 43086c0b8506..000000000000 --- a/devel/libhid/files/patch-hidparser-hidtypes.h +++ /dev/null @@ -1,11 +0,0 @@ ---- hidparser/hidtypes.h.orig 2007-07-16 12:21:55.000000000 +0300 -+++ hidparser/hidtypes.h 2007-07-16 12:22:04.000000000 +0300 -@@ -21,7 +21,7 @@ - typedef unsigned char uchar; - #endif - --#if HPUX || __APPLE__ -+#if HPUX || __APPLE__ || __FreeBSD__ - typedef unsigned long ulong; - #endif - diff --git a/devel/libhid/files/patch-src_hid_initialisation.c b/devel/libhid/files/patch-src_hid_initialisation.c deleted file mode 100644 index 014adf4987dd..000000000000 --- a/devel/libhid/files/patch-src_hid_initialisation.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/hid_initialisation.c.orig 2009-03-07 20:27:43.000000000 +0300 -+++ src/hid_initialisation.c 2009-03-07 20:29:25.000000000 +0300 -@@ -4,6 +4,7 @@ - #define HID_INTERNAL - - #include "config.h" -+#include - #include - #include - diff --git a/devel/libhid/files/patch-src_hid_opening.c b/devel/libhid/files/patch-src_hid_opening.c deleted file mode 100644 index 19b080d901ee..000000000000 --- a/devel/libhid/files/patch-src_hid_opening.c +++ /dev/null @@ -1,9 +0,0 @@ ---- src/hid_opening.c.orig 2009-03-07 20:28:09.000000000 +0300 -+++ src/hid_opening.c 2009-03-07 20:29:17.000000000 +0300 -@@ -1,5 +1,6 @@ - #define HID_INTERNAL - -+#include - #include - #include - #include diff --git a/devel/libhid/files/patch-src_hid_parsing.c b/devel/libhid/files/patch-src_hid_parsing.c deleted file mode 100644 index 3eccd4b712e1..000000000000 --- a/devel/libhid/files/patch-src_hid_parsing.c +++ /dev/null @@ -1,9 +0,0 @@ ---- src/hid_parsing.c.orig 2009-03-07 20:29:35.000000000 +0300 -+++ src/hid_parsing.c 2009-03-07 20:29:43.000000000 +0300 -@@ -1,5 +1,6 @@ - #define HID_INTERNAL - -+#include - #include - #include - diff --git a/devel/libhid/files/patch-test_lshid.c b/devel/libhid/files/patch-test_lshid.c deleted file mode 100644 index 2b107ca7b9a1..000000000000 --- a/devel/libhid/files/patch-test_lshid.c +++ /dev/null @@ -1,10 +0,0 @@ ---- test/lshid.c.orig 2009-03-07 20:30:14.000000000 +0300 -+++ test/lshid.c 2009-03-07 20:30:20.000000000 +0300 -@@ -23,6 +23,7 @@ - - #include - #include -+#include - #include - - char *hid_id[32]; /* FIXME: 32 devices MAX */ diff --git a/devel/libhid/files/patch-test_test_libhid.c b/devel/libhid/files/patch-test_test_libhid.c deleted file mode 100644 index dbb18830a719..000000000000 --- a/devel/libhid/files/patch-test_test_libhid.c +++ /dev/null @@ -1,9 +0,0 @@ ---- test/test_libhid.c.orig 2009-03-07 20:29:59.000000000 +0300 -+++ test/test_libhid.c 2009-03-07 20:30:05.000000000 +0300 -@@ -1,5 +1,6 @@ - #include - #include -+#include - #include - - bool match_serial_number(struct usb_dev_handle* usbdev, void* custom, unsigned int len) diff --git a/devel/libhid/pkg-descr b/devel/libhid/pkg-descr deleted file mode 100644 index 4ff19da6b2a4..000000000000 --- a/devel/libhid/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -LibHID is a user-space HID access library written in C. It provides a -generic and flexible way to access and interact with USB HID devices, -much like libusb does for plain USB devices. It is based on libusb, thus -it requires no HID support in the kernel. Furthermore, it aims to -support all operating system supported by libusb: Linux, BSD, OS X, and -Windows. - - -WWW: http://libhid.alioth.debian.org/ diff --git a/devel/libhid/pkg-plist b/devel/libhid/pkg-plist deleted file mode 100644 index 6712d2597a88..000000000000 --- a/devel/libhid/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/libhid-detach-device -include/hid.h -include/hidparser.h -include/hidtypes.h -lib/libhid.a -lib/libhid.so -lib/libhid.so.0 -lib/libhid.so.0.0.0 -libdata/pkgconfig/libhid.pc -man/man1/libhid-detach-device.1.gz -%%PYTHON_SITELIBDIR%%/libhid/_hid.a -%%PYTHON_SITELIBDIR%%/libhid/_hid.so -%%PYTHON_SITELIBDIR%%/libhid/_hid.so.0 -%%PYTHON_SITELIBDIR%%/libhid/_hid.so.0.0.0 -%%PYTHON_SITELIBDIR%%/libhid/__init__.py -%%PYTHON_SITELIBDIR%%/libhid/__init__.pyc -%%PYTHON_SITELIBDIR%%/libhid/__init__.pyo -%%PYTHON_SITELIBDIR%%/libhid/hid.py -%%PYTHON_SITELIBDIR%%/libhid/hid.pyc -%%PYTHON_SITELIBDIR%%/libhid/hid.pyo -%%PYTHON_SITELIBDIR%%/libhid/hidwrap.py -%%PYTHON_SITELIBDIR%%/libhid/hidwrap.pyc -%%PYTHON_SITELIBDIR%%/libhid/hidwrap.pyo diff --git a/sysutils/Makefile b/sysutils/Makefile index e0e842990f26..2076b30b62c2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1457,7 +1457,6 @@ SUBDIR += uptimed SUBDIR += usb_modeswitch SUBDIR += usbhid-dump - SUBDIR += usbhotkey SUBDIR += usbtop SUBDIR += usbutils SUBDIR += uschedule diff --git a/sysutils/usbhotkey/Makefile b/sysutils/usbhotkey/Makefile deleted file mode 100644 index e2958ba163d7..000000000000 --- a/sysutils/usbhotkey/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Nikos Ntarmos - -PORTNAME= usbhotkey -PORTVERSION= 0.4 -PORTREVISION= 2 -CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility to remap USB keyboards under X11 - -LICENSE= GPLv2 - -DEPRECATED= Uses EOL Python 2.7 via devel/libhid -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libhid.so:devel/libhid \ - libXtst.so:x11/libXtst - -USES= compiler:c11 gmake localbase:ldflags -USE_RUBY= yes -GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include/ruby-${RUBY_VER} \ - -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH} -LIBS+= -lX11 - -CONFIGURE_ARGS= --without-Imlib - -.include diff --git a/sysutils/usbhotkey/distinfo b/sysutils/usbhotkey/distinfo deleted file mode 100644 index 4a0866eb809b..000000000000 --- a/sysutils/usbhotkey/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (usbhotkey-0.4.tar.gz) = c650c9d36190f861115ed0222463518b426dc6fe7272d4b1ee2320e8d373c591 -SIZE (usbhotkey-0.4.tar.gz) = 160815 diff --git a/sysutils/usbhotkey/pkg-descr b/sysutils/usbhotkey/pkg-descr deleted file mode 100644 index c72bd8e0bc2a..000000000000 --- a/sysutils/usbhotkey/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -USBHotkey allows you to catch USB keyboard events (key press and release -events) and transform them into X11 keyboard events using a Ruby script. - -This provides mechanism for creating keymaps that can be more complicated -than the standard table-based keymap approach of X11. - -WWW: http://usbhotkey.sourceforge.net/ diff --git a/sysutils/usbhotkey/pkg-plist b/sysutils/usbhotkey/pkg-plist deleted file mode 100644 index 80fb49107a21..000000000000 --- a/sysutils/usbhotkey/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -share/usbhotkey-0.4/ag5-3colors.rb -share/usbhotkey-0.4/ag5-replicate-colours.rb -share/usbhotkey-0.4/ag5-gaming.rb -share/usbhotkey-0.4/plugin-keypress.rb -share/usbhotkey-0.4/test-plugin.rb -bin/usbhotkey From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 12:45:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6946C6531C6; Sat, 26 Jun 2021 12:45: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 4GBtrc2ZzMz4k9R; Sat, 26 Jun 2021 12:45: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 40ECE1F1C9; Sat, 26 Jun 2021 12:45: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 15QCjaQq040453; Sat, 26 Jun 2021 12:45:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QCjaaT040452; Sat, 26 Jun 2021 12:45:36 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:45:36 GMT Message-Id: <202106261245.15QCjaaT040452@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: f6a52261ac79 - main - games/wargus: undeprecate, no longer uses py27 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: f6a52261ac790a0da5f665f1798a9de1d162eb85 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:45:36 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6a52261ac790a0da5f665f1798a9de1d162eb85 commit f6a52261ac790a0da5f665f1798a9de1d162eb85 Author: Rene Ladan AuthorDate: 2021-06-26 12:45:06 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 12:45:06 +0000 games/wargus: undeprecate, no longer uses py27 --- games/wargus/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/games/wargus/Makefile b/games/wargus/Makefile index ccfa11c91f10..d676bc6e82d3 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -11,9 +11,6 @@ COMMENT= Warcraft 2 mod that allows you to play Warcraft 2 with Stratagus LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses EOL Python 2.7 via multimedia/ffmpeg2theora -EXPIRATION_DATE=2021-06-23 - RUN_DEPENDS= stratagus:games/stratagus \ ffmpeg2theora:multimedia/ffmpeg2theora \ cdparanoia:audio/cdparanoia From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 12:47:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C29496538C6; Sat, 26 Jun 2021 12:47: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 4GBtts55nNz4kJv; Sat, 26 Jun 2021 12:47: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 9719F1F398; Sat, 26 Jun 2021 12:47: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 15QClXF0040693; Sat, 26 Jun 2021 12: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 15QClXdF040692; Sat, 26 Jun 2021 12:47:33 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:47:33 GMT Message-Id: <202106261247.15QClXdF040692@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: cea0a44f07cf - main - lang/clover: undeprecate, no longer uses py27 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: cea0a44f07cf81bf8450b7885611775813b1a786 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:47:33 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=cea0a44f07cf81bf8450b7885611775813b1a786 commit cea0a44f07cf81bf8450b7885611775813b1a786 Author: Rene Ladan AuthorDate: 2021-06-26 12:47:13 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 12:47:13 +0000 lang/clover: undeprecate, no longer uses py27 --- lang/clover/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/lang/clover/Makefile b/lang/clover/Makefile index c4ff892ad1f9..c9098d21ec4f 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -5,9 +5,6 @@ CATEGORIES= lang COMMENT= Mesa OpenCL implementation for AMD GPUs -DEPRECATED= Uses EOL Python 2.7 via devel/libclc -EXPIRATION_DATE=2021-06-23 - BUILD_DEPENDS= libclc>=0.3.0:devel/libclc \ opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 12:52:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58036653227; Sat, 26 Jun 2021 12:52: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 4GBv0N20tpz4kDh; Sat, 26 Jun 2021 12:52: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 2D4831F0FC; Sat, 26 Jun 2021 12:52: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 15QCqKQl053384; Sat, 26 Jun 2021 12:52:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QCqKxh053383; Sat, 26 Jun 2021 12:52:20 GMT (envelope-from git) Date: Sat, 26 Jun 2021 12:52:20 GMT Message-Id: <202106261252.15QCqKxh053383@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: 71e3941538b7 - main - */*: 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: 71e3941538b7029202598516b1cd5ffdc1e18e98 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 12:52:20 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=71e3941538b7029202598516b1cd5ffdc1e18e98 commit 71e3941538b7029202598516b1cd5ffdc1e18e98 Author: Rene Ladan AuthorDate: 2021-06-26 12:51:54 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 12:52:00 +0000 */*: Remove expired ports: 2021-06-23 net/panoptis: Unmaintained upstream --- MOVED | 1 + net/Makefile | 1 - net/panoptis/Makefile | 35 -------------------------- net/panoptis/distinfo | 2 -- net/panoptis/files/patch-panoptis-timeslot.cpp | 11 -------- net/panoptis/pkg-descr | 13 ---------- 6 files changed, 1 insertion(+), 62 deletions(-) diff --git a/MOVED b/MOVED index 5f2c2648612e..dfe9da838f98 100644 --- a/MOVED +++ b/MOVED @@ -16439,3 +16439,4 @@ www/npm-node10||2021-06-26|Removed, uses EOL Python 2.7 via www/node10 www/yarn-node10||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node10 devel/libhid||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream sysutils/usbhotkey||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libhid +net/panoptis||2021-06-26|Has expired: Unmaintained upstream diff --git a/net/Makefile b/net/Makefile index c22f7ca9308f..b92f919e88f5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -903,7 +903,6 @@ SUBDIR += pacemaker2 SUBDIR += packetdrill SUBDIR += packter-agent - SUBDIR += panoptis SUBDIR += parpd SUBDIR += pathneck SUBDIR += pbnc diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile deleted file mode 100644 index b7e2203ca933..000000000000 --- a/net/panoptis/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Babak Farrokhi - -PORTNAME= panoptis -PORTVERSION= 0.1.4 -PORTREVISION= 5 -CATEGORIES= net security -MASTER_SITES= SF - -MAINTAINER= sbz@FreeBSD.org -COMMENT= Detect and block DoS/DDoS attacks - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Unmaintained upstream, uses EOL Python 2.7 -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libccgnu2.so:devel/commoncpp - -GNU_CONFIGURE= yes -USES= python shebangfix -SHEBANG_FILES= panoptis/*.py -PLIST_FILES= bin/panoptis \ - bin/mail.py \ - bin/pview.py \ - bin/speed.py - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/panoptis/panoptis \ - ${STAGEDIR}${PREFIX}/bin/panoptis -.for f in mail.py pview.py speed.py - ${INSTALL_SCRIPT} ${WRKSRC}/panoptis/${f} ${STAGEDIR}${PREFIX}/bin/${f} -.endfor - -.include diff --git a/net/panoptis/distinfo b/net/panoptis/distinfo deleted file mode 100644 index ade2e1ea93ae..000000000000 --- a/net/panoptis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (panoptis-0.1.4.tar.gz) = bc63090f9749c5ff7f7ebdd83274596c1452cb82a0449adbe299f77da45affe1 -SIZE (panoptis-0.1.4.tar.gz) = 418829 diff --git a/net/panoptis/files/patch-panoptis-timeslot.cpp b/net/panoptis/files/patch-panoptis-timeslot.cpp deleted file mode 100644 index b10fd8c8e997..000000000000 --- a/net/panoptis/files/patch-panoptis-timeslot.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- panoptis/timeslot.cpp.orig Tue Nov 28 13:58:22 2006 -+++ panoptis/timeslot.cpp Tue Nov 28 13:58:33 2006 -@@ -109,7 +109,7 @@ - continue; - - // Create a new Distribution object -- IfPair *ifpair = new IfPair((uint16_t)input, (uint16_t)output); -+ IfPair *ifpair = new IfPair((uint16_t&)input, (uint16_t&)output); - if (!ifpair){ - perror("new"); - exit(errno); diff --git a/net/panoptis/pkg-descr b/net/panoptis/pkg-descr deleted file mode 100644 index 8b771c2ff237..000000000000 --- a/net/panoptis/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Panoptis is a project started some time ago, -with the aim to stop the Denial of Service -and Distributed Denial of Service attacks that -have been torturing the Internet for the last -few years. -It is based on real-time processing of Cisco (R) -NetFlow (TM) data, since this seems to be the -most efficient approach as it is router-centric, -allowing for automated central response without -intervention from the affected organizations' -network administrators. - -WWW: http://panoptis.sourceforge.net/ From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 13:00:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1560A653B82; Sat, 26 Jun 2021 13:00: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 4GBvBF6Sjfz4kN9; Sat, 26 Jun 2021 13: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 C69901F3C5; Sat, 26 Jun 2021 13:00: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 15QD0ruj063969; Sat, 26 Jun 2021 13:00:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QD0rP3063968; Sat, 26 Jun 2021 13:00:53 GMT (envelope-from git) Date: Sat, 26 Jun 2021 13:00:53 GMT Message-Id: <202106261300.15QD0rP3063968@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: 8156c8ffb78f - main - */*: 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: 8156c8ffb78fc17577c6401dc2ffcb9a9fea280c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 13:00:54 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8156c8ffb78fc17577c6401dc2ffcb9a9fea280c commit 8156c8ffb78fc17577c6401dc2ffcb9a9fea280c Author: Rene Ladan AuthorDate: 2021-06-26 13:00:42 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 13:00:42 +0000 */*: Remove expired ports: 2021-06-23 databases/elixir-mongo: Upsupported by upstream --- MOVED | 1 + databases/Makefile | 1 - databases/elixir-mongo/Makefile | 26 -------------------------- databases/elixir-mongo/distinfo | 2 -- databases/elixir-mongo/files/patch-mix.exs | 10 ---------- databases/elixir-mongo/pkg-descr | 3 --- databases/elixir-mongo/pkg-plist | 25 ------------------------- 7 files changed, 1 insertion(+), 67 deletions(-) diff --git a/MOVED b/MOVED index dfe9da838f98..411e89993fec 100644 --- a/MOVED +++ b/MOVED @@ -16440,3 +16440,4 @@ www/yarn-node10||2021-06-26|Has expired: Uses EOL Python 2.7 via www/node10 devel/libhid||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream sysutils/usbhotkey||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libhid net/panoptis||2021-06-26|Has expired: Unmaintained upstream +databases/elixir-mongo||2021-06-26|Has expired: Upsupported by upstream diff --git a/databases/Makefile b/databases/Makefile index 6399ccf24d9e..105892cc5be0 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -63,7 +63,6 @@ SUBDIR += elixir-ecto SUBDIR += elixir-geo SUBDIR += elixir-mariaex - SUBDIR += elixir-mongo SUBDIR += elixir-postgrex SUBDIR += elixir-timex_ecto SUBDIR += emacsql diff --git a/databases/elixir-mongo/Makefile b/databases/elixir-mongo/Makefile deleted file mode 100644 index 93fbd2745619..000000000000 --- a/databases/elixir-mongo/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= elixir-mongo -PORTVERSION= 0.5.4 -CATEGORIES= databases - -MAINTAINER= vanilla@FreeBSD.org -COMMENT= Database driver for MongoDB written in Elixir - -LICENSE= MIT - -DEPRECATED= Upsupported by upstream -EXPIRATION_DATE= 2021-06-23 - -BROKEN= does not build: Compilation error in file lib/mongo.ex - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= checkiz - -ELIXIR_APP_NAME=mongo - -MIX_BUILD_DEPS= devel/elixir-bson -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -.include diff --git a/databases/elixir-mongo/distinfo b/databases/elixir-mongo/distinfo deleted file mode 100644 index 2af3ce57db81..000000000000 --- a/databases/elixir-mongo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (checkiz-elixir-mongo-0.5.4_GH0.tar.gz) = d2d9b24c9e80183dd921b0dec63b5f4f9909814591a04e0e211a10c2daffc4c8 -SIZE (checkiz-elixir-mongo-0.5.4_GH0.tar.gz) = 15673 diff --git a/databases/elixir-mongo/files/patch-mix.exs b/databases/elixir-mongo/files/patch-mix.exs deleted file mode 100644 index 623dbca8310c..000000000000 --- a/databases/elixir-mongo/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2015-12-01 21:16:44 UTC -+++ mix.exs -@@ -8,7 +8,6 @@ defmodule Mongo.Mixfile do - elixir: "~> 1.0 or ~> 1.1", - source_url: "https://github.com/checkiz/elixir-mongo", - description: "MongoDB driver for Elixir", -- deps: deps(Mix.env), - package: package, - docs: &docs/0 ] - end diff --git a/databases/elixir-mongo/pkg-descr b/databases/elixir-mongo/pkg-descr deleted file mode 100644 index 6df799a41778..000000000000 --- a/databases/elixir-mongo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A database driver for MongoDB written in pure Elixir. - -WWW: https://github.com/checkiz/elixir-mongo diff --git a/databases/elixir-mongo/pkg-plist b/databases/elixir-mongo/pkg-plist deleted file mode 100644 index 6a3bb241fa9b..000000000000 --- a/databases/elixir-mongo/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Cursor.beam -lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Find.beam -lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Response.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Bang.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Collection.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Cursor.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Db.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Error.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Find.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Helpers.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Request.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Response.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Server.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.beam -lib/elixir/lib/mongo/ebin/mongo.app -lib/elixir/lib/mongo/lib/mongo.ex -lib/elixir/lib/mongo/lib/mongo_collection.ex -lib/elixir/lib/mongo/lib/mongo_cursor.ex -lib/elixir/lib/mongo/lib/mongo_db.ex -lib/elixir/lib/mongo/lib/mongo_find.ex -lib/elixir/lib/mongo/lib/mongo_helpers.ex -lib/elixir/lib/mongo/lib/mongo_request.ex -lib/elixir/lib/mongo/lib/mongo_response.ex -lib/elixir/lib/mongo/lib/mongo_server.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 13:02:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2111C653242; Sat, 26 Jun 2021 13: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 4GBvCf0PJ2z4krF; Sat, 26 Jun 2021 13: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 EA37C1F787; Sat, 26 Jun 2021 13: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 15QD255P067369; Sat, 26 Jun 2021 13: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 15QD25q5067368; Sat, 26 Jun 2021 13:02:05 GMT (envelope-from git) Date: Sat, 26 Jun 2021 13:02:05 GMT Message-Id: <202106261302.15QD25q5067368@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: f831ade60f53 - main - */*: 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: f831ade60f53acfb1d9726c29c5241edbbc2697b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 13:02:06 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=f831ade60f53acfb1d9726c29c5241edbbc2697b commit f831ade60f53acfb1d9726c29c5241edbbc2697b Author: Rene Ladan AuthorDate: 2021-06-26 13:01:57 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 13:01:57 +0000 */*: Remove expired ports: 2021-06-25 irc/eggdrop-devel: Use stable version instead, irc/eggdrop --- MOVED | 1 + irc/Makefile | 1 - irc/eggdrop-devel/Makefile | 127 ------------------------- irc/eggdrop-devel/distinfo | 3 - irc/eggdrop-devel/files/patch-eggdrop.conf | 17 ---- irc/eggdrop-devel/files/pkg-message.in | 12 --- irc/eggdrop-devel/pkg-descr | 7 -- irc/eggdrop-devel/pkg-plist | 144 ----------------------------- 8 files changed, 1 insertion(+), 311 deletions(-) diff --git a/MOVED b/MOVED index 411e89993fec..f858ed7c5ed3 100644 --- a/MOVED +++ b/MOVED @@ -16441,3 +16441,4 @@ devel/libhid||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream sysutils/usbhotkey||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libhid net/panoptis||2021-06-26|Has expired: Unmaintained upstream databases/elixir-mongo||2021-06-26|Has expired: Upsupported by upstream +irc/eggdrop-devel|irc/eggdrop|2021-06-26|Has expired: Use stable version instead, irc/eggdrop diff --git a/irc/Makefile b/irc/Makefile index 94608365bb39..b5d47a589d1f 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -21,7 +21,6 @@ SUBDIR += dircproxy SUBDIR += dxirc SUBDIR += eggdrop - SUBDIR += eggdrop-devel SUBDIR += epic4 SUBDIR += epic5 SUBDIR += ergo diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile deleted file mode 100644 index 1c8e9995b24d..000000000000 --- a/irc/eggdrop-devel/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# Created by: Beech Rintoul - -PORTNAME= eggdrop -DISTVERSION= 1.9.0.a.20210122 -CATEGORIES= irc -PKGNAMESUFFIX= -devel - -MAINTAINER= dbaio@FreeBSD.org -COMMENT= Popular Internet Relay Chat (IRC) bot - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Use stable version instead, irc/eggdrop -EXPIRATION_DATE= 2021-06-25 - -USES= tcl ssl -USE_CSTD= c99 - -USE_GITHUB= yes -GH_ACCOUNT= eggheads -GH_TAGNAME= 1957b61 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ - --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \ - --with-sslinc=${OPENSSLINC} \ - --with-ssllib=${OPENSSLLIB} - -MAKE_JOBS_UNSAFE= yes -LLD_UNSAFE= yes - -SUB_FILES= pkg-message - -CONFLICTS= eggdrop - -OPTIONS_DEFINE= DOCS - -.include - -post-patch: - @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${WRKSRC}/eggdrop.conf \ - > ${WRKSRC}/eggdrop.conf.sample - -post-configure: - @(cd ${WRKSRC}; ${MAKE} config) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/eggdrop ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/man1/eggdrop.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/eggdrop.conf.sample ${STAGEDIR}${PREFIX}/etc - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eggdrop -.for f in assoc.so blowfish.so channels.so compress.so console.so ctcp.so \ - dns.so filesys.so irc.so notes.so seen.so server.so share.so \ - transfer.so uptime.so - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/lib/eggdrop -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/help -.for f in assoc.mod/help/assoc.help channels.mod/help/chaninfo.help \ - channels.mod/help/channels.help console.mod/help/console.help \ - compress.mod/help/compress.help ctcp.mod/help/ctcp.help \ - filesys.mod/help/filesys.help irc.mod/help/irc.help \ - notes.mod/help/notes.help seen.mod/help/seen.help \ - server.mod/help/server.help share.mod/help/share.help \ - transfer.mod/help/transfer.help uptime.mod/help/uptime.help - ${INSTALL_DATA} ${WRKSRC}/src/mod/${f} ${STAGEDIR}${DATADIR}/help -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/help/set -.for f in channels.mod/help/set/channels.help \ - compress.mod/help/set/compress.help \ - console.mod/help/set/console.help ctcp.mod/help/set/ctcp.help \ - filesys.mod/help/set/filesys.help irc.mod/help/set/irc.help \ - notes.mod/help/set/notes.help server.mod/help/set/server.help \ - share.mod/help/set/share.help transfer.mod/help/set/transfer.help - ${INSTALL_DATA} ${WRKSRC}/src/mod/$f ${STAGEDIR}${DATADIR}/help/set -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/help/msg -.for f in irc.mod/help/msg/irc.help notes.mod/help/msg/notes.help \ - seen.mod/help/msg/seen.help - ${INSTALL_DATA} ${WRKSRC}/src/mod/$f ${STAGEDIR}${DATADIR}/help/msg -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/language - ${INSTALL_DATA} ${WRKSRC}/language/core.*.lang ${STAGEDIR}${DATADIR}/language - @cd ${WRKSRC}/src/mod \ - && ${FIND} . -name "*.lang" -exec ${INSTALL_DATA} {} \ - ${STAGEDIR}${DATADIR}/language ";" - @${MKDIR} ${STAGEDIR}${DATADIR}/scripts -.for f in CONTENTS action.fix.tcl autobotchk alltools.tcl botchk \ - cmd_resolve.tcl compat.tcl dccwhois.tcl getops.tcl klined.tcl notes2.tcl ques5.tcl \ - quotepass.tcl quotepong.tcl sentinel.tcl userinfo.tcl weed - ${INSTALL_DATA} ${WRKSRC}/scripts/${f} ${STAGEDIR}${DATADIR}/scripts -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help -.for f in cmd_resolve.help userinfo.help - ${INSTALL_DATA} ${WRKSRC}/scripts/help/${f} ${STAGEDIR}${DATADIR}/scripts/help -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help/msg -.for f in userinfo.help - ${INSTALL_DATA} ${WRKSRC}/scripts/help/msg/${f} ${STAGEDIR}${DATADIR}/scripts/help/msg -.endfor -.for f in cmds1.help cmds2.help core.help - ${INSTALL_DATA} ${WRKSRC}/help/${f} ${STAGEDIR}${DATADIR}/help -.endfor -.for f in cmds1.help - ${INSTALL_DATA} ${WRKSRC}/help/set/${f} ${STAGEDIR}${DATADIR}/help/set -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/text -.for f in banner motd - ${INSTALL_DATA} ${WRKSRC}/text/${f} ${STAGEDIR}${DATADIR}/text -.endfor - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eggdrop/*.so - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ABOUT BANS BOTNET BUG-REPORT COMPILE-GUIDE CONTENTS \ - FIRST-SCRIPT KNOWN-PROBLEMS MODULES PARTYLINE PATCH-HOWTO \ - TEXT-SUBSTITUTIONS TRICKS Changes1.8 USERS WEIRD-MESSAGES \ - tcl-commands.doc - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} -.endfor - @${MKDIR} ${STAGEDIR}${DOCSDIR}/html - cd ${WRKSRC}/doc/html && ${INSTALL_DATA} *.html ${STAGEDIR}${DOCSDIR}/html - @${MKDIR} ${STAGEDIR}${DOCSDIR}/settings - cd ${WRKSRC}/doc/settings && ${RM} -r CVS \ - && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/settings - -.include diff --git a/irc/eggdrop-devel/distinfo b/irc/eggdrop-devel/distinfo deleted file mode 100644 index 80371c8c803c..000000000000 --- a/irc/eggdrop-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1611425939 -SHA256 (eggheads-eggdrop-1.9.0.a.20210122-1957b61_GH0.tar.gz) = 1a8b8f7ede0b4540194c521bae16380aefb6f369f9be21be55391008a695b02f -SIZE (eggheads-eggdrop-1.9.0.a.20210122-1957b61_GH0.tar.gz) = 2141881 diff --git a/irc/eggdrop-devel/files/patch-eggdrop.conf b/irc/eggdrop-devel/files/patch-eggdrop.conf deleted file mode 100644 index e3b5756ee7f6..000000000000 --- a/irc/eggdrop-devel/files/patch-eggdrop.conf +++ /dev/null @@ -1,17 +0,0 @@ ---- eggdrop.conf.orig 2020-08-26 02:55:59 UTC -+++ eggdrop.conf -@@ -1,4 +1,4 @@ --#! /path/to/executable/eggdrop -+#!%%PREFIX%%/bin/eggdrop - # ^- This should contain a fully qualified path to your Eggdrop executable. - # - # This is a sample Eggdrop configuration file which includes all possible -@@ -606,7 +606,7 @@ die "Please make sure you edit your config file comple - # If you run the bot from the compilation directory, you will want to set - # this to "". If you use 'make install' (like all good kiddies do ;), this - # is a fine default. Otherwise, use your head :) --set mod-path "modules/" -+set mod-path "%%PREFIX%%/lib/eggdrop/" - - - #### BLOWFISH MODULE #### diff --git a/irc/eggdrop-devel/files/pkg-message.in b/irc/eggdrop-devel/files/pkg-message.in deleted file mode 100644 index b885cab6f1cf..000000000000 --- a/irc/eggdrop-devel/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ -[ -{ type: install - message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6087D6542FA; Sat, 26 Jun 2021 14:52:20 +0000 (UTC) (envelope-from dan@langille.org) Received: from wnew1-smtp.messagingengine.com (wnew1-smtp.messagingengine.com [64.147.123.26]) (using TLSv1.3 with cipher TLS_AES_256_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 4GBxfq0QNwz4qCr; Sat, 26 Jun 2021 14:52:18 +0000 (UTC) (envelope-from dan@langille.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailnew.west.internal (Postfix) with ESMTP id 95A7C2B00607; Sat, 26 Jun 2021 10:52:16 -0400 (EDT) Received: from imap36 ([10.202.2.86]) by compute6.internal (MEProxy); Sat, 26 Jun 2021 10:52:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=langille.org; h= mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type; s=fm1; bh=uPMu5z/Qh9uG6A/B0tLHRbPW7+zEBXR ajCbplgy9Z1c=; b=R+og/bJ/o5N54ffIu8TrCapHPkauEhwkNhnASS/FAX3nv2e T1Sm12A/WlgJ/VKXKZ22YrM3CxbgCLGWcBvFt7+l1rEpy7UTMqcDxp2yBs6/+Kkm HP2zoCP6ZHkgS1ETCVGyXZbuVhuGX7JglIMJABidhvAJpwIfh6RlSy6gHzMD5dfA Ed02QzdTOxNYM8GPReCXgtLNDUb9k6JTlteLPZrGLWJaNmBsmt/N8GYMT2qi/bRv 3pdAX1lSGstJGWWbFnWvzEHosuD77PoCENIFFrNd3fNnO512wtw4WriCRY7QkS8H a6lBT96x4nCoW67CU1Us8NK/wvWM1ahkkPSRRVw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=uPMu5z /Qh9uG6A/B0tLHRbPW7+zEBXRajCbplgy9Z1c=; b=WYY3f5k8+YNJH5KrtsmE/N 1bi0j0TN+uThBocrr9a370yPZJXSC7WpyINU9JuRI9RAzu1PoiQD9Vrrk4e2bbd/ Yk4LBnLtrZdb6zSDuQBgVW0IcuAKIWSyctlhkgXZUJR8ukJ1AopGjIoKItAbjgAs lD/9qydkw5wnYQpDWUYxrh5OcFI6jHF5UUUMPANfuyG0UwLDQdL5gVhrmP4OX5HS gYaFKB6ODur/hxnPI/859jNqa7s7Fa1o7fyexGF45f8IksV/svIqgHmcUmYNeyxE XFn1xQHMGV7sxN5l8VmutuY1AHQFpml9M0SbirmrZjXUQrmUmCmAOJ4AtDjgz6Vw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeehtddgjeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreertdenucfhrhhomhepfdffrghn ucfnrghnghhilhhlvgdfuceouggrnheslhgrnhhgihhllhgvrdhorhhgqeenucggtffrrg htthgvrhhnpefftdduffefheeukeelheekleeufeehheegteegudduudegvddvtdfhvedv jeevkeenucffohhmrghinhepfhhrvggvsghsugdrohhrghdpmhgvthgrtghprghnrdhorh hgpdhunhhigigrthhhohhmvgdrohhrghenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpegurghnsehlrghnghhilhhlvgdrohhrgh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 4B49A10E008E; Sat, 26 Jun 2021 10:52:12 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-530-gd0c265785f-fm-20210616.002-gd0c26578 Mime-Version: 1.0 Message-Id: In-Reply-To: <202106251346.15PDkr9u088868@gitrepo.freebsd.org> References: <202106251346.15PDkr9u088868@gitrepo.freebsd.org> Date: Sat, 26 Jun 2021 10:51:51 -0400 From: "Dan Langille" To: "Sunpoet Po-Chuan Hsieh" , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: ba91d6adf07f - main - devel/p5-Throwable: Update to 0.201 Content-Type: text/plain X-Rspamd-Queue-Id: 4GBxfq0QNwz4qCr X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=langille.org header.s=fm1 header.b=R+og/bJ/; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=WYY3f5k8; dmarc=pass (policy=none) header.from=langille.org; spf=pass (mx1.freebsd.org: domain of dan@langille.org designates 64.147.123.26 as permitted sender) smtp.mailfrom=dan@langille.org X-Spamd-Result: default: False [-3.09 / 15.00]; XM_UA_NO_VERSION(0.01)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.26]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[langille.org:+,messagingengine.com:+]; DMARC_POLICY_ALLOW(-0.50)[langille.org,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.26:from]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[64.147.123.26:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[langille.org:s=fm1,messagingengine.com:s=fm3]; FREEFALL_USER(0.00)[dan]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; SPAMHAUS_ZRD(0.00)[64.147.123.26:from:127.0.2.255]; MID_RHS_WWW(0.50)[]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 14:52:20 -0000 On Fri, Jun 25, 2021, at 9:46 AM, Po-Chuan Hsieh wrote: > The branch main has been updated by sunpoet: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=ba91d6adf07f6f21e45a811fbd1266a569b112e9 > > commit ba91d6adf07f6f21e45a811fbd1266a569b112e9 > Author: Po-Chuan Hsieh > AuthorDate: 2021-06-25 13:40:22 +0000 > Commit: Po-Chuan Hsieh > CommitDate: 2021-06-25 13:40:22 +0000 > > devel/p5-Throwable: Update to 0.201 > > - Add LICENSE_FILE > > Changes: https://metacpan.org/dist/Throwable/changes > --- > devel/p5-Throwable/Makefile | 6 ++++-- > devel/p5-Throwable/distinfo | 5 +++-- > 2 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile > index a3cce9d4b73e..e030f45e803e 100644 > --- a/devel/p5-Throwable/Makefile > +++ b/devel/p5-Throwable/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= Throwable > -PORTVERSION= 0.200013 > +PORTVERSION= 0.201 This is not an increase in version. $ pkg version --test-version 0.201 0.200003 < I found it while building mail/p5-Email-Sender: [122amd64-default] Installing p5-Throwable-0.201... [122amd64-default] `-- Installing p5-Devel-StackTrace-2.04... [122amd64-default] `-- Extracting p5-Devel-StackTrace-2.04: ..... done [122amd64-default] Extracting p5-Throwable-0.201: ....... done ===> p5-Email-Sender-1.300031_2 depends on package: p5-Throwable>=0.200003 - not found re: https://services.unixathome.org/poudriere/build.html?mastername=122amd64-default&build=2021-06-26_14h32m52s -- Dan Langille dan@langille.org From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 15:13:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 24E466550D6; Sat, 26 Jun 2021 15:13: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 4GBy7c0Fmvz4rJC; Sat, 26 Jun 2021 15:13: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 E56A220EF9; Sat, 26 Jun 2021 15:13: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 15QFDl9c041262; Sat, 26 Jun 2021 15:13:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QFDlgI041261; Sat, 26 Jun 2021 15:13:47 GMT (envelope-from git) Date: Sat, 26 Jun 2021 15:13:47 GMT Message-Id: <202106261513.15QFDlgI041261@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: ca252e85c736 - main - */*: 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: ca252e85c736de4413370aa3e93110a590aff6a0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 15:13:48 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca252e85c736de4413370aa3e93110a590aff6a0 commit ca252e85c736de4413370aa3e93110a590aff6a0 Author: Rene Ladan AuthorDate: 2021-06-26 15:13:36 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 15:13:36 +0000 */*: Remove expired ports: 2020-12-31 audio/xmms2: Uses Python 2.7 which is EOLed upstream 2021-06-23 audio/gxmms2: Uses EOL Python 2.7 via audio/xmms2 2021-06-23 audio/lxmusic: Uses EOL Python 2.7 via audio/xmms2 --- MOVED | 3 + audio/Makefile | 3 - audio/gxmms2/Makefile | 35 -- audio/gxmms2/distinfo | 2 - audio/gxmms2/files/patch-Makefile | 20 - audio/gxmms2/pkg-descr | 4 - audio/lxmusic/Makefile | 42 -- audio/lxmusic/distinfo | 3 - audio/lxmusic/files/patch-configure | 11 - audio/lxmusic/pkg-descr | 6 - audio/lxmusic/pkg-plist | 67 --- audio/xmms2/Makefile | 223 --------- audio/xmms2/distinfo | 2 - .../files/extra-patch-src-clients-vistest-wscript | 30 -- .../patch-src_clients_lib_xmmsclient-glib_wscript | 34 -- .../files/patch-src_clients_lib_xmmsclient_wscript | 34 -- audio/xmms2/files/patch-src_include_wscript | 22 - ...atch-src_include_xmmsclient_xmmsclient++_coll.h | 11 - .../files/patch-src_plugins_airplay_raop__client.c | 25 - .../xmms2/files/patch-src_plugins_airplay_wscript | 11 - audio/xmms2/files/patch-src_plugins_ao_ao.c | 10 - .../files/patch-src_plugins_avcodec_avcodec.c | 527 --------------------- .../patch-src_plugins_avcodec_avcodec__compat.h | 69 --- audio/xmms2/files/patch-src_plugins_cdda_cdda.c | 11 - audio/xmms2/files/patch-src_plugins_file_wscript | 19 - .../files/patch-src_plugins_modplug_modplug.c | 11 - .../xmms2/files/patch-src_plugins_musepack_wscript | 11 - audio/xmms2/files/patch-wscript | 40 -- audio/xmms2/pkg-descr | 6 - audio/xmms2/pkg-plist | 153 ------ 30 files changed, 3 insertions(+), 1442 deletions(-) diff --git a/MOVED b/MOVED index f858ed7c5ed3..751a96ba6851 100644 --- a/MOVED +++ b/MOVED @@ -16442,3 +16442,6 @@ sysutils/usbhotkey||2021-06-26|Has expired: Uses EOL Python 2.7 via devel/libhid net/panoptis||2021-06-26|Has expired: Unmaintained upstream databases/elixir-mongo||2021-06-26|Has expired: Upsupported by upstream irc/eggdrop-devel|irc/eggdrop|2021-06-26|Has expired: Use stable version instead, irc/eggdrop +audio/xmms2||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +audio/gxmms2||2021-06-26|Has expired: Uses EOL Python 2.7 via audio/xmms2 +audio/lxmusic||2021-06-26|Has expired: Uses EOL Python 2.7 via audio/xmms2 diff --git a/audio/Makefile b/audio/Makefile index 81162b7b4205..6a8d2587b935 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -292,7 +292,6 @@ SUBDIR += gula-plugins-lv2 SUBDIR += guspat SUBDIR += gvolwheel - SUBDIR += gxmms2 SUBDIR += gxplugins-lv2 SUBDIR += harp SUBDIR += headsetcontrol @@ -452,7 +451,6 @@ SUBDIR += lv2lint SUBDIR += lv2proc SUBDIR += lvtk - SUBDIR += lxmusic SUBDIR += mac SUBDIR += madfufw SUBDIR += madplay @@ -858,7 +856,6 @@ SUBDIR += xmix SUBDIR += xmixer SUBDIR += xmmix - SUBDIR += xmms2 SUBDIR += xmp SUBDIR += xmradio SUBDIR += xoscope diff --git a/audio/gxmms2/Makefile b/audio/gxmms2/Makefile deleted file mode 100644 index 58f09caf2e2a..000000000000 --- a/audio/gxmms2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Alexander Botero-Lowry - -PORTNAME= gxmms2 -PORTVERSION= 0.7.1 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= DEBIAN -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig - -MAINTAINER= madpilot@FreeBSD.org -COMMENT= GTK2 based XMMS2 client, written in C - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via audio/xmms2 -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libxmmsclient.so:audio/xmms2 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_GNOME= gtk20 -USES= gmake gnome pkgconfig -ALL_TARGET= ${PORTNAME} - -PLIST_FILES= bin/gxmms2 \ - %%DATADIR%%/gxmms2_mini.xpm - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/gxmms2src/gxmms2_mini.xpm ${STAGEDIR}${DATADIR} - -.include diff --git a/audio/gxmms2/distinfo b/audio/gxmms2/distinfo deleted file mode 100644 index 99c62e45d1d4..000000000000 --- a/audio/gxmms2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gxmms2_0.7.1.orig.tar.gz) = fa3fef28935d29665bd7d788db2dcd131e177c7d9ee71423c096a410bfc05a27 -SIZE (gxmms2_0.7.1.orig.tar.gz) = 76473 diff --git a/audio/gxmms2/files/patch-Makefile b/audio/gxmms2/files/patch-Makefile deleted file mode 100644 index fc3f45c9b6f7..000000000000 --- a/audio/gxmms2/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig 2009-01-04 18:30:38 UTC -+++ Makefile -@@ -1,8 +1,6 @@ - # Makefile for gxmms2 and gkrellxmms2 - - # Installation directory --PREFIX=/usr/local --KRELLPREFIX=/usr - - ALLFILES=gkrellxmms2/*.c gkrellxmms2/*.h gkrellxmms2/*.xpm gmedialib/*.c gmedialib/*.h gmedialib/*.xpm gtrackinfo/*.c gtrackinfo/*.h gxmms2src/*.c gxmms2src/*.h gxmms2src/*.xpm sdecode/*.c sdecode/*.h xmms2ctrl/*.c xmms2ctrl/*.h Makefile README COPYING CHANGELOG - -@@ -13,7 +11,7 @@ XMMS2_LIB=$(shell pkg-config xmms2-clien - - CFLAGS ?= -O2 - CFLAGS := -Wall -fPIC $(GTK_CFLAGS) $(XMMS2_CFLAGS) -I. $(CFLAGS) --LIBS = $(GTK_LIB) $(XMMS2_LIB) -+LIBS = $(GTK_LIB) $(XMMS2_LIB) -lX11 - - KRELLLFLAGS=-shared - diff --git a/audio/gxmms2/pkg-descr b/audio/gxmms2/pkg-descr deleted file mode 100644 index 89acec5b80b1..000000000000 --- a/audio/gxmms2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gxmms2 is a GTK2 based XMMS2 client, written in C. Its main window is small and -simple. It includes a playlist editor and a file details dialog. - -WWW: http://wejp.k.vu/projects/xmms2/ diff --git a/audio/lxmusic/Makefile b/audio/lxmusic/Makefile deleted file mode 100644 index 0023aec44154..000000000000 --- a/audio/lxmusic/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Eric Turgeon - -PORTNAME= lxmusic -PORTVERSION= 0.4.7 -CATEGORIES= audio -MASTER_SITES= SF/lxde/LXMusic%20%28music%20player%29/LXMusic%20${PORTVERSION:R}.x/ - -MAINTAINER= ericbsd@FreeBSD.org -COMMENT= LXDE music player based on xmms2 - -LICENSE= MIT GPLv2+ -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via audio/xmms2 -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \ - libnotify.so:devel/libnotify - -USES= desktop-file-utils gettext-tools gmake gnome localbase \ - pkgconfig tar:xz -USE_GNOME= gtk20 intltool -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALL_TARGET= install-strip - -LDFLAGS+= -lpthread - -PORTDOCS= AUTHORS README - -OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes - -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE=nls - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include diff --git a/audio/lxmusic/distinfo b/audio/lxmusic/distinfo deleted file mode 100644 index 4eeb56ca3bea..000000000000 --- a/audio/lxmusic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464014391 -SHA256 (lxmusic-0.4.7.tar.xz) = 4933987338eb6e8c77d63b14cea5a8886146e75acbc38a21438c6c3f47bc06ba -SIZE (lxmusic-0.4.7.tar.xz) = 180300 diff --git a/audio/lxmusic/files/patch-configure b/audio/lxmusic/files/patch-configure deleted file mode 100644 index b38ff0a50375..000000000000 --- a/audio/lxmusic/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2016-02-21 00:00:57 UTC -+++ configure -@@ -6815,7 +6815,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> - - fi - fi -- USE_NLS=yes -+ #USE_NLS=yes - - - gt_cv_have_gettext=no diff --git a/audio/lxmusic/pkg-descr b/audio/lxmusic/pkg-descr deleted file mode 100644 index da4796aa0a07..000000000000 --- a/audio/lxmusic/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -LXMusic is the minimalist music player for LXDE. This is based on -xmms2, which is lightweight and has server/client design. LXMusic -has very few features, it can do nothing more than just playing a -list of music files. - -WWW: https://wiki.lxde.org/en/LXMusic diff --git a/audio/lxmusic/pkg-plist b/audio/lxmusic/pkg-plist deleted file mode 100644 index d49dbfb4259b..000000000000 --- a/audio/lxmusic/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/lxmusic -man/man1/lxmusic.1.gz -share/applications/lxmusic.desktop -%%NLS%%share/locale/af/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ar/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/be/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/bg/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/bn/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/bn_IN/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ca/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/cs/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/da/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/de/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/el/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/es/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/et/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/eu/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/fa/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/fi/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/fo/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/fr/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/frp/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/gl/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/he/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/hr/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/hu/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/id/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/is/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/it/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ja/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/kk/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ko/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/lg/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/lt/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ml/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ms/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/nb/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/nl/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/nn/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/pa/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/pl/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ps/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/pt/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ro/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ru/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sk/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sl/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sr/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sv/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/te/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/th/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/tr/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/tt_RU/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ug/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/uk/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ur/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ur_PK/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/vi/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/lxmusic.mo -%%DATADIR%%/lxmusic.ui.glade -%%DATADIR%%/pref-dlg.ui.glade -%%DATADIR%%/track-info.ui.glade -share/pixmaps/lxmusic.png diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile deleted file mode 100644 index 116f7203c74a..000000000000 --- a/audio/xmms2/Makefile +++ /dev/null @@ -1,223 +0,0 @@ -# Created by: Alexander Botero-Lowry - -PORTNAME?= xmms2 -PORTVERSION= 0.8 -DISTVERSIONSUFFIX= DrO_o -PORTREVISION?= 35 -CATEGORIES?= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} - -MAINTAINER?= madpilot@FreeBSD.org -COMMENT?= Rewrite of xmms as a client/server system (developer release) - -USES+= pkgconfig tar:bzip2 waf - -CONFIGURE_ARGS+= --conf-prefix=${LOCALBASE} \ - --mandir=${MANPREFIX}/man \ - --without-plugins="ofa" -INSTALL_TARGET= install --without-ldconfig - -.if !defined(XMMS2_SLAVE) -USE_GNOME= glib20 -USES+= gnome python:2.7,build readline sqlite - -USE_LDCONFIG= yes - -PLIST_SUB+= INCLUDEDIR="include/${PORTNAME}" LIBDIR="lib/${PORTNAME}" - -CPPFLAGS+= -I${LOCALBASE}/include - -OPTIONS_DEFINE= AIRPLAY AO APE AVCODEC CDDA CURL ET FAAD FAM FLAC \ - GME GVFS ICES JACK MAD MDNS MMS \ - MODPLUG MPG123 MUSEPACK PULSEAUDIO SAMBA SID \ - SNDFILE SPEEX TREMOR VISUAL VOCODER VORBIS WAVPACK XML -OPTIONS_SINGLE= MDNS -OPTIONS_SINGLE_MDNS= MDNS_APPLE MDNS_AVAHI -OPTIONS_DEFAULT= CURL FAAD FLAC MPG123 MDNS MDNS_AVAHI VORBIS - -AIRPLAY_DESC= Support output via Airport Express -AVCODEC_DESC= Avcodevc playback support -ET_DESC= Install usage feedback reporting client -FAM_DESC= Support to update Media Library on file change -GME_DESC= Video game music files support -GVFS_DESC= Playback files via GVFS -ICES_DESC= Playback files to an icecast server -MDNS_DESC= Announce XMMS2d via mDNS (Choose implementation) -MDNS_APPLE_DESC= Use Apple mDNS implementation -MDNS_AVAHI_DESC= Use Avahi mDNS implementation -SAMBA_DESC= Playback files via SMB -SID_DESC= Playback SID files -VISUAL_DESC= Visualization plugins support -VOCODER_DESC= Phase Vocoder effect plugin -XML_DESC= Support XML based playlists (XSPF, RSS) - -OPTIONS_SUB= yes - -AIRPLAY_USES= ssl -AIRPLAY_CONFIGURE_OFF= --without-plugins="airplay" - -AO_LIB_DEPENDS= libao.so:audio/libao -AO_CONFIGURE_OFF= --without-plugins="ao" - -APE_LIB_DEPENDS= libmac.so:audio/mac -APE_CONFIGURE_OFF= --without-plugins="mac" - -AVCODEC_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg -AVCODEC_CONFIGURE_OFF= --without-plugins="avcodec" - -CDDA_LIB_DEPENDS= libcdio.so:sysutils/libcdio \ - libcdio_cdda.so:sysutils/libcdio-paranoia \ - libdiscid.so:audio/libdiscid -CDDA_CONFIGURE_OFF= --without-plugins="cdda" - -CURL_LIB_DEPENDS= libcurl.so:ftp/curl -CURL_CONFIGURE_OFF= --without-plugins="curl" --without-plugins="icymetaint" - -FAAD_LIB_DEPENDS= libfaad.so:audio/faad -FAAD_CONFIGURE_OFF= --without-plugins="faad" --without-plugins="mp4" - -FAM_USES= fam:gamin -FAM_CONFIGURE_OFF= --without-optionals="medialib-updater" - -FLAC_LIB_DEPENDS= libFLAC.so:audio/flac - -GME_LIB_DEPENDS= libgme.so:audio/libgme -GME_CONFIGURE_OFF= --without-plugins="gme" - -GVFS_USE= GNOME=gvfs -GVFS_CONFIGURE_OFF= --without-plugins="gvfs" - -ICES_LIB_DEPENDS= libshout.so:audio/libshout -ICES_CONFIGURE_OFF= --without-plugins="ices" - -JACK_LIB_DEPENDS= libjack.so:audio/jack -JACK_CONFIGURE_OFF= --without-plugins="jack" - -MAD_LIB_DEPENDS= libmad.so:audio/libmad -MAD_CONFIGURE_OFF= --without-plugins="mad" - -MDNS_CONFIGURE_OFF= --without-optionals="mdns" - -MDNS_APPLE_CONFIGURE_ON= --with-mdns-backend="dns_sd" -MDNS_APPLE_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder - -MDNS_AVAHI_CONFIGURE_ON= --with-mdns-backend="avahi" -MDNS_AVAHI_LIB_DEPENDS= libavahi-core.so:net/avahi-app - -MMS_LIB_DEPENDS= libmms.so:net/libmms -MMS_CONFIGURE_OFF= --without-plugins="mms" - -MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug -MODPLUG_CONFIGURE_OFF= --without-plugins="modplug" - -MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 -MPG123_CONFIGURE_OFF= --without-plugins="mpg123" - -MUSEPACK_LIB_DEPENDS= libmpcdec.so:audio/musepack -MUSEPACK_CONFIGURE_OFF= --without-plugins="musepack" - -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CONFIGURE_OFF= --without-plugins="pulse" - -SAMBA_USES= samba:lib -SAMBA_CPPFLAGS= -I${SAMBAINCLUDES} -SAMBA_LDFLAGS= -L${SAMBALIBS} -SAMBA_CONFIGURE_OFF= --without-plugins="samba" - -SID_LIB_DEPENDS= libsidplay2.so:audio/libsidplay2 -SID_CONFIGURE_OFF= --without-plugins="sid" - -SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile -SNDFILE_CONFIGURE_OFF= --without-plugins="sndfile" - -SPEEX_LIB_DEPENDS= libspeex.so:audio/speex -SPEEX_CONFIGURE_OFF= --without-plugins="speex" - -TREMOR_LIB_DEPENDS= libvorbisidec.so:audio/libtremor -TREMOR_CONFIGURE_OFF= --without-plugins="tremor" - -VISUAL_USES= sdl -VISUAL_USE= SDL=sdl -VISUAL_LIB_DEPENDS= libvisual-0.4.so:graphics/libvisual04 -VISUAL_CONFIGURE_OFF= --without-optionals="vistest" -VISUAL_CONFIGURE_ON= --with-vis-reference-clients - -VOCODER_LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ - libsamplerate.so:audio/libsamplerate -VOCODER_CONFIGURE_OFF= --without-plugins="vocoder" - -VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis -VORBIS_CONFIGURE_OFF= --without-plugins="vorbis" - -WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack -WAVPACK_CONFIGURE_OFF= --without-plugins="wavpack" - -XML_USE= GNOME=libxml2 -XML_CONFIGURE_OFF= --without-plugins="xml" --without-plugins="rss" \ - --without-plugins="xspf" - -ET_CONFIGURE_OFF= --without-optionals="et" - -.endif # !XMMS2_SLAVE - -.include - -.if defined(XMMS2_SLAVE) -CONFIGURE_ARGS+= --without-xmms2d - -.if ${XMMS2_SLAVE} == "python" -CONFIGURE_ARGS+= --with-optionals="python" -.elif ${XMMS2_SLAVE} == "ruby" -CONFIGURE_ARGS+= --with-optionals="ruby" -.elif ${XMMS2_SLAVE} == "perl" -CONFIGURE_ARGS+= --with-optionals="perl" -.elif ${XMMS2_SLAVE} == "ruby-ecore" -CONFIGURE_ARGS+= --with-optionals="ruby" --with-optionals="xmmsclient-ecore" -.elif ${XMMS2_SLAVE} == "cpp" -CONFIGURE_ARGS+= --with-optionals="xmmsclient++" \ - --with-optionals="xmmsclient++-glib" -.endif - -.else # XMMS2_SLAVE -CONFIGURE_ARGS+= --without-optionals="python" \ - --without-optionals="ruby" \ - --without-optionals="xmmsclient-ecore" \ - --without-optionals="xmmsclient++" \ - --without-optionals="xmmsclient++-glib" \ - --without-optionals="perl" -.endif # XMMS2_SLAVE - -.if !defined(XMMS2_SLAVE) - -# xmms2-ripper -.if ${PORT_OPTIONS:MVISUAL} && ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= libvorbisenc.so:audio/libvorbis -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-clients-vistest-wscript -.endif - -.endif # !XMMS2_SLAVE - -# Force to nothing to avoid bsd.openssl.mk adding definitions -# to it when AIRPLAY option is active, waf does not understand it anyway. -MAKE_ARGS= - -post-patch: - @${REINPLACE_CMD} -e "s|%%WRKSRC%%|${WRKSRC}|" ${WRKSRC}/wscript -.if ${PORT_OPTIONS:MVISUAL} && ${PORT_OPTIONS:MVORBIS} - @${REINPLACE_CMD} -e "s|'vorbisenc',|'vorbisenc vorbis ogg',|" \ - ${WRKSRC}/src/clients/vistest/wscript -.endif - -post-install: -.if !defined(XMMS2_SLAVE) - ${MKDIR} ${STAGEDIR}${DATADIR}/scripts/startup.d - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmmsclient* -.else - ${RM} -R ${STAGEDIR}${PREFIX}/lib/xmms2 - ${FIND} ${STAGEDIR}${PREFIX}/lib -name '*.so*' | ${XARGS} ${STRIP_CMD} -.endif - -.include diff --git a/audio/xmms2/distinfo b/audio/xmms2/distinfo deleted file mode 100644 index 0db108e337bf..000000000000 --- a/audio/xmms2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmms2-0.8DrO_o.tar.bz2) = c77e41e7bd5788889d5a2f78331ca8c748b8721bd2e59f36c36ad4c7cae8694a -SIZE (xmms2-0.8DrO_o.tar.bz2) = 1670726 diff --git a/audio/xmms2/files/extra-patch-src-clients-vistest-wscript b/audio/xmms2/files/extra-patch-src-clients-vistest-wscript deleted file mode 100644 index db0c7495c7b1..000000000000 --- a/audio/xmms2/files/extra-patch-src-clients-vistest-wscript +++ /dev/null @@ -1,30 +0,0 @@ ---- src/clients/vistest/wscript~ -+++ src/clients/vistest/wscript -@@ -23,17 +23,6 @@ def build(bld): - t.install_path = None - - -- if bld.env.LIB_vorbisenc: -- t = bld(features = 'c cprogram', -- target = 'xmms2-ripper', -- source = 'ripper.c', -- includes = '. ../../.. ../../include', -- uselib = 'vorbisenc', -- use = 'xmmsclient' -- ) -- if not bld.env.INSTALL_VIS_REFERENCE_CLIENTS: -- t.install_path = None -- - if bld.env.LIB_visual and bld.env.LIB_sdl: - t = bld(features = 'c cprogram', - target = 'xmms2-libvisual', -@@ -53,9 +42,6 @@ def configure(conf): - - conf.check_cc(lib="m", uselib_store="math", mandatory=False) - -- conf.check_cfg(package='vorbisenc', uselib_store='vorbisenc', -- args='--cflags --libs', mandatory=False) -- - if conf.check_cfg(package='libvisual-0.4', uselib_store='visual', - args='--cflags --libs', mandatory=False): - conf.check_cfg(package='sdl', uselib_store='sdl', diff --git a/audio/xmms2/files/patch-src_clients_lib_xmmsclient-glib_wscript b/audio/xmms2/files/patch-src_clients_lib_xmmsclient-glib_wscript deleted file mode 100644 index 782a4b98cafb..000000000000 --- a/audio/xmms2/files/patch-src_clients_lib_xmmsclient-glib_wscript +++ /dev/null @@ -1,34 +0,0 @@ ---- src/clients/lib/xmmsclient-glib/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/clients/lib/xmmsclient-glib/wscript -@@ -1,19 +1,21 @@ - from waftools import tool - - def build(bld): -- obj = bld(features='c cshlib', -- target = 'xmmsclient-glib', -- includes = '../../../.. ../../../include', -- source = 'xmmsclient-glib.c', -- uselib = 'glib2', -- use = 'xmmsclient', -- vnum = '1.0.0' -- ) -+ if bld.env.BUILD_XMMS2D: -+ obj = bld(features='c cshlib', -+ target = 'xmmsclient-glib', -+ includes = '../../../.. ../../../include', -+ source = 'xmmsclient-glib.c', -+ uselib = 'glib2', -+ use = 'xmmsclient', -+ vnum = '1.0.0' -+ ) - -- tool.add_install_flag(bld, obj) -+ tool.add_install_flag(bld, obj) - - def configure(conf): -- conf.env.XMMS_PKGCONF_FILES.append(('xmms2-client-glib', '-lxmmsclient-glib')) -+ if not conf.options.without_xmms2d: -+ conf.env.XMMS_PKGCONF_FILES.append(('xmms2-client-glib', '-lxmmsclient-glib')) - - return True - diff --git a/audio/xmms2/files/patch-src_clients_lib_xmmsclient_wscript b/audio/xmms2/files/patch-src_clients_lib_xmmsclient_wscript deleted file mode 100644 index a8135f56f562..000000000000 --- a/audio/xmms2/files/patch-src_clients_lib_xmmsclient_wscript +++ /dev/null @@ -1,34 +0,0 @@ ---- src/clients/lib/xmmsclient/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/clients/lib/xmmsclient/wscript -@@ -25,19 +25,21 @@ def build(bld): - else: - source.extend(["visualization/dummy.c"]) - -- obj = bld(features = 'c cshlib', -- target = 'xmmsclient', -- includes = '../../../.. ../../../include ../../../includepriv', -- source = source, -- uselib = 'socket time', -- use = 'xmmsipc xmmssocket xmmsutils xmmstypes xmmsvisualization', -- vnum = '6.0.0' -- ) -+ if bld.env.BUILD_XMMS2D: -+ obj = bld(features = 'c cshlib', -+ target = 'xmmsclient', -+ includes = '../../../.. ../../../include ../../../includepriv', -+ source = source, -+ uselib = 'socket time', -+ use = 'xmmsipc xmmssocket xmmsutils xmmstypes xmmsvisualization', -+ vnum = '6.0.0' -+ ) - -- tool.add_install_flag(bld, obj) -+ tool.add_install_flag(bld, obj) - - def configure(conf): -- conf.env.XMMS_PKGCONF_FILES.append(("xmms2-client", "-lxmmsclient")) -+ if not conf.options.without_xmms2d: -+ conf.env.XMMS_PKGCONF_FILES.append(("xmms2-client", "-lxmmsclient")) - - conf.check_cc(function_name="semtimedop", - header_name=["sys/types.h", "sys/ipc.h", "sys/sem.h"], diff --git a/audio/xmms2/files/patch-src_include_wscript b/audio/xmms2/files/patch-src_include_wscript deleted file mode 100644 index a4e84c9edaa5..000000000000 --- a/audio/xmms2/files/patch-src_include_wscript +++ /dev/null @@ -1,22 +0,0 @@ ---- src/include/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/include/wscript -@@ -2,12 +2,13 @@ import os - - def build(bld): - # FIXME: This is a test that should work. -- for d in bld.path.ant_glob('**', dir=True, src=False): -- rpath = d.path_from(bld.path) -- bld.recurse(rpath) -- f = d.ant_glob('*.h') -- if f: -- bld.install_files(os.path.join(bld.env.INCLUDEDIR, 'xmms2', rpath), f) -+ if bld.env.BUILD_XMMS2D: -+ for d in bld.path.ant_glob('**', dir=True, src=False): -+ rpath = d.path_from(bld.path) -+ bld.recurse(rpath) -+ f = d.ant_glob('*.h') -+ if f: -+ bld.install_files(os.path.join(bld.env.INCLUDEDIR, 'xmms2', rpath), f) - - #paths = ['xmms', 'xmmsc', 'xmmsclient', 'xmmsclient/xmmsclient++'] - #for p in paths: diff --git a/audio/xmms2/files/patch-src_include_xmmsclient_xmmsclient++_coll.h b/audio/xmms2/files/patch-src_include_xmmsclient_xmmsclient++_coll.h deleted file mode 100644 index f237eea4085b..000000000000 --- a/audio/xmms2/files/patch-src_include_xmmsclient_xmmsclient++_coll.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/include/xmmsclient/xmmsclient++/coll.h.orig 2011-10-20 19:26:08 UTC -+++ src/include/xmmsclient/xmmsclient++/coll.h -@@ -612,7 +612,7 @@ namespace Xmms - - template< typename keyT, typename valT > - AbstractElement< keyT, valT >::AbstractElement( const Coll& coll, keyT index ) -- : coll_ (coll), index_( index ) -+ : coll_ ( const_cast< Coll& >( coll ) ), index_( index ) - { - xmmsv_coll_ref( coll_.getColl() ); - } diff --git a/audio/xmms2/files/patch-src_plugins_airplay_raop__client.c b/audio/xmms2/files/patch-src_plugins_airplay_raop__client.c deleted file mode 100644 index ddf7db6376c4..000000000000 --- a/audio/xmms2/files/patch-src_plugins_airplay_raop__client.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/plugins/airplay/raop_client.c.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/airplay/raop_client.c -@@ -1,6 +1,8 @@ - #include - #include - -+#include -+#include - #include - #include - #include -@@ -137,8 +139,13 @@ raop_rsa_encrypt (guchar *text, gint len, guchar *res) - static const guchar exp[] = {0x01, 0x00, 0x01}; - - rsa = RSA_new (); -+ -+#if OPENSSL_VERSION_NUMBER < 0x10100000L - rsa->n = BN_bin2bn (mod, 256, NULL); - rsa->e = BN_bin2bn (exp, 3, NULL); -+#else -+ RSA_set0_key(rsa, BN_bin2bn (mod, 256, NULL), BN_bin2bn (exp, 3, NULL), NULL); -+#endif - - size = RSA_public_encrypt (len, text, res, rsa, RSA_PKCS1_OAEP_PADDING); - diff --git a/audio/xmms2/files/patch-src_plugins_airplay_wscript b/audio/xmms2/files/patch-src_plugins_airplay_wscript deleted file mode 100644 index 5b1e9bf87006..000000000000 --- a/audio/xmms2/files/patch-src_plugins_airplay_wscript +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/airplay/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/airplay/wscript -@@ -12,8 +12,6 @@ rtspmessage.c - def plugin_configure(conf): - # MinGW doesn't ship sys/select.h - conf.check_cc(header_name='sys/select.h') -- conf.check_cfg(package="openssl", args="--cflags --libs", -- uselib_store="openssl") - - configure, build = plugin("airplay", configure=plugin_configure, - source = source, libs=["openssl"], output_prio=4) diff --git a/audio/xmms2/files/patch-src_plugins_ao_ao.c b/audio/xmms2/files/patch-src_plugins_ao_ao.c deleted file mode 100644 index 972ef05bbfe4..000000000000 --- a/audio/xmms2/files/patch-src_plugins_ao_ao.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/plugins/ao/ao.c.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/ao/ao.c -@@ -162,6 +162,7 @@ xmms_ao_new (xmms_output_t *output) - - /* let's just use some common format to check if the device - * name is valid */ -+ memset(&format, 0, sizeof(format)); - format.bits = 16; - format.rate = 44100; - format.channels = 2; diff --git a/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c b/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c deleted file mode 100644 index da9bd420ba57..000000000000 --- a/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c +++ /dev/null @@ -1,527 +0,0 @@ ---- src/plugins/avcodec/avcodec.c.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/avcodec/avcodec.c -@@ -1,7 +1,7 @@ - /** @file avcodec.c - * Decoder plugin for ffmpeg avcodec formats - * -- * Copyright (C) 2006-2011 XMMS2 Team -+ * Copyright (C) 2006-2014 XMMS2 Team - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public -@@ -14,15 +14,16 @@ - * Lesser General Public License for more details. - */ - --#include "xmms_configuration.h" --#include "xmms/xmms_xformplugin.h" --#include "xmms/xmms_sample.h" --#include "xmms/xmms_log.h" -+#include -+#include -+#include -+#include - - #include - #include - #include - #include -+#include - - #include "avcodec_compat.h" - -@@ -36,6 +37,8 @@ typedef struct { - guint buffer_size; - gboolean no_demuxer; - -+ AVFrame *read_out_frame; -+ - guint channels; - guint samplerate; - xmms_sample_format_t sampleformat; -@@ -53,10 +56,14 @@ typedef struct { - static gboolean xmms_avcodec_plugin_setup (xmms_xform_plugin_t *xform_plugin); - static gboolean xmms_avcodec_init (xmms_xform_t *xform); - static void xmms_avcodec_destroy (xmms_xform_t *xform); -+static gint xmms_avcodec_internal_read_some (xmms_xform_t *xform, xmms_avcodec_data_t *data, xmms_error_t *error); -+static gint xmms_avcodec_internal_decode_some (xmms_avcodec_data_t *data); -+static void xmms_avcodec_internal_append (xmms_avcodec_data_t *data); - static gint xmms_avcodec_read (xmms_xform_t *xform, xmms_sample_t *buf, gint len, - xmms_error_t *error); - static gint64 xmms_avcodec_seek (xmms_xform_t *xform, gint64 samples, - xmms_xform_seek_mode_t whence, xmms_error_t *err); -+static xmms_sample_format_t xmms_avcodec_translate_sample_format (enum AVSampleFormat av_sample_format); - - /* - * Plugin header -@@ -85,13 +92,23 @@ xmms_avcodec_plugin_setup (xmms_xform_pl - xmms_magic_add ("A/52 (AC-3) header", "audio/x-ffmpeg-ac3", - "0 beshort 0x0b77", NULL); - xmms_magic_add ("DTS header", "audio/x-ffmpeg-dca", -- "0 belong 0x7ffe8001", NULL); -+ "0 belong 0x7ffe8001", NULL); - - xmms_xform_plugin_indata_add (xform_plugin, - XMMS_STREAM_TYPE_MIMETYPE, - "audio/x-ffmpeg-*", - NULL); - -+ XMMS_DBG ("avcodec version at build time is %d.%d.%d", -+ (LIBAVCODEC_VERSION_INT >> 16), -+ (LIBAVCODEC_VERSION_INT >> 8) & 0xff, -+ LIBAVCODEC_VERSION_INT & 0xff); -+ XMMS_DBG ("avcodec version at run time is %d.%d.%d", -+ (avcodec_version() >> 16), -+ (avcodec_version() >> 8) & 0xff, -+ avcodec_version() & 0xff); -+ XMMS_DBG ("avcodec configuration is %s", avcodec_configuration()); -+ - return TRUE; - } - -@@ -107,6 +124,7 @@ xmms_avcodec_destroy (xmms_xform_t *xfor - - avcodec_close (data->codecctx); - av_free (data->codecctx); -+ av_frame_free (&data->read_out_frame); - - g_string_free (data->outbuf, TRUE); - g_free (data->buffer); -@@ -132,9 +150,10 @@ xmms_avcodec_init (xmms_xform_t *xform) - data->buffer_size = AVCODEC_BUFFER_SIZE; - data->codecctx = NULL; - -+ data->read_out_frame = av_frame_alloc (); -+ - xmms_xform_private_data_set (xform, data); - -- avcodec_init (); - avcodec_register_all (); - - mimetype = xmms_xform_indata_get_str (xform, -@@ -161,12 +180,12 @@ xmms_avcodec_init (xmms_xform_t *xform) - data->channels = ret; - } - -- /* bitrate required for WMA files */ -+ /* Required by WMA xform. */ - xmms_xform_auxdata_get_int (xform, - "bitrate", - &data->bitrate); - -- /* ALAC and MAC require bits per sample field to be 16 */ -+ /* Required by tta and apefile xforms. */ - xmms_xform_auxdata_get_int (xform, - "samplebits", - &data->samplebits); -@@ -188,7 +207,8 @@ xmms_avcodec_init (xmms_xform_t *xform) - !strcmp (data->codec_id, "adpcm_swf") || - !strcmp (data->codec_id, "pcm_s16le") || - !strcmp (data->codec_id, "ac3") || -- !strcmp (data->codec_id, "dca")) { -+ !strcmp (data->codec_id, "dca") || -+ !strcmp (data->codec_id, "nellymoser")) { - /* number 1024 taken from libavformat raw.c RAW_PACKET_SIZE */ - data->extradata = g_malloc0 (1024); - data->extradata_size = 1024; -@@ -196,22 +216,22 @@ xmms_avcodec_init (xmms_xform_t *xform) - } else { - /* A demuxer plugin forgot to give decoder config? */ - xmms_log_error ("Decoder config data not found!"); -- return FALSE; -+ goto err; - } - } - -- data->codecctx = avcodec_alloc_context (); -+ data->codecctx = avcodec_alloc_context3 (codec); - data->codecctx->sample_rate = data->samplerate; - data->codecctx->channels = data->channels; - data->codecctx->bit_rate = data->bitrate; -- CONTEXT_BPS (data->codecctx) = data->samplebits; -+ data->codecctx->bits_per_coded_sample = data->samplebits; - data->codecctx->block_align = data->block_align; - data->codecctx->extradata = data->extradata; - data->codecctx->extradata_size = data->extradata_size; - data->codecctx->codec_id = codec->id; - data->codecctx->codec_type = codec->type; - -- if (avcodec_open (data->codecctx, codec) < 0) { -+ if (avcodec_open2 (data->codecctx, codec, NULL) < 0) { - XMMS_DBG ("Opening decoder '%s' failed", codec->name); - goto err; - } else { -@@ -220,7 +240,7 @@ xmms_avcodec_init (xmms_xform_t *xform) - - /* some codecs need to have something read before they set - * the samplerate and channels correctly, unfortunately... */ -- if ((ret = xmms_avcodec_read (xform, buf, 42, &error)) > 0) { -+ if ((ret = xmms_avcodec_read (xform, buf, sizeof (buf), &error)) > 0) { - g_string_insert_len (data->outbuf, 0, buf, ret); - } else { - XMMS_DBG ("First read failed, codec is not working..."); -@@ -231,19 +251,27 @@ xmms_avcodec_init (xmms_xform_t *xform) - - data->samplerate = data->codecctx->sample_rate; - data->channels = data->codecctx->channels; -+ data->sampleformat = xmms_avcodec_translate_sample_format (data->codecctx->sample_fmt); -+ if (data->sampleformat == XMMS_SAMPLE_FORMAT_UNKNOWN) { -+ avcodec_close (data->codecctx); -+ goto err; -+ } - - xmms_xform_outdata_type_add (xform, - XMMS_STREAM_TYPE_MIMETYPE, - "audio/pcm", - XMMS_STREAM_TYPE_FMT_FORMAT, -- XMMS_SAMPLE_FORMAT_S16, -+ data->sampleformat, - XMMS_STREAM_TYPE_FMT_CHANNELS, - data->channels, - XMMS_STREAM_TYPE_FMT_SAMPLERATE, - data->samplerate, - XMMS_STREAM_TYPE_END); - -- XMMS_DBG ("Decoder '%s' initialized successfully!", codec->name); -+ XMMS_DBG ("Decoder %s at rate %d with %d channels of format %s initialized", -+ codec->name, data->codecctx->sample_rate, -+ data->codecctx->channels, *** 707 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 15:17:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1231F654CF0; Sat, 26 Jun 2021 15:17: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 4GByDH6vtKz4rCP; Sat, 26 Jun 2021 15:17: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 D161F21060; Sat, 26 Jun 2021 15:17: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 15QFHpE6041669; Sat, 26 Jun 2021 15:17:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QFHpvN041668; Sat, 26 Jun 2021 15:17:51 GMT (envelope-from git) Date: Sat, 26 Jun 2021 15:17:51 GMT Message-Id: <202106261517.15QFHpvN041668@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: ba6b6059f6d7 - main - sysutils/polkit: Update to 0.119 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: ba6b6059f6d7f2801e5a46a12464f9a8c7180528 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 15:17:52 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba6b6059f6d7f2801e5a46a12464f9a8c7180528 commit ba6b6059f6d7f2801e5a46a12464f9a8c7180528 Author: Tobias C. Berner AuthorDate: 2021-06-26 15:10:39 +0000 Commit: Tobias C. Berner CommitDate: 2021-06-26 15:17:47 +0000 sysutils/polkit: Update to 0.119 PR: 256405 Reported by: Olivier Duchateau Security: CVE-2021-3560 --- sysutils/polkit/Makefile | 48 +++++++++++++--------------- sysutils/polkit/distinfo | 6 ++-- sysutils/polkit/files/patch-data_meson.build | 11 +++++++ sysutils/polkit/files/patch-meson.build | 27 ++++++++++++++++ 4 files changed, 63 insertions(+), 29 deletions(-) diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 63e3b049861a..79b211fd069a 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast PORTNAME= polkit -PORTVERSION= 0.118 +PORTVERSION= 0.119 CATEGORIES= sysutils gnome MASTER_SITES= https://www.freedesktop.org/software/polkit/releases/ @@ -12,40 +12,37 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libdbus-1.so:devel/dbus \ libmozjs-78.so:lang/spidermonkey78 -RUN_DEPENDS= dbus-launch:devel/dbus USERS= polkitd GROUPS= polkitd -USES= compiler:c++11-lib gettext gmake gnome libtool localbase \ +USES= compiler:c++11-lib gettext gnome libtool localbase meson \ pathfix pkgconfig shebangfix USE_GNOME= glib20 intltool introspection:build SHEBANG_FILES= ${WRKSRC}/src/polkitbackend/toarray.pl -GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtk-doc-html \ - --without-html-dir \ - --with-authfw=pam \ - --with-pam-include=system \ - --with-os-type=freebsd \ - --with-polkitd-user=${USERS} \ - --disable-static \ - --disable-examples \ - --enable-libsystemd-login=no \ - --enable-libelogind=no \ - --disable-test \ - --enable-introspection=yes \ - --localstatedir=/var -#MAKE_JOBS_UNSAFE=yes + +MESON_ARGS= -Dpam_include=system \ + -Dpolkitd_user=${USERS} \ + -Dexamples=false \ + -Dsession_tracking=ConsoleKit \ + -Dtests=false \ + -Dintrospection=true \ + -Dlocalstatedir=/var \ + -Dgtk_doc=false + INSTALL_TARGET= install-strip -OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFINE= MANPAGES + MANPAGES_BUILD_DEPENDS= docbook-sgml>=4.5:textproc/docbook-sgml \ - docbook-xsl>=1.76:textproc/docbook-xsl -MANPAGES_USE= gnome=libxslt:build -MANPAGES_CONFIGURE_ENABLE= man-pages -OPTIONS_SUB= yes + docbook-xsl>=1.76:textproc/docbook-xsl +MANPAGES_USE= gnome=libxslt:build +MANPAGES_MESON_TRUE= man + +OPTIONS_SUB= yes .include @@ -57,9 +54,8 @@ post-patch: ${WRKSRC}/docs/man/polkit.xml post-install: - @${MKDIR} ${STAGEDIR}/var/lib/polkit-1 - ${INSTALL_DATA} ${WRKSRC}/data/org.freedesktop.PolicyKit1.conf \ - ${STAGEDIR}${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf.sample + @${MKDIR} ${STAGEDIR}/var/lib/polkit-1 \ + ${STAGEDIR}${PREFIX}/share/polkit-1/rules.d .for i in 10-vendor.d 20-org.d 30-site.d 50-local.d 90-mandatory.d ${MKDIR} ${STAGEDIR}${PREFIX}/etc/polkit-1/localauthority/${i} ${MKDIR} ${STAGEDIR}/var/lib/polkit-1/localauthority/${i} diff --git a/sysutils/polkit/distinfo b/sysutils/polkit/distinfo index 586334d1f1a9..f547c6c76b7a 100644 --- a/sysutils/polkit/distinfo +++ b/sysutils/polkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600104913 -SHA256 (polkit-0.118.tar.gz) = 6d54e984e7072339f0d3147179e16e34e5fe0705158f259a765d772dcf78956b -SIZE (polkit-0.118.tar.gz) = 1556765 +TIMESTAMP = 1622741145 +SHA256 (polkit-0.119.tar.gz) = c8579fdb86e94295404211285fee0722ad04893f0213e571bd75c00972fd1f5c +SIZE (polkit-0.119.tar.gz) = 1387409 diff --git a/sysutils/polkit/files/patch-data_meson.build b/sysutils/polkit/files/patch-data_meson.build new file mode 100644 index 000000000000..670a51747913 --- /dev/null +++ b/sysutils/polkit/files/patch-data_meson.build @@ -0,0 +1,11 @@ +--- data/meson.build.orig 2021-01-05 14:42:11 UTC ++++ data/meson.build +@@ -10,7 +10,7 @@ configure_file( + + configure_file( + input: 'org.freedesktop.PolicyKit1.conf.in', +- output: '@BASENAME@', ++ output: '@BASENAME@.sample', + configuration: {'polkitd_user': polkitd_user}, + install: true, + install_dir: dbus_policydir, diff --git a/sysutils/polkit/files/patch-meson.build b/sysutils/polkit/files/patch-meson.build new file mode 100644 index 000000000000..85ae0d3db603 --- /dev/null +++ b/sysutils/polkit/files/patch-meson.build @@ -0,0 +1,27 @@ +--- meson.build.orig 2021-06-03 13:56:35 UTC ++++ meson.build +@@ -129,7 +129,7 @@ assert(cc.has_function('XML_ParserCreate', dependencie + mozjs_dep = dependency('mozjs-78') + + dbus_dep = dependency('dbus-1') +-dbus_confdir = dbus_dep.get_pkgconfig_variable('datadir', define_variable: ['datadir', pk_prefix / pk_datadir]) #changed from sysconfdir with respect to commit#8eada3836465838 ++dbus_confdir = dbus_dep.get_pkgconfig_variable('sysconfdir', define_variable: ['sysconfdir', pk_prefix / 'etc']) #changed from sysconfdir with respect to commit#8eada3836465838 + dbus_policydir = dbus_confdir / 'dbus-1/system.d' + dbus_system_bus_services_dir = dbus_dep.get_pkgconfig_variable('system_bus_services_dir', define_variable: ['datadir', pk_prefix / pk_datadir]) + +@@ -318,15 +318,6 @@ endif + configure_file( + output: 'config.h', + configuration: config_h, +-) +- +-meson.add_install_script( +- 'meson_post_install.py', +- get_option('bindir'), +- pk_pkgdatadir, +- pk_pkglibdir, +- pk_pkgsysconfdir, +- polkitd_user, + ) + + output = '\n ' + meson.project_name() + ' ' + meson.project_version() + '\n' From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 15:23:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F2D2655477; Sat, 26 Jun 2021 15:23:48 +0000 (UTC) (envelope-from dan@langille.org) Received: from wnew1-smtp.messagingengine.com (wnew1-smtp.messagingengine.com [64.147.123.26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GByM73fkwz4sCc; Sat, 26 Jun 2021 15:23:47 +0000 (UTC) (envelope-from dan@langille.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailnew.west.internal (Postfix) with ESMTP id 36F7F2B008F3; Sat, 26 Jun 2021 11:23:46 -0400 (EDT) Received: from imap36 ([10.202.2.86]) by compute6.internal (MEProxy); Sat, 26 Jun 2021 11:23:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=langille.org; h= mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type; s=fm1; bh=SzzkBKrEMCkvNV7J5saIb+BOYzrpT5w /F+zFMZeKB6U=; b=ScrQgEeqHaiRMzO8NXrG/hlsWb8keDVcQk7J+98WJ4nlEdp JjcYRRiuYqFg//5U7xPNQt93qy0PYmRc10A8t8I1OqkCQbeo4s6LJmYN8/ErRL9H fuBbpGDMZ1kHxjWusQGAoL5dC3qNhNFZ1h6GFeZYWevGtwha6XNVeq0d2NjUsg6B ypEi/buOynfFQWQQf3HZQdTvHQ39auWRWC9BQii2HoXhIqvCPoCmY/k6z9lAHFTf EI82Lv1oFGQttdqz6uooawpTmN7bUIWcpUWX2rgjWtT4WTfqAJT21/POA2Iyl1p9 zQuwnhdBcmdPWH3+/3vwzqyFMORXFIE+8cxBevw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=SzzkBK rEMCkvNV7J5saIb+BOYzrpT5w/F+zFMZeKB6U=; b=tXgIccBfCtsVFrFvPw2qK+ JuKGJD0xRrHlEZCJNG3VG2xxiW8938DWRYeto/5sB8XN/gL/Zaa4WlgKFF3Wjydm rDeEetk/Xn51GOpx7CRNPB3AM1xPl1OInQeaV6c/E/5YwmSMyT7t/p+DxPKvtBDf 0sc9Xu3FX5HO1gcLmdzSEqs3MXKWcFTzxKLrcgNpDp/FztQab29MXlxc1GBfemll ZuK9DsvrHZvfDJtmnDEqfEX2e8EJBVvEi6RgYBdePlmYPKaK8xwjNFwv6YA8o0rN AiyGDLkzZxo7s8oBGQnCbWlfJohiTidpKHPo8gS4sJ0EBzc5cSNV9S5rEBmJtggQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeehtddgkeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreertdenucfhrhhomhepfdffrghn ucfnrghnghhilhhlvgdfuceouggrnheslhgrnhhgihhllhgvrdhorhhgqeenucggtffrrg htthgvrhhnpeejieettdeihfdtvdehfeethfduvdffgeffgfeljedtuedvhedvhfdutdeg ueevheenucffohhmrghinhepfhhrvggvsghsugdrohhrghdpmhgvthgrtghprghnrdhorh hgpdhunhhigigrthhhohhmvgdrohhrghdpghhithhhuhgsrdgtohhmnecuvehluhhsthgv rhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepuggrnheslhgrnhhgihhllh gvrdhorhhg X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 3064D10E008E; Sat, 26 Jun 2021 11:23:41 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-530-gd0c265785f-fm-20210616.002-gd0c26578 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <202106251346.15PDkr9u088868@gitrepo.freebsd.org> Date: Sat, 26 Jun 2021 11:23:20 -0400 From: "Dan Langille" To: "Sunpoet Po-Chuan Hsieh" , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: ba91d6adf07f - main - devel/p5-Throwable: Update to 0.201 Content-Type: text/plain X-Rspamd-Queue-Id: 4GByM73fkwz4sCc X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=langille.org header.s=fm1 header.b=ScrQgEeq; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=tXgIccBf; dmarc=pass (policy=none) header.from=langille.org; spf=pass (mx1.freebsd.org: domain of dan@langille.org designates 64.147.123.26 as permitted sender) smtp.mailfrom=dan@langille.org X-Spamd-Result: default: False [-3.09 / 15.00]; XM_UA_NO_VERSION(0.01)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.26]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[langille.org:+,messagingengine.com:+]; DMARC_POLICY_ALLOW(-0.50)[langille.org,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.26:from]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[64.147.123.26:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[langille.org:s=fm1,messagingengine.com:s=fm3]; FREEFALL_USER(0.00)[dan]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; SPAMHAUS_ZRD(0.00)[64.147.123.26:from:127.0.2.255]; MID_RHS_WWW(0.50)[]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 15:23:48 -0000 On Sat, Jun 26, 2021, at 10:51 AM, Dan Langille wrote: > On Fri, Jun 25, 2021, at 9:46 AM, Po-Chuan Hsieh wrote: > > The branch main has been updated by sunpoet: > > > > URL: > > https://cgit.FreeBSD.org/ports/commit/?id=ba91d6adf07f6f21e45a811fbd1266a569b112e9 > > > > commit ba91d6adf07f6f21e45a811fbd1266a569b112e9 > > Author: Po-Chuan Hsieh > > AuthorDate: 2021-06-25 13:40:22 +0000 > > Commit: Po-Chuan Hsieh > > CommitDate: 2021-06-25 13:40:22 +0000 > > > > devel/p5-Throwable: Update to 0.201 > > > > - Add LICENSE_FILE > > > > Changes: https://metacpan.org/dist/Throwable/changes > > --- > > devel/p5-Throwable/Makefile | 6 ++++-- > > devel/p5-Throwable/distinfo | 5 +++-- > > 2 files changed, 7 insertions(+), 4 deletions(-) > > > > diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile > > index a3cce9d4b73e..e030f45e803e 100644 > > --- a/devel/p5-Throwable/Makefile > > +++ b/devel/p5-Throwable/Makefile > > @@ -1,5 +1,5 @@ > > PORTNAME= Throwable > > -PORTVERSION= 0.200013 > > +PORTVERSION= 0.201 > > This is not an increase in version. > > $ pkg version --test-version 0.201 0.200003 > < > > > I found it while building mail/p5-Email-Sender: > > [122amd64-default] Installing p5-Throwable-0.201... > [122amd64-default] `-- Installing p5-Devel-StackTrace-2.04... > [122amd64-default] `-- Extracting p5-Devel-StackTrace-2.04: ..... done > [122amd64-default] Extracting p5-Throwable-0.201: ....... done > ===> p5-Email-Sender-1.300031_2 depends on package: > p5-Throwable>=0.200003 - not found > > > re: > https://services.unixathome.org/poudriere/build.html?mastername=122amd64-default&build=2021-06-26_14h32m52s I have opened an upstream issue: https://github.com/rjbs/Throwable/issues/20 -- Dan Langille dan@langille.org From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 16:07:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35A28655CF3; Sat, 26 Jun 2021 16:07: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 4GBzKK1298z4v1X; Sat, 26 Jun 2021 16:07: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 0C05921D90; Sat, 26 Jun 2021 16:07: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 15QG7GVV008236; Sat, 26 Jun 2021 16:07:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QG7GE6008235; Sat, 26 Jun 2021 16:07:16 GMT (envelope-from git) Date: Sat, 26 Jun 2021 16:07:16 GMT Message-Id: <202106261607.15QG7GE6008235@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: 4e585706c989 - main - */*: 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: 4e585706c989dc8acc8e59cbc6a6b9eb308d2775 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 16:07:17 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e585706c989dc8acc8e59cbc6a6b9eb308d2775 commit 4e585706c989dc8acc8e59cbc6a6b9eb308d2775 Author: Rene Ladan AuthorDate: 2021-06-26 16:07:04 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 16:07:04 +0000 */*: Remove expired ports: 2020-12-31 math/gringo: Uses Python 2.7 which is EOLed upstream 2021-06-23 math/aspcud: Uses EOL Python 2.7 via math/gringo 2021-06-23 math/py-pyasp: Uses EOL Python 2.7 via math/gringo --- MOVED | 3 ++ math/Makefile | 3 -- math/aspcud/Makefile | 29 ----------- math/aspcud/distinfo | 3 -- math/aspcud/pkg-descr | 6 --- math/aspcud/pkg-plist | 6 --- math/gringo/Makefile | 29 ----------- math/gringo/distinfo | 3 -- math/gringo/files/patch-SConscript | 74 --------------------------- math/gringo/files/patch-SConstruct | 20 -------- math/gringo/files/patch-libgringo_src_term.cc | 10 ---- math/gringo/pkg-descr | 6 --- math/py-pyasp/Makefile | 28 ---------- math/py-pyasp/distinfo | 3 -- math/py-pyasp/files/patch-setup.py | 21 -------- math/py-pyasp/pkg-descr | 5 -- 16 files changed, 3 insertions(+), 246 deletions(-) diff --git a/MOVED b/MOVED index 751a96ba6851..3eed6d271a71 100644 --- a/MOVED +++ b/MOVED @@ -16445,3 +16445,6 @@ irc/eggdrop-devel|irc/eggdrop|2021-06-26|Has expired: Use stable version instead audio/xmms2||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream audio/gxmms2||2021-06-26|Has expired: Uses EOL Python 2.7 via audio/xmms2 audio/lxmusic||2021-06-26|Has expired: Uses EOL Python 2.7 via audio/xmms2 +math/gringo||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +math/aspcud||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo +math/py-pyasp||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo diff --git a/math/Makefile b/math/Makefile index 064f5026bba0..95a8a9f19281 100644 --- a/math/Makefile +++ b/math/Makefile @@ -154,7 +154,6 @@ SUBDIR += arpack-ng SUBDIR += ascent SUBDIR += asl - SUBDIR += aspcud SUBDIR += asymptote SUBDIR += atlas SUBDIR += barvinok @@ -336,7 +335,6 @@ SUBDIR += gravity SUBDIR += gretl SUBDIR += gri - SUBDIR += gringo SUBDIR += grpn SUBDIR += gsl SUBDIR += half @@ -858,7 +856,6 @@ SUBDIR += py-pplpy SUBDIR += py-primme SUBDIR += py-pyFFTW - SUBDIR += py-pyasp SUBDIR += py-pybloom SUBDIR += py-pyclipper SUBDIR += py-pycosat diff --git a/math/aspcud/Makefile b/math/aspcud/Makefile deleted file mode 100644 index 45ea9215f097..000000000000 --- a/math/aspcud/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Vsevolod Stakhov - -PORTNAME= aspcud -PORTVERSION= 1.9.4 -DISTVERSIONPREFIX= v -PORTREVISION= 7 -CATEGORIES= math ports-mgmt sysutils - -MAINTAINER= vsevolod@FreeBSD.org -COMMENT= Advanced solver for package dependencies - -LICENSE= GPLv3 - -DEPRECATED= Uses EOL Python 2.7 via math/gringo -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= re2c:devel/re2c -LIB_DEPENDS= libboost_thread.so:devel/boost-libs -RUN_DEPENDS= gringo:math/gringo \ - clasp:math/clasp \ - bash:shells/bash - -USES= compiler:c++11-lang cmake python:run -USE_GITHUB= yes -GH_ACCOUNT= potassco - -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man - -.include diff --git a/math/aspcud/distinfo b/math/aspcud/distinfo deleted file mode 100644 index 3b6cb91fedd6..000000000000 --- a/math/aspcud/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532666427 -SHA256 (potassco-aspcud-v1.9.4_GH0.tar.gz) = 3645f08b079e1cc80e24cd2d7ae5172a52476d84e3ec5e6a6c0034492a6ea885 -SIZE (potassco-aspcud-v1.9.4_GH0.tar.gz) = 70030827 diff --git a/math/aspcud/pkg-descr b/math/aspcud/pkg-descr deleted file mode 100644 index 74a68ff094e2..000000000000 --- a/math/aspcud/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Aspcud is a solver for package dependencies. A package universe and a request -to install, remove, or upgrade packages have to be encoded in the CUDF format. -Such a CUDF document can then be passed to aspcud along with an optimization -criteria to obtain a solution to the given package problem. - -WWW: https://potassco.org/aspcud/ diff --git a/math/aspcud/pkg-plist b/math/aspcud/pkg-plist deleted file mode 100644 index 465b1b83e8cb..000000000000 --- a/math/aspcud/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/aspcud -bin/cudf2lp -%%DATADIR%%/misc2012.lp -%%DATADIR%%/specification.lp -man/man1/aspcud.1.gz -man/man1/cudf2lp.1.gz diff --git a/math/gringo/Makefile b/math/gringo/Makefile deleted file mode 100644 index 55fb2347c239..000000000000 --- a/math/gringo/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Vsevolod Stakhov - -PORTNAME= gringo -DISTVERSION= 4.5.4 -DISTVERSIONSUFFIX= -source -PORTREVISION= 3 -CATEGORIES= math devel -MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION} - -MAINTAINER= vsevolod@FreeBSD.org -COMMENT= Grounding algorithm based on semi-naive database evaluation - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -BUILD_DEPENDS= re2c:devel/re2c - -USES= bison compiler:c++11-lib python:2.7 scons -MAKE_ARGS= ${MAKE_ENV} -CXXFLAGS+= -std=c++11 -MAKE_ENV= WITH_LUA=no - -PLIST_FILES= bin/${PORTNAME} bin/clingo - -do-install: - ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/build/debug/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/build/debug/clingo ${STAGEDIR}${PREFIX}/bin/clingo - -.include diff --git a/math/gringo/distinfo b/math/gringo/distinfo deleted file mode 100644 index ea7b46341f2b..000000000000 --- a/math/gringo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532665392 -SHA256 (gringo-4.5.4-source.tar.gz) = 81f8bbbb1b06236778028e5f1b8627ee38a712ec708724112fb08aecf9bc649a -SIZE (gringo-4.5.4-source.tar.gz) = 1677479 diff --git a/math/gringo/files/patch-SConscript b/math/gringo/files/patch-SConscript deleted file mode 100644 index 7ec44177f6fa..000000000000 --- a/math/gringo/files/patch-SConscript +++ /dev/null @@ -1,74 +0,0 @@ ---- SConscript.orig 2015-11-17 11:48:49 UTC -+++ SConscript -@@ -171,21 +171,21 @@ DEFS = {} - failure = False - - if not conf.CheckBison(): -- print 'error: no usable bison version found' -+ print('error: no usable bison version found') - failure = True - - if not conf.CheckRe2c(): -- print 'error: no usable re2c version found' -+ print('error: no usable re2c version found') - failure = True - - if not conf.CheckCXX(): -- print 'error: no usable C++ compiler found' -- print "Please check the log file for further information: " + log_file -+ print('error: no usable C++ compiler found') -+ print("Please check the log file for further information: " + log_file) - Exit(1) - - if not conf.CheckSHCXX(): -- print 'error: no usable (shared) C++ compiler found' -- print "Please check the log file for further information: " + log_file -+ print('error: no usable (shared) C++ compiler found') -+ print("Please check the log file for further information: " + log_file) - Exit(1) - - with_python = False -@@ -206,7 +206,7 @@ if env['WITH_LUA'] == "auto": - if conf.CheckWithPkgConfig("lua", ["lua", "lua5.1", "lua-5.1", "lua5.2", "lua-5.2", "lua5.3", "lua-5.3"]): - with_lua = True - DEFS["WITH_LUA"] = 1 --elif env['WITH_LUA']: -+elif env['WITH_LUA'] != "no": - if not conf.CheckLibs("lua", env['WITH_LUA'], "lua.hpp"): - failure = True - else: -@@ -241,7 +241,7 @@ if env['WITH_TBB'] == "auto": - with_tbb = True - elif env['WITH_TBB']: - if not claspConf.CheckLibs("tbb", env['WITH_TBB'], 'tbb/tbb.h'): -- print 'error: tbb library not found' -+ print('error: tbb library not found') - failure = True - else: - with_tbb = True -@@ -249,7 +249,7 @@ if with_tbb: - DEFS["WITH_THREADS"] = 1 - if claspConf.CheckNeedRT(): - if not claspConf.CheckLibWithHeader('rt', 'time.h', 'C++'): -- print 'error: rt library not found' -+ print('error: rt library not found') - failure = True - - claspEnv = claspConf.Finish() -@@ -267,14 +267,14 @@ if env['WITH_CPPUNIT']: - elif testConf.CheckLibs("cppunit", env['WITH_CPPUNIT'], 'cppunit/TestFixture.h'): - with_cppunit = True - else: -- print 'error: cppunit library not found' -+ print('error: cppunit library not found') - failure = True - testEnv = testConf.Finish() - - # {{{1 Check configuration - - if failure: -- print "Please check the log file for further information: " + log_file -+ print("Please check the log file for further information: " + log_file) - Exit(1) - - # {{{1 Opts: Library diff --git a/math/gringo/files/patch-SConstruct b/math/gringo/files/patch-SConstruct deleted file mode 100644 index 3d488727f4f8..000000000000 --- a/math/gringo/files/patch-SConstruct +++ /dev/null @@ -1,20 +0,0 @@ ---- SConstruct.orig 2015-07-13 17:25:17 UTC -+++ SConstruct -@@ -19,7 +19,7 @@ - - # }}} - --from os import mkdir -+from os import mkdir, environ - from os.path import join, exists - - if not exists("build"): mkdir("build") -@@ -52,7 +52,7 @@ opts.AddVariables( - ('WITH_CPPUNIT' , 'enable target test, running unit tests using cppunit; None, "auto", or library name or test'), - ) - --env = Environment() -+env = Environment(ENV = environ) - env['BISON'] = 'bison' - env['RE2C'] = 're2c' - env['CXX'] = 'g++' diff --git a/math/gringo/files/patch-libgringo_src_term.cc b/math/gringo/files/patch-libgringo_src_term.cc deleted file mode 100644 index eb0e5fcaf30a..000000000000 --- a/math/gringo/files/patch-libgringo_src_term.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- libgringo/src/term.cc.orig 2018-09-25 16:02:56 UTC -+++ libgringo/src/term.cc -@@ -21,6 +21,7 @@ - #include "gringo/term.hh" - #include "gringo/logger.hh" - #include "gringo/graph.hh" -+#include - - namespace Gringo { - diff --git a/math/gringo/pkg-descr b/math/gringo/pkg-descr deleted file mode 100644 index fed7edffef2f..000000000000 --- a/math/gringo/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Current answer set solvers work on variable-free programs. Hence, a grounder is -needed that, given an input program with first-order variables, computes an -equivalent ground (variable-free) program. Gringo is such a grounder. Its -output can be processed further with clasp. - -WWW: https://potassco.org/ diff --git a/math/py-pyasp/Makefile b/math/py-pyasp/Makefile deleted file mode 100644 index c2cd180d24f6..000000000000 --- a/math/py-pyasp/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= pyasp -DISTVERSION= 1.4.4 -CATEGORIES= math python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Convenience wrapper for the ASP tools gringo and clasp - -LICENSE= GPLv3 - -DEPRECATED= Uses EOL Python 2.7 via math/gringo -EXPIRATION_DATE=2021-06-23 - -RUN_DEPENDS= clasp:math/clasp \ - gringo:math/gringo - -USES= python:3.6+ -USE_PYTHON= distutils autoplist - -post-patch: - @${REINPLACE_CMD} -e " \ - s|'bin/'|'${PREFIX}/bin/'| ; \ - s|'gringo4'|'gringo'| ; \ - s|access_packaged_file(REL_DIR_BIN + bin_name)|REL_DIR_BIN + bin_name|" \ - ${WRKSRC}/pyasp/constant.py - -.include diff --git a/math/py-pyasp/distinfo b/math/py-pyasp/distinfo deleted file mode 100644 index 35966116a3e8..000000000000 --- a/math/py-pyasp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1551570927 -SHA256 (pyasp-1.4.4.tar.gz) = f5525c73353c0e264497795d86ea4db80fd32cd51b7da965f70c46da56b85d37 -SIZE (pyasp-1.4.4.tar.gz) = 51718 diff --git a/math/py-pyasp/files/patch-setup.py b/math/py-pyasp/files/patch-setup.py deleted file mode 100644 index 5e91e276adcb..000000000000 --- a/math/py-pyasp/files/patch-setup.py +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.py.orig 2019-03-02 23:56:14 UTC -+++ setup.py -@@ -46,7 +46,8 @@ BINARIES_NAME = { - # binary remote name: binary local name - 'clasp-3.1.1': 'clasp', - 'gringo-3.0.5': 'gringo3', -- 'gringo-5.3.0': 'gringo4', -+ 'gringo-4.5.3': 'gringo', -+ 'gringo-5.3.0': 'gringo', - } - - BASE_URL_PLATFORM_SPECIFIC_SUBPATHS = { -@@ -138,7 +139,7 @@ class install(_install): - def run(self): - """Call superclass run method, then downloads the binaries""" - _install.run(self) -- self.execute(post_install, args=[], msg=post_install.__doc__) -+ #self.execute(post_install, args=[], msg=post_install.__doc__) - - - setup( diff --git a/math/py-pyasp/pkg-descr b/math/py-pyasp/pkg-descr deleted file mode 100644 index b1faf75bad24..000000000000 --- a/math/py-pyasp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PyASP is a Python convenience wrapper allowing -to solve boolean satisfiability problems through -invocation of external commands 'clasp' and 'gringo'. - -WWW: https://pypi.org/project/pyasp/ From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 16:31:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A0A665676D; Sat, 26 Jun 2021 16:31: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 4GBzsB0gQCz3Dh2; Sat, 26 Jun 2021 16:31: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 F0EA322198; Sat, 26 Jun 2021 16: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 15QGVPIB044191; Sat, 26 Jun 2021 16: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 15QGVP02044190; Sat, 26 Jun 2021 16:31:25 GMT (envelope-from git) Date: Sat, 26 Jun 2021 16:31:25 GMT Message-Id: <202106261631.15QGVP02044190@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: b8bf1cfd41e7 - main - biology/mmseqs2: Enable at least SSE2 by default 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: b8bf1cfd41e7503311351d0246b328c7abcea8b1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 16:31:26 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8bf1cfd41e7503311351d0246b328c7abcea8b1 commit b8bf1cfd41e7503311351d0246b328c7abcea8b1 Author: Jason W. Bacon AuthorDate: 2021-06-26 16:29:25 +0000 Commit: Jason W. Bacon CommitDate: 2021-06-26 16:29:25 +0000 biology/mmseqs2: Enable at least SSE2 by default Hangs when built with clang and minimal optimizations, so build with GCC temporarily. Upstream is investigating. --- biology/mmseqs2/Makefile | 26 +++++++++++++++++++--- biology/mmseqs2/distinfo | 2 +- .../files/patch-data_workflow_createtaxdb.sh | 21 +++++++++++++++++ .../mmseqs2/files/patch-data_workflow_databases.sh | 21 +++++++++++++++++ .../mmseqs2/files/patch-src_commons_DBReader.cpp | 11 +++++++++ biology/mmseqs2/pkg-message | 13 +++++++++++ 6 files changed, 90 insertions(+), 4 deletions(-) diff --git a/biology/mmseqs2/Makefile b/biology/mmseqs2/Makefile index 6ec07e428c72..755ed6f7aaa0 100644 --- a/biology/mmseqs2/Makefile +++ b/biology/mmseqs2/Makefile @@ -1,5 +1,6 @@ PORTNAME= MMseqs2 DISTVERSION= 13-45111 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -8,15 +9,34 @@ COMMENT= Ultra fast and sensitive sequence search and clustering suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= cmake perl5 shebangfix +BROKEN_i386= https://github.com/soedinglab/MMseqs2/issues/418 -SHEBANG_GLOB= *.sh +LIB_DEPENDS= libzstd.so:archivers/zstd +USES= cmake perl5 shebangfix USE_GITHUB= yes +USE_PERL5= build + +SHEBANG_GLOB= *.sh GH_ACCOUNT= soedinglab +CMAKE_ARGS+= -DUSE_SYSTEM_ZSTD:BOOL=ON +LDFLAGS+= -lpthread + PLIST_FILES= bin/mmseqs ${DATADIR}/bash-completion.sh +.include + +# Hangs when built with clang and SSE or x86-64 only. Works fine with +# -march=native. Upstream is investigating. To build fully optimized, +# non-portable binary with clang: env CFLAGS='-O2 -march=native' make +.if ${ARCH} == "amd64" && empty(CFLAGS:M*march=native*) +USE_GCC= yes +# Need at least SSE2 for decent performance. x86-64 groups SSE2 with other +# common features in low-end AMD64 CPUs. +CFLAGS+= -march=x86-64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|MMSEQS_HOME/util|${DATADIR}|g' \ ${WRKSRC}/src/commons/Application.cpp @@ -24,4 +44,4 @@ post-patch: post-stage: ${MV} ${STAGEDIR}${PREFIX}/util ${STAGEDIR}${DATADIR} -.include +.include diff --git a/biology/mmseqs2/distinfo b/biology/mmseqs2/distinfo index ec7fbc69cf89..e29d9fdcbf95 100644 --- a/biology/mmseqs2/distinfo +++ b/biology/mmseqs2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624543564 +TIMESTAMP = 1624667730 SHA256 (soedinglab-MMseqs2-13-45111_GH0.tar.gz) = 6444bb682ebf5ced54b2eda7a301fa3e933c2a28b7661f96ef5bdab1d53695a2 SIZE (soedinglab-MMseqs2-13-45111_GH0.tar.gz) = 10196433 diff --git a/biology/mmseqs2/files/patch-data_workflow_createtaxdb.sh b/biology/mmseqs2/files/patch-data_workflow_createtaxdb.sh new file mode 100644 index 000000000000..762b7a1addc2 --- /dev/null +++ b/biology/mmseqs2/files/patch-data_workflow_createtaxdb.sh @@ -0,0 +1,21 @@ +--- data/workflow/createtaxdb.sh.orig 2021-06-25 01:33:07 UTC ++++ data/workflow/createtaxdb.sh +@@ -27,6 +27,8 @@ STRATEGY="" + if hasCommand aria2c; then STRATEGY="$STRATEGY ARIA"; fi + if hasCommand curl; then STRATEGY="$STRATEGY CURL"; fi + if hasCommand wget; then STRATEGY="$STRATEGY WGET"; fi ++# Part of FreeBSD base, need not be installed separately ++if hasCommand fetch; then STRATEGY="$STRATEGY FETCH"; fi + if [ "$STRATEGY" = "" ]; then + fail "No download tool found in PATH. Please install aria2c, curl or wget." + fi +@@ -47,6 +49,9 @@ downloadFile() { + ;; + WGET) + wget -O "$OUTPUT" "$URL" && return 0 ++ ;; ++ FETCH) ++ fetch -o "$OUTPUT" "$URL" && return 0 + ;; + esac + done diff --git a/biology/mmseqs2/files/patch-data_workflow_databases.sh b/biology/mmseqs2/files/patch-data_workflow_databases.sh new file mode 100644 index 000000000000..2b0a30427958 --- /dev/null +++ b/biology/mmseqs2/files/patch-data_workflow_databases.sh @@ -0,0 +1,21 @@ +--- data/workflow/databases.sh.orig 2021-06-25 01:34:08 UTC ++++ data/workflow/databases.sh +@@ -27,6 +27,8 @@ STRATEGY="" + if hasCommand aria2c; then STRATEGY="$STRATEGY ARIA"; fi + if hasCommand curl; then STRATEGY="$STRATEGY CURL"; fi + if hasCommand wget; then STRATEGY="$STRATEGY WGET"; fi ++# Part of FreeBSD base, need not be installed separately ++if hasCommand fetch; then STRATEGY="$STRATEGY FETCH"; fi + if [ "$STRATEGY" = "" ]; then + fail "No download tool found in PATH. Please install aria2c, curl or wget." + fi +@@ -47,6 +49,9 @@ downloadFile() { + ;; + WGET) + wget -O "$OUTPUT" "$URL" && return 0 ++ ;; ++ FETCH) ++ fetch -o "$OUTPUT" "$URL" && return 0 + ;; + esac + done diff --git a/biology/mmseqs2/files/patch-src_commons_DBReader.cpp b/biology/mmseqs2/files/patch-src_commons_DBReader.cpp new file mode 100644 index 000000000000..212b3e2ecf59 --- /dev/null +++ b/biology/mmseqs2/files/patch-src_commons_DBReader.cpp @@ -0,0 +1,11 @@ +--- src/commons/DBReader.cpp.orig 2021-06-25 22:40:36 UTC ++++ src/commons/DBReader.cpp +@@ -1004,7 +1004,7 @@ void DBReader::setSequentialAdvice() { + #ifdef HAVE_POSIX_MADVISE + for(size_t i = 0; i < dataFileCnt; i++){ + size_t dataSize = dataSizeOffset[i+1] - dataSizeOffset[i]; +- if (posix_madvise (dataFiles[i], dataSize, POSIX_MADV_SEQUENTIAL) != 0){ ++ if (dataSize > 0 && posix_madvise (dataFiles[i], dataSize, POSIX_MADV_SEQUENTIAL) != 0){ + Debug(Debug::ERROR) << "posix_madvise returned an error " << dataFileName << "\n"; + } + } diff --git a/biology/mmseqs2/pkg-message b/biology/mmseqs2/pkg-message new file mode 100644 index 000000000000..d60942661331 --- /dev/null +++ b/biology/mmseqs2/pkg-message @@ -0,0 +1,13 @@ +[ +{ type: install + message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5E7C656D8C; Sat, 26 Jun 2021 16:47: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 4GC0Cq4mn6z3Dtj; Sat, 26 Jun 2021 16:47: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 8C1BD221CD; Sat, 26 Jun 2021 16:47: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 15QGlZRZ061562; Sat, 26 Jun 2021 16:47:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QGlZid061561; Sat, 26 Jun 2021 16:47:35 GMT (envelope-from git) Date: Sat, 26 Jun 2021 16:47:35 GMT Message-Id: <202106261647.15QGlZid061561@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: a9ed9dd7a32f - main - www/py-scrapy: Update to 2.5.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: a9ed9dd7a32fd90be5a71024854bb5a6197ac837 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 16:47:35 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9ed9dd7a32fd90be5a71024854bb5a6197ac837 commit a9ed9dd7a32fd90be5a71024854bb5a6197ac837 Author: Danilo G. Baio AuthorDate: 2021-06-26 16:43:12 +0000 Commit: Danilo G. Baio CommitDate: 2021-06-26 16:46:42 +0000 www/py-scrapy: Update to 2.5.0 Changelog: https://docs.scrapy.org/en/latest/news.html?highlight=news#scrapy-2-5-0-2021-04-06 This also removes/disables the experimental HTTP/2 support, there are issues with Twisted and h2 at this moment which breaks scrapy. PR: 256259 Approved by: maintainer timeout (skreuzer) --- www/py-scrapy/Makefile | 32 ++++++++++++++++++-------------- www/py-scrapy/distinfo | 6 +++--- www/py-scrapy/files/patch-setup.py | 19 +++++++++++++++++++ www/py-scrapy/pkg-descr | 6 +++--- 4 files changed, 43 insertions(+), 20 deletions(-) diff --git a/www/py-scrapy/Makefile b/www/py-scrapy/Makefile index 8abedc76b161..6527fdb02154 100644 --- a/www/py-scrapy/Makefile +++ b/www/py-scrapy/Makefile @@ -1,8 +1,7 @@ # Created by: Qing Feng PORTNAME= Scrapy -DISTVERSION= 1.6.0 -PORTREVISION= 2 +DISTVERSION= 2.5.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,23 +12,28 @@ COMMENT= High level scraping and web crawling framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=13.1.0:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cssselect>=0.9.1:www/py-cssselect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}itemloaders>=1.0.1:devel/py-itemloaders@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}parsel>=1.5:textproc/py-parsel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=16.2.0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}queuelib>=1.4.2:sysutils/py-queuelib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}w3lib>=1.17.0:www/py-w3lib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cssselect>=0.9:www/py-cssselect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}queuelib>0:sysutils/py-queuelib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydispatcher>=2.0.5:devel/py-pydispatcher@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}parsel>=1.5:textproc/py-parsel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}zope.interface>=4.1.3:devel/py-zope.interface@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protego>=0.1.15:www/py-protego@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}itemadapter>=0.1.0:devel/py-itemadapter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=3.5.0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydispatcher>=2.0.5:devel/py-pydispatcher@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist -OPTIONS_DEFINE= SSL -OPTIONS_DEFAULT= SSL +NO_ARCH= yes -SSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} +# Remove experimental HTTP/2 support, issues with Twisted and h2 +post-extract: + @${RM} -r ${WRKSRC}/scrapy/core/http2 + @${RM} ${WRKSRC}/scrapy/core/downloader/handlers/http2.py .include diff --git a/www/py-scrapy/distinfo b/www/py-scrapy/distinfo index d83923a10cae..a5f52400e87d 100644 --- a/www/py-scrapy/distinfo +++ b/www/py-scrapy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549229032 -SHA256 (Scrapy-1.6.0.tar.gz) = 558dfd10ac53cb324ecd7eefd3eac412161c7507c082b01b0bcd2c6e2e9f0766 -SIZE (Scrapy-1.6.0.tar.gz) = 926576 +TIMESTAMP = 1622321274 +SHA256 (Scrapy-2.5.0.tar.gz) = 0a68ed41f7173679f160c4cef2db05288548c21e7164170552adae8b13cefaab +SIZE (Scrapy-2.5.0.tar.gz) = 1071824 diff --git a/www/py-scrapy/files/patch-setup.py b/www/py-scrapy/files/patch-setup.py new file mode 100644 index 000000000000..8571812fecc3 --- /dev/null +++ b/www/py-scrapy/files/patch-setup.py @@ -0,0 +1,19 @@ +# Remove experimental HTTP/2 support, issues with Twisted and h2 +--- setup.py.orig 2021-04-06 14:48:02 UTC ++++ setup.py +@@ -19,7 +19,6 @@ def has_environment_marker_platform_impl_support(): + + + install_requires = [ +- 'Twisted[http2]>=17.9.0', + 'cryptography>=2.0', + 'cssselect>=0.9.1', + 'itemloaders>=1.0.1', +@@ -31,7 +30,6 @@ install_requires = [ + 'zope.interface>=4.1.3', + 'protego>=0.1.15', + 'itemadapter>=0.1.0', +- 'h2>=3.0,<4.0', + ] + extras_require = {} + cpython_dependencies = [ diff --git a/www/py-scrapy/pkg-descr b/www/py-scrapy/pkg-descr index 01e275464787..3da8287b29bf 100644 --- a/www/py-scrapy/pkg-descr +++ b/www/py-scrapy/pkg-descr @@ -1,5 +1,5 @@ -Scrapy is a high level scraping and web crawling framework for writing -spiders to crawl and parse web pages for all kinds of purposes, from -information retrieval to monitoring or testing web sites. +Scrapy is a fast high-level web crawling and web scraping framework, used to +crawl websites and extract structured data from their pages. It can be used for +a wide range of purposes, from data mining to monitoring and automated testing. WWW: https://scrapy.org/ From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 16:49:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A3AE656E0B; Sat, 26 Jun 2021 16: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 4GC0FY2c5Mz3Dxm; Sat, 26 Jun 2021 16: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 418972206B; Sat, 26 Jun 2021 16: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 15QGn5dY061782; Sat, 26 Jun 2021 16: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 15QGn5cs061781; Sat, 26 Jun 2021 16:49:05 GMT (envelope-from git) Date: Sat, 26 Jun 2021 16:49:05 GMT Message-Id: <202106261649.15QGn5cs061781@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: d04b788a30db - main - textproc/py-enchant: upgrade to 3.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d04b788a30db81cde10ee07b94f547d145f58a17 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 16:49:05 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=d04b788a30db81cde10ee07b94f547d145f58a17 commit d04b788a30db81cde10ee07b94f547d145f58a17 Author: Thierry Thomas AuthorDate: 2021-06-26 16:47:42 +0000 Commit: Thierry Thomas CommitDate: 2021-06-26 16:49:00 +0000 textproc/py-enchant: upgrade to 3.2.1 Changelog at . --- textproc/py-enchant/Makefile | 2 +- textproc/py-enchant/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index c5f98bc569c0..5e734c5b2dae 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -1,7 +1,7 @@ # Created by: Nicola Vitale PORTNAME= enchant -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= textproc devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-enchant/distinfo b/textproc/py-enchant/distinfo index abe7c35281b6..27b103bc005f 100644 --- a/textproc/py-enchant/distinfo +++ b/textproc/py-enchant/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607608322 -SHA256 (pyenchant-3.2.0.tar.gz) = 6b97e9a9f132fa7c9029a6635d821ccad67d4980e68186d02c765b4256b6f152 -SIZE (pyenchant-3.2.0.tar.gz) = 49476 +TIMESTAMP = 1624725825 +SHA256 (pyenchant-3.2.1.tar.gz) = 5e206a1d6596904a922496f6c9f7d0b964b243905f401f5f2f40ea4d1f74e2cf +SIZE (pyenchant-3.2.1.tar.gz) = 49595 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 17:02:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B39E1656C62; Sat, 26 Jun 2021 17:02: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 4GC0XW4Z0fz3FhX; Sat, 26 Jun 2021 17:02: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 84F9022A03; Sat, 26 Jun 2021 17:02: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 15QH23H2088712; Sat, 26 Jun 2021 17:02:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QH23Ng088711; Sat, 26 Jun 2021 17:02:03 GMT (envelope-from git) Date: Sat, 26 Jun 2021 17:02:03 GMT Message-Id: <202106261702.15QH23Ng088711@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: 65b01b3dfe38 - main - textproc/py-humanfriendly: Update to 9.2 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: 65b01b3dfe38f315b9052cf877cecd97d2568e4b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 17:02:03 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=65b01b3dfe38f315b9052cf877cecd97d2568e4b commit 65b01b3dfe38f315b9052cf877cecd97d2568e4b Author: Danilo G. Baio AuthorDate: 2021-06-26 17:00:56 +0000 Commit: Danilo G. Baio CommitDate: 2021-06-26 17:01:40 +0000 textproc/py-humanfriendly: Update to 9.2 Changelog: https://humanfriendly.readthedocs.io/en/latest/changelog.html#release-9-2-2021-06-11 --- 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 2b7155389253..38a64dc9e288 100644 --- a/textproc/py-humanfriendly/Makefile +++ b/textproc/py-humanfriendly/Makefile @@ -1,5 +1,5 @@ PORTNAME= humanfriendly -PORTVERSION= 9.1 +PORTVERSION= 9.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-humanfriendly/distinfo b/textproc/py-humanfriendly/distinfo index 476eb1750611..99520c100949 100644 --- a/textproc/py-humanfriendly/distinfo +++ b/textproc/py-humanfriendly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366376 -SHA256 (humanfriendly-9.1.tar.gz) = 066562956639ab21ff2676d1fda0b5987e985c534fc76700a19bd54bcb81121d -SIZE (humanfriendly-9.1.tar.gz) = 359616 +TIMESTAMP = 1624726378 +SHA256 (humanfriendly-9.2.tar.gz) = f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18ff9c48 +SIZE (humanfriendly-9.2.tar.gz) = 360080 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 17:35:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56839657626; Sat, 26 Jun 2021 17:35: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 4GC1Gk1zkLz3HP2; Sat, 26 Jun 2021 17:35: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 2C32422DE5; Sat, 26 Jun 2021 17:35: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 15QHZArd028447; Sat, 26 Jun 2021 17:35:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QHZAGI028446; Sat, 26 Jun 2021 17:35:10 GMT (envelope-from git) Date: Sat, 26 Jun 2021 17:35:10 GMT Message-Id: <202106261735.15QHZAGI028446@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: 15a22c0b815d - main - */*: 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: 15a22c0b815d89d5ca719e43305e6d9d38d2cc12 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 17:35:10 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=15a22c0b815d89d5ca719e43305e6d9d38d2cc12 commit 15a22c0b815d89d5ca719e43305e6d9d38d2cc12 Author: Rene Ladan AuthorDate: 2021-06-26 17:34:51 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 17:35:02 +0000 */*: Remove expired ports: 2020-12-31 devel/viewvc: Uses Python 2.7 which is EOLed upstream --- MOVED | 1 + devel/Makefile | 1 - devel/viewvc/Makefile | 69 --------------- devel/viewvc/distinfo | 3 - devel/viewvc/files/pkg-message.in | 74 ---------------- devel/viewvc/files/viewvc.in | 68 --------------- devel/viewvc/pkg-descr | 8 -- devel/viewvc/pkg-plist | 178 -------------------------------------- 8 files changed, 1 insertion(+), 401 deletions(-) diff --git a/MOVED b/MOVED index 3eed6d271a71..593a45f62ab7 100644 --- a/MOVED +++ b/MOVED @@ -16448,3 +16448,4 @@ audio/lxmusic||2021-06-26|Has expired: Uses EOL Python 2.7 via audio/xmms2 math/gringo||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream math/aspcud||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo math/py-pyasp||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo +devel/viewvc|devel/viewvc-devel|2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream diff --git a/devel/Makefile b/devel/Makefile index 24641620edb4..e4f7782fd531 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6978,7 +6978,6 @@ SUBDIR += vcglib SUBDIR += vera++ SUBDIR += vexcl - SUBDIR += viewvc SUBDIR += viewvc-devel SUBDIR += violet SUBDIR += vitables diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile deleted file mode 100644 index a75639ccfdab..000000000000 --- a/devel/viewvc/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# Created by: will - -PORTNAME= viewvc -DISTVERSION= 1.2.1 -PORTREVISION= 1 -CATEGORIES= devel python - -MAINTAINER= ports@FreeBSD.org -COMMENT= Web-based Version Control Repository Browsing - -CONFLICTS_INSTALL= py[23][6-8]-viewvc-1.3* - -LICENSE= BSD2CLAUSE - -USES= cpe python:2.7 -USE_GITHUB= yes -USE_RC_SUBR= viewvc - -NO_BUILD= yes -NO_OPTIONS_SORT= yes -OPTIONS_DEFINE= WEBSRV APMOD SVN -OPTIONS_DEFAULT= WEBSRV APACHE SVN - -OPTIONS_SINGLE= WEBSRV APMOD -OPTIONS_SINGLE_WEBSRV= APACHE LIGHTTPD -OPTIONS_SINGLE_APMOD= MODWSGI - -WEBSRV_DESC= Enable web server support -APMOD_DESC= depend on Apache module - -MODWSGI_DESC= Add mod_wsgi to the list of package dependencies - -APACHE_USE= APACHE_RUN=24+ -LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd -MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR} - -SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion-lts>=0:devel/py-subversion@${PY_FLAVOR} - -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments-25>=0.9:textproc/py-pygments-25@${PY_FLAVOR} - -.include - -SUB_FILES= pkg-message -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ - ECHO=${ECHO} EGREP=${EGREP} TOUCH=${TOUCH} \ - CHOWN=${CHOWN} RM=${RM:Q} - -pre-everything:: -.if ${PORT_OPTIONS:MAPMOD} && !${PORT_OPTIONS:MAPACHE} -IGNORE= apache module needs Apache server, please re-run 'make config' then choose WEBSRV and APACHE -.endif - -post-patch: -.for i in cvsgraph.conf mimetypes.conf viewvc.conf - ${MV} ${WRKSRC}/conf/${i}.dist ${WRKSRC}/conf/${i}.sample - ${REINPLACE_CMD} -e '/"${i}"/d' ${WRKSRC}/viewvc-install -.endfor - ${REINPLACE_CMD} -e 's/conf.dist/conf.sample/g' \ - ${WRKSRC}/viewvc-install -# to much files, use own shebangfix - ${FIND} ${WRKSRC} -type f | ${GREP} -v -e 'png' -e 'images' \ - | ${XARGS} ${SED} -i '' \ - -e '1s|^\#![[:space:]]*/usr/bin/env python|\#!${PYTHON_CMD}|' \ - -e '1s|^\#![[:space:]]*/usr/bin/python|\#!${PYTHON_CMD}|' - -do-install: - @(cd ${WRKSRC} && ${PYTHON_CMD} viewvc-install --prefix=${PREFIX}/${PORTNAME} --destdir="${STAGEDIR}" --clean-mode=false) - -.include diff --git a/devel/viewvc/distinfo b/devel/viewvc/distinfo deleted file mode 100644 index f58c474a8fdd..000000000000 --- a/devel/viewvc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1587311591 -SHA256 (viewvc-viewvc-1.2.1_GH0.tar.gz) = 5fe1e16f986b51a2800d908683673b880684e90ae1611d98744187f0649634f5 -SIZE (viewvc-viewvc-1.2.1_GH0.tar.gz) = 361031 diff --git a/devel/viewvc/files/pkg-message.in b/devel/viewvc/files/pkg-message.in deleted file mode 100644 index e12163bc856d..000000000000 --- a/devel/viewvc/files/pkg-message.in +++ /dev/null @@ -1,74 +0,0 @@ -[ -{ type: install - message: < - WSGIRestrictSignal Off - - - - ScriptAlias "/viewvc" "%%PREFIX%%/viewvc/bin/cgi/viewvc.cgi" - - - - WSGIScriptAlias "/viewvc" "%%PREFIX%%/viewvc/bin/wsgi/viewvc.wsgi" - - - - Options NONE +ExecCGI - - - Example config lines for lighttpd - ================================= - server.modules = ( - "mod_alias", - "mod_access" - ) - - alias.url += ( "/viewvc" => "%%PREFIX%%/viewvc/bin/cgi" ) - - $HTTP["url"] =~ "^/viewvc/" { - index-file.names = ( "viewvc.cgi" ) - cgi.assign = ( - ".cgi" => "%%PYTHON_CMD%%", - ) - } -EOM -} -{ - type: upgrade - maximum_version: "1.2.1" - message: <&1 > /dev/null - if [ $? -eq 0 ]; then - %%ECHO%% "Please remove parameter -d from viewvc_flags" - %%ECHO%% - return 1 - fi -} - -viewvc_start() { - echo "Starting viewvc." - %%TOUCH%% ${pidfile} && %%CHOWN%% ${viewvc_user} ${pidfile} - /usr/sbin/daemon -cf -p ${pidfile} -u ${viewvc_user} ${standalone} ${viewvc_flags} -} - -viewvc_cleanup() { - [ -f ${pidfile} ] && %%RM%% ${pidfile} -} - -run_rc_command "$1" diff --git a/devel/viewvc/pkg-descr b/devel/viewvc/pkg-descr deleted file mode 100644 index 69e1fb0eee77..000000000000 --- a/devel/viewvc/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -ViewVC is a browser interface for CVS and Subversion version control -repositories. It generates templatized HTML to present navigable directory, -revision, and change log listings. It can display specific versions of files as -well as diffs between those versions. Basically, ViewVC provides the bulk of the -report-like functionality you expect out of your version control tool, but much -more prettily than the average textual command-line program output. - -WWW: http://www.viewvc.org/ diff --git a/devel/viewvc/pkg-plist b/devel/viewvc/pkg-plist deleted file mode 100644 index 8250de615db1..000000000000 --- a/devel/viewvc/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -viewvc/bin/cgi/viewvc.cgi -viewvc/bin/cvsdbadmin -viewvc/bin/loginfo-handler -viewvc/bin/make-database -viewvc/bin/mod_python/.htaccess -viewvc/bin/mod_python/handler.py -viewvc/bin/mod_python/viewvc.py -viewvc/bin/standalone.py -viewvc/bin/svndbadmin -viewvc/bin/wsgi/viewvc.fcgi -viewvc/bin/wsgi/viewvc.wsgi -@sample viewvc/cvsgraph.conf.sample -viewvc/lib/accept.py -viewvc/lib/accept.pyc -viewvc/lib/blame.py -viewvc/lib/blame.pyc -viewvc/lib/common.py -viewvc/lib/common.pyc -viewvc/lib/compat_difflib.py -viewvc/lib/compat_difflib.pyc -viewvc/lib/compat_ndiff.py -viewvc/lib/compat_ndiff.pyc -viewvc/lib/config.py -viewvc/lib/config.pyc -viewvc/lib/cvsdb.py -viewvc/lib/cvsdb.pyc -viewvc/lib/dbi.py -viewvc/lib/dbi.pyc -viewvc/lib/debug.py -viewvc/lib/debug.pyc -viewvc/lib/ezt.py -viewvc/lib/ezt.pyc -viewvc/lib/idiff.py -viewvc/lib/idiff.pyc -viewvc/lib/popen.py -viewvc/lib/popen.pyc -viewvc/lib/sapi.py -viewvc/lib/sapi.pyc -viewvc/lib/vcauth/__init__.py -viewvc/lib/vcauth/__init__.pyc -viewvc/lib/vcauth/forbidden/__init__.py -viewvc/lib/vcauth/forbidden/__init__.pyc -viewvc/lib/vcauth/forbiddenre/__init__.py -viewvc/lib/vcauth/forbiddenre/__init__.pyc -viewvc/lib/vcauth/svnauthz/__init__.py -viewvc/lib/vcauth/svnauthz/__init__.pyc -viewvc/lib/vclib/__init__.py -viewvc/lib/vclib/__init__.pyc -viewvc/lib/vclib/ccvs/__init__.py -viewvc/lib/vclib/ccvs/__init__.pyc -viewvc/lib/vclib/ccvs/bincvs.py -viewvc/lib/vclib/ccvs/bincvs.pyc -viewvc/lib/vclib/ccvs/blame.py -viewvc/lib/vclib/ccvs/blame.pyc -viewvc/lib/vclib/ccvs/ccvs.py -viewvc/lib/vclib/ccvs/ccvs.pyc -viewvc/lib/vclib/ccvs/rcsparse/__init__.py -viewvc/lib/vclib/ccvs/rcsparse/__init__.pyc -viewvc/lib/vclib/ccvs/rcsparse/common.py -viewvc/lib/vclib/ccvs/rcsparse/common.pyc -viewvc/lib/vclib/ccvs/rcsparse/debug.py -viewvc/lib/vclib/ccvs/rcsparse/debug.pyc -viewvc/lib/vclib/ccvs/rcsparse/default.py -viewvc/lib/vclib/ccvs/rcsparse/default.pyc -viewvc/lib/vclib/ccvs/rcsparse/parse_rcs_file.py -viewvc/lib/vclib/ccvs/rcsparse/parse_rcs_file.pyc -viewvc/lib/vclib/ccvs/rcsparse/run-tests.py -viewvc/lib/vclib/ccvs/rcsparse/run-tests.pyc -viewvc/lib/vclib/ccvs/rcsparse/test-data/default,v -viewvc/lib/vclib/ccvs/rcsparse/test-data/default.out -viewvc/lib/vclib/ccvs/rcsparse/test-data/empty-file,v -viewvc/lib/vclib/ccvs/rcsparse/test-data/empty-file.out -viewvc/lib/vclib/ccvs/rcsparse/texttools.py -viewvc/lib/vclib/ccvs/rcsparse/texttools.pyc -viewvc/lib/vclib/svn/__init__.py -viewvc/lib/vclib/svn/__init__.pyc -viewvc/lib/vclib/svn/svn_ra.py -viewvc/lib/vclib/svn/svn_ra.pyc -viewvc/lib/vclib/svn/svn_repos.py -viewvc/lib/vclib/svn/svn_repos.pyc -viewvc/lib/viewvc.py -viewvc/lib/viewvc.pyc -viewvc/lib/win32popen.py -viewvc/lib/win32popen.pyc -@sample viewvc/mimetypes.conf.sample -viewvc/templates/classic/diff.ezt -viewvc/templates/classic/dir_new.ezt -viewvc/templates/classic/directory.ezt -viewvc/templates/classic/docroot/help.css -viewvc/templates/classic/docroot/help_dirview.html -viewvc/templates/classic/docroot/help_log.html -viewvc/templates/classic/docroot/help_rootview.html -viewvc/templates/classic/docroot/images/annotate.png -viewvc/templates/classic/docroot/images/back.png -viewvc/templates/classic/docroot/images/back_small.png -viewvc/templates/classic/docroot/images/binary.png -viewvc/templates/classic/docroot/images/broken.png -viewvc/templates/classic/docroot/images/chalk.jpg -viewvc/templates/classic/docroot/images/cvsgraph_16x16.png -viewvc/templates/classic/docroot/images/cvsgraph_32x32.png -viewvc/templates/classic/docroot/images/diff.png -viewvc/templates/classic/docroot/images/dir.png -viewvc/templates/classic/docroot/images/down.png -viewvc/templates/classic/docroot/images/download.png -viewvc/templates/classic/docroot/images/favicon.ico -viewvc/templates/classic/docroot/images/feed-icon-16x16.jpg -viewvc/templates/classic/docroot/images/forward.png -viewvc/templates/classic/docroot/images/image.png -viewvc/templates/classic/docroot/images/list.png -viewvc/templates/classic/docroot/images/lock.png -viewvc/templates/classic/docroot/images/log.png -viewvc/templates/classic/docroot/images/text.png -viewvc/templates/classic/docroot/images/up.png -viewvc/templates/classic/docroot/images/view.png -viewvc/templates/classic/docroot/images/viewvc-logo.png -viewvc/templates/classic/docroot/styles.css -viewvc/templates/classic/error.ezt -viewvc/templates/classic/file.ezt -viewvc/templates/classic/graph.ezt -viewvc/templates/classic/include/diff_display.ezt -viewvc/templates/classic/include/diff_form.ezt -viewvc/templates/classic/include/dir_footer.ezt -viewvc/templates/classic/include/dir_header.ezt -viewvc/templates/classic/include/file_header.ezt -viewvc/templates/classic/include/footer.ezt -viewvc/templates/classic/include/header.ezt -viewvc/templates/classic/include/log_footer.ezt -viewvc/templates/classic/include/log_header.ezt -viewvc/templates/classic/include/paging.ezt -viewvc/templates/classic/include/pathrev_form.ezt -viewvc/templates/classic/include/props.ezt -viewvc/templates/classic/include/sort.ezt -viewvc/templates/classic/log.ezt -viewvc/templates/classic/log_table.ezt -viewvc/templates/classic/query_form.ezt -viewvc/templates/classic/query_results.ezt -viewvc/templates/classic/revision.ezt -viewvc/templates/classic/roots.ezt -viewvc/templates/classic/rss.ezt -viewvc/templates/default/diff.ezt -viewvc/templates/default/directory.ezt -viewvc/templates/default/docroot/help.css -viewvc/templates/default/docroot/help_dirview.html -viewvc/templates/default/docroot/help_log.html -viewvc/templates/default/docroot/help_rootview.html -viewvc/templates/default/docroot/images/back.png -viewvc/templates/default/docroot/images/back_small.png -viewvc/templates/default/docroot/images/binary.png -viewvc/templates/default/docroot/images/broken.png -viewvc/templates/default/docroot/images/cvs-logo.png -viewvc/templates/default/docroot/images/dir.png -viewvc/templates/default/docroot/images/down.png -viewvc/templates/default/docroot/images/feed-icon-16x16.jpg -viewvc/templates/default/docroot/images/forward.png -viewvc/templates/default/docroot/images/image.png -viewvc/templates/default/docroot/images/lock-icon.gif -viewvc/templates/default/docroot/images/svn-logo.png -viewvc/templates/default/docroot/images/text.png -viewvc/templates/default/docroot/images/up.png -viewvc/templates/default/docroot/images/viewvc-logo.png -viewvc/templates/default/docroot/scripts.js -viewvc/templates/default/docroot/styles.css -viewvc/templates/default/error.ezt -viewvc/templates/default/file.ezt -viewvc/templates/default/graph.ezt -viewvc/templates/default/include/diff_display.ezt -viewvc/templates/default/include/diff_form.ezt -viewvc/templates/default/include/footer.ezt -viewvc/templates/default/include/header.ezt -viewvc/templates/default/include/pathrev_form.ezt -viewvc/templates/default/include/props.ezt -viewvc/templates/default/log.ezt -viewvc/templates/default/query_form.ezt -viewvc/templates/default/query_results.ezt -viewvc/templates/default/revision.ezt -viewvc/templates/default/roots.ezt -viewvc/templates/default/rss.ezt -@sample viewvc/viewvc.conf.sample From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 18:10:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B31D3657A91; Sat, 26 Jun 2021 18:10: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 4GC23s4nMZz3Jq7; Sat, 26 Jun 2021 18:10: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 8D544230DA; Sat, 26 Jun 2021 18:10: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 15QIAnYw079477; Sat, 26 Jun 2021 18:10:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QIAnZX079476; Sat, 26 Jun 2021 18:10:49 GMT (envelope-from git) Date: Sat, 26 Jun 2021 18:10:49 GMT Message-Id: <202106261810.15QIAnZX079476@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: 616f42564822 - main - devel/p5-Throwable: fix build by updating to new release 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: 616f42564822e2782af1ce38e21287b338f716de Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 18:10:49 -0000 The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=616f42564822e2782af1ce38e21287b338f716de commit 616f42564822e2782af1ce38e21287b338f716de Author: Dan Langille AuthorDate: 2021-06-26 18:06:10 +0000 Commit: Dan Langille CommitDate: 2021-06-26 18:06:10 +0000 devel/p5-Throwable: fix build by updating to new release The previous commit used a release from upsteam which did not increment. This broke the build for mail/p5-Email-Sender which requires p5-Throwable>=0.200003 Upstream issue: https://github.com/rjbs/Throwable/issues/20 Approved by: portmgr blanket --- devel/p5-Throwable/Makefile | 2 +- devel/p5-Throwable/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile index e030f45e803e..fb6a974544dd 100644 --- a/devel/p5-Throwable/Makefile +++ b/devel/p5-Throwable/Makefile @@ -1,5 +1,5 @@ PORTNAME= Throwable -PORTVERSION= 0.201 +PORTVERSION= 1.000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS diff --git a/devel/p5-Throwable/distinfo b/devel/p5-Throwable/distinfo index 89ede59aac81..a0e978a388c5 100644 --- a/devel/p5-Throwable/distinfo +++ b/devel/p5-Throwable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189731 -SHA256 (Throwable-0.201.tar.gz) = 3c1593c01a647499c1212491390edddfcf198b6791b3f17df2397bb35680f470 -SIZE (Throwable-0.201.tar.gz) = 21650 +TIMESTAMP = 1624729766 +SHA256 (Throwable-1.000.tar.gz) = 023aac67baad5b7bcdc08dc858ea5e6a8ddb0e291d15dd6d24818cdd702d318f +SIZE (Throwable-1.000.tar.gz) = 21875 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 18:18:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 44F17657D87; Sat, 26 Jun 2021 18:18:56 +0000 (UTC) (envelope-from dan@langille.org) Received: from wnew3-smtp.messagingengine.com (wnew3-smtp.messagingengine.com [64.147.123.17]) (using TLSv1.3 with cipher TLS_AES_256_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 4GC2FC1Gl6z3KMC; Sat, 26 Jun 2021 18:18:54 +0000 (UTC) (envelope-from dan@langille.org) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailnew.west.internal (Postfix) with ESMTP id B44002B007BE; Sat, 26 Jun 2021 14:18:52 -0400 (EDT) Received: from imap36 ([10.202.2.86]) by compute6.internal (MEProxy); Sat, 26 Jun 2021 14:18:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=langille.org; h= mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type; s=fm1; bh=8X//+/rbZ7FMgS1eqoCMpLFDMMimsTu WK3Y0NtwbJpo=; b=KpgoHCFz+riBelcodMO59yLiknvohqo8+Sdsjv5R/lKj6Ke jTPCegMrMfY3RU/ljHnrF2EIxHHGoPGWwEsNjy2ZwMLRFlEKiRUm2cX4E64pAQw0 dPg/cYi3RSczqaHvJPtdXDzSB87x+FRTHx7kFcDkNgS3g1Dkon06rcVZT8l1bekl qwJ68e7dQdqDvf2uaDfIQdlVeTf7OsOrHKJXGP6dQ25FFmmGVo7AyRRGcppz37fh S20+rbKnw90GuY3EQ6XnSBVttERhFx/QKR/BgXmOPGe+pw+i8v/+5b894LTLttOT +gjjvt83To5j1ADqaUwn33+bsgZALSKUbAl8zRw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=8X//+/ rbZ7FMgS1eqoCMpLFDMMimsTuWK3Y0NtwbJpo=; b=bRYMYQEj/BW41NGCwoJsjP daSfDwwmlS+Fm04wDlcKeVEmvdpPCIfXitHCOsHUCSLnAdtMZyzFGkWaT6EnnMYr qTtWXBo9qCUowu38+JA+Xi6gH03ljC6zGnSx0OaxMK1uC57RFl96O3GHkd/JLFD5 5fZayS3U6cKmLOSyl5RD7sDjKaONJlar5BN44r4y3YCpCKwXiXJW0atcYVltpU/A c++5OIKPCn2WRLkTJSYZ+w9nt2sqpxy4sEnwoGFYfdcE/OeBbx5UJX99AlbJu6jG HdGBF0AsFXAdup1ACRp1O1g05hR75qQrpccceK1NISPE2T9/joHou6B5jWc51yEg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeehtddguddulecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderredtnecuhfhrohhmpedfffgr nhcunfgrnhhgihhllhgvfdcuoegurghnsehlrghnghhilhhlvgdrohhrgheqnecuggftrf grthhtvghrnhepjeeitedtiefhtddvheeftefhuddvffegfffgleejtdeuvdehvdfhuddt geeuveehnecuffhomhgrihhnpehfrhgvvggsshgurdhorhhgpdhmvghtrggtphgrnhdroh hrghdpuhhnihigrghthhhomhgvrdhorhhgpdhgihhthhhusgdrtghomhenucevlhhushht vghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegurghnsehlrghnghhilh hlvgdrohhrgh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 7C5AD10E008E; Sat, 26 Jun 2021 14:18:48 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-530-gd0c265785f-fm-20210616.002-gd0c26578 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <202106251346.15PDkr9u088868@gitrepo.freebsd.org> Date: Sat, 26 Jun 2021 14:18:28 -0400 From: "Dan Langille" To: "Sunpoet Po-Chuan Hsieh" , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: ba91d6adf07f - main - devel/p5-Throwable: Update to 0.201 Content-Type: text/plain X-Rspamd-Queue-Id: 4GC2FC1Gl6z3KMC X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=langille.org header.s=fm1 header.b=KpgoHCFz; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=bRYMYQEj; dmarc=pass (policy=none) header.from=langille.org; spf=pass (mx1.freebsd.org: domain of dan@langille.org designates 64.147.123.17 as permitted sender) smtp.mailfrom=dan@langille.org X-Spamd-Result: default: False [-3.09 / 15.00]; XM_UA_NO_VERSION(0.01)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.17]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[langille.org:+,messagingengine.com:+]; DMARC_POLICY_ALLOW(-0.50)[langille.org,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.17:from]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[64.147.123.17:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[langille.org:s=fm1,messagingengine.com:s=fm3]; FREEFALL_USER(0.00)[dan]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; SPAMHAUS_ZRD(0.00)[64.147.123.17:from:127.0.2.255]; MID_RHS_WWW(0.50)[]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 18:18:56 -0000 On Sat, Jun 26, 2021, at 11:23 AM, Dan Langille wrote: > On Sat, Jun 26, 2021, at 10:51 AM, Dan Langille wrote: > > On Fri, Jun 25, 2021, at 9:46 AM, Po-Chuan Hsieh wrote: > > > The branch main has been updated by sunpoet: > > > > > > URL: > > > https://cgit.FreeBSD.org/ports/commit/?id=ba91d6adf07f6f21e45a811fbd1266a569b112e9 > > > > > > commit ba91d6adf07f6f21e45a811fbd1266a569b112e9 > > > Author: Po-Chuan Hsieh > > > AuthorDate: 2021-06-25 13:40:22 +0000 > > > Commit: Po-Chuan Hsieh > > > CommitDate: 2021-06-25 13:40:22 +0000 > > > > > > devel/p5-Throwable: Update to 0.201 > > > > > > - Add LICENSE_FILE > > > > > > Changes: https://metacpan.org/dist/Throwable/changes > > > --- > > > devel/p5-Throwable/Makefile | 6 ++++-- > > > devel/p5-Throwable/distinfo | 5 +++-- > > > 2 files changed, 7 insertions(+), 4 deletions(-) > > > > > > diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile > > > index a3cce9d4b73e..e030f45e803e 100644 > > > --- a/devel/p5-Throwable/Makefile > > > +++ b/devel/p5-Throwable/Makefile > > > @@ -1,5 +1,5 @@ > > > PORTNAME= Throwable > > > -PORTVERSION= 0.200013 > > > +PORTVERSION= 0.201 > > > > This is not an increase in version. > > > > $ pkg version --test-version 0.201 0.200003 > > < > > > > > > I found it while building mail/p5-Email-Sender: > > > > [122amd64-default] Installing p5-Throwable-0.201... > > [122amd64-default] `-- Installing p5-Devel-StackTrace-2.04... > > [122amd64-default] `-- Extracting p5-Devel-StackTrace-2.04: ..... done > > [122amd64-default] Extracting p5-Throwable-0.201: ....... done > > ===> p5-Email-Sender-1.300031_2 depends on package: > > p5-Throwable>=0.200003 - not found > > > > > > re: > > https://services.unixathome.org/poudriere/build.html?mastername=122amd64-default&build=2021-06-26_14h32m52s > > I have opened an upstream issue: https://github.com/rjbs/Throwable/issues/20 Upstream fixed the issue with a new release. To fix the build I update the port: https://cgit.freebsd.org/ports/commit/?id=616f42564822e2782af1ce38e21287b338f716de -- Dan Langille dan@langille.org From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 18:31:33 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DD49658113; Sat, 26 Jun 2021 18:31: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 4GC2Wn1DzYz3LNT; Sat, 26 Jun 2021 18:31: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 1406B23AAE; Sat, 26 Jun 2021 18:31: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 15QIVXLv007195; Sat, 26 Jun 2021 18:31:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QIVWwc007194; Sat, 26 Jun 2021 18:31:32 GMT (envelope-from git) Date: Sat, 26 Jun 2021 18:31:32 GMT Message-Id: <202106261831.15QIVWwc007194@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: 67bd778a711b - main - */*: 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: 67bd778a711b0bc861c4e61a963c027b43947b4f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 18:31:33 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=67bd778a711b0bc861c4e61a963c027b43947b4f commit 67bd778a711b0bc861c4e61a963c027b43947b4f Author: Rene Ladan AuthorDate: 2021-06-26 18:31:20 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 18:31:20 +0000 */*: Remove expired ports: 2020-12-31 chinese/sunpinyin: Uses Python 2.7 which is EOLed upstream 2021-06-23 chinese/fcitx-sunpinyin: Uses EOL Python 2.7 via chinese/sunpinyin --- MOVED | 2 + chinese/Makefile | 2 - chinese/fcitx-sunpinyin/Makefile | 25 ----------- chinese/fcitx-sunpinyin/distinfo | 3 -- chinese/fcitx-sunpinyin/pkg-descr | 4 -- chinese/fcitx-sunpinyin/pkg-message | 9 ---- chinese/fcitx-sunpinyin/pkg-plist | 23 ---------- chinese/sunpinyin/Makefile | 41 ----------------- chinese/sunpinyin/distinfo | 6 --- chinese/sunpinyin/files/patch-SConstruct | 51 ---------------------- chinese/sunpinyin/files/patch-man_SConscript | 11 ----- chinese/sunpinyin/files/patch-src_SConscript | 11 ----- .../files/patch-src_ime-core_imi__winHandler.cpp | 18 -------- chinese/sunpinyin/files/patch-src_portability.h | 10 ----- .../files/patch-src_slm_thread_slmthread.cpp | 17 -------- .../files/patch-src_sunpinyin-dictgen.mk.in | 26 ----------- chinese/sunpinyin/files/patch-xdg | 35 --------------- chinese/sunpinyin/pkg-descr | 5 --- chinese/sunpinyin/pkg-plist | 51 ---------------------- 19 files changed, 2 insertions(+), 348 deletions(-) diff --git a/MOVED b/MOVED index 593a45f62ab7..fe0f7d1d3ee0 100644 --- a/MOVED +++ b/MOVED @@ -16449,3 +16449,5 @@ math/gringo||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream math/aspcud||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo math/py-pyasp||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo devel/viewvc|devel/viewvc-devel|2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +chinese/sunpinyin||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream +chinese/fcitx-sunpinyin||2021-06-26|Has expired: Uses EOL Python 2.7 via chinese/sunpinyin diff --git a/chinese/Makefile b/chinese/Makefile index 99ee965b2b23..c6ee7b425749 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -30,7 +30,6 @@ SUBDIR += fcitx-configtool SUBDIR += fcitx-libpinyin SUBDIR += fcitx-rime - SUBDIR += fcitx-sunpinyin SUBDIR += fcitx-table-extra SUBDIR += fcitx-ui-light SUBDIR += fcitx5-chewing @@ -127,7 +126,6 @@ SUBDIR += sourcehansans-tc-otf SUBDIR += sourcehanserif-sc-otf SUBDIR += sourcehanserif-tc-otf - SUBDIR += sunpinyin SUBDIR += taipeisanstc SUBDIR += tin SUBDIR += tintin++ diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile deleted file mode 100644 index f4fbb9f0b117..000000000000 --- a/chinese/fcitx-sunpinyin/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Zhihao Yuan - -PORTNAME= fcitx-sunpinyin -PORTVERSION= 0.4.2 -PORTREVISION= 1 -CATEGORIES= chinese -MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ -DIST_SUBDIR= fcitx - -MAINTAINER= lichray@gmail.com -COMMENT= SunPinyin support for Fcitx - -LICENSE= GPLv2 - -DEPRECATED= Uses EOL Python 2.7 via chinese/sunpinyin -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ - libsunpinyin.so:chinese/sunpinyin - -USES= cmake gettext gnome pkgconfig tar:xz -INSTALLS_ICONS= yes - -.include diff --git a/chinese/fcitx-sunpinyin/distinfo b/chinese/fcitx-sunpinyin/distinfo deleted file mode 100644 index 43615a6e743f..000000000000 --- a/chinese/fcitx-sunpinyin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1536753006 -SHA256 (fcitx/fcitx-sunpinyin-0.4.2.tar.xz) = 0bf2d72d77732f06e7f04c119507c08b9618b21c4027e3997186bd7e4d0788c4 -SIZE (fcitx/fcitx-sunpinyin-0.4.2.tar.xz) = 42984 diff --git a/chinese/fcitx-sunpinyin/pkg-descr b/chinese/fcitx-sunpinyin/pkg-descr deleted file mode 100644 index ffa06da488f3..000000000000 --- a/chinese/fcitx-sunpinyin/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -fcitx-sunpinyin provides SunPinyin, a statistical language model based -input method engine, as a back-end to the Fcitx IM framework. - -WWW: https://fcitx-im.org/wiki/Fcitx diff --git a/chinese/fcitx-sunpinyin/pkg-message b/chinese/fcitx-sunpinyin/pkg-message deleted file mode 100644 index bbdb50c0a1e5..000000000000 --- a/chinese/fcitx-sunpinyin/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: < - -PORTNAME= sunpinyin -DISTVERSION= 2.0.4rc3 -PORTREVISION= 1 -CATEGORIES= chinese devel -MASTER_SITES= SF/open-gram:2 -DISTFILES= lm_sc.3gm.arpa-20140820.tar.bz2:2 dict.utf8-20131214.tar.bz2:2 - -MAINTAINER= lichray@gmail.com -COMMENT= Statistical language model based input method engine - -LICENSE= LGPL21 CDDL -LICENSE_COMB= dual - -NOT_FOR_ARCHS= riscv64 -NOT_FOR_ARCHS_REASON= ./config.h:119:3: can not detect the endianness! - -LIB_DEPENDS= libsqlite3.so:databases/sqlite3 - -USES= gmake iconv perl5 pkgconfig python:2.7 scons shebangfix - -USE_GITHUB= yes -GH_TAGNAME= a8bd811 - -MAKE_ARGS+= --prefix=${PREFIX} -USE_LDCONFIG= yes -USE_PERL5= build -SHEBANG_FILES= python/*.py -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -INSTALL_TARGET= install-lib install-headers --install-sandbox=${STAGEDIR} - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsunpinyin.so.3.0 - ${SETENV} PATH=${WRKSRC}/src:$${PATH} ${GMAKE} -C ${WRKDIR} \ - -f ${WRKSRC}/src/sunpinyin-dictgen.mk STAGEDIR=${STAGEDIR} - ${INSTALL} -d ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/lm_sc.t3g ${WRKDIR}/pydict_sc.bin \ - ${STAGEDIR}${DATADIR} - -.include diff --git a/chinese/sunpinyin/distinfo b/chinese/sunpinyin/distinfo deleted file mode 100644 index 40a469cdf7b0..000000000000 --- a/chinese/sunpinyin/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (sunpinyin-sunpinyin-2.0.4rc3-a8bd811_GH0.tar.gz) = 762575e71a5e24c4efc291407302a161ad51b8bf8902d952b54076f4511997ef -SIZE (sunpinyin-sunpinyin-2.0.4rc3-a8bd811_GH0.tar.gz) = 547083 -SHA256 (lm_sc.3gm.arpa-20140820.tar.bz2) = 751bab7c55ea93a2cedfb0fbb7eb09f67d4da9c2c55496e5f31eb8580f1d1e2f -SIZE (lm_sc.3gm.arpa-20140820.tar.bz2) = 36623028 -SHA256 (dict.utf8-20131214.tar.bz2) = af70bc2bcd7af7468495774fed9e3a2de434650119fbc3d3388c2bcf7e0acb01 -SIZE (dict.utf8-20131214.tar.bz2) = 674512 diff --git a/chinese/sunpinyin/files/patch-SConstruct b/chinese/sunpinyin/files/patch-SConstruct deleted file mode 100644 index 561817e520f1..000000000000 --- a/chinese/sunpinyin/files/patch-SConstruct +++ /dev/null @@ -1,51 +0,0 @@ ---- SConstruct.orig 2014-11-14 14:17:48 UTC -+++ SConstruct -@@ -1,6 +1,7 @@ - import platform - import os - import sys -+from functools import reduce - - - version = "2.0.4" -@@ -215,10 +216,11 @@ def CreateEnvironment(): - make = 'gmake' - tar = 'gtar' - libln_builder = Builder(action='cd ${TARGET.dir} && ln -s ${SOURCE.name} ${TARGET.name}') -- env = Environment(ENV=os.environ, CFLAGS=cflags, CXXFLAGS='', -+ env = Environment(ENV=os.environ, - MAKE=make, WGET=wget, W3M=w3m, TAR=tar, -- CPPPATH=['.'] + allinc(), -- tools=['default', 'textfile']) -+ tools=['default', 'textfile'], -+ **ARGUMENTS) -+ env['CPPPATH'] = ['.'] + allinc() - env.Append(BUILDERS={'InstallAsSymlink': libln_builder}) - env['ENDIANNESS'] = "be" if sys.byteorder == "big" else "le" - return env -@@ -227,7 +229,7 @@ def CreateEnvironment(): - def PassVariables(envvar, env): - for (x, y) in envvar: - if x in os.environ: -- print 'Warning: you\'ve set %s in the environmental variable!' % x -+ print('Warning: you\'ve set %s in the environmental variable!' % x) - env[y] = os.environ[x] - - env = CreateEnvironment() -@@ -375,7 +377,6 @@ def DoConfigure(): - conf.CheckFunc('getopt_long') - conf.CheckFunc('getpagesize') - conf.CheckFunc('get_opt') -- conf.CheckCHeader('iconv.h') - conf.CheckCHeader('inttypes.h') - conf.CheckCHeader('locale.h') - conf.CheckCHeader('libintl.h') -@@ -463,7 +464,7 @@ def DoInstall(): - lib_target_bin), - ] - -- lib_pkgconfig_target = env.Install(os.path.join(libdir, 'pkgconfig'), -+ lib_pkgconfig_target = env.Install(os.path.join(env['PREFIX'], 'libdata/pkgconfig'), - ['sunpinyin-2.0.pc']) - bin_target = env.Install(bindir, bins) - man1_target = env.Install(man1dir, man1s) diff --git a/chinese/sunpinyin/files/patch-man_SConscript b/chinese/sunpinyin/files/patch-man_SConscript deleted file mode 100644 index e04f8c8623af..000000000000 --- a/chinese/sunpinyin/files/patch-man_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- man/SConscript.orig 2014-11-14 14:17:48 UTC -+++ man/SConscript -@@ -1,7 +1,7 @@ - import os - Import('env') - --pod2man = Builder(action = 'pod2man < $SOURCE > $TARGET') -+pod2man = Builder(action = 'pod2man $SOURCE $TARGET') - env.Append(BUILDERS = {'Man': pod2man}) - - env.Man('mmseg.1', 'mmseg.pod') diff --git a/chinese/sunpinyin/files/patch-src_SConscript b/chinese/sunpinyin/files/patch-src_SConscript deleted file mode 100644 index b579ebd107b8..000000000000 --- a/chinese/sunpinyin/files/patch-src_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- src/SConscript.orig 2014-11-14 14:17:48 UTC -+++ src/SConscript -@@ -53,7 +53,7 @@ env.Substfile('sunpinyin-dictgen.mk.in', SUBST_DICT={ - }) - env.Command('sunpinyin-dictgen', 'sunpinyin-dictgen.mk', [ - Copy("$TARGET", "$SOURCE"), -- Chmod("$TARGET", 0755), -+ Chmod("$TARGET", 0o755), - ]) - - # -*- indent-tabs-mode: nil -*- vim:et:ts=4 diff --git a/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp b/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp deleted file mode 100644 index 74fdf4f2fa59..000000000000 --- a/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- src/ime-core/imi_winHandler.cpp.orig 2014-11-14 14:17:48 UTC -+++ src/ime-core/imi_winHandler.cpp -@@ -87,6 +87,7 @@ CIMIWinHandler::throwBackKey(unsigned ke - void - CIMIWinHandler::updateStatus(int key, int value) - { -+#ifdef DEBUG - switch (key) { - case STATUS_ID_CN: - printf("CN status is "); break; -@@ -101,6 +102,7 @@ CIMIWinHandler::updateStatus(int key, in - - printf("%d\n", value); - fflush(stdout); -+#endif - } - - // -*- indent-tabs-mode: nil -*- vim:et:ts=4 diff --git a/chinese/sunpinyin/files/patch-src_portability.h b/chinese/sunpinyin/files/patch-src_portability.h deleted file mode 100644 index 93c117af2c66..000000000000 --- a/chinese/sunpinyin/files/patch-src_portability.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/portability.h.orig 2014-11-14 14:17:48 UTC -+++ src/portability.h -@@ -42,6 +42,7 @@ - #include - #include - #include -+#include - #include - #include - diff --git a/chinese/sunpinyin/files/patch-src_slm_thread_slmthread.cpp b/chinese/sunpinyin/files/patch-src_slm_thread_slmthread.cpp deleted file mode 100644 index 723c45843d74..000000000000 --- a/chinese/sunpinyin/files/patch-src_slm_thread_slmthread.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- src/slm/thread/slmthread.cpp.orig 2014-11-14 14:17:48 UTC -+++ src/slm/thread/slmthread.cpp -@@ -250,10 +250,10 @@ main(int argc, char* argv[]) - - bool usingLogPr = slm.isUseLogPr(); - -- #define EffectivePr(a) (float((usingLogPr) ? ((a) / log(2.0)) : (-log2((a))))) -- #define OriginalPr(b) (float((usingLogPr) ? ((b) * log(2.0)) : (exp2(-(b))))) -- #define EffectiveBow(a) (float((usingLogPr) ? (exp(-(a))) : ((a)))) -- #define OriginalBow(b) (float((usingLogPr) ? (-log((b))) : ((b)))) -+ #define EffectivePr(a) (float((usingLogPr) ? ((a) / logf(2.0f)) : (-log2f((a))))) -+ #define OriginalPr(b) (float((usingLogPr) ? ((b) * logf(2.0f)) : (exp2f(-(b))))) -+ #define EffectiveBow(a) (float((usingLogPr) ? (expf(-(a))) : ((a)))) -+ #define OriginalBow(b) (float((usingLogPr) ? (-logf((b))) : ((b)))) - - printf("\nfirst pass..."); fflush(stdout); - for (int lvl = 0; lvl <= slm.getN(); ++lvl) { diff --git a/chinese/sunpinyin/files/patch-src_sunpinyin-dictgen.mk.in b/chinese/sunpinyin/files/patch-src_sunpinyin-dictgen.mk.in deleted file mode 100644 index 4372c17738ef..000000000000 --- a/chinese/sunpinyin/files/patch-src_sunpinyin-dictgen.mk.in +++ /dev/null @@ -1,26 +0,0 @@ ---- src/sunpinyin-dictgen.mk.in.orig 2014-11-14 14:17:48 UTC -+++ src/sunpinyin-dictgen.mk.in -@@ -42,22 +42,7 @@ DL_ROOT = ${DL_HOST}/open-gram - DICT_PAT = 'dict\.utf8-[0-9]\+.tar.bz2' - SLM_PAT = 'lm_sc\.3gm\.arpa-[0-9]\+.tar.bz2' - --DICT_AR = $(shell ${W3M} ${DL_LIST} | grep -o ${DICT_PAT} | sort | tail -n 1) --SLM_AR = $(shell ${W3M} ${DL_LIST} | grep -o ${SLM_PAT} | sort | tail -n 1) -- --all: install -- --${DICT_AR}: -- ${WGET} ${DL_ROOT}/$@ -- --dict.utf8: ${DICT_AR} -- ${TAR} xmf $^ -- --${SLM_AR}: -- ${WGET} ${DL_ROOT}/$@ -- --lm_sc.3gm.arpa: ${SLM_AR} -- ${TAR} xmf $^ -+all: lm_sc.t3g pydict_sc.bin - - lm_sc.3gm: lm_sc.3gm.arpa dict.utf8 - slmpack $^ $@ diff --git a/chinese/sunpinyin/files/patch-xdg b/chinese/sunpinyin/files/patch-xdg deleted file mode 100644 index 452c3aacb46f..000000000000 --- a/chinese/sunpinyin/files/patch-xdg +++ /dev/null @@ -1,35 +0,0 @@ ---- src/ime-core/imi_options.cpp.orig 2014-11-14 14:17:48 UTC -+++ src/ime-core/imi_options.cpp -@@ -73,12 +73,15 @@ CSimplifiedChinesePolicy::loadResources( - - if (!m_user_data_dir.size()) { - char path[256]; -- const char *home = getenv("HOME"); -- snprintf(path, -- sizeof(path), -- "%s/%s", -- home, -- SUNPINYIN_USERDATA_DIR_PREFIX); -+ const char *home = getenv("XDG_CONFIG_HOME"); -+ if (home == NULL) -+ snprintf(path, sizeof(path), -+ "%s/.config/%s", getenv("HOME"), -+ SUNPINYIN_USERDATA_DIR_PREFIX); -+ else -+ snprintf(path, sizeof(path), -+ "%s/%s", home, -+ SUNPINYIN_USERDATA_DIR_PREFIX); - m_user_data_dir = path; - } - ---- src/ime-core/imi_options.h.orig 2014-11-14 14:17:48 UTC -+++ src/ime-core/imi_options.h -@@ -52,7 +52,7 @@ - #include "pinyin/hunpin_seg.h" - - #ifndef SUNPINYIN_USERDATA_DIR_PREFIX --#define SUNPINYIN_USERDATA_DIR_PREFIX ".sunpinyin" -+#define SUNPINYIN_USERDATA_DIR_PREFIX "sunpinyin" - #endif - - struct CSimplifiedChinesePolicy : public IConfigurable { diff --git a/chinese/sunpinyin/pkg-descr b/chinese/sunpinyin/pkg-descr deleted file mode 100644 index 5e010cf93aa0..000000000000 --- a/chinese/sunpinyin/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -SunPinyin is a statistical language model based Chinese input method, which -was firstly developed by Sun Beijing Globalization team, and opensource'd -to community with OpenSolaris project, with LGPLv2 and CDDL dual-licenses. - -WWW: http://code.google.com/p/sunpinyin/ diff --git a/chinese/sunpinyin/pkg-plist b/chinese/sunpinyin/pkg-plist deleted file mode 100644 index 9d178553e762..000000000000 --- a/chinese/sunpinyin/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -include/sunpinyin-2.0/ime-core/ic_history.h -include/sunpinyin-2.0/ime-core/imi_context.h -include/sunpinyin-2.0/ime-core/imi_data.h -include/sunpinyin-2.0/ime-core/imi_defines.h -include/sunpinyin-2.0/ime-core/imi_funcobjs.h -include/sunpinyin-2.0/ime-core/imi_glibHandler.h -include/sunpinyin-2.0/ime-core/imi_keys.h -include/sunpinyin-2.0/ime-core/imi_option_event.h -include/sunpinyin-2.0/ime-core/imi_option_keys.h -include/sunpinyin-2.0/ime-core/imi_options.h -include/sunpinyin-2.0/ime-core/imi_uiobjects.h -include/sunpinyin-2.0/ime-core/imi_view.h -include/sunpinyin-2.0/ime-core/imi_view_classic.h -include/sunpinyin-2.0/ime-core/imi_winHandler.h -include/sunpinyin-2.0/ime-core/lattice_states.h -include/sunpinyin-2.0/ime-core/userdict.h -include/sunpinyin-2.0/ime-core/utils.h -include/sunpinyin-2.0/lexicon/pytrie.h -include/sunpinyin-2.0/lexicon/pytrie_gen.h -include/sunpinyin-2.0/lexicon/trie_writer.h -include/sunpinyin-2.0/pinyin/datrie.h -include/sunpinyin-2.0/pinyin/datrie_impl.h -include/sunpinyin-2.0/pinyin/hunpin_seg.h -include/sunpinyin-2.0/pinyin/pinyin_data.h -include/sunpinyin-2.0/pinyin/pinyin_seg.h -include/sunpinyin-2.0/pinyin/quanpin_trie.h -include/sunpinyin-2.0/pinyin/segmentor.h -include/sunpinyin-2.0/pinyin/shuangpin_data.h -include/sunpinyin-2.0/pinyin/shuangpin_seg.h -include/sunpinyin-2.0/pinyin/syllable.h -include/sunpinyin-2.0/portability.h -include/sunpinyin-2.0/slm/ids2ngram/idngram.h -include/sunpinyin-2.0/slm/ids2ngram/idngram_merge.h -include/sunpinyin-2.0/slm/sim_dict.h -include/sunpinyin-2.0/slm/sim_fmerge.h -include/sunpinyin-2.0/slm/sim_sen.h -include/sunpinyin-2.0/slm/sim_slm.h -include/sunpinyin-2.0/slm/slm.h -include/sunpinyin-2.0/slm/slmbuild/sim_slmbuilder.h -include/sunpinyin-2.0/slm/slmpack/arpa_slm.h -include/sunpinyin-2.0/slm/slmpack/common.h -include/sunpinyin-2.0/slm/thread/ValueCompress.h -include/sunpinyin-2.0/slm/tslmendian/slm_file.h -include/sunpinyin-2.0/slm/tslmendian/writer.h -include/sunpinyin-2.0/sunpinyin.h -lib/libsunpinyin.so -lib/libsunpinyin.so.3 -lib/libsunpinyin.so.3.0 -libdata/pkgconfig/sunpinyin-2.0.pc -%%DATADIR%%/lm_sc.t3g -%%DATADIR%%/pydict_sc.bin From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 18:33:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D29B765821E; Sat, 26 Jun 2021 18: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 4GC2Z15fStz3M2R; Sat, 26 Jun 2021 18:33: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 A987023A7A; Sat, 26 Jun 2021 18:33: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 15QIXTZf007521; Sat, 26 Jun 2021 18:33:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QIXTCO007520; Sat, 26 Jun 2021 18:33:29 GMT (envelope-from git) Date: Sat, 26 Jun 2021 18:33:29 GMT Message-Id: <202106261833.15QIXTCO007520@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: 138948297672 - main - net-im/openfire: Switch to USE_GITHUB 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: 138948297672f43af0fa75647288abc84602385d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 18:33:29 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=138948297672f43af0fa75647288abc84602385d commit 138948297672f43af0fa75647288abc84602385d Author: Neel Chauhan AuthorDate: 2021-06-26 18:31:06 +0000 Commit: Neel Chauhan CommitDate: 2021-06-26 18:33:09 +0000 net-im/openfire: Switch to USE_GITHUB PR: 256748 Reported by: Daniel Engberg --- net-im/openfire/Makefile | 8 ++++---- net-im/openfire/distinfo | 8 +++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index 7222e28417e4..50e1bcf040af 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -2,11 +2,9 @@ PORTNAME= openfire PORTVERSION= 4.6.4 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im java -MASTER_SITES= https://github.com/igniterealtime/${PORTNAME}/archive/refs/tags/ \ - LOCAL/pi:maven -DISTFILES= v${PORTVERSION}.tar.gz MAINTAINER= nikita@druba.su COMMENT= Enterprise instant messaging server @@ -14,6 +12,9 @@ COMMENT= Enterprise instant messaging server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +USE_GITHUB= yes +GH_ACCOUNT= igniterealtime + BUILD_DEPENDS= mvn:devel/maven OPTIONS_DEFINE= DOCS TEST @@ -23,7 +24,6 @@ MAVEN_DESC= Source of Maven build plugins LOCAL_M2_DESC= Use prefetch plugins from FreeBSD repository ONLINE_M2_DESC= Download last plugins during build process (into ~/.m2) OPTIONS_DEFAULT= LOCAL_M2 -LOCAL_M2_DISTFILES= FreeBSD-${PORTNAME}-${PORTVERSION}-maven-repository.tar.gz:maven USES= cpe USE_JAVA= yes diff --git a/net-im/openfire/distinfo b/net-im/openfire/distinfo index 980333b42dc7..29a3e9210e49 100644 --- a/net-im/openfire/distinfo +++ b/net-im/openfire/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1624266366 -SHA256 (v4.6.4.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 -SIZE (v4.6.4.tar.gz) = 6770705 -SHA256 (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 82a196764301a71f70f1a23bab4628772c9bfc05088a3a0328ef47df0b8ae453 -SIZE (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 253011622 +TIMESTAMP = 1624732221 +SHA256 (igniterealtime-openfire-v4.6.4_GH0.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 +SIZE (igniterealtime-openfire-v4.6.4_GH0.tar.gz) = 6770705 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 18:46:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CC856583A6; Sat, 26 Jun 2021 18: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 4GC2sG0mnCz3MMK; Sat, 26 Jun 2021 18: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 02BD023F0D; Sat, 26 Jun 2021 18: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 15QIkfq6021453; Sat, 26 Jun 2021 18: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 15QIkfZi021452; Sat, 26 Jun 2021 18:46:41 GMT (envelope-from git) Date: Sat, 26 Jun 2021 18:46:41 GMT Message-Id: <202106261846.15QIkfZi021452@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: 01101161fca4 - main - */*: 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: 01101161fca43102699a9e45241d4bde0b51962e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 18:46:42 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=01101161fca43102699a9e45241d4bde0b51962e commit 01101161fca43102699a9e45241d4bde0b51962e Author: Daniel Engberg AuthorDate: 2021-06-26 18:44:08 +0000 Commit: Rene Ladan CommitDate: 2021-06-26 18:46:21 +0000 */*: Remove expired ports: www/dojo-shrinksafe: deprecated upstream www/blastbeat: abandoned upstream, broken on 12.X since 2019 www/demoroniser: made for Microsoft Powerpoint 9x with Perl 4.0 PR: 256634 PR: 256637 PR: 256638 --- MOVED | 3 ++ www/Makefile | 3 -- www/blastbeat/Makefile | 51 ---------------------------- www/blastbeat/distinfo | 2 -- www/blastbeat/pkg-descr | 4 --- www/demoroniser/Makefile | 28 --------------- www/demoroniser/distinfo | 2 -- www/demoroniser/pkg-descr | 6 ---- www/dojo-shrinksafe/Makefile | 31 ----------------- www/dojo-shrinksafe/distinfo | 2 -- www/dojo-shrinksafe/files/dojo-shrinksafe.in | 3 -- www/dojo-shrinksafe/pkg-descr | 7 ---- www/dojo-shrinksafe/pkg-message | 12 ------- 13 files changed, 3 insertions(+), 151 deletions(-) diff --git a/MOVED b/MOVED index fe0f7d1d3ee0..f6c105d81356 100644 --- a/MOVED +++ b/MOVED @@ -16451,3 +16451,6 @@ math/py-pyasp||2021-06-26|Has expired: Uses EOL Python 2.7 via math/gringo devel/viewvc|devel/viewvc-devel|2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream chinese/sunpinyin||2021-06-26|Has expired: Uses Python 2.7 which is EOLed upstream chinese/fcitx-sunpinyin||2021-06-26|Has expired: Uses EOL Python 2.7 via chinese/sunpinyin +www/dojo-shrinksafe||2021-06-26|Removed, deprecated upstream +www/blastbeat||2021-06-26|Removed, abandoned upstream, broken on 12.X since 2019 +www/demoroniser||2021-06-26|Removed, made for Microsoft Powerpoint 9x with Perl 4.0 diff --git a/www/Makefile b/www/Makefile index db2ad1ebcd03..48b2837c4f0d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -46,7 +46,6 @@ SUBDIR += bareos19-webui SUBDIR += beehive SUBDIR += bkmrkconv - SUBDIR += blastbeat SUBDIR += bluefish SUBDIR += bolt SUBDIR += bozohttpd @@ -101,14 +100,12 @@ SUBDIR += davix SUBDIR += dddbl SUBDIR += ddgr - SUBDIR += demoroniser SUBDIR += deno SUBDIR += devd SUBDIR += dfileserver SUBDIR += dhttpd SUBDIR += dillo2 SUBDIR += dojo - SUBDIR += dojo-shrinksafe SUBDIR += dokuwiki SUBDIR += dolibarr SUBDIR += domoticz diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile deleted file mode 100644 index 338d3e7c7470..000000000000 --- a/www/blastbeat/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# Created by: Veniamin Gvozdikov - -PORTNAME= blastbeat -PORTVERSION= 20121205 -PORTREVISION= 3 -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= High-performance HTTP/HTTPS/SPDY proxy - -LICENSE= UNBIT -LICENSE_NAME= UNBIT -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= auto-accept - -LIB_DEPENDS= libev.so:devel/libev \ - libuuid.so:misc/e2fsprogs-libuuid \ - libzmq.so:net/libzmq2 - -USES= gmake ssl -USE_GITHUB= yes -GH_ACCOUNT= zloidemon -GH_TAGNAME= cdac9a9 -PORTEXAMPLES= * - -CFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lm - -PLIST_FILES= bin/blastbeat \ - %%ETCDIR%%/blastbeat.ini.sample - -OPTIONS_DEFINE= EXAMPLES - -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st' -BROKEN_FreeBSD_14= incomplete definition of type 'struct ssl_st' -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${ETCDIR} && \ - ${INSTALL} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${ETCDIR}/${PORTNAME}.ini.sample -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.endif - -.include diff --git a/www/blastbeat/distinfo b/www/blastbeat/distinfo deleted file mode 100644 index 9a0991b6e7f7..000000000000 --- a/www/blastbeat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zloidemon-blastbeat-20121205-cdac9a9_GH0.tar.gz) = 21c455631e5f57c222feefdbdb59d1bcdd40e18bbab4933136ae7aae3ad807fc -SIZE (zloidemon-blastbeat-20121205-cdac9a9_GH0.tar.gz) = 74148 diff --git a/www/blastbeat/pkg-descr b/www/blastbeat/pkg-descr deleted file mode 100644 index 047937610a50..000000000000 --- a/www/blastbeat/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -BlastBeat is an high-performance HTTP/HTTPS/SPDY proxy for new generation -web apps (websockets, socket.io, push, comet...). - -WWW: https://github.com/unbit diff --git a/www/demoroniser/Makefile b/www/demoroniser/Makefile deleted file mode 100644 index 79080679549c..000000000000 --- a/www/demoroniser/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Chris D. Faulhaber - -PORTNAME= demoroniser -PORTVERSION= 1.0.20030916 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.fourmilab.ch/webtools/demoroniser/ \ - LOCAL/jedgar -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Correct moronic and gratuitously incompatible HTML from MS applications - -USES= perl5 shebangfix zip -USE_PERL5= run -perl_OLD_CMD= /bin/perl -SHEBANG_FILES= demoroniser.pl -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= bin/demoroniser man/man1/demoroniser.1.gz - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/demoroniser.pl \ - ${STAGEDIR}${PREFIX}/bin/demoroniser - ${INSTALL_MAN} ${WRKSRC}/demoroniser.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.include diff --git a/www/demoroniser/distinfo b/www/demoroniser/distinfo deleted file mode 100644 index 54f15671b774..000000000000 --- a/www/demoroniser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (demoroniser.zip) = f74c92eeaa0276d4f0594743be6a77e3ea3d998d97f11aa00ded098e4ce99eca -SIZE (demoroniser.zip) = 9582 diff --git a/www/demoroniser/pkg-descr b/www/demoroniser/pkg-descr deleted file mode 100644 index 86db2d44765a..000000000000 --- a/www/demoroniser/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Script to correct moronic and gratuitously incompatible HTML -generated by Microsoft applications. - -This program is in the public domain. - -WWW: http://www.fourmilab.ch/ diff --git a/www/dojo-shrinksafe/Makefile b/www/dojo-shrinksafe/Makefile deleted file mode 100644 index ea37d7f70cd9..000000000000 --- a/www/dojo-shrinksafe/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Greg Larkin - -PORTNAME= shrinksafe -PORTVERSION= 1.9.0 -PORTREVISION= 1 -CATEGORIES= www java -MASTER_SITES= http://download.dojotoolkit.org/release-${PORTVERSION}/ \ - LOCAL/glarkin -PKGNAMEPREFIX= dojo- -DISTNAME= ${PKGNAMEPREFIX}release-${PORTVERSION}-${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= JavaScript code compressor - -USE_JAVA= yes -NO_BUILD= yes - -PLIST_FILES= bin/${PKGNAMEPREFIX}${PORTNAME} %%DATADIR%%/shrinksafe.jar \ - %%DATADIR%%/js.jar -SUB_FILES= ${PKGNAMEPREFIX}${PORTNAME} - -.include - -do-install: - @${INSTALL} -d ${STAGEDIR}${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/shrinksafe.jar ${STAGEDIR}${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/js.jar ${STAGEDIR}${DATADIR} - @${INSTALL_SCRIPT} ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${CAT} pkg-message - -.include diff --git a/www/dojo-shrinksafe/distinfo b/www/dojo-shrinksafe/distinfo deleted file mode 100644 index 60bf2c667ff6..000000000000 --- a/www/dojo-shrinksafe/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dojo-release-1.9.0-shrinksafe.tar.gz) = a25d4445ae3f5e45155755df798fa8909077f9d3791a2124710db56ff8aa343c -SIZE (dojo-release-1.9.0-shrinksafe.tar.gz) = 771547 diff --git a/www/dojo-shrinksafe/files/dojo-shrinksafe.in b/www/dojo-shrinksafe/files/dojo-shrinksafe.in deleted file mode 100644 index f9e23d5e5aec..000000000000 --- a/www/dojo-shrinksafe/files/dojo-shrinksafe.in +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec %%LOCALBASE%%/bin/java -classpath %%DATADIR%%/js.jar -jar %%DATADIR%%/shrinksafe.jar "$@" diff --git a/www/dojo-shrinksafe/pkg-descr b/www/dojo-shrinksafe/pkg-descr deleted file mode 100644 index 51bbb51d7a65..000000000000 --- a/www/dojo-shrinksafe/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Dojo Toolkit's compressor, ShrinkSafe, uses the Rhino JavaScript -interpreter to safely rename variables and reduce the size of your -scripts without interferring with their operation. It does not -change any public APIs making it easy to use in your JavaScript -development process. - -WWW: http://shrinksafe.dojotoolkit.org/ diff --git a/www/dojo-shrinksafe/pkg-message b/www/dojo-shrinksafe/pkg-message deleted file mode 100644 index f23c77c23624..000000000000 --- a/www/dojo-shrinksafe/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -[ -{ type: install - message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 95646658148; Sat, 26 Jun 2021 18:50: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 4GC2xW3bdrz3M9j; Sat, 26 Jun 2021 18:50: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 641FA23B43; Sat, 26 Jun 2021 18:50: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 15QIoNds030023; Sat, 26 Jun 2021 18:50:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QIoNmn030022; Sat, 26 Jun 2021 18:50:23 GMT (envelope-from git) Date: Sat, 26 Jun 2021 18:50:23 GMT Message-Id: <202106261850.15QIoNmn030022@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: 3d19154cbee1 - main - devel/py-pyelftools: update to 0.27 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: 3d19154cbee125a3d317acd6dc4e1d5fab137482 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 18:50:23 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d19154cbee125a3d317acd6dc4e1d5fab137482 commit 3d19154cbee125a3d317acd6dc4e1d5fab137482 Author: Antoine Brodin AuthorDate: 2021-06-26 18:48:22 +0000 Commit: Antoine Brodin CommitDate: 2021-06-26 18:50:17 +0000 devel/py-pyelftools: update to 0.27 --- devel/py-pyelftools/Makefile | 2 +- devel/py-pyelftools/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-pyelftools/Makefile b/devel/py-pyelftools/Makefile index 0de02d0899b8..c3884d796772 100644 --- a/devel/py-pyelftools/Makefile +++ b/devel/py-pyelftools/Makefile @@ -1,7 +1,7 @@ # Created by: antoine@FreeBSD.org PORTNAME= pyelftools -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyelftools/distinfo b/devel/py-pyelftools/distinfo index 690ab5204e34..9336a0ede0bc 100644 --- a/devel/py-pyelftools/distinfo +++ b/devel/py-pyelftools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575959782 -SHA256 (pyelftools-0.26.tar.gz) = 86ac6cee19f6c945e8dedf78c6ee74f1112bd14da5a658d8c9d4103aed5756a2 -SIZE (pyelftools-0.26.tar.gz) = 535651 +TIMESTAMP = 1624732652 +SHA256 (pyelftools-0.27.tar.gz) = cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b +SIZE (pyelftools-0.27.tar.gz) = 2636011 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 19:23:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0AC13658AB0; Sat, 26 Jun 2021 19:23: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 4GC3gJ6rCmz3PDy; Sat, 26 Jun 2021 19: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 D32592452C; Sat, 26 Jun 2021 19: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 15QJN8B1074596; Sat, 26 Jun 2021 19: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 15QJN8G2074595; Sat, 26 Jun 2021 19:23:08 GMT (envelope-from git) Date: Sat, 26 Jun 2021 19:23:08 GMT Message-Id: <202106261923.15QJN8G2074595@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: f82bd1b8434f - main - */*: Update KDE Plasma Desktop to 5.22.2 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: f82bd1b8434f1dacb0cafcf2ba4cb6ad625878f7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 19:23:09 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=f82bd1b8434f1dacb0cafcf2ba4cb6ad625878f7 commit f82bd1b8434f1dacb0cafcf2ba4cb6ad625878f7 Author: Tobias C. Berner AuthorDate: 2021-06-26 16:04:42 +0000 Commit: Tobias C. Berner CommitDate: 2021-06-26 19:22:57 +0000 */*: Update KDE Plasma Desktop to 5.22.2 Tuesday, 22 June 2021. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.22.2. Plasma 5.22 was released in June 2021 with many feature refinements and new modules to complete the desktop experience. This release adds a week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Discover: Flatpak: properly notify about updates. * [Task Manager] Show window title in tooltip when player title is different * KWin: Wayland: Implement activities window rule. View full changelog: https://kde.org/announcements/changelogs/plasma/5/5.22.1-5.22.2 --- Mk/Uses/kde.mk | 4 ++-- audio/plasma5-plasma-pa/distinfo | 6 +++--- deskutils/plasma5-milou/distinfo | 6 +++--- deskutils/plasma5-sddm-kcm/distinfo | 6 +++--- devel/plasma5-khotkeys/distinfo | 6 +++--- devel/plasma5-kwrited/distinfo | 6 +++--- devel/plasma5-plasma-sdk/distinfo | 6 +++--- security/plasma5-kscreenlocker/distinfo | 6 +++--- security/plasma5-ksshaskpass/distinfo | 6 +++--- security/plasma5-kwallet-pam/distinfo | 6 +++--- sysutils/plasma5-discover/distinfo | 6 +++--- sysutils/plasma5-drkonqi/distinfo | 6 +++--- sysutils/plasma5-kde-cli-tools/distinfo | 6 +++--- sysutils/plasma5-kinfocenter/distinfo | 6 +++--- sysutils/plasma5-kmenuedit/distinfo | 6 +++--- sysutils/plasma5-libksysguard/distinfo | 6 +++--- sysutils/plasma5-plasma-disks/distinfo | 6 +++--- sysutils/plasma5-plasma-systemmonitor/distinfo | 6 +++--- sysutils/plasma5-polkit-kde-agent-1/distinfo | 6 +++--- sysutils/plasma5-powerdevil/distinfo | 6 +++--- sysutils/plasma5-systemsettings/distinfo | 6 +++--- www/plasma5-plasma-browser-integration/distinfo | 6 +++--- x11-themes/plasma5-breeze-gtk/distinfo | 6 +++--- x11-themes/plasma5-breeze/distinfo | 6 +++--- x11-themes/plasma5-kde-gtk-config/distinfo | 6 +++--- x11-themes/plasma5-oxygen/distinfo | 6 +++--- x11-themes/plasma5-plasma-workspace-wallpapers/distinfo | 6 +++--- x11-toolkits/plasma5-kdeplasma-addons/distinfo | 6 +++--- x11-wm/plasma5-kdecoration/distinfo | 6 +++--- x11-wm/plasma5-kwin/distinfo | 6 +++--- x11/plasma5-kactivitymanagerd/distinfo | 6 +++--- x11/plasma5-kgamma5/distinfo | 6 +++--- x11/plasma5-kscreen/distinfo | 6 +++--- x11/plasma5-kwayland-integration/distinfo | 6 +++--- x11/plasma5-kwayland-server/distinfo | 6 +++--- x11/plasma5-layer-shell-qt/distinfo | 6 +++--- x11/plasma5-libkscreen/distinfo | 6 +++--- x11/plasma5-plasma-desktop/distinfo | 6 +++--- x11/plasma5-plasma-integration/distinfo | 6 +++--- x11/plasma5-plasma-workspace/distinfo | 6 +++--- x11/plasma5-plasma-workspace/pkg-plist | 2 ++ 41 files changed, 121 insertions(+), 119 deletions(-) diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 8b9d367cd1fc..7b74d63d2966 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -75,7 +75,7 @@ _KDE_RELNAME= KDE${_KDE_VERSION} # === VERSIONS OF THE DIFFERENT COMPONENTS ===================================== # Current KDE desktop. -KDE_PLASMA_VERSION?= 5.22.1 +KDE_PLASMA_VERSION?= 5.22.2.1 KDE_PLASMA_BRANCH?= stable # Current KDE frameworks. @@ -213,7 +213,7 @@ PLIST_SUB+= KDE_PREFIX="${KDE_PREFIX}" # KDE Applications version. PLIST_SUB+= KDE_APPLICATIONS_VERSION="${KDE_APPLICATIONS_VERSION}" \ KDE_FRAMEWORKS_VERSION="${KDE_FRAMEWORKS_VERSION}" \ - KDE_PLASMA_VERSION="${KDE_PLASMA_VERSION}" + KDE_PLASMA_VERSION="${KDE_PLASMA_VERSION:R}" # ============================================================================== _USE_KDE_BOTH= akonadi attica libkcddb libkcompactdisc libkdcraw libkdegames \ diff --git a/audio/plasma5-plasma-pa/distinfo b/audio/plasma5-plasma-pa/distinfo index eb5952cb466a..b5829baf0190 100644 --- a/audio/plasma5-plasma-pa/distinfo +++ b/audio/plasma5-plasma-pa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866570 -SHA256 (KDE/plasma/5.22.1/plasma-pa-5.22.1.tar.xz) = bd8d5655ae3e188b1c48ac3c0019a0c303b95060576836f70232448b5955e9f2 -SIZE (KDE/plasma/5.22.1/plasma-pa-5.22.1.tar.xz) = 127304 +TIMESTAMP = 1624729958 +SHA256 (KDE/plasma/5.22.2.1/plasma-pa-5.22.2.1.tar.xz) = 1ffe082079cc71bd55839f385c30c5af54bed5e9cfd804209fd58f614622d164 +SIZE (KDE/plasma/5.22.2.1/plasma-pa-5.22.2.1.tar.xz) = 127284 diff --git a/deskutils/plasma5-milou/distinfo b/deskutils/plasma5-milou/distinfo index eb9f98f2b7bf..6ad4e95979df 100644 --- a/deskutils/plasma5-milou/distinfo +++ b/deskutils/plasma5-milou/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866571 -SHA256 (KDE/plasma/5.22.1/milou-5.22.1.tar.xz) = 98ed1f0fe0f4dbc73645a04512593d129a1ff5367b9fb43660922fa9540f0d44 -SIZE (KDE/plasma/5.22.1/milou-5.22.1.tar.xz) = 52584 +TIMESTAMP = 1624729959 +SHA256 (KDE/plasma/5.22.2.1/milou-5.22.2.1.tar.xz) = 4d582d966fd3eb338a2a57c04fe37ffcfed9d24e20c503dfe77236b031550f8f +SIZE (KDE/plasma/5.22.2.1/milou-5.22.2.1.tar.xz) = 52676 diff --git a/deskutils/plasma5-sddm-kcm/distinfo b/deskutils/plasma5-sddm-kcm/distinfo index 994f7c7ae218..032f7a491e06 100644 --- a/deskutils/plasma5-sddm-kcm/distinfo +++ b/deskutils/plasma5-sddm-kcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866572 -SHA256 (KDE/plasma/5.22.1/sddm-kcm-5.22.1.tar.xz) = c4f4afbce00d7c280753f4b35998ae3df1e81d2f3bcee0d13f5be5fad2477e41 -SIZE (KDE/plasma/5.22.1/sddm-kcm-5.22.1.tar.xz) = 64460 +TIMESTAMP = 1624729960 +SHA256 (KDE/plasma/5.22.2.1/sddm-kcm-5.22.2.1.tar.xz) = df2d13e23554f73246ea13e419a9774cf011e5258a2bfb324bade0ff7d368981 +SIZE (KDE/plasma/5.22.2.1/sddm-kcm-5.22.2.1.tar.xz) = 64468 diff --git a/devel/plasma5-khotkeys/distinfo b/devel/plasma5-khotkeys/distinfo index ef8c7bfe9b8c..9df3c9309561 100644 --- a/devel/plasma5-khotkeys/distinfo +++ b/devel/plasma5-khotkeys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866573 -SHA256 (KDE/plasma/5.22.1/khotkeys-5.22.1.tar.xz) = 39e5bf9790962c8b5bda0181e9da6eedace47014395cc718996cefb2f7a04e09 -SIZE (KDE/plasma/5.22.1/khotkeys-5.22.1.tar.xz) = 1858344 +TIMESTAMP = 1624729962 +SHA256 (KDE/plasma/5.22.2.1/khotkeys-5.22.2.1.tar.xz) = bfb8c9f84dd9d695edf25c3bc03c2703c4e434d3191f1883215d1dee25edb0f1 +SIZE (KDE/plasma/5.22.2.1/khotkeys-5.22.2.1.tar.xz) = 1858324 diff --git a/devel/plasma5-kwrited/distinfo b/devel/plasma5-kwrited/distinfo index c182adc1ee69..7a162fcffa53 100644 --- a/devel/plasma5-kwrited/distinfo +++ b/devel/plasma5-kwrited/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866574 -SHA256 (KDE/plasma/5.22.1/kwrited-5.22.1.tar.xz) = c33ca150c8f3f0f75b10731718679a5746bb832e2fba7bc7d45016c9dcf69ced -SIZE (KDE/plasma/5.22.1/kwrited-5.22.1.tar.xz) = 20472 +TIMESTAMP = 1624729962 +SHA256 (KDE/plasma/5.22.2.1/kwrited-5.22.2.1.tar.xz) = 52748d812dd28ea617c8f42d2e2aa39d589e08f69406fb207e9c6ad1078a9e1e +SIZE (KDE/plasma/5.22.2.1/kwrited-5.22.2.1.tar.xz) = 20476 diff --git a/devel/plasma5-plasma-sdk/distinfo b/devel/plasma5-plasma-sdk/distinfo index 9113f61b6ab8..7bfa83afc155 100644 --- a/devel/plasma5-plasma-sdk/distinfo +++ b/devel/plasma5-plasma-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866575 -SHA256 (KDE/plasma/5.22.1/plasma-sdk-5.22.1.tar.xz) = 16e3c576705ed416881a126997bbcd2132cca34dfc1f0f48a8c655fbb1ab01b9 -SIZE (KDE/plasma/5.22.1/plasma-sdk-5.22.1.tar.xz) = 269508 +TIMESTAMP = 1624729963 +SHA256 (KDE/plasma/5.22.2.1/plasma-sdk-5.22.2.1.tar.xz) = 77c2ee24c11170cc4e5e97dbe5448588ccbfe9279cf450e304d4089ab45e6e57 +SIZE (KDE/plasma/5.22.2.1/plasma-sdk-5.22.2.1.tar.xz) = 269544 diff --git a/security/plasma5-kscreenlocker/distinfo b/security/plasma5-kscreenlocker/distinfo index e4cfd8b66672..969dedd8a07b 100644 --- a/security/plasma5-kscreenlocker/distinfo +++ b/security/plasma5-kscreenlocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866576 -SHA256 (KDE/plasma/5.22.1/kscreenlocker-5.22.1.tar.xz) = 9803b976b6cc14fa5216de17481609ebf46d28c314284d9e74e8f9b181cb9bba -SIZE (KDE/plasma/5.22.1/kscreenlocker-5.22.1.tar.xz) = 116508 +TIMESTAMP = 1624729964 +SHA256 (KDE/plasma/5.22.2.1/kscreenlocker-5.22.2.1.tar.xz) = 4e3cc91631aac8a307619c82f87ed1e39c08deb826207f84df1d2133f4138346 +SIZE (KDE/plasma/5.22.2.1/kscreenlocker-5.22.2.1.tar.xz) = 116576 diff --git a/security/plasma5-ksshaskpass/distinfo b/security/plasma5-ksshaskpass/distinfo index 40086251e5f5..797e33b5902b 100644 --- a/security/plasma5-ksshaskpass/distinfo +++ b/security/plasma5-ksshaskpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866577 -SHA256 (KDE/plasma/5.22.1/ksshaskpass-5.22.1.tar.xz) = f4da702de3113b7a64831f5d8dd86614b7763229ba6eff0f4a2feb76ecab2385 -SIZE (KDE/plasma/5.22.1/ksshaskpass-5.22.1.tar.xz) = 23664 +TIMESTAMP = 1624729965 +SHA256 (KDE/plasma/5.22.2.1/ksshaskpass-5.22.2.1.tar.xz) = 34d338a4f6f16a0207d21b45262fb0bb876909c5837646a53625bd4a90efd5e3 +SIZE (KDE/plasma/5.22.2.1/ksshaskpass-5.22.2.1.tar.xz) = 23652 diff --git a/security/plasma5-kwallet-pam/distinfo b/security/plasma5-kwallet-pam/distinfo index a9ee83cf4f8d..0efa9e146b31 100644 --- a/security/plasma5-kwallet-pam/distinfo +++ b/security/plasma5-kwallet-pam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866577 -SHA256 (KDE/plasma/5.22.1/kwallet-pam-5.22.1.tar.xz) = 10d8912d064e2c97896f23202467fe57107c01d5c2523690cb0f49661fe56e30 -SIZE (KDE/plasma/5.22.1/kwallet-pam-5.22.1.tar.xz) = 20156 +TIMESTAMP = 1624729966 +SHA256 (KDE/plasma/5.22.2.1/kwallet-pam-5.22.2.1.tar.xz) = 160869c18926b59e6d8407c6c375b98b4bc51f2a0e425a6ff35b9ab65cac4f37 +SIZE (KDE/plasma/5.22.2.1/kwallet-pam-5.22.2.1.tar.xz) = 20152 diff --git a/sysutils/plasma5-discover/distinfo b/sysutils/plasma5-discover/distinfo index 923ce77e3ecc..3342009c55af 100644 --- a/sysutils/plasma5-discover/distinfo +++ b/sysutils/plasma5-discover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866579 -SHA256 (KDE/plasma/5.22.1/discover-5.22.1.tar.xz) = 593ef8c026c07f1a045672b169d299ea0696fd38216117a1859284728bcd2e1a -SIZE (KDE/plasma/5.22.1/discover-5.22.1.tar.xz) = 8455804 +TIMESTAMP = 1624729968 +SHA256 (KDE/plasma/5.22.2.1/discover-5.22.2.1.tar.xz) = 33a035fe4dcb87daefa6d7e74c397286f9441ff0dda142b784db1473c6837c97 +SIZE (KDE/plasma/5.22.2.1/discover-5.22.2.1.tar.xz) = 8456060 diff --git a/sysutils/plasma5-drkonqi/distinfo b/sysutils/plasma5-drkonqi/distinfo index c14691b45b6e..90111dd6afd8 100644 --- a/sysutils/plasma5-drkonqi/distinfo +++ b/sysutils/plasma5-drkonqi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866580 -SHA256 (KDE/plasma/5.22.1/drkonqi-5.22.1.tar.xz) = 8af584eee19b984a6aa6dd2a795eb6b6ea0ebe1b03e69f8321a5f3c88ca7cf39 -SIZE (KDE/plasma/5.22.1/drkonqi-5.22.1.tar.xz) = 782588 +TIMESTAMP = 1624729969 +SHA256 (KDE/plasma/5.22.2.1/drkonqi-5.22.2.1.tar.xz) = 6d3081ae97d536d014394648e97b782f57f06ecef25ef6fbeb6370504d15d30d +SIZE (KDE/plasma/5.22.2.1/drkonqi-5.22.2.1.tar.xz) = 781236 diff --git a/sysutils/plasma5-kde-cli-tools/distinfo b/sysutils/plasma5-kde-cli-tools/distinfo index 9fc747e7814c..c60667a130d0 100644 --- a/sysutils/plasma5-kde-cli-tools/distinfo +++ b/sysutils/plasma5-kde-cli-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866581 -SHA256 (KDE/plasma/5.22.1/kde-cli-tools-5.22.1.tar.xz) = 02c5c90136a026194d7ec8500757b6aa0efa2dcc02b0f63b4e87d99b12bdeea3 -SIZE (KDE/plasma/5.22.1/kde-cli-tools-5.22.1.tar.xz) = 626536 +TIMESTAMP = 1624729970 +SHA256 (KDE/plasma/5.22.2.1/kde-cli-tools-5.22.2.1.tar.xz) = f37da67d3f46ca3bf353bbfeb36e5b7cd0ad3f0e923a530dfac9c1a280cc90c2 +SIZE (KDE/plasma/5.22.2.1/kde-cli-tools-5.22.2.1.tar.xz) = 626592 diff --git a/sysutils/plasma5-kinfocenter/distinfo b/sysutils/plasma5-kinfocenter/distinfo index e8be80e475c1..b2787f641f48 100644 --- a/sysutils/plasma5-kinfocenter/distinfo +++ b/sysutils/plasma5-kinfocenter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866582 -SHA256 (KDE/plasma/5.22.1/kinfocenter-5.22.1.tar.xz) = ae2ce89549af7e096d663a04c1eb22383c0e8c71bf2699f1bc9697ee2019854d -SIZE (KDE/plasma/5.22.1/kinfocenter-5.22.1.tar.xz) = 1163660 +TIMESTAMP = 1624729971 +SHA256 (KDE/plasma/5.22.2.1/kinfocenter-5.22.2.1.tar.xz) = 34c630cb096700c5c77cbdf73b36de47dbaaf02719416896ac16fd2591ac1a50 +SIZE (KDE/plasma/5.22.2.1/kinfocenter-5.22.2.1.tar.xz) = 1163044 diff --git a/sysutils/plasma5-kmenuedit/distinfo b/sysutils/plasma5-kmenuedit/distinfo index 54488d4a43e4..8280fe69fa3d 100644 --- a/sysutils/plasma5-kmenuedit/distinfo +++ b/sysutils/plasma5-kmenuedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866583 -SHA256 (KDE/plasma/5.22.1/kmenuedit-5.22.1.tar.xz) = 4aaf25c64be71693a2dab0b4a022e6beafd39fd94261a6c20fca500b89f92b80 -SIZE (KDE/plasma/5.22.1/kmenuedit-5.22.1.tar.xz) = 899220 +TIMESTAMP = 1624729972 +SHA256 (KDE/plasma/5.22.2.1/kmenuedit-5.22.2.1.tar.xz) = 5616a5ee417e1b04af54871746d82aef01a09bb57ee4cab5a1ba29507cbdff60 +SIZE (KDE/plasma/5.22.2.1/kmenuedit-5.22.2.1.tar.xz) = 899264 diff --git a/sysutils/plasma5-libksysguard/distinfo b/sysutils/plasma5-libksysguard/distinfo index f04bfebb92d9..97702676ba52 100644 --- a/sysutils/plasma5-libksysguard/distinfo +++ b/sysutils/plasma5-libksysguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866689 -SHA256 (KDE/plasma/5.22.1/libksysguard-5.22.1.tar.xz) = 5a60639a385c3e83a40c17f1c6469b7473f5551fe9379543d98ec0068adca476 -SIZE (KDE/plasma/5.22.1/libksysguard-5.22.1.tar.xz) = 737100 +TIMESTAMP = 1624729974 +SHA256 (KDE/plasma/5.22.2.1/libksysguard-5.22.2.1.tar.xz) = f909cd6a94acf4f6f11deda9963744416b6803fdeaff393cd4e03599d22d4987 +SIZE (KDE/plasma/5.22.2.1/libksysguard-5.22.2.1.tar.xz) = 737248 diff --git a/sysutils/plasma5-plasma-disks/distinfo b/sysutils/plasma5-plasma-disks/distinfo index 8041af831bb9..d7b2a8b384f2 100644 --- a/sysutils/plasma5-plasma-disks/distinfo +++ b/sysutils/plasma5-plasma-disks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866690 -SHA256 (KDE/plasma/5.22.1/plasma-disks-5.22.1.tar.xz) = 250031132e1ed536d3fd785ae90b8eab1900691fc6eb72a7103d21e96294bb4f -SIZE (KDE/plasma/5.22.1/plasma-disks-5.22.1.tar.xz) = 84192 +TIMESTAMP = 1624729975 +SHA256 (KDE/plasma/5.22.2.1/plasma-disks-5.22.2.1.tar.xz) = a0b5be8bd2631e4a28091d57119d6261979e362fabdf97af5385126d6253bc44 +SIZE (KDE/plasma/5.22.2.1/plasma-disks-5.22.2.1.tar.xz) = 84184 diff --git a/sysutils/plasma5-plasma-systemmonitor/distinfo b/sysutils/plasma5-plasma-systemmonitor/distinfo index 8af68ad27ec4..11f9ac9535f6 100644 --- a/sysutils/plasma5-plasma-systemmonitor/distinfo +++ b/sysutils/plasma5-plasma-systemmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866691 -SHA256 (KDE/plasma/5.22.1/plasma-systemmonitor-5.22.1.tar.xz) = 26a7be0b9e56d669257c55b414a3c386d43d4f8955b6eaf11656951ba4e01632 -SIZE (KDE/plasma/5.22.1/plasma-systemmonitor-5.22.1.tar.xz) = 134040 +TIMESTAMP = 1624729976 +SHA256 (KDE/plasma/5.22.2.1/plasma-systemmonitor-5.22.2.1.tar.xz) = cded1169fc75ccb2f547105b1a135c7e0f63a755a714b4e27f55c8020c49b759 +SIZE (KDE/plasma/5.22.2.1/plasma-systemmonitor-5.22.2.1.tar.xz) = 134028 diff --git a/sysutils/plasma5-polkit-kde-agent-1/distinfo b/sysutils/plasma5-polkit-kde-agent-1/distinfo index 41b4d48bde35..a8f4c7c2410d 100644 --- a/sysutils/plasma5-polkit-kde-agent-1/distinfo +++ b/sysutils/plasma5-polkit-kde-agent-1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866692 -SHA256 (KDE/plasma/5.22.1/polkit-kde-agent-1-5.22.1.tar.xz) = de9a6f1bdf434d013a8d6f0c1498257bc4a48349e652375b4dd036eb161214ee -SIZE (KDE/plasma/5.22.1/polkit-kde-agent-1-5.22.1.tar.xz) = 45792 +TIMESTAMP = 1624729977 +SHA256 (KDE/plasma/5.22.2.1/polkit-kde-agent-1-5.22.2.1.tar.xz) = cb59c21b3c56b59e3ca56f66a79260c2cea8281af9e6aec82dfb0fb86707f74a +SIZE (KDE/plasma/5.22.2.1/polkit-kde-agent-1-5.22.2.1.tar.xz) = 45796 diff --git a/sysutils/plasma5-powerdevil/distinfo b/sysutils/plasma5-powerdevil/distinfo index 201a1f18c031..9f4ee143b27b 100644 --- a/sysutils/plasma5-powerdevil/distinfo +++ b/sysutils/plasma5-powerdevil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866693 -SHA256 (KDE/plasma/5.22.1/powerdevil-5.22.1.tar.xz) = 04fe2206d6dee27de5035c05f2411cb0630ef717d830e4c4557ac669519bdcb7 -SIZE (KDE/plasma/5.22.1/powerdevil-5.22.1.tar.xz) = 617724 +TIMESTAMP = 1624729978 +SHA256 (KDE/plasma/5.22.2.1/powerdevil-5.22.2.1.tar.xz) = 956fb53ed6f5120a7ab2a07615acbb9144c996689ac792f457b22062f912b796 +SIZE (KDE/plasma/5.22.2.1/powerdevil-5.22.2.1.tar.xz) = 617732 diff --git a/sysutils/plasma5-systemsettings/distinfo b/sysutils/plasma5-systemsettings/distinfo index d8a13f4a989a..75d9803a4a3f 100644 --- a/sysutils/plasma5-systemsettings/distinfo +++ b/sysutils/plasma5-systemsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866694 -SHA256 (KDE/plasma/5.22.1/systemsettings-5.22.1.tar.xz) = 80364600d3ecb1611b88afbce34a75955f129c9aaa71ec4d9cfa418b2fd8e656 -SIZE (KDE/plasma/5.22.1/systemsettings-5.22.1.tar.xz) = 204680 +TIMESTAMP = 1624729979 +SHA256 (KDE/plasma/5.22.2.1/systemsettings-5.22.2.1.tar.xz) = 4476bfaa615dd5a1918c320ef488d7e7aa032e8fd54d39a4091db0ecd6cb32c4 +SIZE (KDE/plasma/5.22.2.1/systemsettings-5.22.2.1.tar.xz) = 204504 diff --git a/www/plasma5-plasma-browser-integration/distinfo b/www/plasma5-plasma-browser-integration/distinfo index ab761c1008a5..49b41eda4754 100644 --- a/www/plasma5-plasma-browser-integration/distinfo +++ b/www/plasma5-plasma-browser-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866695 -SHA256 (KDE/plasma/5.22.1/plasma-browser-integration-5.22.1.tar.xz) = f88543779964c46120541f01fbefdb13f8f06061fb3f3418454598087a2e5fe6 -SIZE (KDE/plasma/5.22.1/plasma-browser-integration-5.22.1.tar.xz) = 213020 +TIMESTAMP = 1624729980 +SHA256 (KDE/plasma/5.22.2.1/plasma-browser-integration-5.22.2.1.tar.xz) = d28bc7358d790c2bf7b2136176c41775b610d9bdb2d8611e7cbbb0da59057c3e +SIZE (KDE/plasma/5.22.2.1/plasma-browser-integration-5.22.2.1.tar.xz) = 213084 diff --git a/x11-themes/plasma5-breeze-gtk/distinfo b/x11-themes/plasma5-breeze-gtk/distinfo index cfeef184ea8d..09c0e6ef9e42 100644 --- a/x11-themes/plasma5-breeze-gtk/distinfo +++ b/x11-themes/plasma5-breeze-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866698 -SHA256 (KDE/plasma/5.22.1/breeze-gtk-5.22.1.tar.xz) = 07661452c7fd177210d4416f4e44f83d6f5194670dd4ced151cdedb3fa21e922 -SIZE (KDE/plasma/5.22.1/breeze-gtk-5.22.1.tar.xz) = 47696 +TIMESTAMP = 1624729984 +SHA256 (KDE/plasma/5.22.2.1/breeze-gtk-5.22.2.1.tar.xz) = 82366a4026681284fa758713700922da5dd2acf49693de4813a12b3557a788ed +SIZE (KDE/plasma/5.22.2.1/breeze-gtk-5.22.2.1.tar.xz) = 47680 diff --git a/x11-themes/plasma5-breeze/distinfo b/x11-themes/plasma5-breeze/distinfo index a1aeca006c00..5123f2313657 100644 --- a/x11-themes/plasma5-breeze/distinfo +++ b/x11-themes/plasma5-breeze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866697 -SHA256 (KDE/plasma/5.22.1/breeze-5.22.1.tar.xz) = 1339dd8617e76a21f80600162b6640da79e7abf2e05dc5684b5d2cc6a7a4a464 -SIZE (KDE/plasma/5.22.1/breeze-5.22.1.tar.xz) = 34546532 +TIMESTAMP = 1624729983 +SHA256 (KDE/plasma/5.22.2.1/breeze-5.22.2.1.tar.xz) = d4e25938cd788ebf104bf0395a2f314e67398e6a02515c195f351a33ba2c110a +SIZE (KDE/plasma/5.22.2.1/breeze-5.22.2.1.tar.xz) = 34545512 diff --git a/x11-themes/plasma5-kde-gtk-config/distinfo b/x11-themes/plasma5-kde-gtk-config/distinfo index f0a35404465a..a102a18a5bcc 100644 --- a/x11-themes/plasma5-kde-gtk-config/distinfo +++ b/x11-themes/plasma5-kde-gtk-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866699 -SHA256 (KDE/plasma/5.22.1/kde-gtk-config-5.22.1.tar.xz) = 7093ba1c0a33de261e8fcd3d09534601c32b2514f64d45bdc62a196208c67319 -SIZE (KDE/plasma/5.22.1/kde-gtk-config-5.22.1.tar.xz) = 70712 +TIMESTAMP = 1624729985 +SHA256 (KDE/plasma/5.22.2.1/kde-gtk-config-5.22.2.1.tar.xz) = a84319a0c9077afa305bb8f9100e26e5b75f5f3a4da35143f605843b38d47a29 +SIZE (KDE/plasma/5.22.2.1/kde-gtk-config-5.22.2.1.tar.xz) = 70716 diff --git a/x11-themes/plasma5-oxygen/distinfo b/x11-themes/plasma5-oxygen/distinfo index 75e041651a4b..d5eae28344a3 100644 --- a/x11-themes/plasma5-oxygen/distinfo +++ b/x11-themes/plasma5-oxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866700 -SHA256 (KDE/plasma/5.22.1/oxygen-5.22.1.tar.xz) = 8c60030ee43f3a3c61aa1e53d55b06c6bf2fee3da61403c2df3a18b5a0137a69 -SIZE (KDE/plasma/5.22.1/oxygen-5.22.1.tar.xz) = 4475104 +TIMESTAMP = 1624729986 +SHA256 (KDE/plasma/5.22.2.1/oxygen-5.22.2.1.tar.xz) = 9dab7cf2e672ee3874e9f6c369f8624982738f9925ca76bed812a2da35014c23 +SIZE (KDE/plasma/5.22.2.1/oxygen-5.22.2.1.tar.xz) = 4474560 diff --git a/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo b/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo index 6ee5101beaef..e1a07aa18c81 100644 --- a/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo +++ b/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866702 -SHA256 (KDE/plasma/5.22.1/plasma-workspace-wallpapers-5.22.1.tar.xz) = d752ceeb64bc67e1dfdc0dd2a21dae6a9a3b0c7da2023a5c6148d98a544e282e -SIZE (KDE/plasma/5.22.1/plasma-workspace-wallpapers-5.22.1.tar.xz) = 51347808 +TIMESTAMP = 1624729991 +SHA256 (KDE/plasma/5.22.2.1/plasma-workspace-wallpapers-5.22.2.1.tar.xz) = 9565979e572c802f3ef78554f992c09667fd9e7dc9be270fc853e8b360070496 +SIZE (KDE/plasma/5.22.2.1/plasma-workspace-wallpapers-5.22.2.1.tar.xz) = 51347492 diff --git a/x11-toolkits/plasma5-kdeplasma-addons/distinfo b/x11-toolkits/plasma5-kdeplasma-addons/distinfo index fcc2e4cc32ff..2863b8a88aa8 100644 --- a/x11-toolkits/plasma5-kdeplasma-addons/distinfo +++ b/x11-toolkits/plasma5-kdeplasma-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866703 -SHA256 (KDE/plasma/5.22.1/kdeplasma-addons-5.22.1.tar.xz) = 576c95e795d4a90c276b83f8596499776111da37ce551542c5704bd0ef550610 -SIZE (KDE/plasma/5.22.1/kdeplasma-addons-5.22.1.tar.xz) = 633472 +TIMESTAMP = 1624729992 +SHA256 (KDE/plasma/5.22.2.1/kdeplasma-addons-5.22.2.1.tar.xz) = db876a5bcdfd57f96ba219399baa1d1eae49ed79e009010a1fdbbf256ea20023 +SIZE (KDE/plasma/5.22.2.1/kdeplasma-addons-5.22.2.1.tar.xz) = 633228 diff --git a/x11-wm/plasma5-kdecoration/distinfo b/x11-wm/plasma5-kdecoration/distinfo index d667dadee328..e26bffc6bb58 100644 --- a/x11-wm/plasma5-kdecoration/distinfo +++ b/x11-wm/plasma5-kdecoration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866704 -SHA256 (KDE/plasma/5.22.1/kdecoration-5.22.1.tar.xz) = 939a09ddf73c098f258e6448b7551639b8d94253c083a23c5c8fc3507d08a259 -SIZE (KDE/plasma/5.22.1/kdecoration-5.22.1.tar.xz) = 46940 +TIMESTAMP = 1624729993 +SHA256 (KDE/plasma/5.22.2.1/kdecoration-5.22.2.1.tar.xz) = 46da609dba994e6923a3410db355f9deaefc047c750b346159cdb5bcb3f86dab +SIZE (KDE/plasma/5.22.2.1/kdecoration-5.22.2.1.tar.xz) = 46972 diff --git a/x11-wm/plasma5-kwin/distinfo b/x11-wm/plasma5-kwin/distinfo index 9306cce4deba..0b6be89e0574 100644 --- a/x11-wm/plasma5-kwin/distinfo +++ b/x11-wm/plasma5-kwin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866705 -SHA256 (KDE/plasma/5.22.1/kwin-5.22.1.tar.xz) = 5506ee878e151734893bbcc0a70d6499c894b8986488c9c57285de1deb422850 -SIZE (KDE/plasma/5.22.1/kwin-5.22.1.tar.xz) = 6441672 +TIMESTAMP = 1624729994 +SHA256 (KDE/plasma/5.22.2.1/kwin-5.22.2.1.tar.xz) = c87470ecf314c83943ed38d733cea9994321992a9c949bef0b55495989f60166 +SIZE (KDE/plasma/5.22.2.1/kwin-5.22.2.1.tar.xz) = 6443212 diff --git a/x11/plasma5-kactivitymanagerd/distinfo b/x11/plasma5-kactivitymanagerd/distinfo index e9d754ced3b0..5e41dc9971e3 100644 --- a/x11/plasma5-kactivitymanagerd/distinfo +++ b/x11/plasma5-kactivitymanagerd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866706 -SHA256 (KDE/plasma/5.22.1/kactivitymanagerd-5.22.1.tar.xz) = 12d69a2297003dec914a608b07cea786edec10ad54d679f0964ca24478f408f4 -SIZE (KDE/plasma/5.22.1/kactivitymanagerd-5.22.1.tar.xz) = 103096 +TIMESTAMP = 1624729995 +SHA256 (KDE/plasma/5.22.2.1/kactivitymanagerd-5.22.2.1.tar.xz) = 9989958cb4974b278a655e231e75c5c45b52ffefc22638adabf9768d7c4fa0e9 +SIZE (KDE/plasma/5.22.2.1/kactivitymanagerd-5.22.2.1.tar.xz) = 103100 diff --git a/x11/plasma5-kgamma5/distinfo b/x11/plasma5-kgamma5/distinfo index af5c8a9abc5c..525cc29342f6 100644 --- a/x11/plasma5-kgamma5/distinfo +++ b/x11/plasma5-kgamma5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866707 -SHA256 (KDE/plasma/5.22.1/kgamma5-5.22.1.tar.xz) = 43413d51c56b6328f90cad23ea7f34a6c04cbb22382421d3fb443d0baa85f083 -SIZE (KDE/plasma/5.22.1/kgamma5-5.22.1.tar.xz) = 82836 +TIMESTAMP = 1624729996 +SHA256 (KDE/plasma/5.22.2.1/kgamma5-5.22.2.1.tar.xz) = 71998d89a63074828998aee515f3cc50f1d014b220d58e0ff58ff113b6cbf5c0 +SIZE (KDE/plasma/5.22.2.1/kgamma5-5.22.2.1.tar.xz) = 82836 diff --git a/x11/plasma5-kscreen/distinfo b/x11/plasma5-kscreen/distinfo index 57f146bfe60b..87b20f25894f 100644 --- a/x11/plasma5-kscreen/distinfo +++ b/x11/plasma5-kscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866708 -SHA256 (KDE/plasma/5.22.1/kscreen-5.22.1.tar.xz) = 6221362567866d8fce6cfa298fc4e9c249c1cdf8e8c6a0de9b9d86c682d0723c -SIZE (KDE/plasma/5.22.1/kscreen-5.22.1.tar.xz) = 116608 +TIMESTAMP = 1624729997 +SHA256 (KDE/plasma/5.22.2.1/kscreen-5.22.2.1.tar.xz) = 3395e5120048f6e16727f6286166a9d095822789c6da56ee4cd3f340eb5b2adb +SIZE (KDE/plasma/5.22.2.1/kscreen-5.22.2.1.tar.xz) = 116648 diff --git a/x11/plasma5-kwayland-integration/distinfo b/x11/plasma5-kwayland-integration/distinfo index bb6873021be8..7b055c55714b 100644 --- a/x11/plasma5-kwayland-integration/distinfo +++ b/x11/plasma5-kwayland-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866709 -SHA256 (KDE/plasma/5.22.1/kwayland-integration-5.22.1.tar.xz) = bc66626bd92902060e45344491cf33cb7c7206318b2f065dc33bc5ca17fa35d6 -SIZE (KDE/plasma/5.22.1/kwayland-integration-5.22.1.tar.xz) = 22772 +TIMESTAMP = 1624729998 +SHA256 (KDE/plasma/5.22.2.1/kwayland-integration-5.22.2.1.tar.xz) = 7346ae8a165b46b9067f838ca9d6b282f18de964a54bd7f87dbb3bdad54191e8 +SIZE (KDE/plasma/5.22.2.1/kwayland-integration-5.22.2.1.tar.xz) = 22776 diff --git a/x11/plasma5-kwayland-server/distinfo b/x11/plasma5-kwayland-server/distinfo index f3d58f900b99..379d22916aec 100644 --- a/x11/plasma5-kwayland-server/distinfo +++ b/x11/plasma5-kwayland-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866710 -SHA256 (KDE/plasma/5.22.1/kwayland-server-5.22.1.tar.xz) = 8c76ed9a33e729b58901fbe36e1c8c0c7c79f9582504f9ccee8e0174a6c2953d -SIZE (KDE/plasma/5.22.1/kwayland-server-5.22.1.tar.xz) = 219324 +TIMESTAMP = 1624729999 +SHA256 (KDE/plasma/5.22.2.1/kwayland-server-5.22.2.1.tar.xz) = 8d71bf529572897f4b3d76f6735bf4799176e6ccd2f4eeb58e5c58fb117325e6 +SIZE (KDE/plasma/5.22.2.1/kwayland-server-5.22.2.1.tar.xz) = 219340 diff --git a/x11/plasma5-layer-shell-qt/distinfo b/x11/plasma5-layer-shell-qt/distinfo index f5a4b9d31435..1c2f73d66f0d 100644 --- a/x11/plasma5-layer-shell-qt/distinfo +++ b/x11/plasma5-layer-shell-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866711 -SHA256 (KDE/plasma/5.22.1/layer-shell-qt-5.22.1.tar.xz) = 60314e0b4253e4b8ce8359935b29659ac45d19f21941e771a7bc28a824b5a1d6 -SIZE (KDE/plasma/5.22.1/layer-shell-qt-5.22.1.tar.xz) = 17616 +TIMESTAMP = 1624730000 +SHA256 (KDE/plasma/5.22.2.1/layer-shell-qt-5.22.2.1.tar.xz) = 9521a6e2ce02ecb836bcdcd0ba0183f3f4e1c6c193ce83604dee98abf5246e14 +SIZE (KDE/plasma/5.22.2.1/layer-shell-qt-5.22.2.1.tar.xz) = 17616 diff --git a/x11/plasma5-libkscreen/distinfo b/x11/plasma5-libkscreen/distinfo index c963cfc634e0..4dcb43603cc2 100644 --- a/x11/plasma5-libkscreen/distinfo +++ b/x11/plasma5-libkscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866712 -SHA256 (KDE/plasma/5.22.1/libkscreen-5.22.1.tar.xz) = d99c59f752a2603e88ef58b09bc13f5e8a36d83f51752d14622d94e02dfd02b3 -SIZE (KDE/plasma/5.22.1/libkscreen-5.22.1.tar.xz) = 95436 +TIMESTAMP = 1624730001 +SHA256 (KDE/plasma/5.22.2.1/libkscreen-5.22.2.1.tar.xz) = 382bad1bfbde6df1e3ae108d847fa58cac862183424406b76f2161dba936baa4 +SIZE (KDE/plasma/5.22.2.1/libkscreen-5.22.2.1.tar.xz) = 95424 diff --git a/x11/plasma5-plasma-desktop/distinfo b/x11/plasma5-plasma-desktop/distinfo index b22419676f3e..d3cf232b5f16 100644 --- a/x11/plasma5-plasma-desktop/distinfo +++ b/x11/plasma5-plasma-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866714 -SHA256 (KDE/plasma/5.22.1/plasma-desktop-5.22.1.tar.xz) = 9be7d61a042b5d74c1a65ecc8101c81390d45c2fec766b5115d5924b5dac0972 -SIZE (KDE/plasma/5.22.1/plasma-desktop-5.22.1.tar.xz) = 15736412 +TIMESTAMP = 1624730003 +SHA256 (KDE/plasma/5.22.2.1/plasma-desktop-5.22.2.1.tar.xz) = 4b55ccd677ed690e2b679bea427bd2f4a20bdae70ec221e7f88432aa449f5248 +SIZE (KDE/plasma/5.22.2.1/plasma-desktop-5.22.2.1.tar.xz) = 15736360 diff --git a/x11/plasma5-plasma-integration/distinfo b/x11/plasma5-plasma-integration/distinfo index 719d65b7bcf0..1b2f59adda9c 100644 --- a/x11/plasma5-plasma-integration/distinfo +++ b/x11/plasma5-plasma-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866715 -SHA256 (KDE/plasma/5.22.1/plasma-integration-5.22.1.tar.xz) = fe14eefd7e4e2e7dbdca979bc0595dd3bc39b2c4b6e64161437db8154f654c7b -SIZE (KDE/plasma/5.22.1/plasma-integration-5.22.1.tar.xz) = 65132 +TIMESTAMP = 1624730004 +SHA256 (KDE/plasma/5.22.2.1/plasma-integration-5.22.2.1.tar.xz) = 3f20019eb633d1ab569a44a654299b640a6e28a64f765501d9801b5b27061b06 +SIZE (KDE/plasma/5.22.2.1/plasma-integration-5.22.2.1.tar.xz) = 65120 diff --git a/x11/plasma5-plasma-workspace/distinfo b/x11/plasma5-plasma-workspace/distinfo index 88396f9c45a6..d2842c647108 100644 --- a/x11/plasma5-plasma-workspace/distinfo +++ b/x11/plasma5-plasma-workspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623870391 -SHA256 (KDE/plasma/5.22.1/plasma-workspace-5.22.1.tar.xz) = 61ad5adab412c935ae156c4de3f38d1e2640752c95100ad6996b9e51e8539725 -SIZE (KDE/plasma/5.22.1/plasma-workspace-5.22.1.tar.xz) = 8349504 +TIMESTAMP = 1624730006 +SHA256 (KDE/plasma/5.22.2.1/plasma-workspace-5.22.2.1.tar.xz) = 3c802d06cbe33480b348b945ace5b3ee1cc3559976bb98eb2fd5d763a0ee4360 +SIZE (KDE/plasma/5.22.2.1/plasma-workspace-5.22.2.1.tar.xz) = 8352316 diff --git a/x11/plasma5-plasma-workspace/pkg-plist b/x11/plasma5-plasma-workspace/pkg-plist index 8a09bae8e7fc..cf9f39fb4998 100644 --- a/x11/plasma5-plasma-workspace/pkg-plist +++ b/x11/plasma5-plasma-workspace/pkg-plist @@ -599,6 +599,8 @@ share/doc/HTML/ru/kcontrol/icons/size.png share/doc/HTML/ru/kcontrol/icons/use-of-icons.png share/doc/HTML/ru/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmstyle/index.docbook +share/doc/HTML/ru/kcontrol/notifications/index.cache.bz2 +share/doc/HTML/ru/kcontrol/notifications/index.docbook share/doc/HTML/ru/kcontrol/screenlocker/index.cache.bz2 share/doc/HTML/ru/kcontrol/screenlocker/index.docbook share/doc/HTML/ru/kcontrol/translations/index.cache.bz2 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 19:32:39 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 606BE658DA2; Sat, 26 Jun 2021 19:32: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 4GC3tH28Mdz3PxZ; Sat, 26 Jun 2021 19:32: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 31F76241FA; Sat, 26 Jun 2021 19: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 15QJWdYB087477; Sat, 26 Jun 2021 19: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 15QJWdOp087476; Sat, 26 Jun 2021 19:32:39 GMT (envelope-from git) Date: Sat, 26 Jun 2021 19:32:39 GMT Message-Id: <202106261932.15QJWdOp087476@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: 041d23254fab - main - devel/cmake: update to 3.20.4 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: 041d23254fabfab610bcc8cd28062a8af9058d5f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 19:32:39 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=041d23254fabfab610bcc8cd28062a8af9058d5f commit 041d23254fabfab610bcc8cd28062a8af9058d5f Author: Tobias C. Berner AuthorDate: 2021-06-17 04:37:32 +0000 Commit: Tobias C. Berner CommitDate: 2021-06-26 19:31:50 +0000 devel/cmake: update to 3.20.4 Changelog: https://cmake.org/cmake/help/latest/release/3.20.html#id4 PR: 256663 Exp-run by: antoine --- devel/cmake-doc/Makefile | 2 +- devel/cmake-gui/Makefile | 2 +- devel/cmake/Makefile | 2 +- devel/cmake/distinfo | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/cmake-doc/Makefile b/devel/cmake-doc/Makefile index a5e004eb1442..0b9576bcc922 100644 --- a/devel/cmake-doc/Makefile +++ b/devel/cmake-doc/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmake -DISTVERSION= 3.20.3 +DISTVERSION= 3.20.4 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -doc diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 2bc300b1a881..7d757bd2182f 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmake -DISTVERSION= 3.20.3 +DISTVERSION= 3.20.4 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -gui diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 0f45fdd11932..01c36d9fa445 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -2,7 +2,7 @@ PORTNAME= cmake # Remember to update devel/cmake-doc and devel/cmake-gui as well. -DISTVERSION= 3.20.3 +DISTVERSION= 3.20.4 CATEGORIES= devel MASTER_SITES= https://github.com/Kitware/CMake/releases/download/v${DISTVERSION}/ \ https://www.cmake.org/files/v${PORTVERSION}/ diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo index 70ae5830ebad..922ee13a6064 100644 --- a/devel/cmake/distinfo +++ b/devel/cmake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622218208 -SHA256 (cmake-3.20.3.tar.gz) = 4d008ac3461e271fcfac26a05936f77fc7ab64402156fb371d41284851a651b8 -SIZE (cmake-3.20.3.tar.gz) = 9440009 +TIMESTAMP = 1623904640 +SHA256 (cmake-3.20.4.tar.gz) = 87a4060298f2c6bb09d479de1400bc78195a5b55a65622a7dceeb3d1090a1b16 +SIZE (cmake-3.20.4.tar.gz) = 9440363 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 19:42:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 94303658FFF; Sat, 26 Jun 2021 19: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 4GC45w3dFnz3Qxs; Sat, 26 Jun 2021 19: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 64F31249A2; Sat, 26 Jun 2021 19: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 15QJgipD000668; Sat, 26 Jun 2021 19: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 15QJgib7000667; Sat, 26 Jun 2021 19:42:44 GMT (envelope-from git) Date: Sat, 26 Jun 2021 19:42:44 GMT Message-Id: <202106261942.15QJgib7000667@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: 19fa1dcf45ad - main - graphics/R-cran-ggplot2: Update to 3.3.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: 19fa1dcf45adf3b9a5b31c17505303c9cd80e9e0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 19:42:44 -0000 The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=19fa1dcf45adf3b9a5b31c17505303c9cd80e9e0 commit 19fa1dcf45adf3b9a5b31c17505303c9cd80e9e0 Author: TAKATSU Tomonari AuthorDate: 2021-06-26 10:51:09 +0000 Commit: TAKATSU Tomonari CommitDate: 2021-06-26 19:42:24 +0000 graphics/R-cran-ggplot2: Update to 3.3.5 --- graphics/R-cran-ggplot2/Makefile | 2 +- graphics/R-cran-ggplot2/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index f8b8b4e5f4b6..c8fcd0dfa45d 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ggplot2 -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-ggplot2/distinfo b/graphics/R-cran-ggplot2/distinfo index 9e8f21df2fde..be871d6daf91 100644 --- a/graphics/R-cran-ggplot2/distinfo +++ b/graphics/R-cran-ggplot2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623926755 -SHA256 (ggplot2_3.3.4.tar.gz) = b77083663077ab57dede2832d69eed476a5e301c568158f90a5b1fb846740692 -SIZE (ggplot2_3.3.4.tar.gz) = 3087976 +TIMESTAMP = 1624704661 +SHA256 (ggplot2_3.3.5.tar.gz) = b075294faf3af31b18e415f260c62d6000b218770e430484fe38819bdc3224ea +SIZE (ggplot2_3.3.5.tar.gz) = 3063309 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 20:14:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6017B6591E8; Sat, 26 Jun 2021 20:14: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 4GC4pT21QVz3k7f; Sat, 26 Jun 2021 20:14: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 238B4250B8; Sat, 26 Jun 2021 20:14: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 15QKEPjr040964; Sat, 26 Jun 2021 20:14:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QKEPE0040963; Sat, 26 Jun 2021 20:14:25 GMT (envelope-from git) Date: Sat, 26 Jun 2021 20:14:25 GMT Message-Id: <202106262014.15QKEPE0040963@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: 65673fb38105 - main - net-im/openfire: revert commit 138948297672f43af0fa75647288abc84602385d 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: 65673fb381052e38f9573b27f2058109688eb29f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 20:14:25 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=65673fb381052e38f9573b27f2058109688eb29f commit 65673fb381052e38f9573b27f2058109688eb29f Author: Neel Chauhan AuthorDate: 2021-06-26 20:08:58 +0000 Commit: Neel Chauhan CommitDate: 2021-06-26 20:14:03 +0000 net-im/openfire: revert commit 138948297672f43af0fa75647288abc84602385d This commit broke the build. --- net-im/openfire/Makefile | 8 ++++---- net-im/openfire/distinfo | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index 50e1bcf040af..7222e28417e4 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -2,9 +2,11 @@ PORTNAME= openfire PORTVERSION= 4.6.4 -DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im java +MASTER_SITES= https://github.com/igniterealtime/${PORTNAME}/archive/refs/tags/ \ + LOCAL/pi:maven +DISTFILES= v${PORTVERSION}.tar.gz MAINTAINER= nikita@druba.su COMMENT= Enterprise instant messaging server @@ -12,9 +14,6 @@ COMMENT= Enterprise instant messaging server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= igniterealtime - BUILD_DEPENDS= mvn:devel/maven OPTIONS_DEFINE= DOCS TEST @@ -24,6 +23,7 @@ MAVEN_DESC= Source of Maven build plugins LOCAL_M2_DESC= Use prefetch plugins from FreeBSD repository ONLINE_M2_DESC= Download last plugins during build process (into ~/.m2) OPTIONS_DEFAULT= LOCAL_M2 +LOCAL_M2_DISTFILES= FreeBSD-${PORTNAME}-${PORTVERSION}-maven-repository.tar.gz:maven USES= cpe USE_JAVA= yes diff --git a/net-im/openfire/distinfo b/net-im/openfire/distinfo index 29a3e9210e49..980333b42dc7 100644 --- a/net-im/openfire/distinfo +++ b/net-im/openfire/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1624732221 -SHA256 (igniterealtime-openfire-v4.6.4_GH0.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 -SIZE (igniterealtime-openfire-v4.6.4_GH0.tar.gz) = 6770705 +TIMESTAMP = 1624266366 +SHA256 (v4.6.4.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 +SIZE (v4.6.4.tar.gz) = 6770705 +SHA256 (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 82a196764301a71f70f1a23bab4628772c9bfc05088a3a0328ef47df0b8ae453 +SIZE (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 253011622 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 20:16:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A40E65950D; Sat, 26 Jun 2021 20: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 4GC4rM1v2wz3k8L; Sat, 26 Jun 2021 20: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 2925125304; Sat, 26 Jun 2021 20:16: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 15QKG3TL041339; Sat, 26 Jun 2021 20:16:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QKG3qt041338; Sat, 26 Jun 2021 20:16:03 GMT (envelope-from git) Date: Sat, 26 Jun 2021 20:16:03 GMT Message-Id: <202106262016.15QKG3qt041338@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: 14f19080387e - main - net/libcoap: update to 4.3.0 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: 14f19080387e007148ac52992ac86fe71e6561eb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 20:16:03 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=14f19080387e007148ac52992ac86fe71e6561eb commit 14f19080387e007148ac52992ac86fe71e6561eb Author: Tobias C. Berner AuthorDate: 2021-06-26 19:55:52 +0000 Commit: Tobias C. Berner CommitDate: 2021-06-26 20:15:48 +0000 net/libcoap: update to 4.3.0 --- net/libcoap/Makefile | 17 +- net/libcoap/distinfo | 6 +- net/libcoap/files/patch-configure.ac | 4 +- net/libcoap/files/patch-doc_Makefile.am | 10 +- net/libcoap/files/patch-man_examples-code-check.c | 10 + net/libcoap/pkg-plist | 251 +++++++++++++++++++--- 6 files changed, 249 insertions(+), 49 deletions(-) diff --git a/net/libcoap/Makefile b/net/libcoap/Makefile index fccfdc45591b..c63fc0f82403 100644 --- a/net/libcoap/Makefile +++ b/net/libcoap/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcoap DISTVERSIONPREFIX= v -DISTVERSION= 4.2.1 +DISTVERSION= 4.3.0 CATEGORIES= net MAINTAINER= tcberner@FreeBSD.org @@ -9,7 +9,8 @@ COMMENT= C implementation of the Constrained Application Protocol LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= a2x:textproc/asciidoc +BUILD_DEPENDS= a2x:textproc/asciidoc \ + gsed:textproc/gsed LIB_DEPENDS= libgnutls.so:security/gnutls USES= autoreconf gmake libtool pkgconfig @@ -18,17 +19,19 @@ GH_ACCOUNT= obgm GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +BINARY_ALIAS= sed=gsed +PORTSCOUT= limit:^4\. + +PORTDOCS= * + OPTIONS_DEFINE= DOCS DOXYGEN OPTIONS_DEFAULT= DOXYGEN -PORTDOCS= * DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz DOXYGEN_CONFIGURE_ENABLE= doxygen -INSTALL_TARGET= install-strip - -PORTSCOUT= limit:^4\. - .include diff --git a/net/libcoap/distinfo b/net/libcoap/distinfo index 864943b76371..38141afec5f5 100644 --- a/net/libcoap/distinfo +++ b/net/libcoap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1573058250 -SHA256 (obgm-libcoap-v4.2.1_GH0.tar.gz) = 29a0394a265d3febee41e5e2dc03d34292a0aede37f5f80334e529ac0dab2321 -SIZE (obgm-libcoap-v4.2.1_GH0.tar.gz) = 337438 +TIMESTAMP = 1624736788 +SHA256 (obgm-libcoap-v4.3.0_GH0.tar.gz) = 1a195adacd6188d3b71c476e7b21706fef7f3663ab1fb138652e8da49a9ec556 +SIZE (obgm-libcoap-v4.3.0_GH0.tar.gz) = 495456 diff --git a/net/libcoap/files/patch-configure.ac b/net/libcoap/files/patch-configure.ac index df3073fc84ee..d0e3cbae92c5 100644 --- a/net/libcoap/files/patch-configure.ac +++ b/net/libcoap/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2019-02-23 16:30:54 UTC +--- configure.ac.orig 2021-06-21 08:39:42 UTC +++ configure.ac -@@ -616,7 +616,7 @@ case $host in +@@ -826,7 +826,7 @@ case $host in #AC_SUBST(OS_MACOS) ;; diff --git a/net/libcoap/files/patch-doc_Makefile.am b/net/libcoap/files/patch-doc_Makefile.am index 4d7d19797dc4..88c6d97839da 100644 --- a/net/libcoap/files/patch-doc_Makefile.am +++ b/net/libcoap/files/patch-doc_Makefile.am @@ -1,7 +1,7 @@ ---- doc/Makefile.am.orig 2019-02-23 16:40:11 UTC +--- doc/Makefile.am.orig 2021-06-21 08:39:42 UTC +++ doc/Makefile.am -@@ -68,8 +68,8 @@ man-page-build: man-page-start - echo ' ' >> $(top_builddir)/doc/insert_file ;\ +@@ -112,8 +112,8 @@ man-page-build: upg-page-build man-page-start + echo ' ' >> $(top_builddir)/doc/insert_file ;\ ## Create and Update the DoxygenLayout.xml file $(DOXYGEN) -l ;\ - $(SED) -i 's/ + #include + #include ++#include + #include + #include + #include diff --git a/net/libcoap/pkg-plist b/net/libcoap/pkg-plist index bb7ff5822001..ce0fcf5a1a8a 100644 --- a/net/libcoap/pkg-plist +++ b/net/libcoap/pkg-plist @@ -1,59 +1,246 @@ bin/coap-client +bin/coap-client-gnutls bin/coap-rd +bin/coap-rd-gnutls bin/coap-server -include/coap2/address.h -include/coap2/async.h -include/coap2/bits.h -include/coap2/block.h -include/coap2/coap.h -include/coap2/coap_debug.h -include/coap2/coap_dtls.h -include/coap2/coap_event.h -include/coap2/coap_forward_decls.h -include/coap2/coap_hashkey.h -include/coap2/coap_io.h -include/coap2/coap_mutex.h -include/coap2/coap_session.h -include/coap2/coap_time.h -include/coap2/encode.h -include/coap2/libcoap.h -include/coap2/mem.h -include/coap2/net.h -include/coap2/option.h -include/coap2/pdu.h -include/coap2/prng.h -include/coap2/resource.h -include/coap2/str.h -include/coap2/subscribe.h -include/coap2/uri.h -include/coap2/uthash.h -lib/libcoap-2-gnutls.a -lib/libcoap-2-gnutls.so -lib/libcoap-2-gnutls.so.2 -lib/libcoap-2-gnutls.so.2.0.1 -libdata/pkgconfig/libcoap-2-gnutls.pc +bin/coap-server-gnutls +include/coap3/address.h +include/coap3/async.h +include/coap3/block.h +include/coap3/coap.h +include/coap3/coap_cache.h +include/coap3/coap_debug.h +include/coap3/coap_dtls.h +include/coap3/coap_event.h +include/coap3/coap_forward_decls.h +include/coap3/coap_hashkey.h +include/coap3/coap_io.h +include/coap3/coap_mutex.h +include/coap3/coap_prng.h +include/coap3/coap_session.h +include/coap3/coap_time.h +include/coap3/encode.h +include/coap3/libcoap.h +include/coap3/mem.h +include/coap3/net.h +include/coap3/option.h +include/coap3/pdu.h +include/coap3/resource.h +include/coap3/str.h +include/coap3/subscribe.h +include/coap3/uri.h +lib/libcoap-3-gnutls.a +lib/libcoap-3-gnutls.so +lib/libcoap-3-gnutls.so.3 +lib/libcoap-3-gnutls.so.3.0.0 +lib/libcoap-3.a +lib/libcoap-3.so +libdata/pkgconfig/libcoap-3-gnutls.pc +libdata/pkgconfig/libcoap-3.pc +man/man3/coap_add_attr.3.gz +man/man3/coap_add_data.3.gz man/man3/coap_add_data_blocked_response.3.gz +man/man3/coap_add_data_large_request.3.gz +man/man3/coap_add_data_large_response.3.gz +man/man3/coap_add_option.3.gz +man/man3/coap_add_optlist_pdu.3.gz +man/man3/coap_add_resource.3.gz +man/man3/coap_add_token.3.gz +man/man3/coap_async.3.gz +man/man3/coap_async_get_app_data.3.gz +man/man3/coap_async_is_supported.3.gz +man/man3/coap_async_set_app_data.3.gz +man/man3/coap_async_set_delay.3.gz man/man3/coap_attribute.3.gz +man/man3/coap_binary_equal.3.gz +man/man3/coap_block.3.gz +man/man3/coap_block_build_body.3.gz +man/man3/coap_cache.3.gz +man/man3/coap_cache_delete_key.3.gz +man/man3/coap_cache_derive_key.3.gz +man/man3/coap_cache_derive_key_w_ignore.3.gz +man/man3/coap_cache_get_app_data.3.gz +man/man3/coap_cache_get_by_key.3.gz +man/man3/coap_cache_get_by_pdu.3.gz +man/man3/coap_cache_get_pdu.3.gz +man/man3/coap_cache_ignore_options.3.gz +man/man3/coap_cache_set_app_data.3.gz +man/man3/coap_cancel_observe.3.gz +man/man3/coap_check_option.3.gz man/man3/coap_context.3.gz +man/man3/coap_context_get_coap_fd.3.gz +man/man3/coap_context_get_csm_timeout.3.gz +man/man3/coap_context_get_max_handshake_sessions.3.gz +man/man3/coap_context_get_max_idle_sessions.3.gz +man/man3/coap_context_get_session_timeout.3.gz +man/man3/coap_context_set_block_mode.3.gz +man/man3/coap_context_set_csm_timeout.3.gz +man/man3/coap_context_set_keepalive.3.gz +man/man3/coap_context_set_max_handshake_sessions.3.gz +man/man3/coap_context_set_max_idle_sessions.3.gz +man/man3/coap_context_set_pki.3.gz man/man3/coap_context_set_pki_root_cas.3.gz -man/man3/coap_encode_var_bytes.3.gz +man/man3/coap_context_set_psk2.3.gz +man/man3/coap_context_set_session_timeout.3.gz +man/man3/coap_debug_set_packet_loss.3.gz +man/man3/coap_decode_var_bytes.3.gz +man/man3/coap_decode_var_bytes8.3.gz +man/man3/coap_delete_bin_const.3.gz +man/man3/coap_delete_binary.3.gz +man/man3/coap_delete_cache_entry.3.gz +man/man3/coap_delete_optlist.3.gz +man/man3/coap_delete_resource.3.gz +man/man3/coap_delete_str_const.3.gz +man/man3/coap_delete_string.3.gz +man/man3/coap_dtls_cpsk_t.3.gz +man/man3/coap_dtls_is_supported.3.gz +man/man3/coap_dtls_pki_t.3.gz +man/man3/coap_dtls_spsk_t.3.gz +man/man3/coap_encode_var_safe.3.gz +man/man3/coap_encode_var_safe8.3.gz man/man3/coap_encryption.3.gz +man/man3/coap_endpoint_client.3.gz +man/man3/coap_endpoint_server.3.gz +man/man3/coap_endpoint_set_default_mtu.3.gz man/man3/coap_endpoint_str.3.gz +man/man3/coap_find_async.3.gz +man/man3/coap_find_attr.3.gz +man/man3/coap_free_async.3.gz +man/man3/coap_free_context.3.gz +man/man3/coap_free_endpoint.3.gz +man/man3/coap_get_data.3.gz +man/man3/coap_get_data_large.3.gz +man/man3/coap_get_log_level.3.gz +man/man3/coap_get_tls_library_version.3.gz man/man3/coap_handler.3.gz +man/man3/coap_insert_optlist.3.gz man/man3/coap_io.3.gz +man/man3/coap_io_do_epoll.3.gz +man/man3/coap_io_do_io.3.gz +man/man3/coap_io_prepare_epoll.3.gz +man/man3/coap_io_prepare_io.3.gz +man/man3/coap_io_process.3.gz +man/man3/coap_io_process_with_fds.3.gz +man/man3/coap_join_mcast_group_intf.3.gz man/man3/coap_keepalive.3.gz +man/man3/coap_log.3.gz man/man3/coap_logging.3.gz +man/man3/coap_make_str_const.3.gz +man/man3/coap_new_bin_const.3.gz +man/man3/coap_new_binary.3.gz +man/man3/coap_new_cache_entry.3.gz +man/man3/coap_new_client_session.3.gz +man/man3/coap_new_client_session_pki.3.gz +man/man3/coap_new_client_session_psk2.3.gz +man/man3/coap_new_context.3.gz +man/man3/coap_new_endpoint.3.gz +man/man3/coap_new_optlist.3.gz +man/man3/coap_new_pdu.3.gz +man/man3/coap_new_str_const.3.gz +man/man3/coap_new_string.3.gz man/man3/coap_observe.3.gz +man/man3/coap_opt_length.3.gz +man/man3/coap_opt_value.3.gz +man/man3/coap_option_filter_clear.3.gz +man/man3/coap_option_filter_get.3.gz +man/man3/coap_option_filter_set.3.gz +man/man3/coap_option_filter_unset.3.gz +man/man3/coap_option_iterator_init.3.gz +man/man3/coap_option_next.3.gz +man/man3/coap_package_name.3.gz +man/man3/coap_package_version.3.gz +man/man3/coap_pdu_access.3.gz +man/man3/coap_pdu_get_code.3.gz +man/man3/coap_pdu_get_mid.3.gz +man/man3/coap_pdu_get_token.3.gz +man/man3/coap_pdu_get_type.3.gz +man/man3/coap_pdu_init.3.gz +man/man3/coap_pdu_set_code.3.gz +man/man3/coap_pdu_set_mid.3.gz +man/man3/coap_pdu_set_type.3.gz man/man3/coap_pdu_setup.3.gz man/man3/coap_recovery.3.gz +man/man3/coap_register_async.3.gz +man/man3/coap_register_event_handler.3.gz +man/man3/coap_register_handler.3.gz +man/man3/coap_register_nack_handler.3.gz +man/man3/coap_register_ping_handler.3.gz +man/man3/coap_register_pong_handler.3.gz +man/man3/coap_register_response_handler.3.gz +man/man3/coap_resize_binary.3.gz man/man3/coap_resource.3.gz +man/man3/coap_resource_get_uri_path.3.gz +man/man3/coap_resource_get_userdata.3.gz +man/man3/coap_resource_init.3.gz +man/man3/coap_resource_notify_observers.3.gz +man/man3/coap_resource_proxy_uri_init.3.gz +man/man3/coap_resource_release_userdata_handler.3.gz +man/man3/coap_resource_set_get_observable.3.gz +man/man3/coap_resource_set_mode.3.gz +man/man3/coap_resource_set_userdata.3.gz +man/man3/coap_resource_unknown_init.3.gz +man/man3/coap_send.3.gz man/man3/coap_session.3.gz +man/man3/coap_session_disconnected.3.gz +man/man3/coap_session_get_ack_random_factor.3.gz +man/man3/coap_session_get_ack_timeout.3.gz +man/man3/coap_session_get_addr_local.3.gz +man/man3/coap_session_get_addr_remote.3.gz man/man3/coap_session_get_app_data.3.gz +man/man3/coap_session_get_context.3.gz +man/man3/coap_session_get_ifindex.3.gz +man/man3/coap_session_get_max_retransmit.3.gz +man/man3/coap_session_get_proto.3.gz +man/man3/coap_session_get_psk_hint.3.gz +man/man3/coap_session_get_psk_key.3.gz +man/man3/coap_session_get_state.3.gz +man/man3/coap_session_get_tls.3.gz +man/man3/coap_session_get_type.3.gz +man/man3/coap_session_init_token.3.gz +man/man3/coap_session_max_pdu_size.3.gz +man/man3/coap_session_new_token.3.gz +man/man3/coap_session_reference.3.gz +man/man3/coap_session_release.3.gz +man/man3/coap_session_set_ack_random_factor.3.gz +man/man3/coap_session_set_ack_timeout.3.gz man/man3/coap_session_set_app_data.3.gz +man/man3/coap_session_set_max_retransmit.3.gz +man/man3/coap_session_set_mtu.3.gz +man/man3/coap_session_set_type_client.3.gz +man/man3/coap_session_str.3.gz +man/man3/coap_set_log_handler.3.gz +man/man3/coap_set_log_level.3.gz +man/man3/coap_set_show_pdu_output.3.gz +man/man3/coap_show_pdu.3.gz +man/man3/coap_show_tls_version.3.gz man/man3/coap_split_path.3.gz man/man3/coap_split_query.3.gz +man/man3/coap_string.3.gz +man/man3/coap_string_equal.3.gz +man/man3/coap_string_tls_support.3.gz +man/man3/coap_string_tls_version.3.gz +man/man3/coap_tcp_is_supported.3.gz +man/man3/coap_tls_is_supported.3.gz man/man3/coap_tls_library.3.gz +man/man5/coap-client-gnutls.5.gz +man/man5/coap-client-mbedtls.5.gz +man/man5/coap-client-notls.5.gz +man/man5/coap-client-openssl.5.gz man/man5/coap-client.5.gz +man/man5/coap-rd-gnutls.5.gz +man/man5/coap-rd-mbedtls.5.gz +man/man5/coap-rd-notls.5.gz +man/man5/coap-rd-openssl.5.gz man/man5/coap-rd.5.gz +man/man5/coap-server-gnutls.5.gz +man/man5/coap-server-mbedtls.5.gz +man/man5/coap-server-notls.5.gz +man/man5/coap-server-openssl.5.gz man/man5/coap-server.5.gz man/man7/coap.7.gz +%%DATADIR%%/examples/COPYING +%%DATADIR%%/examples/LICENSE +%%DATADIR%%/examples/Makefile +%%DATADIR%%/examples/README +%%DATADIR%%/examples/coap-client.c +%%DATADIR%%/examples/coap-server.c From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 20:21:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 461D2659705; Sat, 26 Jun 2021 20:21: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 4GC4z71PySz3kYF; Sat, 26 Jun 2021 20:21: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 17F432545A; Sat, 26 Jun 2021 20:21: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 15QKLtgf052406; Sat, 26 Jun 2021 20:21:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QKLswo052405; Sat, 26 Jun 2021 20:21:54 GMT (envelope-from git) Date: Sat, 26 Jun 2021 20:21:54 GMT Message-Id: <202106262021.15QKLswo052405@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: 994e89647c53 - main - devel/libphonenumber: update to 8.12.26 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: 994e89647c53007dff159e39501457f4e0f11b1a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 20:21:55 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=994e89647c53007dff159e39501457f4e0f11b1a commit 994e89647c53007dff159e39501457f4e0f11b1a Author: Tobias C. Berner AuthorDate: 2021-06-26 20:21:43 +0000 Commit: Tobias C. Berner CommitDate: 2021-06-26 20:21:43 +0000 devel/libphonenumber: update to 8.12.26 --- devel/libphonenumber/Makefile | 2 +- devel/libphonenumber/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile index 2b171e28841a..56c7d36ee4ef 100644 --- a/devel/libphonenumber/Makefile +++ b/devel/libphonenumber/Makefile @@ -1,6 +1,6 @@ PORTNAME= libphonenumber DISTVERSIONPREFIX= v -DISTVERSION= 8.12.25 +DISTVERSION= 8.12.26 CATEGORIES= devel MAINTAINER= kde@FreeBSD.org diff --git a/devel/libphonenumber/distinfo b/devel/libphonenumber/distinfo index 58c5c51d19cf..de2da09fa8f6 100644 --- a/devel/libphonenumber/distinfo +++ b/devel/libphonenumber/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624012431 -SHA256 (google-libphonenumber-v8.12.25_GH0.tar.gz) = 0df634dbc79a6665f910ec4923713430993ba1a70ebb56045ee29eb6251d4201 -SIZE (google-libphonenumber-v8.12.25_GH0.tar.gz) = 10988736 +TIMESTAMP = 1624738593 +SHA256 (google-libphonenumber-v8.12.26_GH0.tar.gz) = b8b37fe1825863a964660415cacf687c711eff88c64904cce8a8030234c0a334 +SIZE (google-libphonenumber-v8.12.26_GH0.tar.gz) = 10988480 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 20:48:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A7CC6596A5; Sat, 26 Jun 2021 20:48: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 4GC5Z30H3Bz3lTy; Sat, 26 Jun 2021 20:48: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 E5F9E25638; Sat, 26 Jun 2021 20:48: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 15QKmgZL081022; Sat, 26 Jun 2021 20:48:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QKmgBe081021; Sat, 26 Jun 2021 20:48:42 GMT (envelope-from git) Date: Sat, 26 Jun 2021 20:48:42 GMT Message-Id: <202106262048.15QKmgBe081021@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: 077f9ab9b679 - main - net/py-aiocoap: update to 0.4 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: 077f9ab9b67964e19652b27472dd2e8caa148dc6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 20:48:43 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=077f9ab9b67964e19652b27472dd2e8caa148dc6 commit 077f9ab9b67964e19652b27472dd2e8caa148dc6 Author: Tobias C. Berner AuthorDate: 2021-06-26 20:48:13 +0000 Commit: Tobias C. Berner CommitDate: 2021-06-26 20:48:13 +0000 net/py-aiocoap: update to 0.4 --- net/py-aiocoap/Makefile | 4 ++-- net/py-aiocoap/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/py-aiocoap/Makefile b/net/py-aiocoap/Makefile index 9e4eb91fe746..bd116c1afc4e 100644 --- a/net/py-aiocoap/Makefile +++ b/net/py-aiocoap/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiocoap -DISTVERSION= 0.3 +DISTVERSION= 0.4 CATEGORIES= net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ COMMENT= Python CoAP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist distutils .include diff --git a/net/py-aiocoap/distinfo b/net/py-aiocoap/distinfo index c955fe3a1cf7..5c547442b6bd 100644 --- a/net/py-aiocoap/distinfo +++ b/net/py-aiocoap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556476156 -SHA256 (aiocoap-0.3.tar.gz) = 402d4151db6d8d0b1d66af5b6e10e0de1521decbf12140637e5b8d2aa9c5aef6 -SIZE (aiocoap-0.3.tar.gz) = 78461 +TIMESTAMP = 1624738945 +SHA256 (aiocoap-0.4.tar.gz) = 72007053a0261bfa1f25cbd6161d7dadd90d02628fafe54ae2c01c0a904939bf +SIZE (aiocoap-0.4.tar.gz) = 201014 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 21:13:03 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3846659F32; Sat, 26 Jun 2021 21:13: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 4GC66766DZz3mv1; Sat, 26 Jun 2021 21:13: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 BA59625ED8; Sat, 26 Jun 2021 21:13: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 15QLD3jL021238; Sat, 26 Jun 2021 21:13:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QLD3HG021237; Sat, 26 Jun 2021 21:13:03 GMT (envelope-from git) Date: Sat, 26 Jun 2021 21:13:03 GMT Message-Id: <202106262113.15QLD3HG021237@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: 7aec8e0c78d4 - main - x11-wm/icewm: update IceWM to version 2.5.0. 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: 7aec8e0c78d4efefa43e663591ee525c0ad66e01 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 21:13:03 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=7aec8e0c78d4efefa43e663591ee525c0ad66e01 commit 7aec8e0c78d4efefa43e663591ee525c0ad66e01 Author: Alexey Dokuchaev AuthorDate: 2021-06-26 21:11:12 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-26 21:11:19 +0000 x11-wm/icewm: update IceWM to version 2.5.0. --- x11-wm/icewm/Makefile | 2 +- x11-wm/icewm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 311b35fa33dc..86a0da7b06fd 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -1,7 +1,7 @@ # Created by: Yukihiro Nakai PORTNAME= icewm -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index b4ecc3904e86..5492b1567e02 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623022254 -SHA256 (icewm-2.4.0.tar.lz) = 3cf369790518172efead72cf3886d4a7c4a56eed525b24d619df68a78ed8a0b1 -SIZE (icewm-2.4.0.tar.lz) = 1718250 +TIMESTAMP = 1624700977 +SHA256 (icewm-2.5.0.tar.lz) = 66e64c80d05cca084d7a3eb50c7d980b2f404eae42dd42efa2614a97a99ee056 +SIZE (icewm-2.5.0.tar.lz) = 1722504 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 21:18:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB561659FE6; Sat, 26 Jun 2021 21:18: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 4GC6DB5v6Qz3mvN; Sat, 26 Jun 2021 21:18: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 AEB8A25D6D; Sat, 26 Jun 2021 21:18: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 15QLIIn1021735; Sat, 26 Jun 2021 21:18:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QLII4w021734; Sat, 26 Jun 2021 21:18:18 GMT (envelope-from git) Date: Sat, 26 Jun 2021 21:18:18 GMT Message-Id: <202106262118.15QLII4w021734@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: e520541b73f5 - main - sysutils/polkit-qt: update to 0.114 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: e520541b73f512b388f0d8d5a93c744f3186c168 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 21:18:18 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=e520541b73f512b388f0d8d5a93c744f3186c168 commit e520541b73f512b388f0d8d5a93c744f3186c168 Author: Tobias C. Berner AuthorDate: 2021-06-26 21:15:12 +0000 Commit: Tobias C. Berner CommitDate: 2021-06-26 21:18:09 +0000 sysutils/polkit-qt: update to 0.114 Changelog: ---------- * Use feature_summary() * Drop PolkitQt1::version*() API declaration, never implemented * Use target_sources to directly set sources instead of helper vars * Include headers in example & test like external consumer would * Set include dirs for linking libraries during build by target interface * Generate version & config file in core build dir * Use individual export headers/macros per each library * Remove outdated template FindPolkitQt.cmake * Remove module prefix from Qt includes in public headers * Link polkit-qt-test to agent lib target, an include is used * Remove module prefix from Qt includes of non-oublic headers * Remove unused include * Remove unneeded/unused include_directories * Use more override * Use more nullptr * Port away from legacy LINK_PUBLIC & LINK_PRIVATE * Fully qualify slot argument * Use QStringLiteral * Convert license statements to SPDX expressions * Remove unused cmake macro files * Enable CMAKE_AUTOUIC and CMAKE_AUTORCC * Let cmake set the C++ standard * Port from Q_ENUMS to Q_ENUM * Make use of PkgConfig to find dependencies * Use Q_DECLARE_OPERATORS_FOR_FLAGS in same namespace as flags definition * Use more nullptr * API dox: reference KDE Frameworks, no longer KDE Development Platform * Support API documentation generation with kapidox * Make it compile without deprecated method --- devel/kf5-kauth/Makefile | 1 + devel/liblxqt/Makefile | 1 + sysutils/lxqt-policykit/Makefile | 1 + sysutils/plasma5-polkit-kde-agent-1/Makefile | 1 + sysutils/polkit-qt/Makefile | 4 +--- sysutils/polkit-qt/distinfo | 6 +++--- sysutils/polkit-qt/pkg-plist | 10 ++++++---- 7 files changed, 14 insertions(+), 10 deletions(-) diff --git a/devel/kf5-kauth/Makefile b/devel/kf5-kauth/Makefile index 8d541cbacf30..8e49977c7f8e 100644 --- a/devel/kf5-kauth/Makefile +++ b/devel/kf5-kauth/Makefile @@ -1,5 +1,6 @@ PORTNAME= kauth DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index 552e30003a84..40e73f944449 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -2,6 +2,7 @@ PORTNAME= liblxqt PORTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LXQT diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile index e644ddc7cd43..aefebf559ba8 100644 --- a/sysutils/lxqt-policykit/Makefile +++ b/sysutils/lxqt-policykit/Makefile @@ -2,6 +2,7 @@ PORTNAME= lxqt-policykit PORTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/sysutils/plasma5-polkit-kde-agent-1/Makefile b/sysutils/plasma5-polkit-kde-agent-1/Makefile index 8987891ddeeb..3e282186b916 100644 --- a/sysutils/plasma5-polkit-kde-agent-1/Makefile +++ b/sysutils/plasma5-polkit-kde-agent-1/Makefile @@ -1,5 +1,6 @@ PORTNAME= polkit-kde-agent-1 DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/polkit-qt/Makefile b/sysutils/polkit-qt/Makefile index c62c76cc81a8..9c2c7e66cb75 100644 --- a/sysutils/polkit-qt/Makefile +++ b/sysutils/polkit-qt/Makefile @@ -1,8 +1,7 @@ # Created by: Dima Panov PORTNAME= polkit-qt-1 -DISTVERSION= 0.113.0 -PORTREVISION= 8 +DISTVERSION= 0.114.0 CATEGORIES= sysutils MASTER_SITES= KDE/stable/${PORTNAME}/ @@ -10,7 +9,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 wrapper around Polkit libraries LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit diff --git a/sysutils/polkit-qt/distinfo b/sysutils/polkit-qt/distinfo index d1ada36ccc17..2e0bfb67dd04 100644 --- a/sysutils/polkit-qt/distinfo +++ b/sysutils/polkit-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567014658 -SHA256 (polkit-qt-1-0.113.0.tar.xz) = 5b866a2954ef10ffb66156e2fe8ad0321b5528a8df2e4a91b02f5041ce5563a7 -SIZE (polkit-qt-1-0.113.0.tar.xz) = 64652 +TIMESTAMP = 1624741407 +SHA256 (polkit-qt-1-0.114.0.tar.xz) = 2eb0f22445888295ffa2bfbc0c3693847a0f973bb6b0c3e4cce0218be7e3907e +SIZE (polkit-qt-1-0.114.0.tar.xz) = 58384 diff --git a/sysutils/polkit-qt/pkg-plist b/sysutils/polkit-qt/pkg-plist index 3b509104b5a0..b0c6e3c7ec9e 100644 --- a/sysutils/polkit-qt/pkg-plist +++ b/sysutils/polkit-qt/pkg-plist @@ -10,14 +10,16 @@ include/polkit-qt5-1/PolkitQt1/Identity include/polkit-qt5-1/PolkitQt1/Subject include/polkit-qt5-1/PolkitQt1/TemporaryAuthorization include/polkit-qt5-1/polkitqt1-actiondescription.h +include/polkit-qt5-1/polkitqt1-agent-export.h include/polkit-qt5-1/polkitqt1-agent-listener.h include/polkit-qt5-1/polkitqt1-agent-session.h include/polkit-qt5-1/polkitqt1-authority.h +include/polkit-qt5-1/polkitqt1-core-export.h include/polkit-qt5-1/polkitqt1-details.h -include/polkit-qt5-1/polkitqt1-export.h include/polkit-qt5-1/polkitqt1-gui-action.h include/polkit-qt5-1/polkitqt1-gui-actionbutton.h include/polkit-qt5-1/polkitqt1-gui-actionbuttons.h +include/polkit-qt5-1/polkitqt1-gui-export.h include/polkit-qt5-1/polkitqt1-identity.h include/polkit-qt5-1/polkitqt1-subject.h include/polkit-qt5-1/polkitqt1-temporaryauthorization.h @@ -28,13 +30,13 @@ lib/cmake/PolkitQt5-1/PolkitQt5-1Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/PolkitQt5-1/PolkitQt5-1Targets.cmake lib/libpolkit-qt5-agent-1.so lib/libpolkit-qt5-agent-1.so.1 -lib/libpolkit-qt5-agent-1.so.1.113.0 +lib/libpolkit-qt5-agent-1.so.1.114.0 lib/libpolkit-qt5-core-1.so lib/libpolkit-qt5-core-1.so.1 -lib/libpolkit-qt5-core-1.so.1.113.0 +lib/libpolkit-qt5-core-1.so.1.114.0 lib/libpolkit-qt5-gui-1.so lib/libpolkit-qt5-gui-1.so.1 -lib/libpolkit-qt5-gui-1.so.1.113.0 +lib/libpolkit-qt5-gui-1.so.1.114.0 libdata/pkgconfig/polkit-qt5-1.pc libdata/pkgconfig/polkit-qt5-agent-1.pc libdata/pkgconfig/polkit-qt5-core-1.pc From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 21:37:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A228965A035; Sat, 26 Jun 2021 21: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 4GC6fB3rcZz3nY3; Sat, 26 Jun 2021 21: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 681C42629C; Sat, 26 Jun 2021 21: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 15QLbMSN047903; Sat, 26 Jun 2021 21: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 15QLbMQk047902; Sat, 26 Jun 2021 21:37:22 GMT (envelope-from git) Date: Sat, 26 Jun 2021 21:37:22 GMT Message-Id: <202106262137.15QLbMQk047902@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: 3da520449700 - main - emulators/i386-wine{-devel}: fix distfile issues 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: 3da5204497006152dbc5cbb73fb0e10002e7de6c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 21:37:22 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=3da5204497006152dbc5cbb73fb0e10002e7de6c commit 3da5204497006152dbc5cbb73fb0e10002e7de6c Author: Kevin Bowling AuthorDate: 2021-06-26 21:33:10 +0000 Commit: Kevin Bowling CommitDate: 2021-06-26 21:36:35 +0000 emulators/i386-wine{-devel}: fix distfile issues * Use the i386-wine-devel distfile extraction in i386-wine * Update distinfo PR: 256782 Approved by: maintainer (Alexander Vereeken ) Fixes: 0600023cb017 emulators/i386-wine{-devel}: Fix libglvnd --- emulators/i386-wine-devel/distinfo | 18 +++++++++--------- emulators/i386-wine/Makefile.amd64 | 2 +- emulators/i386-wine/distinfo | 18 +++++++++--------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/emulators/i386-wine-devel/distinfo b/emulators/i386-wine-devel/distinfo index 158601cbb152..2738376d4960 100644 --- a/emulators/i386-wine-devel/distinfo +++ b/emulators/i386-wine-devel/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1624695440 -SHA256 (FreeBSD:11:amd64/i386-wine-devel-6.11_2,1.txz) = f4d13cf6d24dd0162a83cae68642ccb907f9ee2f8dfe740f52b6066ea707df51 -SIZE (FreeBSD:11:amd64/i386-wine-devel-6.11_2,1.txz) = 99011992 -SHA256 (FreeBSD:12:amd64/i386-wine-devel-6.11_2,1.txz) = 0b75df95e48cb2cc664478cece681ce4ba00abdbc1e99cfc3d0f85c447d43fca -SIZE (FreeBSD:12:amd64/i386-wine-devel-6.11_2,1.txz) = 99425876 -SHA256 (FreeBSD:13:amd64/i386-wine-devel-6.11_2,1.txz) = 6b4efa025f8d65df65bf55e8a3123ee668520f3becff02bb436352d2d6a12481 -SIZE (FreeBSD:13:amd64/i386-wine-devel-6.11_2,1.txz) = 99839772 -SHA256 (FreeBSD:14:amd64/i386-wine-devel-6.11_2,1.txz) = 9c427a95e624ddf9cb3bdbca30ea45d5a09f9c55ecdd7cffe52c931a5e9bc7a9 -SIZE (FreeBSD:14:amd64/i386-wine-devel-6.11_2,1.txz) = 101607056 +TIMESTAMP = 1624700086 +SHA256 (FreeBSD:11:amd64/i386-wine-devel-6.11_1,1.txz) = f4d13cf6d24dd0162a83cae68642ccb907f9ee2f8dfe740f52b6066ea707df51 +SIZE (FreeBSD:11:amd64/i386-wine-devel-6.11_1,1.txz) = 99011992 +SHA256 (FreeBSD:12:amd64/i386-wine-devel-6.11_1,1.txz) = 0b75df95e48cb2cc664478cece681ce4ba00abdbc1e99cfc3d0f85c447d43fca +SIZE (FreeBSD:12:amd64/i386-wine-devel-6.11_1,1.txz) = 99425876 +SHA256 (FreeBSD:13:amd64/i386-wine-devel-6.11_1,1.txz) = 6b4efa025f8d65df65bf55e8a3123ee668520f3becff02bb436352d2d6a12481 +SIZE (FreeBSD:13:amd64/i386-wine-devel-6.11_1,1.txz) = 99839772 +SHA256 (FreeBSD:14:amd64/i386-wine-devel-6.11_1,1.txz) = 9c427a95e624ddf9cb3bdbca30ea45d5a09f9c55ecdd7cffe52c931a5e9bc7a9 +SIZE (FreeBSD:14:amd64/i386-wine-devel-6.11_1,1.txz) = 101607056 diff --git a/emulators/i386-wine/Makefile.amd64 b/emulators/i386-wine/Makefile.amd64 index a7c72b78866c..ea77dc5b44b9 100644 --- a/emulators/i386-wine/Makefile.amd64 +++ b/emulators/i386-wine/Makefile.amd64 @@ -46,7 +46,7 @@ MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono do-extract: @${RM} -r ${WRKDIR} @${MKDIR} ${WRKDIR} - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} -C ${WRKDIR} --include '/usr/local/share/licenses/${DISTNAME}/LICENSE' -s '|/usr/local/share/licenses/${DISTNAME}/||g' + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} -C ${WRKDIR} --include '/usr/local/share/licenses/[^/]*/LICENSE' -s '|/usr/local/share/licenses/[^/]*/||g' do-install: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} diff --git a/emulators/i386-wine/distinfo b/emulators/i386-wine/distinfo index 15ea90e44738..16144cca8eb3 100644 --- a/emulators/i386-wine/distinfo +++ b/emulators/i386-wine/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1624695015 -SHA256 (FreeBSD:11:amd64/i386-wine-5.0.4_2,1.txz) = c0792df623ef5ca2050a470aa643db183a78af0ebd17b47ac970e71d20ce4235 -SIZE (FreeBSD:11:amd64/i386-wine-5.0.4_2,1.txz) = 92984208 -SHA256 (FreeBSD:12:amd64/i386-wine-5.0.4_2,1.txz) = 8149f3663dddeb0114b76269f869c25db9bb6edde1b03bec5415776c8286dd66 -SIZE (FreeBSD:12:amd64/i386-wine-5.0.4_2,1.txz) = 93358516 -SHA256 (FreeBSD:13:amd64/i386-wine-5.0.4_2,1.txz) = f510e32ab3ff7337272def5e55258587dfd053c757904078e58aa3dbdced9612 -SIZE (FreeBSD:13:amd64/i386-wine-5.0.4_2,1.txz) = 93792036 -SHA256 (FreeBSD:14:amd64/i386-wine-5.0.4_2,1.txz) = f44cf5115c98337ef4358df907196e7619029c9d6416eb7e06b91086401d5cf3 -SIZE (FreeBSD:14:amd64/i386-wine-5.0.4_2,1.txz) = 95495224 +TIMESTAMP = 1624700175 +SHA256 (FreeBSD:11:amd64/i386-wine-5.0.4_1,1.txz) = c0792df623ef5ca2050a470aa643db183a78af0ebd17b47ac970e71d20ce4235 +SIZE (FreeBSD:11:amd64/i386-wine-5.0.4_1,1.txz) = 92984208 +SHA256 (FreeBSD:12:amd64/i386-wine-5.0.4_1,1.txz) = 8149f3663dddeb0114b76269f869c25db9bb6edde1b03bec5415776c8286dd66 +SIZE (FreeBSD:12:amd64/i386-wine-5.0.4_1,1.txz) = 93358516 +SHA256 (FreeBSD:13:amd64/i386-wine-5.0.4_1,1.txz) = f510e32ab3ff7337272def5e55258587dfd053c757904078e58aa3dbdced9612 +SIZE (FreeBSD:13:amd64/i386-wine-5.0.4_1,1.txz) = 93792036 +SHA256 (FreeBSD:14:amd64/i386-wine-5.0.4_1,1.txz) = f44cf5115c98337ef4358df907196e7619029c9d6416eb7e06b91086401d5cf3 +SIZE (FreeBSD:14:amd64/i386-wine-5.0.4_1,1.txz) = 95495224 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 22:03:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66696659C7F; Sat, 26 Jun 2021 22:03: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 4GC7D02F15z3q7Z; Sat, 26 Jun 2021 22:03: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 3500E2679E; Sat, 26 Jun 2021 22:03: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 15QM3CoG088139; Sat, 26 Jun 2021 22:03:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QM3CDW088138; Sat, 26 Jun 2021 22:03:12 GMT (envelope-from git) Date: Sat, 26 Jun 2021 22:03:12 GMT Message-Id: <202106262203.15QM3CDW088138@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: e0f0a32d502a - main - net-im/nheko: add missing dependency 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: e0f0a32d502af6eb619fd0c377de644492673fa4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 22:03:12 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0f0a32d502af6eb619fd0c377de644492673fa4 commit e0f0a32d502af6eb619fd0c377de644492673fa4 Author: Adriaan de Groot AuthorDate: 2021-06-26 22:00:26 +0000 Commit: Adriaan de Groot CommitDate: 2021-06-26 22:03:09 +0000 net-im/nheko: add missing dependency At runtime, qt5-graphicaleffects are needed to display anything in the timeline (e.g. a conversation in a room). Even the loading- spinner isn't shown without it. Demonstrated by trying to run nheko in a "bare" machine with just XOrg and twm. PR: 256839 Reported by: Filipe da Silva Santos --- net-im/nheko/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 9e14426ef3cb..ba37929ece06 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,6 +1,7 @@ PORTNAME= nheko DISTVERSIONPREFIX=v DISTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -31,6 +32,7 @@ USES= cmake compiler:c++17-lang pkgconfig \ localbase:ldflags qt:5 ssl tar:xz USE_QT= concurrent core dbus declarative gui multimedia network \ quickcontrols2 svg widgets \ + graphicaleffects_run \ buildtools_build linguist_build qmake_build # There is one external dependencie: lmdb++ From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 22:21:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9889B65AC64; Sat, 26 Jun 2021 22:21: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 4GC7cw3vxlz3rKk; Sat, 26 Jun 2021 22:21: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 6E89B26C71; Sat, 26 Jun 2021 22:21: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 15QMLKCg012434; Sat, 26 Jun 2021 22:21:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QMLKDa012433; Sat, 26 Jun 2021 22:21:20 GMT (envelope-from git) Date: Sat, 26 Jun 2021 22:21:20 GMT Message-Id: <202106262221.15QMLKDa012433@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: 41a6d1dfc4ad - main - x11/nwg-drawer: update to 0.1.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: 41a6d1dfc4adb33fce8d06026ed9c16965bf3dac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 22:21:20 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=41a6d1dfc4adb33fce8d06026ed9c16965bf3dac commit 41a6d1dfc4adb33fce8d06026ed9c16965bf3dac Author: Jan Beich AuthorDate: 2021-06-26 21:45:46 +0000 Commit: Jan Beich CommitDate: 2021-06-26 22:21:02 +0000 x11/nwg-drawer: update to 0.1.2 Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.1.2 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 c00d442eabc7..3332923fe366 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,6 +1,6 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v -DISTVERSION= 0.1.1 +DISTVERSION= 0.1.2 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-drawer/distinfo b/x11/nwg-drawer/distinfo index 7289bd59acf1..a6a98e437a79 100644 --- a/x11/nwg-drawer/distinfo +++ b/x11/nwg-drawer/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624409702 -SHA256 (nwg-piotr-nwg-drawer-v0.1.1_GH0.tar.gz) = 6e44891b049a694dfc9ed2625c06f39fda930a1a57593ad010173c8082284eda -SIZE (nwg-piotr-nwg-drawer-v0.1.1_GH0.tar.gz) = 3272097 +TIMESTAMP = 1624743946 +SHA256 (nwg-piotr-nwg-drawer-v0.1.2_GH0.tar.gz) = 3ee097c467b024621d22e3863303d36050ff45060ccfd59905e3bfdd2664761c +SIZE (nwg-piotr-nwg-drawer-v0.1.2_GH0.tar.gz) = 3272095 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 From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 22:26:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C74C565A56B; Sat, 26 Jun 2021 22:26: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 4GC7ks57Vwz3r99; Sat, 26 Jun 2021 22:26: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 9836426E85; Sat, 26 Jun 2021 22:26: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 15QMQTjC015348; Sat, 26 Jun 2021 22:26:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QMQTHb015347; Sat, 26 Jun 2021 22:26:29 GMT (envelope-from git) Date: Sat, 26 Jun 2021 22:26:29 GMT Message-Id: <202106262226.15QMQTHb015347@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: 834cafe74f5f - main - multimedia/opentoonz: massage dependencies, hand off maintainership 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: 834cafe74f5f0dca8264176cdb0246607b3d805d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 22:26:29 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=834cafe74f5f0dca8264176cdb0246607b3d805d commit 834cafe74f5f0dca8264176cdb0246607b3d805d Author: Adriaan de Groot AuthorDate: 2021-06-26 22:22:58 +0000 Commit: Adriaan de Groot CommitDate: 2021-06-26 22:26:27 +0000 multimedia/opentoonz: massage dependencies, hand off maintainership This is all rozhuk.im's work, (but without a name to attach I can't easily set --author, so let's stick to an 'Obtained from' line). - add installation shortcut to apps menu - add missed deps: print/freetype2, multimedia/ffmpeg - add WITH_DEBUG CXXFLAGS - add pkg-message about missed tiff support - drop libjson-c.so, gettext-runtime deps, it required only for libmypaint.so - remove glib20 dep - remove .gitkeep files - switch to USES= blaslapack:openblas from LIB_DEPENDS= libgslcblas.so:math/gsl PR: 256713 Approved by: tcberner (kde@) Obtained from: rozhuk.im@gmail.com --- multimedia/opentoonz/Makefile | 46 ++++++++++++++++++++++++++++++++++------ multimedia/opentoonz/pkg-descr | 9 ++++---- multimedia/opentoonz/pkg-message | 12 +++++++++++ multimedia/opentoonz/pkg-plist | 6 +++--- 4 files changed, 59 insertions(+), 14 deletions(-) diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile index cf058a6cd6e3..f507d0826030 100644 --- a/multimedia/opentoonz/Makefile +++ b/multimedia/opentoonz/Makefile @@ -4,14 +4,14 @@ DISTVERSION= 1.5.0 PORTREVISION= 1 CATEGORIES= multimedia -MAINTAINER= kde@FreeBSD.org -COMMENT= 2D animation software +MAINTAINER= rozhuk.im@gmail.com +COMMENT= Open-source full-featured 2D animation creation software +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= boost-libs>0:devel/boost-libs -LIB_DEPENDS= libgslcblas.so:math/gsl \ - libjson-c.so:devel/json-c \ +LIB_DEPENDS= libfreetype.so:print/freetype2 \ liblz4.so:archivers/liblz4 \ liblzo2.so:archivers/lzo2 \ libmypaint.so:graphics/libmypaint \ @@ -19,16 +19,48 @@ LIB_DEPENDS= libgslcblas.so:math/gsl \ libpng.so:graphics/png \ libsuperlu.so:math/superlu \ libturbojpeg.so:graphics/libjpeg-turbo +RUN_DEPENDS= ${LOCALBASE}/bin/ffprobe:multimedia/ffmpeg -USES= cmake:noninja compiler:c++11-lang gettext-runtime gl \ +USES= cmake:noninja compiler:c++11-lang gl \ gnome jpeg pkgconfig qt:5 USE_GITHUB= yes USE_GL= gl glew glu glut -USE_GNOME= glib20 USE_QT= core gui multimedia network opengl printsupport \ script serialport svg widgets xml \ buildtools_build linguisttools_build qmake_build - +CMAKE_ARGS= -DWITH_SYSTEM_LZO:BOOL=ON \ + -DWITH_SYSTEM_SUPERLU:BOOL=ON CMAKE_SOURCE_PATH= ${WRKSRC}/toonz/sources +INSTALLS_ICONS= yes + +OPTIONS_SINGLE= BLASLIB +OPTIONS_SINGLE_BLASLIB= CBLAS GSLCBLAS NETLIB OPENBLAS +OPTIONS_DEFAULT= OPENBLAS + +CBLAS_LIB_DEPENDS= libcblas.so:math/cblas +CBLAS_VARS= BLASLIBS="cblas" +CBLAS_DESC= C interface to the legacy Fortran BLAS +GSLCBLAS_LIB_DEPENDS= libgslcblas.so:math/gsl +GSLCBLAS_VARS= BLASLIBS="gslcblas" +GSLCBLAS_DESC= The GNU Scientific Library - mathematical libs +NETLIB_USES= blaslapack:netlib +NETLIB_VARS= BLASLIBS="blas" +OPENBLAS_USES= blaslapack:openblas +OPENBLAS_VARS= BLASLIBS="openblas" + +.include + +.if defined(WITH_DEBUG) +CXXFLAGS+= -DDEBUG -g3 -ggdb +.else +CXXFLAGS+= -DNDEBUG +.endif + +post-extract: + ${FIND} ${WRKSRC} -name '*.gitkeep' -delete + +post-patch: + @${REINPLACE_CMD} -e "s|find_library(OPENBLAS_LIB NAMES.*|find_library(OPENBLAS_LIB NAMES ${BLASLIBS})|g" \ + ${WRKSRC}/toonz/sources/CMakeLists.txt .include diff --git a/multimedia/opentoonz/pkg-descr b/multimedia/opentoonz/pkg-descr index 0ad2bd7f1d4a..f3e84cc04aec 100644 --- a/multimedia/opentoonz/pkg-descr +++ b/multimedia/opentoonz/pkg-descr @@ -1,5 +1,6 @@ -OpenToonz is a 2D animation software published by DWANGO. It is based on Toonz -Studio Ghibli Version, originally developed in Italy by Digital Video, Inc., -and customized by Studio Ghibli over many years of production. +OpenToonz is a 2D animation software published by DWANGO. +It is based on Toonz Studio Ghibli Version, originally developed in +Italy by Digital Video, Inc., and customized by Studio Ghibli over +many years of production. -WWW: https://github.com/opentoonz/opentoonz +WWW: https://opentoonz.github.io/e/ diff --git a/multimedia/opentoonz/pkg-message b/multimedia/opentoonz/pkg-message new file mode 100644 index 000000000000..93e93725b9aa --- /dev/null +++ b/multimedia/opentoonz/pkg-message @@ -0,0 +1,12 @@ +[ +{ type: install + message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BAD1C65B8C6; Sat, 26 Jun 2021 23:12:31 +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 4GC8lz4pwcz4Qpf; Sat, 26 Jun 2021 23:12:31 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624749151; 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=SaWnFhjDIVW+MEiVbaO9PyYMq0uEvpiyJZWT+s+V7OM=; b=eYl9Se7MImwWeDPz/xWor9D6SRwtvix4NUcKUnpzK3BWp6vp1SUB4nCpfJX20HmBh4u4i/ QVD5taPJwvkHd74msD7BIJWJ/4nGpnCULSWjS2egPrVpIYSQu1hT5YClD4faxf5/ssta5Q 1PVMCfdTiD0oGzSVvilbpGpZZLXjM67ANIebm7UW2L4tB2ZpeakFIfQk99uRorC3eQQHbY Jlg4t9tBesmTh9lEFhRNB1CuBu9ZuR/fzHiiBNVtRMOAol6TNJQX2d0XXIbRLsClKd421N FSeynTw4nLDlxIr/OKUROX2sOUEpewU3dMb7n1tqbPjQm+23/CN+9Vi2duhQpw== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 8F28818D48; Sat, 26 Jun 2021 23:12:31 +0000 (UTC) From: Jan Beich To: Po-Chuan Hsieh Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 62d0e264dc60 - main - x11-toolkits/p5-Prima: Update to 1.62 References: <202106251347.15PDl3ww089090__2631.44574580423$1624629319$gmane$org@gitrepo.freebsd.org> Date: Sun, 27 Jun 2021 01:12:28 +0200 In-Reply-To: <202106251347.15PDl3ww089090__2631.44574580423$1624629319$gmane$org@gitrepo.freebsd.org> (Po-Chuan Hsieh's message of "Fri, 25 Jun 2021 13:47:03 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=1624749151; 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=SaWnFhjDIVW+MEiVbaO9PyYMq0uEvpiyJZWT+s+V7OM=; b=tWf9qA5i53U1ijH+FWuG3Yjtfm9irEgWKmtwHarI8k8IrvdY1rtkLXqptSASwfX/nteSfF 7Uld0obCFZJfvUqBjWFX6NKLXS97Ry1S2y2ROIOlGQ7USgSL1QP65hASlMDCO3r5PLEqXS 7Jew9ByTiaFg3MXgnlwXbuXOCnvIWhJlJpKQTAkTvQJ6jG+6ynNRYaJuOvfeoNqu2YvGNw Lz+Xw/DcAeOlnzswDM6R1oPsPEv+NfVZpSaCa1QbaUoLrE2R4mIq2W3XIiGhZgRs6iSFc4 5Sff0psIItO44ow7aTZO0mjPZV+4c1C335cRGrlyTYE+8OiyfJeRJuy9QbUPIQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1624749151; a=rsa-sha256; cv=none; b=EWXBrcw2s8CElw5BY82WXG9fMpbtxrUHWKlW1UxjvxEPEICDFakVn46wMvANUImicmaCAr 8VwQBrZN+E13CIOXzFeylfOQtQYAlmwo2r2gxFkhaDVnVUW58EXONio7QpMHV5En8VYcSp b8t4dbXdVGQeGYo3PRvgbMLglrJQ196tgeRVAShseV7TCsdl6wRXGdUT7KkhkwMFJu5giQ jXlT/p20gvcWJDqIvuZ7l4iis/wXrRoaGIPtCIXxBHa78blUkYTOOA5F/XM+d1epmoybAo zY9giasvn+NkyVET/+YFO2mMHUF8oacNTZcq1UdmjWI1ThVGVr5oj5ZfCml04Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 23:12:31 -0000 Po-Chuan Hsieh writes: > The branch main has been updated by sunpoet: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=62d0e264dc60ff2f7295cfa6709dd9e68cb18e6c > > commit 62d0e264dc60ff2f7295cfa6709dd9e68cb18e6c > Author: Po-Chuan Hsieh > AuthorDate: 2021-06-25 13:40:55 +0000 > Commit: Po-Chuan Hsieh > CommitDate: 2021-06-25 13:40:55 +0000 > > x11-toolkits/p5-Prima: Update to 1.62 > > Changes: https://metacpan.org/dist/Prima/changes FWIW, this commit broke at least graphics/IPA. http://www.ipv6proxy.net/go.php?u=http://beefy16.nyi.freebsd.org/data/130amd64-default/c9afda5a14a3/logs/errors/IPA-1.08_2.log From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 23:38:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 27E2065BEA7; Sat, 26 Jun 2021 23: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 4GC9LC0c8Kz4Rhy; Sat, 26 Jun 2021 23: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 F0FF027841; Sat, 26 Jun 2021 23:38: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 15QNcgY6009560; Sat, 26 Jun 2021 23:38:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QNcgvx009559; Sat, 26 Jun 2021 23:38:42 GMT (envelope-from git) Date: Sat, 26 Jun 2021 23:38:42 GMT Message-Id: <202106262338.15QNcgvx009559@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: 36f56c79f9d1 - main - x11-themes/flat-remix-icon-themes: Update to 20210620 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: 36f56c79f9d13b9401a90e48979a0a2bde74a3a1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 23:38:43 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=36f56c79f9d13b9401a90e48979a0a2bde74a3a1 commit 36f56c79f9d13b9401a90e48979a0a2bde74a3a1 Author: Alexander Vereeken AuthorDate: 2021-06-26 23:38:13 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-26 23:38:13 +0000 x11-themes/flat-remix-icon-themes: Update to 20210620 PR: 256847 Approved by: lwhsu (mentor, implicit) --- x11-themes/flat-remix-icon-themes/Makefile | 2 +- x11-themes/flat-remix-icon-themes/distinfo | 6 +- x11-themes/flat-remix-icon-themes/pkg-plist | 3168 ++++++++++++++++++++++++++- 3 files changed, 3148 insertions(+), 28 deletions(-) diff --git a/x11-themes/flat-remix-icon-themes/Makefile b/x11-themes/flat-remix-icon-themes/Makefile index 79770ecfee72..4db1e1ee5b91 100644 --- a/x11-themes/flat-remix-icon-themes/Makefile +++ b/x11-themes/flat-remix-icon-themes/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Vereeken PORTNAME= flat-remix -PORTVERSION= 20210518 +PORTVERSION= 20210620 CATEGORIES= x11-themes PKGNAMESUFFIX= -icon-themes diff --git a/x11-themes/flat-remix-icon-themes/distinfo b/x11-themes/flat-remix-icon-themes/distinfo index 9f2fd4415cdf..15e543979fe3 100644 --- a/x11-themes/flat-remix-icon-themes/distinfo +++ b/x11-themes/flat-remix-icon-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621454949 -SHA256 (daniruiz-flat-remix-20210518_GH0.tar.gz) = 1eb4a716515abd59b98b84d2660fb6383edfec8aa0a740d52769d944bc329f2e -SIZE (daniruiz-flat-remix-20210518_GH0.tar.gz) = 159171135 +TIMESTAMP = 1624722885 +SHA256 (daniruiz-flat-remix-20210620_GH0.tar.gz) = 7f536657fedd9c3f7e6424b8d2ff0081132a9fa5c507e8fb205c3db12689da70 +SIZE (daniruiz-flat-remix-20210620_GH0.tar.gz) = 159508989 diff --git a/x11-themes/flat-remix-icon-themes/pkg-plist b/x11-themes/flat-remix-icon-themes/pkg-plist index c7bb1d655801..f42207612045 100644 --- a/x11-themes/flat-remix-icon-themes/pkg-plist +++ b/x11-themes/flat-remix-icon-themes/pkg-plist @@ -2675,6 +2675,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Babe.svg @@ -2684,6 +2685,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/DictionaryReader.svg @@ -2698,6 +2700,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Gitter.svg @@ -2712,6 +2715,8 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Black-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/LabPlot2.svg @@ -2752,7 +2757,6 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Black-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/SpiderOak.svg @@ -2845,6 +2849,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/alc.svg @@ -2901,6 +2906,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -2927,6 +2933,9 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-org.keepassxc.KeePas share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-supertux2.svg @@ -2935,6 +2944,8 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applets-screenshooter.svg @@ -2990,6 +3001,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appointment-soon.svg @@ -3244,6 +3256,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/byzanz.svg @@ -3363,6 +3376,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmf share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -3472,6 +3486,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/colorhug-flash.svg @@ -3492,10 +3507,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -3510,6 +3529,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -3520,10 +3540,13 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -3553,6 +3576,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -3569,12 +3593,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.rssguard.svg @@ -3585,9 +3611,11 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.themix_project.Oomox. share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -3598,6 +3626,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gnome.Software.svg @@ -3622,10 +3651,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.onlyoffice.DesktopEditors.sv share/icons/Flat-Remix-Black-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -3642,9 +3675,12 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -3774,6 +3810,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/cumulus.svg @@ -3795,6 +3832,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -3817,6 +3855,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -3929,6 +3968,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/discord.svg @@ -4040,6 +4080,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/easytag.svg @@ -4064,9 +4105,12 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/emacs-24.svg @@ -4132,6 +4176,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/evince.svg @@ -4217,6 +4262,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/flacon.svg @@ -4344,6 +4390,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/geogebra-classic.svg @@ -4383,6 +4430,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glchess.svg @@ -4787,6 +4835,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkpod.svg @@ -4908,12 +4957,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/imagewriter.svg @@ -4967,6 +5018,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.element.Element.svg @@ -5002,14 +5054,20 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -5021,7 +5079,9 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/iok.svg @@ -5064,6 +5124,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/javasnoop.svg @@ -5800,6 +5861,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -5839,7 +5908,19 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/liveusb-creator.svg @@ -5940,6 +6021,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lxterminal.svg @@ -5991,6 +6073,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-indicator-applet.svg @@ -6181,6 +6264,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mousepad.svg @@ -6284,6 +6368,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -6291,6 +6376,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -6439,6 +6525,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/obs.svg @@ -6475,6 +6562,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openjdk-11.svg @@ -6524,6 +6612,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -6541,7 +6630,9 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deepin.flatdeb.deepin-image- share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.eclipse.Java.svg @@ -6556,6 +6647,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -6576,7 +6668,9 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gna.Warmux.svg @@ -6588,6 +6682,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Calendar.svg @@ -6753,12 +6848,15 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -6775,6 +6873,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -6790,6 +6889,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.k3b.svg @@ -6801,6 +6901,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kbruch.svg @@ -6820,6 +6921,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kleopatra.svg @@ -6836,6 +6938,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.korganizer.svg @@ -6854,6 +6957,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.latte.separator.svg @@ -6949,6 +7053,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -6984,6 +7089,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.o20.word.svg @@ -7000,6 +7106,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -7010,8 +7117,10 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -7022,10 +7131,13 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -7044,6 +7156,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.mousepad.svg @@ -7172,6 +7285,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/pattern-kde4.svg @@ -7273,6 +7387,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/portal.svg @@ -7359,6 +7474,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -7454,6 +7570,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qalculate-applet.svg @@ -7473,6 +7590,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qlipper.svg @@ -7738,6 +7856,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/smartcode-stremio.svg @@ -7860,6 +7979,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_20920.svg @@ -7870,6 +7990,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_233720.svg @@ -8124,6 +8245,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tabletconnected.svg @@ -8145,6 +8267,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/telepathy-kde.svg @@ -8183,6 +8306,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-icon.svg @@ -8213,6 +8337,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy.svg @@ -8511,6 +8636,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsdesk.svg @@ -8593,6 +8719,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/x-office-calendar.svg @@ -8701,6 +8828,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-hibernate.svg @@ -8711,6 +8839,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xhydra.svg @@ -8754,6 +8883,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yandex-browser-beta.svg @@ -16101,6 +16231,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Black-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Babe.svg @@ -16110,6 +16241,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Black-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Black-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Black-Light/apps/scalable/DictionaryReader.svg @@ -16124,6 +16256,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Black-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Black-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Black-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Black-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Black-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Gitter.svg @@ -16138,6 +16271,8 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Black-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Black-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Black-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Black-Light/apps/scalable/LabPlot2.svg @@ -16178,7 +16313,6 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Black-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Black-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Black-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Black-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Black-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Black-Light/apps/scalable/SpiderOak.svg @@ -16271,6 +16405,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Black-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Black-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Black-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Black-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Black-Light/apps/scalable/alc.svg @@ -16327,6 +16462,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-bitwarden.svg @@ -16353,6 +16489,9 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-org.keepassxc.KeePa share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-supertux2.svg @@ -16361,6 +16500,8 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applets-screenshooter.svg @@ -16416,6 +16557,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appointment-soon.svg @@ -16670,6 +16812,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Black-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Black-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Black-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Black-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/byzanz.svg @@ -16789,6 +16932,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-defekohaofmambflfpfoojkm share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -16898,6 +17042,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Black-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Black-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Black-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Black-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Black-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Black-Light/apps/scalable/colorhug-flash.svg @@ -16918,10 +17063,14 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -16936,6 +17085,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -16946,10 +17096,13 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -16979,6 +17132,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -16995,12 +17149,14 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.rssguard.svg @@ -17011,9 +17167,11 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.themix_project.Oomox share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.wjaguar.mtpaint.svg *** 17373 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 01:51:27 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3B8565E1A4; Sun, 27 Jun 2021 01: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 4GCDHM4H9Fz4chC; Sun, 27 Jun 2021 01: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 7BC0A1A13; Sun, 27 Jun 2021 01: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 15R1pRHH092775; Sun, 27 Jun 2021 01: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 15R1pRs1092774; Sun, 27 Jun 2021 01:51:27 GMT (envelope-from git) Date: Sun, 27 Jun 2021 01:51:27 GMT Message-Id: <202106270151.15R1pRs1092774@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: 55044a2200a4 - main - devel/gradle6: New port 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: 55044a2200a4c42b6b653349f0a65dfca3f96f36 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 01:51:27 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=55044a2200a4c42b6b653349f0a65dfca3f96f36 commit 55044a2200a4c42b6b653349f0a65dfca3f96f36 Author: Guangyuan Yang AuthorDate: 2021-06-27 01:51:07 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-27 01:51:07 +0000 devel/gradle6: New port devel/gradle needs to be updated to 7.x, while some ports build failed under the newer version, including: - biology/jalview - biology/igv Updated them to use this devel/gradle6 until they officially support 7.x. No functional changes for these ports. Approved by: lwhsu (mentor) --- biology/igv/Makefile | 4 ++-- biology/jalview/Makefile | 4 ++-- devel/Makefile | 1 + devel/gradle6/Makefile | 29 +++++++++++++++++++++++++++++ devel/gradle6/distinfo | 3 +++ devel/gradle6/files/gradle.in | 2 ++ devel/gradle6/pkg-descr | 16 ++++++++++++++++ 7 files changed, 55 insertions(+), 4 deletions(-) diff --git a/biology/igv/Makefile b/biology/igv/Makefile index d514583cb41a..39bd21a96377 100644 --- a/biology/igv/Makefile +++ b/biology/igv/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= openjfx14>0:java/openjfx14 \ - gradle:devel/gradle + gradle6:devel/gradle6 RUN_DEPENDS= openjfx14>0:java/openjfx14 USES= gettext-runtime @@ -62,7 +62,7 @@ post-extract: # need a separate extract step because the cache is in /tmp, and n .endif do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \ + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle6 \ --gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \ ${GRADLE_ARGS} --build-cache --stacktrace createDist diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile index 67bee6fe6514..f3810e2415e8 100644 --- a/biology/jalview/Makefile +++ b/biology/jalview/Makefile @@ -16,7 +16,7 @@ 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/gradle +BUILD_DEPENDS= gradle6:devel/gradle6 USE_JAVA= yes JAVA_VERSION= 11 @@ -61,7 +61,7 @@ PLIST_FILES= bin/jalview \ ${DATADIR}/jalview.jar do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \ + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle6 \ --gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \ ${GRADLE_ARGS} --build-cache shadowJar diff --git a/devel/Makefile b/devel/Makefile index e4f7782fd531..e50ec46d2d02 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -885,6 +885,7 @@ SUBDIR += gradle SUBDIR += gradle-completion SUBDIR += gradle5 + SUBDIR += gradle6 SUBDIR += gradle62 SUBDIR += grantlee5 SUBDIR += grcov diff --git a/devel/gradle6/Makefile b/devel/gradle6/Makefile new file mode 100644 index 000000000000..e54a53479b18 --- /dev/null +++ b/devel/gradle6/Makefile @@ -0,0 +1,29 @@ +PORTNAME= gradle +PORTVERSION= 6.9 +CATEGORIES= devel java +MASTER_SITES= https://downloads.gradle.org/distributions/ +PKGNAMESUFFIX= 6 +EXTRACT_SUFX= -bin.zip + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Project automation tool + +LICENSE= APACHE20 BSD3CLAUSE CDDL EPL LGPL21+ MIT MPL20 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= zip +USE_JAVA= yes +NO_ARCH= yes +NO_BUILD= yes +SUB_FILES= gradle +SUB_LIST= JAVA=${JAVA} \ + PORTVERSION=${PORTVERSION} +PLIST_FILES= bin/gradle +PORTDATA= * + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/gradle ${STAGEDIR}${PREFIX}/bin/gradle + (cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}) + +.include diff --git a/devel/gradle6/distinfo b/devel/gradle6/distinfo new file mode 100644 index 000000000000..377857ed10c6 --- /dev/null +++ b/devel/gradle6/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624750882 +SHA256 (gradle-6.9-bin.zip) = 765442b8069c6bee2ea70713861c027587591c6b1df2c857a23361512560894e +SIZE (gradle-6.9-bin.zip) = 108129558 diff --git a/devel/gradle6/files/gradle.in b/devel/gradle6/files/gradle.in new file mode 100644 index 000000000000..25d4d31d87f5 --- /dev/null +++ b/devel/gradle6/files/gradle.in @@ -0,0 +1,2 @@ +#!/bin/sh +exec "java" -Dorg.gradle.native=false $JAVA_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar" org.gradle.launcher.GradleMain "$@" diff --git a/devel/gradle6/pkg-descr b/devel/gradle6/pkg-descr new file mode 100644 index 000000000000..9ca5da488bc7 --- /dev/null +++ b/devel/gradle6/pkg-descr @@ -0,0 +1,16 @@ +Gradle is build automation evolved. + +Gradle can automate the building, testing, publishing, deployment +and more of software packages or other types of projects such as +generated static websites, generated documentation or indeed anything +else. + +Gradle combines the power and flexibility of Ant with the dependency +management and conventions of Maven into a more effective way to +build. Powered by a Groovy DSL and packed with innovation, Gradle +provides a declarative way to describe all kinds of builds through +sensible defaults. Gradle is quickly becoming the build system of +choice for many open source projects, leading edge enterprises and +legacy automation challenges. + +WWW: https://www.gradle.org/ From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 01:52:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2BAE65DC6E; Sun, 27 Jun 2021 01:52: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 4GCDJh5CbJz4cWq; Sun, 27 Jun 2021 01:52: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 9B12A1A29; Sun, 27 Jun 2021 01:52: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 15R1qa7X094633; Sun, 27 Jun 2021 01:52:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R1qaPd094632; Sun, 27 Jun 2021 01:52:36 GMT (envelope-from git) Date: Sun, 27 Jun 2021 01:52:36 GMT Message-Id: <202106270152.15R1qaPd094632@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: 376b5699c2e2 - main - devel/gradle: Update to 6.9 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: 376b5699c2e2949707512618e17c2aca2922f4e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 01:52:36 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=376b5699c2e2949707512618e17c2aca2922f4e2 commit 376b5699c2e2949707512618e17c2aca2922f4e2 Author: Guangyuan Yang AuthorDate: 2021-06-27 01:51:32 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-27 01:51:32 +0000 devel/gradle: Update to 6.9 Approved by: lwhsu (mentor, implicit) --- devel/gradle/Makefile | 2 +- devel/gradle/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/gradle/Makefile b/devel/gradle/Makefile index 70053dc11636..b74b005192b8 100644 --- a/devel/gradle/Makefile +++ b/devel/gradle/Makefile @@ -1,7 +1,7 @@ # Created by: Gasol Wu PORTNAME= gradle -PORTVERSION= 6.8.3 +PORTVERSION= 6.9 CATEGORIES= devel java MASTER_SITES= https://downloads.gradle.org/distributions/ EXTRACT_SUFX= -bin.zip diff --git a/devel/gradle/distinfo b/devel/gradle/distinfo index 9872c89e2e66..6293e16ff28e 100644 --- a/devel/gradle/distinfo +++ b/devel/gradle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614236462 -SHA256 (gradle-6.8.3-bin.zip) = 7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205 -SIZE (gradle-6.8.3-bin.zip) = 107843517 +TIMESTAMP = 1624750181 +SHA256 (gradle-6.9-bin.zip) = 765442b8069c6bee2ea70713861c027587591c6b1df2c857a23361512560894e +SIZE (gradle-6.9-bin.zip) = 108129558 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 02:29:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B830665E818; Sun, 27 Jun 2021 02:29: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 4GCF7c4dGZz4g6M; Sun, 27 Jun 2021 02:29: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 83EF62091; Sun, 27 Jun 2021 02:29: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 15R2TmW4035460; Sun, 27 Jun 2021 02:29:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R2TmtC035459; Sun, 27 Jun 2021 02:29:48 GMT (envelope-from git) Date: Sun, 27 Jun 2021 02:29:48 GMT Message-Id: <202106270229.15R2TmtC035459@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: d57a6af1a972 - main - emulators/libc6-shim: update to 20210627 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: d57a6af1a972c1fc114ed0b51cb8756affb20c2b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 02:29:48 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=d57a6af1a972c1fc114ed0b51cb8756affb20c2b commit d57a6af1a972c1fc114ed0b51cb8756affb20c2b Author: Alex S AuthorDate: 2021-06-27 02:28:47 +0000 Commit: Neel Chauhan CommitDate: 2021-06-27 02:28:47 +0000 emulators/libc6-shim: update to 20210627 Changes: https://github.com/shkhln/libc6-shim/compare/20210109...20210627 PR: 256854 --- emulators/libc6-shim/Makefile | 2 +- emulators/libc6-shim/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emulators/libc6-shim/Makefile b/emulators/libc6-shim/Makefile index 62be0afb93e6..4d0dfe5cc53d 100644 --- a/emulators/libc6-shim/Makefile +++ b/emulators/libc6-shim/Makefile @@ -1,5 +1,5 @@ PORTNAME= libc6-shim -DISTVERSION= 20210109 +DISTVERSION= 20210627 CATEGORIES= emulators MAINTAINER= iwtcex@gmail.com diff --git a/emulators/libc6-shim/distinfo b/emulators/libc6-shim/distinfo index b7a1338bf74d..91a46499bc8d 100644 --- a/emulators/libc6-shim/distinfo +++ b/emulators/libc6-shim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610182116 -SHA256 (shkhln-libc6-shim-20210109_GH0.tar.gz) = aeb441a4beb49adab8733c5e519b8e960da4205e5fdaebbe532c5885218141fb -SIZE (shkhln-libc6-shim-20210109_GH0.tar.gz) = 85148 +TIMESTAMP = 1624754020 +SHA256 (shkhln-libc6-shim-20210627_GH0.tar.gz) = d6cfa704434e65349283e1fac0f8738c65c1bf91db9308a00fc3be0729709a88 +SIZE (shkhln-libc6-shim-20210627_GH0.tar.gz) = 90313 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 02:29:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5352365E743; Sun, 27 Jun 2021 02:29:53 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) (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 4GCF7j1T5Qz4fr7; Sun, 27 Jun 2021 02:29:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pj1-x102d.google.com with SMTP id z3-20020a17090a3983b029016bc232e40bso7970404pjb.4; Sat, 26 Jun 2021 19:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; 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=6gzge2gpaRS1B6BAceV3cRs0mUfmvgoejoPd3dsVGJ8=; b=HZKukSRbz2N1R/OEbp9GX+Gotk0AIMvzwBcmSLFzX9QJBYCK+egoPpTsTCO6juYmmB 8uSsztd2g3qDoKxNv0LoMWklJz7XWP3i5XjVKI6qVvb+5BJWcIFBSkpvfyKQ6fMtfwMh hmjhhXoVUH8i4dd5XRTLQewO/unJVc5gxZizw+cCb4fY/HdgoEQyxGiACYv6xlOmk9uk 5OLpHYtNGYdC5t27AHgCLG2GgKgMp3v7W8g4Kn9I6WZpkwONwqqd7uYbNKF5MRWZohkD 1v4xP5TeA4ucQ6oGNuIUteCcARhd4VMpSEZZwt6+KRjGVaARj0w32TMND9UqzemYxTA0 Co3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; 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=6gzge2gpaRS1B6BAceV3cRs0mUfmvgoejoPd3dsVGJ8=; b=mLHXi4Z5bOTYJXzhE0YK+mpSvXn87jbFY+Xh8vXMwfv5SpOrxTxqNeGwmUo3GRgWsx ChIxM4/DX6+UoapcjEYt/0pnuA3At92arW5v8YE81NJ83EMUnlL01YgDuCN+8xDZO7zi W19WE8ctbUAbRg002QI1Pi7/P/mAw7H4AIxhb+qtAad1CrmlHINeL8PpxahHeTMFDpZt YB6q0q6mMGikv2FtgwPlkgDuqg1KCvsYsyC/6b04l1v59RXxFZEZhtuKzaMkHWIa6+yK 5iuwQwK7zlNsh5mCQx/3XfRrTO4st04CI/kWIkyO+g/SBIhK4XOrxNY4HNnodMJy8P3+ lHDQ== X-Gm-Message-State: AOAM53168SH0UC/FebEUqj1+3Hytnbzug6Vy+7Q/ecL7fbW4hwmpMFNF iqckzgbubLwuTsrju5QLF893qyGtNFAEkA== X-Google-Smtp-Source: ABdhPJz10Y2xXvdMqhQbQtWYrn19PsYcnNE+PM66MOSRJ8JPt8sLLiTzgUL7TfOk3wfhCUqcSAA0zQ== X-Received: by 2002:a17:903:228e:b029:112:5e2f:bbf5 with SMTP id b14-20020a170903228eb02901125e2fbbf5mr16242663plh.30.1624760991563; Sat, 26 Jun 2021 19:29:51 -0700 (PDT) Received: from ?IPV6:2403:5800:7500:3601:4d9c:cfcb:55a3:3190? (2403-5800-7500-3601-4d9c-cfcb-55a3-3190.ip6.aussiebb.net. [2403:5800:7500:3601:4d9c:cfcb:55a3:3190]) by smtp.gmail.com with UTF8SMTPSA id i2sm14550921pjj.25.2021.06.26.19.29.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 26 Jun 2021 19:29:51 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <7b255014-6f82-5d36-3616-2009e57d75fe@FreeBSD.org> Date: Sun, 27 Jun 2021 12:29:46 +1000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.0a1 Reply-To: koobs@FreeBSD.org Subject: Re: git: f09116668740 - main - devel/py-jsonnet: Python bindings for Jsonnet Content-Language: en-US To: Kevin Bowling , Jan Beich Cc: Kevin Bowling , ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202106260632.15Q6WwvL041471__48339.0858907782$1624689194$gmane$org@gitrepo.freebsd.org> From: Kubilay Kocak In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GCF7j1T5Qz4fr7 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-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 02:29:53 -0000 On 26/06/2021 6:26 pm, Kevin Bowling wrote: > I don't know for sure so adding koobs > > > > On Sat, Jun 26, 2021 at 12:26 AM Jan Beich wrote: >> >> Kevin Bowling writes: >> >>> +MAINTAINER= timp87@FreeBSD.org >> >> Typo or a new committer? >> >> $ ssh freefall.freebsd.org finger timp87 >> finger: timp87: no such user Clearly missed in review, but uh, not sure why this is falling to me when its public: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256705 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 02:41:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E678765EBA7; Sun, 27 Jun 2021 02:41: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 4GCFNp570dz4h5N; Sun, 27 Jun 2021 02:41: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 999D61AFA; Sun, 27 Jun 2021 02:41: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 15R2fEaq058413; Sun, 27 Jun 2021 02:41:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R2fE4S058412; Sun, 27 Jun 2021 02:41:14 GMT (envelope-from git) Date: Sun, 27 Jun 2021 02:41:14 GMT Message-Id: <202106270241.15R2fE4S058412@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: df5c1479f5f7 - main - x11-themes/qogir-gtk-themes: Update to 2021-06-25 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: df5c1479f5f7a87e7dbbc9bc738091e90788f09a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 02:41:15 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=df5c1479f5f7a87e7dbbc9bc738091e90788f09a commit df5c1479f5f7a87e7dbbc9bc738091e90788f09a Author: Alexander Vereeken AuthorDate: 2021-06-27 02:40:15 +0000 Commit: Neel Chauhan CommitDate: 2021-06-27 02:40:15 +0000 x11-themes/qogir-gtk-themes: Update to 2021-06-25 Changes: https://github.com/vinceliuice/Qogir-theme/releases/tag/2021-06-25 PR: 256853 --- x11-themes/qogir-gtk-themes/Makefile | 2 +- x11-themes/qogir-gtk-themes/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-themes/qogir-gtk-themes/Makefile b/x11-themes/qogir-gtk-themes/Makefile index dc9677853914..e798c060cafb 100644 --- a/x11-themes/qogir-gtk-themes/Makefile +++ b/x11-themes/qogir-gtk-themes/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Vereeken PORTNAME= qogir-gtk-themes -DISTVERSION= 2021-04-20 +DISTVERSION= 2021-06-25 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com diff --git a/x11-themes/qogir-gtk-themes/distinfo b/x11-themes/qogir-gtk-themes/distinfo index c580130176c6..e7f5de356e09 100644 --- a/x11-themes/qogir-gtk-themes/distinfo +++ b/x11-themes/qogir-gtk-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620851038 -SHA256 (vinceliuice-Qogir-theme-2021-04-20_GH0.tar.gz) = 6db77455a74324ebdf93c49b45f12048c053e7526a1f1b4671a960f54ddf86bf -SIZE (vinceliuice-Qogir-theme-2021-04-20_GH0.tar.gz) = 3863010 +TIMESTAMP = 1624752890 +SHA256 (vinceliuice-Qogir-theme-2021-06-25_GH0.tar.gz) = 4f518e134c25ed5abbb5cd42985f18075534ea6905c85e2dc67d995459aab250 +SIZE (vinceliuice-Qogir-theme-2021-06-25_GH0.tar.gz) = 3867483 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 02:45:25 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4014465EB42; Sun, 27 Jun 2021 02:45: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 4GCFTd1KDbz4h8V; Sun, 27 Jun 2021 02:45: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 0B31A2420; Sun, 27 Jun 2021 02:45: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 15R2jOPE061222; Sun, 27 Jun 2021 02:45:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R2jOqK061221; Sun, 27 Jun 2021 02:45:24 GMT (envelope-from git) Date: Sun, 27 Jun 2021 02:45:24 GMT Message-Id: <202106270245.15R2jOqK061221@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: d6407e1a281f - main - deskutils/remind: update to 03.03.07 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: d6407e1a281f2b5d9e5e4e09ae754780b04bd29e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 02:45:25 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6407e1a281f2b5d9e5e4e09ae754780b04bd29e commit d6407e1a281f2b5d9e5e4e09ae754780b04bd29e Author: Robert Clausecker AuthorDate: 2021-06-25 19:14:43 +0000 Commit: Neel Chauhan CommitDate: 2021-06-27 02:44:34 +0000 deskutils/remind: update to 03.03.07 Also add support for building localised versions. PR: 256837 --- deskutils/remind/Makefile | 40 +++++++++++++++++++++++++++++++--------- deskutils/remind/distinfo | 6 +++--- 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile index 79a727c81a04..949ff47ac36f 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,17 +1,34 @@ # Created by: Lewis Thompson PORTNAME= remind -PORTVERSION= 3.1.16 +DISTVERSION= 03.03.07 CATEGORIES= deskutils MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ -DISTNAME= ${PORTNAME}-03.01.16 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@fuz.su COMMENT= Sophisticated calendar and alarm program LICENSE= GPLv2 -OPTIONS_DEFINE= TCLTK +OPTIONS_DEFINE= TCLTK A4 +OPTIONS_RADIO= LANGUAGE +OPTIONS_RADIO_LANGUAGE= LANG_DE LANG_NL LANG_FI LANG_FR LANG_NN \ + LANG_DA LANG_PL LANG_PBR LANG_IT LANG_RO LANG_ES LANG_IS + +A4_DESC= Use A4 instead of Letter paper + +LANG.DE= GERMAN +LANG.NL= DUTCH +LANG.FI= FINNISH +LANG.FR= FRENCH +LANG.NN= NORWEGIAN +LANG.DA= DANISH +LANG.PL= POLISH +LANG.BPR= BRAZPORT +LANG.IT= ITALIAN +LANG.RO= ROMANIAN +LANG.ES= SPANISH +LANG.IS= ICELANDIC GNU_CONFIGURE= yes MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" @@ -23,12 +40,17 @@ PLIST_FILES= bin/rem \ man/man1/rem2ps.1.gz \ man/man1/remind.1.gz +TCLTK_USES= tk +TCLTK_RUN_DEPENDS= dtplite:devel/tcllib +TCLTK_PLIST_FILES= bin/cm2rem.tcl \ + bin/tkremind \ + man/man1/cm2rem.1.gz \ + man/man1/tkremind.1.gz + .include -.if ${PORT_OPTIONS:MTCLTK} -USES= tk -RUN_DEPENDS+= dtplite:devel/tcllib -PLIST_FILES+= bin/cm2rem.tcl bin/tkremind +.if ${PORT_OPTIONS:MLANG_??} +CFLAGS+= -DLANG=${${PORT_OPTIONS:MLANG_??:S/_/./}} .endif post-patch: @@ -54,7 +76,7 @@ post-patch: .if defined(LOCATION) @${REINPLACE_CMD} -e 's#Ottawa#${LOCATION}#' ${WRKSRC}/src/custom.h .endif -.if defined(A4) +.if defined(A4) || ${PORT_OPTIONS:MA4} @${REINPLACE_CMD} -e 's#"Letter", 612, 792#"A4", 595, 842#' ${WRKSRC}/src/custom.h .endif .if ${PORT_OPTIONS:MTCLTK} diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo index 09a71a5529d6..5b1575b4ee75 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559907097 -SHA256 (remind-03.01.16.tar.gz) = eeb79bd4019d23a033fe3e86c672d960399db6a27c747e5b466ad55831dfca93 -SIZE (remind-03.01.16.tar.gz) = 354521 +TIMESTAMP = 1624644769 +SHA256 (remind-03.03.07.tar.gz) = 87c94e29d1e18954ff5d22247d7eca307ce621e11d22c14208f903f68a3b8a3d +SIZE (remind-03.03.07.tar.gz) = 404576 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 03:40:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7139A65F073; Sun, 27 Jun 2021 03:40: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 4GCGhl2mdLz4lmL; Sun, 27 Jun 2021 03:40: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 46C052FA3; Sun, 27 Jun 2021 03:40: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 15R3e7I1032132; Sun, 27 Jun 2021 03:40:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R3e7np032129; Sun, 27 Jun 2021 03:40:07 GMT (envelope-from git) Date: Sun, 27 Jun 2021 03:40:07 GMT Message-Id: <202106270340.15R3e7np032129@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: d235f2791f9a - main - audio/psindustrializer: New port: Percussion sounds synthesizer using physical modelling 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: d235f2791f9a8a039688584bd87514eb1d248b39 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 03:40:07 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d235f2791f9a8a039688584bd87514eb1d248b39 commit d235f2791f9a8a039688584bd87514eb1d248b39 Author: Yuri Victorovich AuthorDate: 2021-06-27 02:24:33 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 03:40:02 +0000 audio/psindustrializer: New port: Percussion sounds synthesizer using physical modelling --- audio/Makefile | 1 + audio/psindustrializer/Makefile | 32 ++++++++++++++++++++++++++++++++ audio/psindustrializer/distinfo | 3 +++ audio/psindustrializer/pkg-descr | 6 ++++++ audio/psindustrializer/pkg-plist | 16 ++++++++++++++++ 5 files changed, 58 insertions(+) diff --git a/audio/Makefile b/audio/Makefile index 6a8d2587b935..af4da34700de 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -624,6 +624,7 @@ SUBDIR += pragha SUBDIR += prelude-lv2 SUBDIR += protracker + SUBDIR += psindustrializer SUBDIR += pulseaudio SUBDIR += pulseaudio-module-sndio SUBDIR += pulseaudio-module-xrdp diff --git a/audio/psindustrializer/Makefile b/audio/psindustrializer/Makefile new file mode 100644 index 000000000000..c5d6c378a188 --- /dev/null +++ b/audio/psindustrializer/Makefile @@ -0,0 +1,32 @@ +PORTNAME= psindustrializer +DISTVERSION= 0.2.7 +DISTVERSIONSUFFIX= -pre2 +CATEGORIES= audio +MASTER_SITES= SF/industrializer/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Percussion sounds synthesizer using physical modelling + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ + libharfbuzz.so:print/harfbuzz \ + libjack.so:audio/jack \ + libpulse.so:audio/pulseaudio + +USES= gettext-runtime gl gmake gnome libtool pkgconfig tar:xz xorg +USE_GNOME= atk cairo gdkpixbuf2 gtk20 libxml2 pango pangox-compat +USE_GL= gl glu +USE_XORG= x11 +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-alsa + +INSTALL_TARGET=install-strip + +.include diff --git a/audio/psindustrializer/distinfo b/audio/psindustrializer/distinfo new file mode 100644 index 000000000000..62d3ea8c5763 --- /dev/null +++ b/audio/psindustrializer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624758402 +SHA256 (psindustrializer-0.2.7-pre2.tar.xz) = 13a3489f11773eb6deb06f5ea93a6ad01387f4b357ceba1149fc863afc780a1f +SIZE (psindustrializer-0.2.7-pre2.tar.xz) = 354252 diff --git a/audio/psindustrializer/pkg-descr b/audio/psindustrializer/pkg-descr new file mode 100644 index 000000000000..e197dee4cbff --- /dev/null +++ b/audio/psindustrializer/pkg-descr @@ -0,0 +1,6 @@ +Industrializer is a program for generating percussion sounds for musical +purposes. This program is great for generating new techno and industrial +sounds. It also can produce chimes, bubbles, gongs, hammer hits on different +materials and so on. + +WWW: https://sourceforge.net/projects/industrializer/ diff --git a/audio/psindustrializer/pkg-plist b/audio/psindustrializer/pkg-plist new file mode 100644 index 000000000000..e6ec83c17533 --- /dev/null +++ b/audio/psindustrializer/pkg-plist @@ -0,0 +1,16 @@ +bin/psindustrializer +include/psphymod/psmetalobj.h +include/psphymod/psphymod.h +lib/libpsphymod.a +lib/libpsphymod.so +lib/libpsphymod.so.0 +lib/libpsphymod.so.0.0.0 +share/appdata/psindustrializer.appdata.xml +share/applications/psindustrializer.desktop +share/locale/en@boldquot/LC_MESSAGES/psindustrializer.mo +share/locale/en@quot/LC_MESSAGES/psindustrializer.mo +share/locale/ru/LC_MESSAGES/psindustrializer.mo +share/pixmaps/psindustrializer.png +%%DATADIR%%/power_station_logo.xpm +%%DATADIR%%/save-wav-22.png +%%DATADIR%%/save-wav-32.png From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 03:40:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A84565F780; Sun, 27 Jun 2021 03: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 4GCGhn5l8Bz4lpy; Sun, 27 Jun 2021 03: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 7E6962E2D; Sun, 27 Jun 2021 03: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 15R3e9CS032571; Sun, 27 Jun 2021 03: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 15R3e9BB032568; Sun, 27 Jun 2021 03:40:09 GMT (envelope-from git) Date: Sun, 27 Jun 2021 03:40:09 GMT Message-Id: <202106270340.15R3e9BB032568@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: 5688ca909a10 - main - misc/py-toil: Update 5.3.0 -> 5.4.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: 5688ca909a101bcd8cffdad94822dc1edad32c7d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 03:40:10 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5688ca909a101bcd8cffdad94822dc1edad32c7d commit 5688ca909a101bcd8cffdad94822dc1edad32c7d Author: Yuri Victorovich AuthorDate: 2021-06-27 03:21:47 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 03:40:03 +0000 misc/py-toil: Update 5.3.0 -> 5.4.0 Reported by: portscout --- misc/py-toil/Makefile | 2 +- misc/py-toil/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/py-toil/Makefile b/misc/py-toil/Makefile index 4fb00e42a583..f0e4d90a71ae 100644 --- a/misc/py-toil/Makefile +++ b/misc/py-toil/Makefile @@ -1,5 +1,5 @@ PORTNAME= toil -DISTVERSION= 5.3.0 +DISTVERSION= 5.4.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-toil/distinfo b/misc/py-toil/distinfo index dfb612fc819c..2588cfe6c2ce 100644 --- a/misc/py-toil/distinfo +++ b/misc/py-toil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618809601 -SHA256 (toil-5.3.0.tar.gz) = 4ea8f703ee697c4b5ff506db545d0dbb6e4753fbfc61c4230f1eccba8f860e7c -SIZE (toil-5.3.0.tar.gz) = 439007 +TIMESTAMP = 1624763732 +SHA256 (toil-5.4.0.tar.gz) = 73c0648828bd3610c07b7648dd06d6ec27efefdb09473bf01d05d91eb899c9fd +SIZE (toil-5.4.0.tar.gz) = 452634 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 03:40:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CABF065F781; Sun, 27 Jun 2021 03: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 4GCGhp4Z1Hz4lvX; Sun, 27 Jun 2021 03: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 7FE702FA5; Sun, 27 Jun 2021 03: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 15R3eAMS032787; Sun, 27 Jun 2021 03: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 15R3eAXU032784; Sun, 27 Jun 2021 03:40:10 GMT (envelope-from git) Date: Sun, 27 Jun 2021 03:40:10 GMT Message-Id: <202106270340.15R3eAXU032784@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: c07a2b3d81f2 - main - games/emptyepsilon: Update 2021.03.31 -> 2021.06.23; Add licence for the AngryFly pack 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: c07a2b3d81f21f18988b77e25d1a545085393424 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 03:40:10 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c07a2b3d81f21f18988b77e25d1a545085393424 commit c07a2b3d81f21f18988b77e25d1a545085393424 Author: Yuri Victorovich AuthorDate: 2021-06-27 03:34:11 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 03:40:03 +0000 games/emptyepsilon: Update 2021.03.31 -> 2021.06.23; Add licence for the AngryFly pack The AngryFly pack license is not open source, but it doesn't prevent packaging. --- games/emptyepsilon/Makefile | 19 ++++-- games/emptyepsilon/distinfo | 10 +-- games/emptyepsilon/files/patch-CMakeLists.txt | 77 +++++++++++++++------- .../files/patch-src_packResourceProvider.cpp | 6 +- games/emptyepsilon/pkg-plist | 70 ++++++++++++++------ 5 files changed, 124 insertions(+), 58 deletions(-) diff --git a/games/emptyepsilon/Makefile b/games/emptyepsilon/Makefile index 99567c6c32f7..b5f078a73f53 100644 --- a/games/emptyepsilon/Makefile +++ b/games/emptyepsilon/Makefile @@ -2,19 +2,24 @@ PORTNAME= emptyepsilon DISTVERSIONPREFIX= EE- -DISTVERSION= 2021.03.31 -PORTREVISION= 1 +DISTVERSION= 2021.06.23 CATEGORIES= games MAINTAINER= yuri@FreeBSD.org COMMENT= Spaceship bridge simulator game -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= GPLv2 AngryFly-Royalty-Free-License +LICENSE_COMB= multi +LICENSE_NAME_AngryFly-Royalty-Free-License= AngryFly Royalty-Free-License +LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE +LICENSE_FILE_AngryFly-Royalty-Free-License= ${WRKSRC}/packs/License.txt +LICENSE_PERMS_AngryFly-Royalty-Free-License= auto-accept dist-mirror pkg-mirror +BUILD_DEPENDS= glm>0:math/glm LIB_DEPENDS= libsfml-system.so:devel/sfml +RUN_DEPENDS= xclip:x11/xclip -USES= cmake compiler:c++11-lib gl xorg +USES= cmake compiler:c++11-lib gl localbase xorg USE_GL= gl glu USE_GITHUB= yes @@ -26,10 +31,10 @@ CMAKE_ARGS= -DSERIOUS_PROTON_DIR="${WRKSRC_sproton}/" post-patch: @${REINPLACE_CMD} -e 's|basepath + |"${DATADIR}/" + basepath + |' \ ${WRKSRC_sproton}/src/resources.cpp - @${REINPLACE_CMD} -e 's|loadFromFile("resources/"|loadFromFile("${DATADIR}/resources/"|' \ - ${WRKSRC_sproton}/src/postProcessManager.cpp @${REINPLACE_CMD} -e 's|uint32_t bswap32(uint32_t value)|uint32_t bswap32_(uint32_t value)|' \ ${WRKSRC_sproton}/src/i18n.cpp + # app uses xclip to read clipboard, ifdef and path need to be corrected + @${REINPLACE_CMD} -e 's,defined(__APPLE__),& || defined(__FreeBSD__), ; s,"/usr/bin/xclip ,"${PREFIX}/bin/xclip ,' ${WRKSRC_sproton}/src/clipboard.cpp post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/EmptyEpsilon ${STAGEDIR}${PREFIX}/bin/emptyepsilon diff --git a/games/emptyepsilon/distinfo b/games/emptyepsilon/distinfo index 3b1e69db5b5f..67ba27d1759e 100644 --- a/games/emptyepsilon/distinfo +++ b/games/emptyepsilon/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1619211293 -SHA256 (daid-EmptyEpsilon-EE-2021.03.31_GH0.tar.gz) = c1c4f11fefe1afac6076c795e8785c7507a297ba3f7f2be9ed30c97b1e93cb24 -SIZE (daid-EmptyEpsilon-EE-2021.03.31_GH0.tar.gz) = 281047976 -SHA256 (daid-SeriousProton-EE-2021.03.31_GH0.tar.gz) = 62ab03dc904bd10f017fff338e55ec97c86f0bc3903a18d6c44285b86776a2d7 -SIZE (daid-SeriousProton-EE-2021.03.31_GH0.tar.gz) = 1175190 +TIMESTAMP = 1624569629 +SHA256 (daid-EmptyEpsilon-EE-2021.06.23_GH0.tar.gz) = 878f36330a95a76039671a980a2fd680e7ddbdc5e22ff6ca046010b03d3efd01 +SIZE (daid-EmptyEpsilon-EE-2021.06.23_GH0.tar.gz) = 285211647 +SHA256 (daid-SeriousProton-EE-2021.06.23_GH0.tar.gz) = 4c79b358ad310c773dd0db265393fba829df10a6f284240acbb383288d4f33d5 +SIZE (daid-SeriousProton-EE-2021.06.23_GH0.tar.gz) = 1181117 diff --git a/games/emptyepsilon/files/patch-CMakeLists.txt b/games/emptyepsilon/files/patch-CMakeLists.txt index a3773917c061..99a499e8de10 100644 --- a/games/emptyepsilon/files/patch-CMakeLists.txt +++ b/games/emptyepsilon/files/patch-CMakeLists.txt @@ -1,47 +1,80 @@ ---- CMakeLists.txt.orig 2021-03-16 13:36:34 UTC +--- CMakeLists.txt.orig 2021-06-23 12:12:02 UTC +++ CMakeLists.txt -@@ -536,25 +536,25 @@ else() - install(TARGETS ${EXECUTABLE_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}) +@@ -106,18 +106,20 @@ if(WITH_DISCORD) + endif() + + # GLM +-set(GLM_BASE_PATH "${EXTERNALS_DIR}") ++#set(GLM_BASE_PATH "${EXTERNALS_DIR}") ++# ++#if(NOT EXISTS "${GLM_BASE_PATH}/glm/CMakeLists.txt") ++# set(GLM_ZIP "${DOWNLOADS_DIR}/glm.zip") ++# file(DOWNLOAD "https://github.com/g-truc/glm/releases/download/0.9.9.8/glm-0.9.9.8.zip" "${GLM_ZIP}" TIMEOUT 60 TLS_VERIFY ON) ++# ++# file(MAKE_DIRECTORY "${GLM_BASE_PATH}/glm") ++# execute_process(COMMAND ${CMAKE_COMMAND} -E tar -xf "${GLM_ZIP}" WORKING_DIRECTORY "${GLM_BASE_PATH}") ++#endif() ++# ++#add_subdirectory("${GLM_BASE_PATH}/glm" "${PROJECT_BINARY_DIR}/glm" EXCLUDE_FROM_ALL) + +-if(NOT EXISTS "${GLM_BASE_PATH}/glm/CMakeLists.txt") +- set(GLM_ZIP "${DOWNLOADS_DIR}/glm.zip") +- file(DOWNLOAD "https://github.com/g-truc/glm/releases/download/0.9.9.8/glm-0.9.9.8.zip" "${GLM_ZIP}" TIMEOUT 60 TLS_VERIFY ON) ++find_package(glm REQUIRED) + +- file(MAKE_DIRECTORY "${GLM_BASE_PATH}/glm") +- execute_process(COMMAND ${CMAKE_COMMAND} -E tar -xf "${GLM_ZIP}" WORKING_DIRECTORY "${GLM_BASE_PATH}") +-endif() +- +-add_subdirectory("${GLM_BASE_PATH}/glm" "${PROJECT_BINARY_DIR}/glm" EXCLUDE_FROM_ALL) +- + set(SOURCES + src/main.cpp + src/threatLevelEstimate.cpp +@@ -400,26 +402,26 @@ if(WITH_DISCORD) + install(PROGRAMS "$" DESTINATION "${discord_install_prefix}/plugins") endif() -find_package(PythonInterp) -if(PYTHONINTERP_FOUND) -- add_custom_command( -- OUTPUT ${CMAKE_BINARY_DIR}/script_reference.html -- COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py ${CMAKE_BINARY_DIR}/script_reference.html -- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} +- set(SCRIPT_REFERENCE_HTML "${PROJECT_BINARY_DIR}/script_reference.html") +- add_custom_command( +- OUTPUT "${SCRIPT_REFERENCE_HTML}" +- COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py "${SCRIPT_REFERENCE_HTML}" +- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT "Building script reference documentation.") -- add_custom_target(script_reference ALL DEPENDS ${CMAKE_BINARY_DIR}/script_reference.html) +- add_custom_target(script_reference ALL DEPENDS "${SCRIPT_REFERENCE_HTML}") - - # Matches install logic above. - if(WIN32) -- install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION .) +- install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION . OPTIONAL) - elseif(APPLE) -- install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION "EmptyEpsilon.app/Contents/Resources") +- install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION "$/Resources" OPTIONAL) - elseif(NOT ANDROID) -- # DOCDIR already has PROJECT_NAME (EmptyEpsilon) appended (from CMake docs) -- install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION "${CMAKE_INSTALL_FULL_DOCDIR}") +- # DOCDIR already has PROJECT_NAME (EmptyEpsilon) appended (from CMake docs) +- install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION "${CMAKE_INSTALL_DOCDIR}" OPTIONAL) - endif() -endif() +#find_package(PythonInterp) +#if(PYTHONINTERP_FOUND) -+# add_custom_command( -+# OUTPUT ${CMAKE_BINARY_DIR}/script_reference.html -+# COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py ${CMAKE_BINARY_DIR}/script_reference.html -+# WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} ++# set(SCRIPT_REFERENCE_HTML "${PROJECT_BINARY_DIR}/script_reference.html") ++# add_custom_command( ++# OUTPUT "${SCRIPT_REFERENCE_HTML}" ++# COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py "${SCRIPT_REFERENCE_HTML}" ++# WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} +# COMMENT "Building script reference documentation.") -+# add_custom_target(script_reference ALL DEPENDS ${CMAKE_BINARY_DIR}/script_reference.html) ++# add_custom_target(script_reference ALL DEPENDS "${SCRIPT_REFERENCE_HTML}") +# +# # Matches install logic above. +# if(WIN32) -+# install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION .) ++# install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION . OPTIONAL) +# elseif(APPLE) -+# install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION "EmptyEpsilon.app/Contents/Resources") ++# install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION "$/Resources" OPTIONAL) +# elseif(NOT ANDROID) -+# # DOCDIR already has PROJECT_NAME (EmptyEpsilon) appended (from CMake docs) -+# install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION "${CMAKE_INSTALL_FULL_DOCDIR}") ++# # DOCDIR already has PROJECT_NAME (EmptyEpsilon) appended (from CMake docs) ++# install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION "${CMAKE_INSTALL_DOCDIR}" OPTIONAL) +# endif() +#endif() add_custom_target(update_locale - COMMAND sed -i "/^#: /d" resources/locale/en.po + COMMAND xgettext --keyword=tr:1c,2 --keyword=tr:1 --keyword=trMark:1c,2 --keyword=trMark:1 --omit-header -d resources/locale/main.en ${SOURCES} diff --git a/games/emptyepsilon/files/patch-src_packResourceProvider.cpp b/games/emptyepsilon/files/patch-src_packResourceProvider.cpp index 05f793f15f22..c9f98967aa97 100644 --- a/games/emptyepsilon/files/patch-src_packResourceProvider.cpp +++ b/games/emptyepsilon/files/patch-src_packResourceProvider.cpp @@ -1,11 +1,11 @@ ---- src/packResourceProvider.cpp.orig 2016-08-31 19:10:48 UTC +--- src/packResourceProvider.cpp.orig 2021-06-23 12:12:02 UTC +++ src/packResourceProvider.cpp @@ -5,7 +5,7 @@ - #ifdef __WIN32__ + #ifdef _WIN32 #include #else -#include +#include #endif - static inline int readInt(FILE* f) + #ifdef _MSC_VER diff --git a/games/emptyepsilon/pkg-plist b/games/emptyepsilon/pkg-plist index b99ed151b3bc..3060d51a14e9 100644 --- a/games/emptyepsilon/pkg-plist +++ b/games/emptyepsilon/pkg-plist @@ -127,11 +127,11 @@ bin/emptyepsilon %%DATADIR%%/resources/gui/icons/weapon-nuke.png %%DATADIR%%/resources/half_sphere.obj %%DATADIR%%/resources/laser.wav -%%DATADIR%%/resources/locale/cz.po -%%DATADIR%%/resources/locale/de.po -%%DATADIR%%/resources/locale/en.po -%%DATADIR%%/resources/locale/fr.po -%%DATADIR%%/resources/locale/it.po +%%DATADIR%%/resources/locale/main.cz.po +%%DATADIR%%/resources/locale/main.de.po +%%DATADIR%%/resources/locale/main.en.po +%%DATADIR%%/resources/locale/main.fr.po +%%DATADIR%%/resources/locale/main.it.po %%DATADIR%%/resources/locale/tutorial.cz.po %%DATADIR%%/resources/locale/tutorial.en.po %%DATADIR%%/resources/locale/tutorial.fr.po @@ -176,6 +176,15 @@ bin/emptyepsilon %%DATADIR%%/resources/radar_blockade.png %%DATADIR%%/resources/radar_cruiser.png %%DATADIR%%/resources/radar_dread.png +%%DATADIR%%/resources/radar_exuari_1.png +%%DATADIR%%/resources/radar_exuari_2.png +%%DATADIR%%/resources/radar_exuari_3.png +%%DATADIR%%/resources/radar_exuari_4.png +%%DATADIR%%/resources/radar_exuari_5.png +%%DATADIR%%/resources/radar_exuari_fighter.png +%%DATADIR%%/resources/radar_exuari_frigate_1.png +%%DATADIR%%/resources/radar_exuari_frigate_2.png +%%DATADIR%%/resources/radar_exuari_frigate_3.png %%DATADIR%%/resources/radar_fighter.png %%DATADIR%%/resources/radar_ktlitan_breaker.png %%DATADIR%%/resources/radar_ktlitan_destroyer.png @@ -199,18 +208,6 @@ bin/emptyepsilon %%DATADIR%%/resources/redicule2.png %%DATADIR%%/resources/room_background.png %%DATADIR%%/resources/room_door.png -%%DATADIR%%/resources/sa_51_Fordina.ogg -%%DATADIR%%/resources/sa_51_Gremus1.ogg -%%DATADIR%%/resources/sa_51_Gremus2.ogg -%%DATADIR%%/resources/sa_51_Gremus3.ogg -%%DATADIR%%/resources/sa_51_Gremus4.ogg -%%DATADIR%%/resources/sa_51_Gremus5.ogg -%%DATADIR%%/resources/sa_51_Gremus6.ogg -%%DATADIR%%/resources/sa_51_Gremus7.ogg -%%DATADIR%%/resources/sa_51_Michael.ogg -%%DATADIR%%/resources/sa_51_Protocol.ogg -%%DATADIR%%/resources/sa_51_Sentry1.ogg -%%DATADIR%%/resources/sa_51_Sentry2.ogg %%DATADIR%%/resources/sa_54_AuthMBBreak.wav %%DATADIR%%/resources/sa_54_AuthMBDefend.wav %%DATADIR%%/resources/sa_54_AuthMBVictory.wav @@ -370,6 +367,30 @@ bin/emptyepsilon %%DATADIR%%/resources/scenario48audio/sa_48_Tracy12.ogg %%DATADIR%%/resources/scenario48audio/sa_48_Tracy13.ogg %%DATADIR%%/resources/scenario48audio/sa_48_Tracy14.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Fordina.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Fordina_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus1.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus1_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus2.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus2_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus3.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus3_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus4.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus4_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus5.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus5_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus6.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus6_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus7.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus7_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Michael.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Michael_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Protocol.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Protocol_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Sentry1.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Sentry1_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Sentry2.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Sentry2_fr.ogg %%DATADIR%%/resources/sfx/emp_explosion.wav %%DATADIR%%/resources/sfx/engine.wav %%DATADIR%%/resources/sfx/engine_fighter.wav @@ -382,12 +403,8 @@ bin/emptyepsilon %%DATADIR%%/resources/shaders/basic.vert %%DATADIR%%/resources/shaders/basicColor.frag %%DATADIR%%/resources/shaders/basicColor.vert -%%DATADIR%%/resources/shaders/basicShader.frag -%%DATADIR%%/resources/shaders/basicShader.vert %%DATADIR%%/resources/shaders/billboard.frag %%DATADIR%%/resources/shaders/billboard.vert -%%DATADIR%%/resources/shaders/billboardShader.frag -%%DATADIR%%/resources/shaders/billboardShader.vert %%DATADIR%%/resources/shaders/glitch.frag %%DATADIR%%/resources/shaders/objectShaderB.frag %%DATADIR%%/resources/shaders/objectShaderB.vert @@ -425,11 +442,19 @@ bin/emptyepsilon %%DATADIR%%/scripts/comms_supply_drop.lua %%DATADIR%%/scripts/ee.lua %%DATADIR%%/scripts/factionInfo.lua +%%DATADIR%%/scripts/locale/scenario_01_quick_basic.en.po +%%DATADIR%%/scripts/locale/scenario_01_quick_basic.fr.po %%DATADIR%%/scripts/locale/scenario_03_waves.en.po +%%DATADIR%%/scripts/locale/scenario_03_waves.fr.po %%DATADIR%%/scripts/locale/scenario_05_beacon.en.po %%DATADIR%%/scripts/locale/scenario_05_beacon.fr.po %%DATADIR%%/scripts/locale/scenario_06_edgeofspace.en.po %%DATADIR%%/scripts/locale/scenario_06_edgeofspace.fr.po +%%DATADIR%%/scripts/locale/scenario_07_gftp.en.po +%%DATADIR%%/scripts/locale/scenario_08_atlantis.en.po +%%DATADIR%%/scripts/locale/scenario_51_deliverAmbassador.en.po +%%DATADIR%%/scripts/locale/scenario_53_escape.en.po +%%DATADIR%%/scripts/locale/scenario_62_whatTheDickens.en.po %%DATADIR%%/scripts/luax.lua %%DATADIR%%/scripts/model_data.lua %%DATADIR%%/scripts/perlin_noise.lua @@ -442,6 +467,7 @@ bin/emptyepsilon %%DATADIR%%/scripts/scenario_07_gftp.lua %%DATADIR%%/scripts/scenario_08_atlantis.lua %%DATADIR%%/scripts/scenario_10_empty.lua +%%DATADIR%%/scripts/scenario_20_training1.lua %%DATADIR%%/scripts/scenario_47_scavenger.lua %%DATADIR%%/scripts/scenario_48_visitors.lua %%DATADIR%%/scripts/scenario_49_allies.lua @@ -463,6 +489,7 @@ bin/emptyepsilon %%DATADIR%%/scripts/shipTemplates.lua %%DATADIR%%/scripts/shipTemplates_Corvette.lua %%DATADIR%%/scripts/shipTemplates_Dreadnaught.lua +%%DATADIR%%/scripts/shipTemplates_Exuari.lua %%DATADIR%%/scripts/shipTemplates_Frigates.lua %%DATADIR%%/scripts/shipTemplates_OLD.lua %%DATADIR%%/scripts/shipTemplates_StarFighters.lua @@ -477,3 +504,4 @@ bin/emptyepsilon %%DATADIR%%/scripts/tutorial_06_relay.lua %%DATADIR%%/scripts/util_random_transports.lua %%DATADIR%%/scripts/utils.lua +%%DATADIR%%/scripts/utils_customElements.lua From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 03:40:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98A6E65F4B4; Sun, 27 Jun 2021 03:40: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 4GCGhm3QH2z4lxJ; Sun, 27 Jun 2021 03:40: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 5D0EB2FA4; Sun, 27 Jun 2021 03:40: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 15R3e8lc032353; Sun, 27 Jun 2021 03:40:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R3e8Kf032350; Sun, 27 Jun 2021 03:40:08 GMT (envelope-from git) Date: Sun, 27 Jun 2021 03:40:08 GMT Message-Id: <202106270340.15R3e8Kf032350@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: 977e49c2acbb - main - devel/rabs: Update 2.18.3 -> 2.18.4 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: 977e49c2acbb7955ee9e147df5f539f571495532 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 03:40:08 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=977e49c2acbb7955ee9e147df5f539f571495532 commit 977e49c2acbb7955ee9e147df5f539f571495532 Author: Yuri Victorovich AuthorDate: 2021-06-27 03:14:42 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 03:40:02 +0000 devel/rabs: Update 2.18.3 -> 2.18.4 Reported by: portscout --- devel/rabs/Makefile | 4 ++-- devel/rabs/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/rabs/Makefile b/devel/rabs/Makefile index 626d296a5749..70387e678da2 100644 --- a/devel/rabs/Makefile +++ b/devel/rabs/Makefile @@ -1,6 +1,6 @@ PORTNAME= rabs DISTVERSIONPREFIX= v -DISTVERSION= 2.18.3 +DISTVERSION= 2.18.4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ USES= compiler:c11 gmake localbase:ldflags sqlite USE_GITHUB= yes GH_ACCOUNT= wrapl GH_TUPLE= \ - wrapl:minilang:81dbb60:wrapl_minilang/minilang \ + wrapl:minilang:9f1ead0:wrapl_minilang/minilang \ rajamukherji:radb:0666cfc:rajamukherji_radb/radb MAKE_ARGS= PREFIX=${PREFIX} diff --git a/devel/rabs/distinfo b/devel/rabs/distinfo index f5b39a29b80e..8352a7dd4c60 100644 --- a/devel/rabs/distinfo +++ b/devel/rabs/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1623438412 -SHA256 (wrapl-rabs-v2.18.3_GH0.tar.gz) = 3b41890a3d08ec464ba23464eca04c2b7106dd438fb3b6543aa3e1eadca5588b -SIZE (wrapl-rabs-v2.18.3_GH0.tar.gz) = 66158 -SHA256 (wrapl-minilang-81dbb60_GH0.tar.gz) = 6f63ced37bfdb5a4e35a7b2eed9fd27d8276da5e65cc8d0505cfbe6e42f8edb0 -SIZE (wrapl-minilang-81dbb60_GH0.tar.gz) = 365543 +TIMESTAMP = 1624763560 +SHA256 (wrapl-rabs-v2.18.4_GH0.tar.gz) = 37d082d14ad3739868b006ac2dcd76605b312b7170372e20c95959af4271f982 +SIZE (wrapl-rabs-v2.18.4_GH0.tar.gz) = 66157 +SHA256 (wrapl-minilang-9f1ead0_GH0.tar.gz) = 9118cb10b461a4fa3e71aa46242c4e4e48fc673ddb1b4be37e53076cedadd460 +SIZE (wrapl-minilang-9f1ead0_GH0.tar.gz) = 355468 SHA256 (rajamukherji-radb-0666cfc_GH0.tar.gz) = 1c9bbdeb7998b60d1cb2a17e22e1dc4287561d63831565675125aba4a6d870fa SIZE (rajamukherji-radb-0666cfc_GH0.tar.gz) = 14573 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 03:40:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CE99365F78B; Sun, 27 Jun 2021 03:40: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 4GCGhq5Kz2z4m9g; Sun, 27 Jun 2021 03:40: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 9A42C2F37; Sun, 27 Jun 2021 03:40: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 15R3eBPh033146; Sun, 27 Jun 2021 03:40:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R3eBti033140; Sun, 27 Jun 2021 03:40:11 GMT (envelope-from git) Date: Sun, 27 Jun 2021 03:40:11 GMT Message-Id: <202106270340.15R3eBti033140@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: 0af917b91887 - main - math/pari: Update 2.13.1 -> 2.13.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: 0af917b918872b185095082b23dd0ce7e2f29bbb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 03:40:11 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0af917b918872b185095082b23dd0ce7e2f29bbb commit 0af917b918872b185095082b23dd0ce7e2f29bbb Author: Yuri Victorovich AuthorDate: 2021-06-27 03:39:18 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 03:40:04 +0000 math/pari: Update 2.13.1 -> 2.13.2 Reported by: portscout --- math/pari/Makefile | 2 +- math/pari/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/pari/Makefile b/math/pari/Makefile index 3c9c7d09fb8c..e50cce4bd9fb 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,7 +1,7 @@ # Created by: Yoshiaki UCHIKAWA PORTNAME= pari -DISTVERSION= 2.13.1 +DISTVERSION= 2.13.2 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ diff --git a/math/pari/distinfo b/math/pari/distinfo index c4b5d88949b8..878b63e989cf 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611874130 -SHA256 (pari-2.13.1.tar.gz) = 81ecf7d70ccdaae230165cff627c9ce2ec297b8f22f9f40742279d85f86dfcb1 -SIZE (pari-2.13.1.tar.gz) = 4760932 +TIMESTAMP = 1624764961 +SHA256 (pari-2.13.2.tar.gz) = 1679985094a0b723d14f49aa891dbe5ec967aa4040050a2c50bd764ddb3eba24 +SIZE (pari-2.13.2.tar.gz) = 4766461 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 04:30:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A8B1660045 for ; Sun, 27 Jun 2021 04:30:48 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: from mail-yb1-xb36.google.com (mail-yb1-xb36.google.com [IPv6:2607:f8b0:4864:20::b36]) (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 4GCHqD20w8z4qTr for ; Sun, 27 Jun 2021 04:30:47 +0000 (UTC) (envelope-from kevin.bowling@kev009.com) Received: by mail-yb1-xb36.google.com with SMTP id k184so5285397ybf.12 for ; Sat, 26 Jun 2021 21:30:47 -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=X2Z8fYtSccXW2oboPE6QxFU7byqZJ3ZX4DYFHZxVT3c=; b=CcwIp8N+A8gHGNXaUZCNwg8gkWyEFYlE54wvV33fEo+ogkohb9CKd4YFpG8vTiiprg OrWAZAcVlSB1R0e1zB9nuOryut42TV2vHOQjSoINTPRXz83jdCe/tIrDGyvObTFgBl16 XZBtUDpM34pNSXel6hpqo1j8pifTXMqLuvK3Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=X2Z8fYtSccXW2oboPE6QxFU7byqZJ3ZX4DYFHZxVT3c=; b=izii/k1WQfAC1yOXfajFUe7VDtf8Efn7KWb6J6564fuWV1MmJuy5pACQi2/uoPsVNd y01Z27JtBeAb1ZuiYJktMav1bD2GhQrMgPw55r+CiKxN85yBSIUPcW7U1Xj5pegPq7zA IdmWuAK71V8XgVS1t2Vj6XYnIqgPE/G8GZJRDkkumk7ht1wUPpmF3ivZQv3AV1gVIt3t KAtrQIrOnw0PXqpFQgpV+L+AQtRDD6lm+KTpksDvPuzA3j6Rcp5JDDEBaGAScJmjfrTT /eiMKlIT1158YA43QGcrZtEOelb0ZV1HfncLsw/cBT/SE//MWw8nvll1FoLuTfk72FZo KYxw== X-Gm-Message-State: AOAM533tbFUb8zb+bHZHr4nHWE7viTMIc2Y3ACHrMDMNFJYWx/L0O0ZY QUp6A2cnI114axWgbWOAyourW+BFZt/zoXee58qSy3wecLYbiw== X-Google-Smtp-Source: ABdhPJzCKP3j/rdCImP29+Rto+2JALShM80cejfosfLjLYR2wZkucMtRCaSEqyypDN17btO53gmY6/nGnDNJJIKI7dQ= X-Received: by 2002:a25:6908:: with SMTP id e8mr17533361ybc.429.1624768246820; Sat, 26 Jun 2021 21:30:46 -0700 (PDT) MIME-Version: 1.0 References: <202106260632.15Q6WwvL041471__48339.0858907782$1624689194$gmane$org@gitrepo.freebsd.org> <7b255014-6f82-5d36-3616-2009e57d75fe@FreeBSD.org> In-Reply-To: <7b255014-6f82-5d36-3616-2009e57d75fe@FreeBSD.org> From: Kevin Bowling Date: Sat, 26 Jun 2021 21:30:35 -0700 Message-ID: Subject: Re: git: f09116668740 - main - devel/py-jsonnet: Python bindings for Jsonnet To: koobs@freebsd.org Cc: Jan Beich , Kevin Bowling , 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: 4GCHqD20w8z4qTr 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-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 04:30:48 -0000 Thanks, I missed it as well. I can use this response to form the correction now. I didn't know if you might be mentoring a new person; I knew how to look this up in svn, I am not sure where to definitively look for new contributors in git. I assume good faith in Jan's mail and yours so maybe we can all appreciate a simple mixup and celebrate the addition of the port. Regards, Kevin On Sat, Jun 26, 2021 at 7:29 PM Kubilay Kocak wrote: > > On 26/06/2021 6:26 pm, Kevin Bowling wrote: > > I don't know for sure so adding koobs > > > > > > > > On Sat, Jun 26, 2021 at 12:26 AM Jan Beich wrote: > >> > >> Kevin Bowling writes: > >> > >>> +MAINTAINER= timp87@FreeBSD.org > >> > >> Typo or a new committer? > >> > >> $ ssh freefall.freebsd.org finger timp87 > >> finger: timp87: no such user > > Clearly missed in review, but uh, not sure why this is falling to me > when its public: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256705 > From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 04:33:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A5DF65FC7D; Sun, 27 Jun 2021 04: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 4GCHsz19jzz4qb5; Sun, 27 Jun 2021 04: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 105FA3B72; Sun, 27 Jun 2021 04: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 15R4XAtE008053; Sun, 27 Jun 2021 04:33:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R4XAVj008052; Sun, 27 Jun 2021 04:33:10 GMT (envelope-from git) Date: Sun, 27 Jun 2021 04:33:10 GMT Message-Id: <202106270433.15R4XAVj008052@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: 65fbda12aea9 - main - devel/py-jsonnet: Correct maintainer mail 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: 65fbda12aea9ace689972d9c7e726ceb706c876f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 04:33:11 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=65fbda12aea9ace689972d9c7e726ceb706c876f commit 65fbda12aea9ace689972d9c7e726ceb706c876f Author: Kevin Bowling AuthorDate: 2021-06-27 04:31:45 +0000 Commit: Kevin Bowling CommitDate: 2021-06-27 04:31:45 +0000 devel/py-jsonnet: Correct maintainer mail PR: 256705 Reported by: jbeich Reviewed by: koobs --- devel/py-jsonnet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-jsonnet/Makefile b/devel/py-jsonnet/Makefile index ec2e80a7380a..02dd2e3b91b2 100644 --- a/devel/py-jsonnet/Makefile +++ b/devel/py-jsonnet/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.17.0 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= timp87@FreeBSD.org +MAINTAINER= timp87@gmail.com COMMENT= Python bindings for Jsonnet - The data templating language LICENSE= APACHE20 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 05:11:57 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C89A7660818; Sun, 27 Jun 2021 05: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 4GCJkj5MpPz4vp6; Sun, 27 Jun 2021 05: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 A092345BC; Sun, 27 Jun 2021 05:11: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 15R5Bv8n060252; Sun, 27 Jun 2021 05:11:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R5BvQv060251; Sun, 27 Jun 2021 05:11:57 GMT (envelope-from git) Date: Sun, 27 Jun 2021 05:11:57 GMT Message-Id: <202106270511.15R5BvQv060251@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: 46a663d44cb0 - main - devel/py-pytest-flask: revert 6.2.4 update 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: 46a663d44cb038c4b5fcca21f1c0151db0e8302e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 05:11:57 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=46a663d44cb038c4b5fcca21f1c0151db0e8302e commit 46a663d44cb038c4b5fcca21f1c0151db0e8302e Author: Kevin Bowling AuthorDate: 2021-06-27 05:07:31 +0000 Commit: Kevin Bowling CommitDate: 2021-06-27 05:08:40 +0000 devel/py-pytest-flask: revert 6.2.4 update Revert "devel/py-pytest: Update to 6.2.4" This reverts commit 0c6ce3c9c26d878acf943d53fb2a01ba602b71c2. Revert "devel/py-pytest-translations: Update to 3.1.0" This reverts commit 5989f395a01e1afc9b1b3a0c668d3cf48226f0c3. Revert "devel/py-pytest-xdist: Update to 2.3.0" This reverts commit d07f92b9bf00821e372f003d698525cd1ae19dc2. Revert "devel/py-pytest-flask: Update to 1.2.0" This reverts commit b15351babf6846ec3cdc902203874e55413ee08a. PR: 256624 Requested by: koobs --- devel/py-pytest-flask/Makefile | 2 +- devel/py-pytest-flask/distinfo | 6 +++--- devel/py-pytest-translations/Makefile | 15 +++++++++++---- devel/py-pytest-translations/distinfo | 6 +++--- devel/py-pytest-xdist/Makefile | 2 +- devel/py-pytest-xdist/distinfo | 6 +++--- devel/py-pytest/Makefile | 12 ++++++++---- devel/py-pytest/distinfo | 6 +++--- devel/py-pytest/files/patch-testing-test_parseopt.py | 11 +++++++++++ 9 files changed, 44 insertions(+), 22 deletions(-) diff --git a/devel/py-pytest-flask/Makefile b/devel/py-pytest-flask/Makefile index ac44b95fa728..ea2d49339048 100644 --- a/devel/py-pytest-flask/Makefile +++ b/devel/py-pytest-flask/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-flask -PORTVERSION= 1.2.0 +PORTVERSION= 0.15.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-flask/distinfo b/devel/py-pytest-flask/distinfo index 61a41a1c2e9f..2b39344f9738 100644 --- a/devel/py-pytest-flask/distinfo +++ b/devel/py-pytest-flask/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624270576 -SHA256 (pytest-flask-1.2.0.tar.gz) = 46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d -SIZE (pytest-flask-1.2.0.tar.gz) = 32446 +TIMESTAMP = 1581929217 +SHA256 (pytest-flask-0.15.1.tar.gz) = cbd8c5b9f8f1b83e9c159ac4294964807c4934317a5fba181739ac15e1b823e6 +SIZE (pytest-flask-0.15.1.tar.gz) = 24207 diff --git a/devel/py-pytest-translations/Makefile b/devel/py-pytest-translations/Makefile index 4adee38cd3f4..f0412c09a268 100644 --- a/devel/py-pytest-translations/Makefile +++ b/devel/py-pytest-translations/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-translations -PORTVERSION= 3.1.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,8 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testscenarios>=0:devel/py-testscenarios@${P ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ - de-hunspell>0:german/hunspell + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils @@ -29,7 +28,15 @@ TEST_ENV= PYTHONPATH=${WRKSRC}/src NO_ARCH= yes +# Disable some of the tests. Upstream issue: +# https://github.com/Thermondo/pytest-translations/issues/44 do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ + -k 'not test_language_missing_in_po \ + and not test_language_catalog_missing \ + and not test_python_format_placeholders \ + and not test_pass \ + and not test_fail \ + and not test_wordlist' .include diff --git a/devel/py-pytest-translations/distinfo b/devel/py-pytest-translations/distinfo index 11b4fc2dd5a8..75d052da93c4 100644 --- a/devel/py-pytest-translations/distinfo +++ b/devel/py-pytest-translations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624530137 -SHA256 (pytest-translations-3.1.0.tar.gz) = 0f00cf85ed3c73a589ac58053c81713c31d3194db69d3f9c3e83b2f23e7d7693 -SIZE (pytest-translations-3.1.0.tar.gz) = 8956 +TIMESTAMP = 1576674845 +SHA256 (pytest-translations-2.0.0.tar.gz) = 8f5aa5e98746ccc5e400486ea2084fd71251ccb35c0c53e4e1026d8af380bc08 +SIZE (pytest-translations-2.0.0.tar.gz) = 8467 diff --git a/devel/py-pytest-xdist/Makefile b/devel/py-pytest-xdist/Makefile index 3210aa8af104..44341bb80115 100644 --- a/devel/py-pytest-xdist/Makefile +++ b/devel/py-pytest-xdist/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak PORTNAME= pytest-xdist -PORTVERSION= 2.3.0 +PORTVERSION= 1.32.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-xdist/distinfo b/devel/py-pytest-xdist/distinfo index 8843cddac746..f7f6d920d0f1 100644 --- a/devel/py-pytest-xdist/distinfo +++ b/devel/py-pytest-xdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624480550 -SHA256 (pytest-xdist-2.3.0.tar.gz) = e8ecde2f85d88fbcadb7d28cb33da0fa29bca5cf7d5967fa89fc0e97e5299ea5 -SIZE (pytest-xdist-2.3.0.tar.gz) = 66072 +TIMESTAMP = 1589772305 +SHA256 (pytest-xdist-1.32.0.tar.gz) = 1d4166dcac69adb38eeaedb88c8fada8588348258a3492ab49ba9161f2971129 +SIZE (pytest-xdist-1.32.0.tar.gz) = 67733 diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile index 478833803b41..2f87d8b80937 100644 --- a/devel/py-pytest/Makefile +++ b/devel/py-pytest/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest -PORTVERSION= 6.2.4 +PORTVERSION= 4.6.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=1.0:devel/py-atomicwrites@${PY ${PYTHON_PKGNAMEPREFIX}pluggy>=0.12<1.0:devel/py-pluggy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}py>=1.5.0:devel/py-py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}iniconfig>=0:devel/py-iniconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} TEST_DEPENDS= bash:shells/bash \ lsof:sysutils/lsof \ @@ -30,10 +29,10 @@ TEST_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2@${PY_FLAVOR} USES= python:3.6+ @@ -47,7 +46,12 @@ NO_ARCH= yes RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.12:devel/py-importlib-metadata@${PY_FLAVOR} .endif +post-patch: + @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/testing/test_parseopt.py + +# test_cache_failure_warns fails +# https://github.com/pytest-dev/pytest/issues/1845 do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not test_cache_failure_warns' .include diff --git a/devel/py-pytest/distinfo b/devel/py-pytest/distinfo index 6ccf342cc812..db173fdad5c5 100644 --- a/devel/py-pytest/distinfo +++ b/devel/py-pytest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623756059 -SHA256 (pytest-6.2.4.tar.gz) = 50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b -SIZE (pytest-6.2.4.tar.gz) = 1118084 +TIMESTAMP = 1620405525 +SHA256 (pytest-4.6.11.tar.gz) = 50fa82392f2120cc3ec2ca0a75ee615be4c479e66669789771f1758332be4353 +SIZE (pytest-4.6.11.tar.gz) = 952305 diff --git a/devel/py-pytest/files/patch-testing-test_parseopt.py b/devel/py-pytest/files/patch-testing-test_parseopt.py new file mode 100644 index 000000000000..22683ffee3af --- /dev/null +++ b/devel/py-pytest/files/patch-testing-test_parseopt.py @@ -0,0 +1,11 @@ +--- testing/test_parseopt.py.orig 2020-06-05 12:09:03 UTC ++++ testing/test_parseopt.py +@@ -305,7 +305,7 @@ def test_argcomplete(testdir, monkeypatch): + # redirect output from argcomplete to stdin and stderr is not trivial + # http://stackoverflow.com/q/12589419/1307905 + # so we use bash +- fp.write('COMP_WORDBREAKS="$COMP_WORDBREAKS" python -m pytest 8>&1 9>&2') ++ fp.write('COMP_WORDBREAKS="$COMP_WORDBREAKS" %%PYTHON_CMD%% -m pytest 8>&1 9>&2') + # alternative would be exteneded Testdir.{run(),_run(),popen()} to be able + # to handle a keyword argument env that replaces os.environ in popen or + # extends the copy, advantage: could not forget to restore From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 05:36:46 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7DBB4660D87; Sun, 27 Jun 2021 05:36: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 4GCKHL2tz7z3DQC; Sun, 27 Jun 2021 05:36: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 4C7714AAF; Sun, 27 Jun 2021 05:36: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 15R5aksB088008; Sun, 27 Jun 2021 05:36:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R5akim088007; Sun, 27 Jun 2021 05:36:46 GMT (envelope-from git) Date: Sun, 27 Jun 2021 05:36:46 GMT Message-Id: <202106270536.15R5akim088007@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: eddbea3915c2 - main - devel/spdlog: Compatibility fixes with libfmt 8.0.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: eddbea3915c23a4c27639478022bf73ce4d09a3c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 05:36:46 -0000 The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=eddbea3915c23a4c27639478022bf73ce4d09a3c commit eddbea3915c23a4c27639478022bf73ce4d09a3c Author: Vanilla I. Shu AuthorDate: 2021-06-27 05:32:33 +0000 Commit: Vanilla I. Shu CommitDate: 2021-06-27 05:36:39 +0000 devel/spdlog: Compatibility fixes with libfmt 8.0.0. PR: 256810 Reported by: Daniel Engberg --- devel/spdlog/Makefile | 6 +++++- devel/spdlog/distinfo | 6 +++++- devel/spdlog/files/patch-include_spdlog_common-inl.h | 11 +++++++++++ devel/spdlog/files/patch-include_spdlog_fmt_bin__to__hex.h | 11 +++++++++++ 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/devel/spdlog/Makefile b/devel/spdlog/Makefile index 91b5ca949eda..a46be95ea907 100644 --- a/devel/spdlog/Makefile +++ b/devel/spdlog/Makefile @@ -3,9 +3,13 @@ PORTNAME= spdlog DISTVERSIONPREFIX= v DISTVERSION= 1.8.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel +PATCH_SITES= https://github.com/gabime/spdlog/commit/ +PATCHFILES= 7b14a65b2b8cbdca3c6bd1d36fe5b271389c1d07.patch:-p1 \ + 68111122086187761cca36c24e6d8c8daa96656d.patch:-p1 + MAINTAINER= vanilla@FreeBSD.org COMMENT= Super fast C++ logging library diff --git a/devel/spdlog/distinfo b/devel/spdlog/distinfo index bf3b9ebcf118..e0dbb0d02aad 100644 --- a/devel/spdlog/distinfo +++ b/devel/spdlog/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1616997697 +TIMESTAMP = 1624574846 SHA256 (gabime-spdlog-v1.8.5_GH0.tar.gz) = 944d0bd7c763ac721398dca2bb0f3b5ed16f67cef36810ede5061f35a543b4b8 SIZE (gabime-spdlog-v1.8.5_GH0.tar.gz) = 321229 +SHA256 (7b14a65b2b8cbdca3c6bd1d36fe5b271389c1d07.patch) = 5efa9e3b8d4dc4de351dc0e1d2516b2a6e141854e055ae420446785df85d9574 +SIZE (7b14a65b2b8cbdca3c6bd1d36fe5b271389c1d07.patch) = 6523 +SHA256 (68111122086187761cca36c24e6d8c8daa96656d.patch) = a491f1734429203bc298658c1cdc49d1b30b17f8fad6f342511ad1f8692ae666 +SIZE (68111122086187761cca36c24e6d8c8daa96656d.patch) = 753 diff --git a/devel/spdlog/files/patch-include_spdlog_common-inl.h b/devel/spdlog/files/patch-include_spdlog_common-inl.h new file mode 100644 index 000000000000..0a219ab8ea41 --- /dev/null +++ b/devel/spdlog/files/patch-include_spdlog_common-inl.h @@ -0,0 +1,11 @@ +--- include/spdlog/common-inl.h.orig 2021-06-24 13:59:17 UTC ++++ include/spdlog/common-inl.h +@@ -60,7 +60,7 @@ SPDLOG_INLINE spdlog_ex::spdlog_ex(std::string msg) + SPDLOG_INLINE spdlog_ex::spdlog_ex(const std::string &msg, int last_errno) + { + memory_buf_t outbuf; +- fmt::format_system_error(outbuf, last_errno, msg); ++ fmt::format_system_error(outbuf, last_errno, msg.c_str()); + msg_ = fmt::to_string(outbuf); + } + diff --git a/devel/spdlog/files/patch-include_spdlog_fmt_bin__to__hex.h b/devel/spdlog/files/patch-include_spdlog_fmt_bin__to__hex.h new file mode 100644 index 000000000000..26f9761a4058 --- /dev/null +++ b/devel/spdlog/files/patch-include_spdlog_fmt_bin__to__hex.h @@ -0,0 +1,11 @@ +--- include/spdlog/fmt/bin_to_hex.h.orig 2021-06-24 14:01:22 UTC ++++ include/spdlog/fmt/bin_to_hex.h +@@ -209,7 +209,7 @@ struct formatter> + + if (put_positions) + { +- fmt::format_to(inserter, "{:<04X}: ", pos); ++ fmt::format_to(inserter, "{:04X}: ", pos); + } + } + }; From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 05:41:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 93535660E21; Sun, 27 Jun 2021 05:41: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 4GCKNS3f9Zz3Dmv; Sun, 27 Jun 2021 05:41: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 5FA4E4843; Sun, 27 Jun 2021 05:41: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 15R5fCqq097075; Sun, 27 Jun 2021 05:41:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R5fCSn097074; Sun, 27 Jun 2021 05:41:12 GMT (envelope-from git) Date: Sun, 27 Jun 2021 05:41:12 GMT Message-Id: <202106270541.15R5fCSn097074@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 06dbc12f9652 - main - lang/rust: Rebuild consumers for 1.53.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 06dbc12f96527e421161f573b6f983c8cfb0391c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 05:41:12 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=06dbc12f96527e421161f573b6f983c8cfb0391c commit 06dbc12f96527e421161f573b6f983c8cfb0391c Author: Tobias Kortkamp AuthorDate: 2021-06-27 05:14:03 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 05:39:51 +0000 lang/rust: Rebuild consumers for 1.53.0 --- accessibility/sctd/Makefile | 2 +- audio/myxer/Makefile | 2 +- audio/ncspot/Makefile | 2 +- audio/spotify-tui/Makefile | 2 +- audio/spotifyd/Makefile | 2 +- benchmarks/hyperfine/Makefile | 2 +- benchmarks/inferno/Makefile | 1 + databases/ods2sql/Makefile | 2 +- databases/xls2txt/Makefile | 2 +- deskutils/just/Makefile | 1 + devel/bingrep/Makefile | 2 +- devel/cargo-c/Makefile | 1 + devel/cargo-generate/Makefile | 2 +- devel/desed/Makefile | 2 +- devel/dtool/Makefile | 2 +- devel/gbump/Makefile | 2 +- devel/git-absorb/Makefile | 2 +- devel/git-delta/Makefile | 2 +- devel/gitui/Makefile | 1 + devel/grcov/Makefile | 2 +- devel/grex/Makefile | 2 +- devel/interactive_rebase_tool/Makefile | 2 +- devel/pijul/Makefile | 2 +- devel/py-maturin/Makefile | 2 +- devel/rust-bindgen/Makefile | 2 +- devel/rust-cbindgen/Makefile | 2 +- devel/sccache/Makefile | 2 +- devel/sentry-cli/Makefile | 1 + devel/tokei/Makefile | 2 +- dns/dog/Makefile | 2 +- dns/doh-proxy/Makefile | 1 + dns/encrypted-dns-server/Makefile | 2 +- editors/kak-lsp/Makefile | 1 + editors/kibi/Makefile | 2 +- editors/parinfer-rust/Makefile | 2 +- editors/xi-core/Makefile | 2 +- editors/xi-term/Makefile | 2 +- finance/tickrs/Makefile | 2 +- games/0ad/Makefile | 2 +- games/abstreet/Makefile | 2 +- games/anki/Makefile | 2 +- games/dose-response/Makefile | 2 +- games/genact/Makefile | 2 +- games/jaggedalliance2/Makefile | 2 +- games/rpg-cli/Makefile | 1 + games/veloren/Makefile | 1 + graphics/dssim/Makefile | 1 + graphics/gifski/Makefile | 2 +- graphics/ikona/Makefile | 2 +- graphics/libopenraw/Makefile | 2 +- graphics/librsvg2-rust/Makefile | 2 +- graphics/pastel/Makefile | 2 +- graphics/rx/Makefile | 2 +- graphics/svgbob/Makefile | 2 +- graphics/viu/Makefile | 2 +- java/icedtea-web/Makefile | 2 +- lang/gleam/Makefile | 1 + lang/spidermonkey78/Makefile | 2 +- mail/thunderbird/Makefile | 2 +- misc/broot/Makefile | 1 + misc/ruut/Makefile | 2 +- misc/xd-rust/Makefile | 2 +- misc/xplr/Makefile | 1 + multimedia/librav1e/Makefile | 2 +- multimedia/librespot/Makefile | 2 +- multimedia/rav1e/Makefile | 2 +- multimedia/scte35dump/Makefile | 2 +- multimedia/termplay/Makefile | 2 +- net-im/fractal/Makefile | 2 +- net-im/libsignal-client/Makefile | 1 + net-im/yume/Makefile | 2 +- net-im/zkgroup/Makefile | 1 + net-mgmt/bandwhich/Makefile | 2 +- net-mgmt/nfs-exporter/Makefile | 2 +- net-p2p/openethereum/Makefile | 1 + net/findomain/Makefile | 1 + net/gemserv/Makefile | 2 +- net/oha/Makefile | 2 +- net/proby/Makefile | 2 +- net/quiche/Makefile | 2 +- net/rabbiteer/Makefile | 2 +- net/routinator/Makefile | 1 + security/acmed/Makefile | 2 +- security/cargo-audit/Makefile | 2 +- security/cloak/Makefile | 2 +- security/gpg-tui/Makefile | 1 + security/rustscan/Makefile | 2 +- security/sequoia/Makefile | 2 +- security/solana/Makefile | 1 + security/suricata/Makefile | 2 +- security/vaultwarden/Makefile | 2 +- shells/ion/Makefile | 2 +- shells/starship/Makefile | 1 + sysutils/czkawka/Makefile | 1 + sysutils/diskonaut/Makefile | 2 +- sysutils/dua-cli/Makefile | 1 + sysutils/exa/Makefile | 2 +- sysutils/fd/Makefile | 2 +- sysutils/flowgger/Makefile | 2 +- sysutils/fselect/Makefile | 1 + sysutils/fusefs-sandboxfs/Makefile | 2 +- sysutils/hexyl/Makefile | 2 +- sysutils/jail_exporter/Makefile | 2 +- sysutils/lsd/Makefile | 2 +- sysutils/mcfly/Makefile | 2 +- sysutils/onefetch/Makefile | 2 +- sysutils/potnet/Makefile | 2 +- sysutils/rsfetch/Makefile | 2 +- sysutils/tealdeer/Makefile | 2 +- sysutils/vector/Makefile | 2 +- sysutils/vivid/Makefile | 1 + sysutils/zellij/Makefile | 1 + sysutils/zoxide/Makefile | 2 +- textproc/angle-grinder/Makefile | 2 +- textproc/bat/Makefile | 2 +- textproc/cast2gif/Makefile | 2 +- textproc/jql/Makefile | 2 +- textproc/mdbook/Makefile | 2 +- textproc/ripgrep/Makefile | 1 + textproc/sd/Makefile | 2 +- textproc/sonic/Makefile | 2 +- textproc/xsv-rs/Makefile | 2 +- www/castor/Makefile | 2 +- www/deno/Makefile | 1 + www/ffsend/Makefile | 1 + www/firefox-esr/Makefile | 2 +- www/firefox/Makefile | 1 + www/geckodriver/Makefile | 2 +- www/jwt-cli/Makefile | 2 +- www/lychee/Makefile | 2 +- www/miniserve/Makefile | 2 +- www/monolith/Makefile | 1 + www/newsboat/Makefile | 2 +- www/py-adblock/Makefile | 2 +- www/rearx/Makefile | 2 +- www/websocat/Makefile | 2 +- www/xh/Makefile | 1 + www/zola/Makefile | 2 +- x11-wm/leftwm/Makefile | 1 + x11/admiral/Makefile | 2 +- x11/alacritty/Makefile | 1 + x11/squeekboard/Makefile | 1 + x11/wezterm/Makefile | 2 +- x11/wmfocus/Makefile | 2 +- 144 files changed, 144 insertions(+), 109 deletions(-) diff --git a/accessibility/sctd/Makefile b/accessibility/sctd/Makefile index d7b8e25a9453..b75d877ea76e 100644 --- a/accessibility/sctd/Makefile +++ b/accessibility/sctd/Makefile @@ -1,6 +1,6 @@ PORTNAME= sctd DISTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index ae21a7733cb7..f54b3f8b045b 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -1,6 +1,6 @@ PORTNAME= myxer DISTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index 77cb3e537c92..1e97596ca9ad 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -1,7 +1,7 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index a63d54ca6c2d..b8aaf10a1fb9 100644 --- a/audio/spotify-tui/Makefile +++ b/audio/spotify-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotify-tui DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index c0ff6de307ea..52b7ed1642c1 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index f2f7aa81e528..e1f47949b851 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyperfine DISTVERSIONPREFIX= v DISTVERSION= 1.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile index 1ee2d7a2e148..90911148478b 100644 --- a/benchmarks/inferno/Makefile +++ b/benchmarks/inferno/Makefile @@ -1,6 +1,7 @@ PORTNAME= inferno DISTVERSIONPREFIX= v DISTVERSION= 0.10.6 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 332fd367b9c9..f004e9bff107 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,6 +1,6 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index 102ae71c3503..4d3222d5820e 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index cc762450a369..7f0cc477ce4f 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,5 +1,6 @@ PORTNAME= just DISTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile index cfaaf8b3885f..f9f555b36634 100644 --- a/devel/bingrep/Makefile +++ b/devel/bingrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= bingrep DISTVERSIONPREFIX= v DISTVERSION= 0.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index 7a7c879a6eed..c3b9e19996bc 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-c DISTVERSION= 0.8.3 DISTVERSIONSUFFIX= +cargo-0.54 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile index 46ce57d8fa8c..0afc36f7bf7e 100644 --- a/devel/cargo-generate/Makefile +++ b/devel/cargo-generate/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-generate DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/desed/Makefile b/devel/desed/Makefile index 73e11e543f06..c366f7f2b52c 100644 --- a/devel/desed/Makefile +++ b/devel/desed/Makefile @@ -1,6 +1,6 @@ PORTNAME= desed DISTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/dtool/Makefile b/devel/dtool/Makefile index ec5e4105da6f..1f75d9d9eef3 100644 --- a/devel/dtool/Makefile +++ b/devel/dtool/Makefile @@ -1,7 +1,7 @@ PORTNAME= dtool DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile index ce01b2a184d9..7301f19961db 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbump PORTVERSION= 1.0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile index a320c929d186..cd1f4c4e9c58 100644 --- a/devel/git-absorb/Makefile +++ b/devel/git-absorb/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-absorb DISTVERSION= 0.5.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= devel MAINTAINER= greg@unrelenting.technology diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile index aee9fca9360c..2908dc1673e0 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,6 +1,6 @@ PORTNAME= delta DISTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel PKGNAMEPREFIX= git- diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index 93241ce4f230..c3d8408319ae 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/grcov/Makefile b/devel/grcov/Makefile index a8257ebb6c8e..511c65de3e59 100644 --- a/devel/grcov/Makefile +++ b/devel/grcov/Makefile @@ -1,7 +1,7 @@ PORTNAME= grcov DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/grex/Makefile b/devel/grex/Makefile index b146a4deb1a5..705469f2cf19 100644 --- a/devel/grex/Makefile +++ b/devel/grex/Makefile @@ -1,7 +1,7 @@ PORTNAME= grex DISTVERSIONPREFIX=v DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile index de1e0501fe51..ef02af685bf0 100644 --- a/devel/interactive_rebase_tool/Makefile +++ b/devel/interactive_rebase_tool/Makefile @@ -1,6 +1,6 @@ PORTNAME= interactive_rebase_tool DISTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index 5ae1feac2c21..e62b771d7eef 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -2,7 +2,7 @@ PORTNAME= pijul PORTVERSION= 0.12.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= devel MASTER_SITES= https://pijul.org/releases/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile index b4e23c9991b7..1c071377e69a 100644 --- a/devel/py-maturin/Makefile +++ b/devel/py-maturin/Makefile @@ -1,7 +1,7 @@ PORTNAME= maturin DISTVERSIONPREFIX= v DISTVERSION= 0.8.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/rust-bindgen/Makefile b/devel/rust-bindgen/Makefile index 8636085e471e..e5df5675224c 100644 --- a/devel/rust-bindgen/Makefile +++ b/devel/rust-bindgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= bindgen DISTVERSION= 0.58.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index bd306c768161..128504e99f1f 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbindgen DISTVERSION= 0.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index 50b2c41e2e8f..7f96569799d0 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -1,7 +1,7 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile index 090c2d068f1d..014563204aab 100644 --- a/devel/sentry-cli/Makefile +++ b/devel/sentry-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= sentry-cli DISTVERSION= 1.66.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/tokei/Makefile b/devel/tokei/Makefile index a27849f9e389..f653315cd091 100644 --- a/devel/tokei/Makefile +++ b/devel/tokei/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokei DISTVERSIONPREFIX= v DISTVERSION= 12.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= mikael@FreeBSD.org diff --git a/dns/dog/Makefile b/dns/dog/Makefile index 04d8b7b0a5d0..8482460b4954 100644 --- a/dns/dog/Makefile +++ b/dns/dog/Makefile @@ -1,7 +1,7 @@ PORTNAME= dog DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns net MAINTAINER= lcook@FreeBSD.org diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 8bc26d1cf3d9..bb02f6fca190 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile index 334a9fa2eaca..eb8019c4d387 100644 --- a/dns/encrypted-dns-server/Makefile +++ b/dns/encrypted-dns-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= encrypted-dns-server DISTVERSION= 0.3.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= felix@userspace.com.au diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile index a2ebeb1de246..c93d3eccc3a8 100644 --- a/editors/kak-lsp/Makefile +++ b/editors/kak-lsp/Makefile @@ -1,6 +1,7 @@ PORTNAME= kak-lsp DISTVERSIONPREFIX= v DISTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index 33206ed45f3c..b5fb9b6d709d 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 66509882dbc9..b982a0b033b1 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile index 4db9577deeb7..3aee45949400 100644 --- a/editors/xi-core/Makefile +++ b/editors/xi-core/Makefile @@ -1,7 +1,7 @@ PORTNAME= xi-core DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/xi-term/Makefile b/editors/xi-term/Makefile index 47ea79aef5e0..06d526036574 100644 --- a/editors/xi-term/Makefile +++ b/editors/xi-term/Makefile @@ -1,6 +1,6 @@ PORTNAME= xi-term DISTVERSION= g20190913 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile index 1358b31b183c..01a543ed2d64 100644 --- a/finance/tickrs/Makefile +++ b/finance/tickrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= tickrs DISTVERSIONPREFIX= v DISTVERSION= 0.14.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 07bcde579149..ec58ced9b202 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= 0ad PORTVERSION= 0.0.24b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile index afea2aa1cbd8..2f5d54098552 100644 --- a/games/abstreet/Makefile +++ b/games/abstreet/Makefile @@ -2,7 +2,7 @@ PORTNAME= abstreet DISTVERSIONPREFIX= v DISTVERSION= 0.2.9-49 DISTVERSIONSUFFIX= -g74aca40c0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= LOCAL/yuri:data DISTFILES= ${PORTNAME}-data-${DISTVERSION}.tgz:data # updated by the update-data target diff --git a/games/anki/Makefile b/games/anki/Makefile index 7885c48e488f..d6568ad2c589 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -2,7 +2,7 @@ PORTNAME= anki DISTVERSION= 2.1.35 -PORTREVISION= 10 +PORTREVISION= 11 # Don't forget to update ${_MY_BUILDHASH} CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:npmcache diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile index 369c54c05e3a..cedd8b1152a1 100644 --- a/games/dose-response/Makefile +++ b/games/dose-response/Makefile @@ -1,7 +1,7 @@ PORTNAME= dose-response DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MAINTAINER= greg@unrelenting.technology diff --git a/games/genact/Makefile b/games/genact/Makefile index 69b06caaca32..4c18ae89f4ab 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,7 +1,7 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index a9f6a7f572d8..df2887352c07 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -3,7 +3,7 @@ PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= timp87@gmail.com diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index 2a181920275a..6e3eb7eb8096 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= rpg-cli DISTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org diff --git a/games/veloren/Makefile b/games/veloren/Makefile index 48930b421334..a21d6476c155 100644 --- a/games/veloren/Makefile +++ b/games/veloren/Makefile @@ -1,6 +1,7 @@ PORTNAME= veloren DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index ac3c68c9afaa..6a5c91ac442b 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -1,5 +1,6 @@ PORTNAME= dssim DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index ce5eb406f463..8f1edf2d2fad 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,6 +1,6 @@ PORTNAME= gifski DISTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/ikona/Makefile b/graphics/ikona/Makefile index b7a94ccbcbae..19048c92248e 100644 --- a/graphics/ikona/Makefile +++ b/graphics/ikona/Makefile @@ -1,6 +1,6 @@ PORTNAME= ikona DISTVERSION= 1.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 2c6127009fe3..7254346ac200 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -2,7 +2,7 @@ PORTNAME= libopenraw PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index b60e8bae4634..eda6bb0e1bb8 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -2,7 +2,7 @@ PORTNAME= librsvg PORTVERSION= 2.50.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index f4b3e5753946..84aeb00e3387 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,7 +1,7 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index e14e04675ea1..2d17db0099a9 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics PKGNAMESUFFIX= -editor diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index c040a2910299..0ed7b9bd358d 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,6 +1,6 @@ PORTNAME= svgbob DISTVERSION= g20190412 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= mikael@FreeBSD.org diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index e76ed8ce55d4..019b34b9d189 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,7 +1,7 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 89dc93144ff1..35d991164edc 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -1,7 +1,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.8.4 DISTVERSIONPREFIX= icedtea-web- -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= java www DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile index d3cac7a1cba5..7ef55a0348d6 100644 --- a/lang/gleam/Makefile +++ b/lang/gleam/Makefile @@ -1,6 +1,7 @@ PORTNAME= gleam DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= dch@FreeBSD.org diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile index 6138df9e9598..296d287ac6b6 100644 --- a/lang/spidermonkey78/Makefile +++ b/lang/spidermonkey78/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 78.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b1aa8c7223b1..bca9182f31d3 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,7 +2,7 @@ PORTNAME= thunderbird DISTVERSION= 78.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 2ee184834042..43cee69b19b1 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,6 +1,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index 93ec818b8c17..01d951215e6b 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,7 +1,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index 34563e050fd2..b5e61e647d93 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index c8bca4cf275b..aebad6ef0539 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,6 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.14.3 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile index fdd6ed85b897..2d0519504967 100644 --- a/multimedia/librav1e/Makefile +++ b/multimedia/librav1e/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= lib MASTERDIR= ${.CURDIR}/../rav1e diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index ba0899c20077..1cf61e5afbcf 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespot PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= driesm.michiels@gmail.com diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index 31909f8fcd58..d54bae2a0ca3 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -1,7 +1,7 @@ PORTNAME= rav1e DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/scte35dump/Makefile b/multimedia/scte35dump/Makefile index 3e0d07ba2ba0..32d103dbe8d0 100644 --- a/multimedia/scte35dump/Makefile +++ b/multimedia/scte35dump/Makefile @@ -1,6 +1,6 @@ PORTNAME= scte35dump DISTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia *** 959 LINES SKIPPED *** From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 05:41:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85432660ACC; Sun, 27 Jun 2021 05:41: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 4GCKNQ1dzMz3DZH; Sun, 27 Jun 2021 05:41: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 2151A49CD; Sun, 27 Jun 2021 05: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 15R5fAum097024; Sun, 27 Jun 2021 05: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 15R5fA68097023; Sun, 27 Jun 2021 05:41:10 GMT (envelope-from git) Date: Sun, 27 Jun 2021 05:41:10 GMT Message-Id: <202106270541.15R5fA68097023@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 59b13a1837a6 - main - x11-themes/slim-themes: Simplify MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 59b13a1837a6df79a9d936ae87631e53b944e0a3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 05:41:10 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=59b13a1837a6df79a9d936ae87631e53b944e0a3 commit 59b13a1837a6df79a9d936ae87631e53b944e0a3 Author: Tobias Kortkamp AuthorDate: 2021-06-27 05:08:45 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 05:39:45 +0000 x11-themes/slim-themes: Simplify --- x11-themes/slim-themes/Makefile | 51 +++++++++-------------------------------- 1 file changed, 11 insertions(+), 40 deletions(-) diff --git a/x11-themes/slim-themes/Makefile b/x11-themes/slim-themes/Makefile index 026473e174d0..b2ae6efbcdc2 100644 --- a/x11-themes/slim-themes/Makefile +++ b/x11-themes/slim-themes/Makefile @@ -7,13 +7,13 @@ CATEGORIES= x11-themes MASTER_SITES= http://dist.codelabs.ru/fbsd/ports/slim-themes/:new_themes \ http://dist.codelabs.ru/fbsd/ports/slim-themes/:old_themes \ SF/slim.berlios/:old_themes -DISTFILES= MAINTAINER= d.oriented@gmail.com COMMENT= Theme pack for SLiM login app RUN_DEPENDS= slim>=0:x11/slim +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes SHAREMODE= 644 @@ -21,16 +21,12 @@ THEMEDIR_REL= share/slim/themes THEMEDIR= ${PREFIX}/${THEMEDIR_REL} PLIST_SUB+= THEMEDIR=${THEMEDIR_REL} -OPTIONS_DEFINE= # empty -OPTIONS_MULTI= THEME # enforces at least one choice +OPTIONS_MULTI= THEME OPTIONS_SUB= yes THEME_DESC= Available SLiM Themes # Format is 'variable name%description%archive name%unpacked dir%dest # dir%master site tag' -# I am substituting ' ' -> '+' because make in 6.x isn't able to properly -# catch quoted strings with spaces. 7.x and 8.x are fine with this, so -# once 6.x will be deorbited, we could switch just to spaces. THEMELIST= GENTOO_SIMPLE%Gentoo+simple+theme%slim-gentoo-simple.tar.bz2%slim-gentoo-simple%gentoo-simple%old_themes \ ARCHLINUX_SIMPLE%ArchLinux+simple+theme%slim-archlinux-simple.tar.gz%slim-archlinux-simple%archlinux-simple%old_themes \ DEBIAN_MOREBLUE%Debian+moreblue+theme%slim-debian-moreblue.tar.bz2%debian-moreblue%debian-moreblue%old_themes \ @@ -51,42 +47,18 @@ THEMELIST= GENTOO_SIMPLE%Gentoo+simple+theme%slim-gentoo-simple.tar.bz2%slim-gen FREEBSD%FreeBSD+theme%fbsd-slim-theme.tar.bz2%fbsd%fbsd%new_themes \ GNEWSENSE%gNewSense+theme%slim-gnewsense-1.1.tar.bz2%slim-gnewsense-1.1%gnewsense%new_themes -# Pollute OPTIONS and DISTFILES. Cool magic ;)) -# We're using immediate assignment and two variables, because there is -# no addition (+=) operator with immediate assignment. - -.for t in ${THEMELIST} -n= ${t:C/^([^%]*)%.*$/\\1/1} -d= ${t:C/^[^%]*%[^%]*%([^%]*)%.*$/\\1/1} -desc= ${t:C/^[^%]*%([^%]*)%.*$/\\1/1:C/\+/ /g} -sdir= ${t:C/^[^%]*%[^%]*%[^%]*%([^%]*)%.*$/\\1/1} -ddir= ${t:C/^[^%]*%[^%]*%[^%]*%[^%]*%([^%]*)%.*$/\\1/1} -mtag= ${t:C/^[^%]*%[^%]*%[^%]*%[^%]*%[^%]*%([^%]*)$/\\1/1} -.if ${mtag} == "" -${n}_DIST:= ${d} -.else -${n}_DIST:= ${d}:${mtag} -.endif -${n}_SDIR:= ${sdir} -${n}_DDIR:= ${ddir} -OPTIONS_MULTI_THEME:= ${OPTIONS_MULTI_THEME} ${n} -A+= ${n} -${n}_DESC:= ${desc} -NEWTHEMES:= ${ALLTHEMES} ${n} -ALLTHEMES:= ${NEWTHEMES} -.endfor # t in ${THEMELIST} +.for n desc d sdir ddir mtag in ${THEMELIST:S/%/ /g} +${n}_DISTFILES= ${d}:${mtag} +${n}_SDIR= ${sdir} +${n}_DDIR= ${ddir} +OPTIONS_MULTI_THEME+= ${n} +${n}_DESC= ${desc:S/+/ /g} +.endfor OPTIONS_DEFAULT= ${OPTIONS_MULTI_THEME} .include -.for n in ${ALLTHEMES} -. if ${PORT_OPTIONS:M${n}} -NEWDISTFILES:= ${DISTFILES} ${${n}_DIST} -DISTFILES:= ${NEWDISTFILES} -. endif -.endfor - .if ${PORT_OPTIONS:MPARALLEL_DIMS} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-parallel-dimensions-slim.theme @@ -94,15 +66,14 @@ post-patch: @${RM} ${WRKSRC}/parallel-dimensions/slim.theme.orig .endif # ${PORT_OPTIONS:MPARALLEL_DIMS} -# Install selected themes. Another regexp voodoo, yay! \o/ do-install: ${MKDIR} ${STAGEDIR}${THEMEDIR} -.for n in ${ALLTHEMES} +.for n in ${OPTIONS_MULTI_THEME} .if ${PORT_OPTIONS:M${n}} ${MKDIR} ${STAGEDIR}${THEMEDIR}/${${n}_DDIR} cd "${WRKSRC}/${${n}_SDIR}" && \ ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR}/${${n}_DDIR} .endif # ${PORT_OPTIONS:M${n}} -.endfor # t in ${THEMELIST} +.endfor .include From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 05:41:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62FDF660E1F; Sun, 27 Jun 2021 05: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 4GCKNR2NgVz3Dhq; Sun, 27 Jun 2021 05: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 3AE1D49CE; Sun, 27 Jun 2021 05:41: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 15R5fBMb097051; Sun, 27 Jun 2021 05:41:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R5fBDZ097050; Sun, 27 Jun 2021 05:41:11 GMT (envelope-from git) Date: Sun, 27 Jun 2021 05:41:11 GMT Message-Id: <202106270541.15R5fBDZ097050@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: f897ded31edc - main - lang/rust: Update to 1.53.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f897ded31edcafadb3e4dd662fa022cabae86623 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 05:41:11 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=f897ded31edcafadb3e4dd662fa022cabae86623 commit f897ded31edcafadb3e4dd662fa022cabae86623 Author: Tobias Kortkamp AuthorDate: 2021-06-16 14:14:14 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 05:39:50 +0000 lang/rust: Update to 1.53.0 Changes: https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html PR: 256653 Reviewed by: mikael, pkubaj Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D30790 With hat: rust --- Mk/Uses/cargo.mk | 2 +- Mk/bsd.gecko.mk | 2 +- lang/rust-bootstrap/Makefile | 3 +- lang/rust-bootstrap/distinfo | 6 +- lang/rust/Makefile | 6 +- lang/rust/distinfo | 114 ++++++++++----------- lang/rust/files/patch-backtrace | 12 --- ...es_std__detect_src_detect_os_freebsd_aarch64.rs | 10 ++ ...arget_src_spec_powerpc64le__unknown__freebsd.rs | 12 +-- 9 files changed, 82 insertions(+), 85 deletions(-) diff --git a/Mk/Uses/cargo.mk b/Mk/Uses/cargo.mk index 6a1f50bbd964..1388099dd895 100644 --- a/Mk/Uses/cargo.mk +++ b/Mk/Uses/cargo.mk @@ -58,7 +58,7 @@ DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}${CARGO_CRATE_EXT}:_cargo_${_index} CARGO_BUILDDEP?= yes .if ${CARGO_BUILDDEP:tl} == "yes" -BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.52.1:lang/${RUST_DEFAULT} +BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.53.0:lang/${RUST_DEFAULT} .endif # Location of cargo binary (default to lang/rust's Cargo binary) diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 3a48e802ea40..db118dc96b85 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -76,7 +76,7 @@ BUNDLE_LIBS= yes BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ rust-cbindgen>=0.19.0:devel/rust-cbindgen \ - ${RUST_DEFAULT}>=1.52.1:lang/${RUST_DEFAULT} \ + ${RUST_DEFAULT}>=1.53.0:lang/${RUST_DEFAULT} \ node:www/node LIB_DEPENDS+= libdrm.so:graphics/libdrm .if ${MOZILLA_VER:R:R} >= 85 diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 15521fd1091e..9ad0485444cb 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -2,8 +2,7 @@ # to upload them to ~/public_distfiles on freefall in preparation # for the next lang/rust update. PORTNAME= rust -PORTVERSION= 1.52.1 -PORTREVISION= 1 +PORTVERSION= 1.53.0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/:rust \ LOCAL/tobik/rust:${FLAVOR} \ diff --git a/lang/rust-bootstrap/distinfo b/lang/rust-bootstrap/distinfo index e694513bfa1a..02917e8e12ac 100644 --- a/lang/rust-bootstrap/distinfo +++ b/lang/rust-bootstrap/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620658815 -SHA256 (rust/rustc-1.52.1-src.tar.xz) = 521bbaebce262264e44acb164d327cba27acf6f08bd7de672d8d1e16e7ed959e -SIZE (rust/rustc-1.52.1-src.tar.xz) = 115109508 +TIMESTAMP = 1624031696 +SHA256 (rust/rustc-1.53.0-src.tar.xz) = e53a2df2c2c26f8929d551852eeae242b9a6167fba34481f92010b30def32dec +SIZE (rust/rustc-1.53.0-src.tar.xz) = 115686332 SHA256 (rust/bootstrap/FreeBSD-12.2-RELEASE-arm64.tar.xz) = 3f82224fbcc6b2a2e1a1358cec5f32c0a08b5c5e6796e1a998369eb624a11cf3 SIZE (rust/bootstrap/FreeBSD-12.2-RELEASE-arm64.tar.xz) = 158493712 SHA256 (rust/bootstrap/FreeBSD-11.4-RELEASE-amd64.tar.xz) = 3bac8257bdd5e5b071f7b80cc591ebecd01b9314ca7839a2903096cbf82169f9 diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 23f19351a4b5..90fe2ce2fbfa 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,7 +1,7 @@ # Created by: Jyun-Yan You PORTNAME= rust -PORTVERSION?= 1.52.1 +PORTVERSION?= 1.53.0 PORTREVISION?= 0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/:src \ @@ -62,8 +62,8 @@ WASM_VARS= _RUST_BUILD_WASM=true \ WASM_VARS_OFF= _RUST_BUILD_WASM=false # See WRKSRC/src/stage0.txt for the date and version values. -BOOTSTRAPS_DATE?= 2021-03-25 -RUST_BOOTSTRAP_VERSION?= 1.51.0 +BOOTSTRAPS_DATE?= 2021-05-10 +RUST_BOOTSTRAP_VERSION?= 1.52.1 BOOTSTRAPS_SUFFIX?= ${BOOTSTRAPS_SUFFIX_${ARCH}} BOOTSTRAPS_SUFFIX_powerpc64?= -${PPC_ABI:tl} diff --git a/lang/rust/distinfo b/lang/rust/distinfo index cd921b8b1b1b..9056af6917f5 100644 --- a/lang/rust/distinfo +++ b/lang/rust/distinfo @@ -1,57 +1,57 @@ -TIMESTAMP = 1620658786 -SHA256 (rust/rustc-1.52.1-src.tar.xz) = 521bbaebce262264e44acb164d327cba27acf6f08bd7de672d8d1e16e7ed959e -SIZE (rust/rustc-1.52.1-src.tar.xz) = 115109508 -SHA256 (rust/2021-03-25/rustc-1.51.0-aarch64-unknown-freebsd.tar.xz) = b99e089e21e76c2abbe00a445c2806b087982150fe50ae1e6624a6f7a0b6745c -SIZE (rust/2021-03-25/rustc-1.51.0-aarch64-unknown-freebsd.tar.xz) = 45630240 -SHA256 (rust/2021-03-25/rust-std-1.51.0-aarch64-unknown-freebsd.tar.xz) = fab3f64f429b473a3025b0716ec296a3d366d6e1a3fb1d58e7c5f7a88a216f11 -SIZE (rust/2021-03-25/rust-std-1.51.0-aarch64-unknown-freebsd.tar.xz) = 17938532 -SHA256 (rust/2021-03-25/cargo-1.51.0-aarch64-unknown-freebsd.tar.xz) = e405b04dbc11e87cd03c99208da8a7bd64cccd45728beaa811fe8c84a2619d97 -SIZE (rust/2021-03-25/cargo-1.51.0-aarch64-unknown-freebsd.tar.xz) = 4330412 -SHA256 (rust/2021-03-25/rustc-1.51.0-x86_64-unknown-freebsd.tar.xz) = 2107f1c368339082779e5eab3d808a4543999d40839e1c0da8fd87552e6bcd26 -SIZE (rust/2021-03-25/rustc-1.51.0-x86_64-unknown-freebsd.tar.xz) = 41500384 -SHA256 (rust/2021-03-25/rust-std-1.51.0-x86_64-unknown-freebsd.tar.xz) = a6a32bfa61ad496db773fd0a170f809df4fd0ec8c0e3bf58479ea2fa047c503f -SIZE (rust/2021-03-25/rust-std-1.51.0-x86_64-unknown-freebsd.tar.xz) = 21966524 -SHA256 (rust/2021-03-25/cargo-1.51.0-x86_64-unknown-freebsd.tar.xz) = 46fcc364f37bf36f82db01c4df21e9df48cf01329226f28d4da14c865f9202d8 -SIZE (rust/2021-03-25/cargo-1.51.0-x86_64-unknown-freebsd.tar.xz) = 5114456 -SHA256 (rust/2021-03-25/rustc-1.51.0-armv6-unknown-freebsd.tar.xz) = 18236f9a245f1e0cd50a9c51371363c2c41214298d7fdb5fc601cc25fc62c4fb -SIZE (rust/2021-03-25/rustc-1.51.0-armv6-unknown-freebsd.tar.xz) = 46581244 -SHA256 (rust/2021-03-25/rust-std-1.51.0-armv6-unknown-freebsd.tar.xz) = 9d362b1355d9c3a79f22730164108014621f571608babd969d625828a1480f71 -SIZE (rust/2021-03-25/rust-std-1.51.0-armv6-unknown-freebsd.tar.xz) = 17796144 -SHA256 (rust/2021-03-25/cargo-1.51.0-armv6-unknown-freebsd.tar.xz) = f534de1b4b321a837ee4ea8bd0be9c3e4f896ed2eb2f91d85b4b8dedf07cfb5c -SIZE (rust/2021-03-25/cargo-1.51.0-armv6-unknown-freebsd.tar.xz) = 4519100 -SHA256 (rust/2021-03-25/rustc-1.51.0-armv7-unknown-freebsd.tar.xz) = f44adf926e6e00348fcf44434799f2c468c8630b84301f63b5bf0d26080d0c10 -SIZE (rust/2021-03-25/rustc-1.51.0-armv7-unknown-freebsd.tar.xz) = 46639700 -SHA256 (rust/2021-03-25/rust-std-1.51.0-armv7-unknown-freebsd.tar.xz) = 57f90622006e9a1421e3500191cc3f5cfa1c9293db8ed6ddfef01c5754415775 -SIZE (rust/2021-03-25/rust-std-1.51.0-armv7-unknown-freebsd.tar.xz) = 17999588 -SHA256 (rust/2021-03-25/cargo-1.51.0-armv7-unknown-freebsd.tar.xz) = d5efa930bfe8bf0f7aaf1da54fad1560f58631c5602dcc04179ce6b815d547c0 -SIZE (rust/2021-03-25/cargo-1.51.0-armv7-unknown-freebsd.tar.xz) = 4506736 -SHA256 (rust/2021-03-25/rustc-1.51.0-i686-unknown-freebsd.tar.xz) = f2abf46e5a015565e50f48d89b832b76d3bc1a375d5b6a237b798b181785922c -SIZE (rust/2021-03-25/rustc-1.51.0-i686-unknown-freebsd.tar.xz) = 48953716 -SHA256 (rust/2021-03-25/rust-std-1.51.0-i686-unknown-freebsd.tar.xz) = bae5ecd3bbab8524de82f724e009ce432ff0058eef60063f7a7f89656554c265 -SIZE (rust/2021-03-25/rust-std-1.51.0-i686-unknown-freebsd.tar.xz) = 21965444 -SHA256 (rust/2021-03-25/cargo-1.51.0-i686-unknown-freebsd.tar.xz) = 1e0d6b99c15b018cd07f4aa1ba79e9e7c124d9878fd096ce0b518aa300434ecf -SIZE (rust/2021-03-25/cargo-1.51.0-i686-unknown-freebsd.tar.xz) = 5189996 -SHA256 (rust/2021-03-25/rustc-1.51.0-powerpc-unknown-freebsd.tar.xz) = a95f8bae7685cf512d096f75846181bb90e6f35dc0bc29d68f4574520e7488f6 -SIZE (rust/2021-03-25/rustc-1.51.0-powerpc-unknown-freebsd.tar.xz) = 47820404 -SHA256 (rust/2021-03-25/rust-std-1.51.0-powerpc-unknown-freebsd.tar.xz) = bc7fffac703c5bf3c90325110f17c507e39f2ae795ef2894ba58a9ad6bb87004 -SIZE (rust/2021-03-25/rust-std-1.51.0-powerpc-unknown-freebsd.tar.xz) = 17509168 -SHA256 (rust/2021-03-25/cargo-1.51.0-powerpc-unknown-freebsd.tar.xz) = 96b5935082775f6ad882f6b8b27e57abc2df32efbe1e5746f998226ef5f2b20e -SIZE (rust/2021-03-25/cargo-1.51.0-powerpc-unknown-freebsd.tar.xz) = 4947120 -SHA256 (rust/2021-03-25/rustc-1.51.0-powerpc64-unknown-freebsd-elfv1.tar.xz) = 77e9d3f93daa868582edc3082af75eca10e5343322ae9a64cda93c59a1856fa8 -SIZE (rust/2021-03-25/rustc-1.51.0-powerpc64-unknown-freebsd-elfv1.tar.xz) = 55795868 -SHA256 (rust/2021-03-25/rust-std-1.51.0-powerpc64-unknown-freebsd-elfv1.tar.xz) = 24034291852f2a7520caf0cbec9b935806bb8f39a9c07a93a8d6bc6a2bb1ed7e -SIZE (rust/2021-03-25/rust-std-1.51.0-powerpc64-unknown-freebsd-elfv1.tar.xz) = 17729920 -SHA256 (rust/2021-03-25/cargo-1.51.0-powerpc64-unknown-freebsd-elfv1.tar.xz) = e31931bf88bf83848c8eb6aa84e661724db2ee8e43d2681d6e35bcfd036e5c69 -SIZE (rust/2021-03-25/cargo-1.51.0-powerpc64-unknown-freebsd-elfv1.tar.xz) = 5002568 -SHA256 (rust/2021-03-25/rustc-1.51.0-powerpc64le-unknown-freebsd.tar.xz) = 5f361c94a331f77810d9a2fb60221a8497682947a4309d9857a853bd93ecbc87 -SIZE (rust/2021-03-25/rustc-1.51.0-powerpc64le-unknown-freebsd.tar.xz) = 48689860 -SHA256 (rust/2021-03-25/rust-std-1.51.0-powerpc64le-unknown-freebsd.tar.xz) = 25f5d93c84b652e7ffd59420945aa7ab9701dc2a0f9a78fb353eb421351069a0 -SIZE (rust/2021-03-25/rust-std-1.51.0-powerpc64le-unknown-freebsd.tar.xz) = 17903604 -SHA256 (rust/2021-03-25/cargo-1.51.0-powerpc64le-unknown-freebsd.tar.xz) = 8235649059a53f102b6347562b8e055dff3e1a867544ef3c1faaf8b7073386b5 -SIZE (rust/2021-03-25/cargo-1.51.0-powerpc64le-unknown-freebsd.tar.xz) = 4937632 -SHA256 (rust/2021-03-25/rustc-1.51.0-powerpc64-unknown-freebsd-elfv2.tar.xz) = 145e708d27582fbf5ade6c9a9ebd3c3f70a65bd2e96fc3c806affd6ca08ec54e -SIZE (rust/2021-03-25/rustc-1.51.0-powerpc64-unknown-freebsd-elfv2.tar.xz) = 46681952 -SHA256 (rust/2021-03-25/rust-std-1.51.0-powerpc64-unknown-freebsd-elfv2.tar.xz) = 766ad03a8b1f206a8e249005dfd9db68e401e05ddf3a31d244e7f1b30b313bdb -SIZE (rust/2021-03-25/rust-std-1.51.0-powerpc64-unknown-freebsd-elfv2.tar.xz) = 17645120 -SHA256 (rust/2021-03-25/cargo-1.51.0-powerpc64-unknown-freebsd-elfv2.tar.xz) = 273743a005d951a6f2836ee5c5d168d7ecf6e45b45cb5facda4eac59ef7f6722 -SIZE (rust/2021-03-25/cargo-1.51.0-powerpc64-unknown-freebsd-elfv2.tar.xz) = 4679488 +TIMESTAMP = 1624031642 +SHA256 (rust/rustc-1.53.0-src.tar.xz) = e53a2df2c2c26f8929d551852eeae242b9a6167fba34481f92010b30def32dec +SIZE (rust/rustc-1.53.0-src.tar.xz) = 115686332 +SHA256 (rust/2021-05-10/rustc-1.52.1-aarch64-unknown-freebsd.tar.xz) = db5990320065ee8898a7094b99c373a2a355ce2509282611809c750ed5129b02 +SIZE (rust/2021-05-10/rustc-1.52.1-aarch64-unknown-freebsd.tar.xz) = 44941036 +SHA256 (rust/2021-05-10/rust-std-1.52.1-aarch64-unknown-freebsd.tar.xz) = b47423a1836b0ba69d71a0b0f90e6f9c7106c09de038a7fad1e138a89a9a98e2 +SIZE (rust/2021-05-10/rust-std-1.52.1-aarch64-unknown-freebsd.tar.xz) = 17228492 +SHA256 (rust/2021-05-10/cargo-1.52.1-aarch64-unknown-freebsd.tar.xz) = 36e1ba6cd275d0e5795265e12e92653ed6251144249b2e56230d4e40d6825c1b +SIZE (rust/2021-05-10/cargo-1.52.1-aarch64-unknown-freebsd.tar.xz) = 4364328 +SHA256 (rust/2021-05-10/rustc-1.52.1-x86_64-unknown-freebsd.tar.xz) = 6a00cd20cea8f851f1232bea263a3e77689f6f253d921f81160a9ce0da1a8cab +SIZE (rust/2021-05-10/rustc-1.52.1-x86_64-unknown-freebsd.tar.xz) = 40846844 +SHA256 (rust/2021-05-10/rust-std-1.52.1-x86_64-unknown-freebsd.tar.xz) = 525c2bb01d652e692e5b54eeca34d7288ab6de29a642674df6fd3703cc481b0f +SIZE (rust/2021-05-10/rust-std-1.52.1-x86_64-unknown-freebsd.tar.xz) = 21166580 +SHA256 (rust/2021-05-10/cargo-1.52.1-x86_64-unknown-freebsd.tar.xz) = 7db91dc33459615bd4284d02756b1f1be25c6cb7002b296da5e5cc1ac66bb9c4 +SIZE (rust/2021-05-10/cargo-1.52.1-x86_64-unknown-freebsd.tar.xz) = 5110192 +SHA256 (rust/2021-05-10/rustc-1.52.1-armv6-unknown-freebsd.tar.xz) = b509b8ac6ce5c7adef573a5eb29464cb7f5b08a99e73f0e597a3ee1a41bb1e8a +SIZE (rust/2021-05-10/rustc-1.52.1-armv6-unknown-freebsd.tar.xz) = 45745500 +SHA256 (rust/2021-05-10/rust-std-1.52.1-armv6-unknown-freebsd.tar.xz) = 7a1996b52a54f4c20b10cc6af64232289a5512814fd3c3b168e6f310aca601fb +SIZE (rust/2021-05-10/rust-std-1.52.1-armv6-unknown-freebsd.tar.xz) = 17089672 +SHA256 (rust/2021-05-10/cargo-1.52.1-armv6-unknown-freebsd.tar.xz) = 8d2d251431f74148b74d430ecd87fd2cac874aae1711e1e618558dc1e8b92a28 +SIZE (rust/2021-05-10/cargo-1.52.1-armv6-unknown-freebsd.tar.xz) = 4493480 +SHA256 (rust/2021-05-10/rustc-1.52.1-armv7-unknown-freebsd.tar.xz) = 24296e541dcaf17a26c9e3359a0334402f170a52cda0c94e86f1db37d920d44f +SIZE (rust/2021-05-10/rustc-1.52.1-armv7-unknown-freebsd.tar.xz) = 45687832 +SHA256 (rust/2021-05-10/rust-std-1.52.1-armv7-unknown-freebsd.tar.xz) = 1d3776e5a51e7615d7dd513b917a87131c9372f72ca48b8cb5ec630eb5befca2 +SIZE (rust/2021-05-10/rust-std-1.52.1-armv7-unknown-freebsd.tar.xz) = 17299848 +SHA256 (rust/2021-05-10/cargo-1.52.1-armv7-unknown-freebsd.tar.xz) = 72ac9e6c4f575aa8db9150e8f2df179d8767d951a92e86bfc7c6bd8197102a3a +SIZE (rust/2021-05-10/cargo-1.52.1-armv7-unknown-freebsd.tar.xz) = 4483100 +SHA256 (rust/2021-05-10/rustc-1.52.1-i686-unknown-freebsd.tar.xz) = bcb0633b11800b7c4fa37e7c11768a67530afa77c7fcab90ed1f22281ac81868 +SIZE (rust/2021-05-10/rustc-1.52.1-i686-unknown-freebsd.tar.xz) = 48639596 +SHA256 (rust/2021-05-10/rust-std-1.52.1-i686-unknown-freebsd.tar.xz) = 104efbbcada537f1129a61b9d781001836b4dd4cebcc8ab0e6ebf3492ae41ec5 +SIZE (rust/2021-05-10/rust-std-1.52.1-i686-unknown-freebsd.tar.xz) = 21189280 +SHA256 (rust/2021-05-10/cargo-1.52.1-i686-unknown-freebsd.tar.xz) = c44859c142c4df17a0e29c0dba5b146fcc8de3211dde37a48a64743cb374f505 +SIZE (rust/2021-05-10/cargo-1.52.1-i686-unknown-freebsd.tar.xz) = 5154628 +SHA256 (rust/2021-05-10/rustc-1.52.1-powerpc-unknown-freebsd.tar.xz) = b7b57482405486d714084a141ed355cfec1dc5255d0a89738da3958de58373d8 +SIZE (rust/2021-05-10/rustc-1.52.1-powerpc-unknown-freebsd.tar.xz) = 46917676 +SHA256 (rust/2021-05-10/rust-std-1.52.1-powerpc-unknown-freebsd.tar.xz) = 5f367cf52016dddec10feb6f443ddec889017ee0dc91b1137cb4ccf16a103ca6 +SIZE (rust/2021-05-10/rust-std-1.52.1-powerpc-unknown-freebsd.tar.xz) = 16745916 +SHA256 (rust/2021-05-10/cargo-1.52.1-powerpc-unknown-freebsd.tar.xz) = 5390b24382e1b5a17e78d1a569288772b38d2dc562abb77a2eafc7c63d773ac2 +SIZE (rust/2021-05-10/cargo-1.52.1-powerpc-unknown-freebsd.tar.xz) = 4912240 +SHA256 (rust/2021-05-10/rustc-1.52.1-powerpc64-unknown-freebsd-elfv1.tar.xz) = 8471da344ec65c9ed14695f2fb21d917c1365a7ec16cd42429ee4a3dc3482301 +SIZE (rust/2021-05-10/rustc-1.52.1-powerpc64-unknown-freebsd-elfv1.tar.xz) = 55560892 +SHA256 (rust/2021-05-10/rust-std-1.52.1-powerpc64-unknown-freebsd-elfv1.tar.xz) = dec922c48865d9ebfcfbefb81b36e54096798d85c89faa9f699ee23d24206438 +SIZE (rust/2021-05-10/rust-std-1.52.1-powerpc64-unknown-freebsd-elfv1.tar.xz) = 16996816 +SHA256 (rust/2021-05-10/cargo-1.52.1-powerpc64-unknown-freebsd-elfv1.tar.xz) = 568b5941ef243839529811132d924c0d53e5f29dd966e276f79f196fe703ccc0 +SIZE (rust/2021-05-10/cargo-1.52.1-powerpc64-unknown-freebsd-elfv1.tar.xz) = 4977068 +SHA256 (rust/2021-05-10/rustc-1.52.1-powerpc64le-unknown-freebsd.tar.xz) = ba0044e6c03a832fc43a31055d7b880270fdecdd599b9f9acf1aedff31970f84 +SIZE (rust/2021-05-10/rustc-1.52.1-powerpc64le-unknown-freebsd.tar.xz) = 48166508 +SHA256 (rust/2021-05-10/rust-std-1.52.1-powerpc64le-unknown-freebsd.tar.xz) = f912b6ec961266c93eaaf8b3e48e714701ce117029072a65d65e03c0b865f803 +SIZE (rust/2021-05-10/rust-std-1.52.1-powerpc64le-unknown-freebsd.tar.xz) = 17102052 +SHA256 (rust/2021-05-10/cargo-1.52.1-powerpc64le-unknown-freebsd.tar.xz) = 789dec2c031fb89a80525017c22f51f05da3dbbb558b5f623e55ab0f50aaca8b +SIZE (rust/2021-05-10/cargo-1.52.1-powerpc64le-unknown-freebsd.tar.xz) = 4910208 +SHA256 (rust/2021-05-10/rustc-1.52.1-powerpc64-unknown-freebsd-elfv2.tar.xz) = 7250fc37fb00d6a9c4f40aa25581e8b0d02a4ad66bcf941497c96314774d5d8a +SIZE (rust/2021-05-10/rustc-1.52.1-powerpc64-unknown-freebsd-elfv2.tar.xz) = 46180492 +SHA256 (rust/2021-05-10/rust-std-1.52.1-powerpc64-unknown-freebsd-elfv2.tar.xz) = a6702ec714e445e5c14b17f7acbf696b97e3a755ee8863ba919a87ef658033d0 +SIZE (rust/2021-05-10/rust-std-1.52.1-powerpc64-unknown-freebsd-elfv2.tar.xz) = 16924328 +SHA256 (rust/2021-05-10/cargo-1.52.1-powerpc64-unknown-freebsd-elfv2.tar.xz) = e96ed74c63003c64581f9d3265be18cae439f947c6008a13ea214245f957a1b9 +SIZE (rust/2021-05-10/cargo-1.52.1-powerpc64-unknown-freebsd-elfv2.tar.xz) = 4664628 diff --git a/lang/rust/files/patch-backtrace b/lang/rust/files/patch-backtrace deleted file mode 100644 index e658bf339a5c..000000000000 --- a/lang/rust/files/patch-backtrace +++ /dev/null @@ -1,12 +0,0 @@ -https://github.com/rust-lang/rust/issues/78184 - ---- library/backtrace/src/symbolize/gimli.rs.orig 2021-02-10 17:36:59 UTC -+++ library/backtrace/src/symbolize/gimli.rs -@@ -361,6 +361,7 @@ cfg_if::cfg_if! { - } else if #[cfg(any( - target_os = "linux", - target_os = "fuchsia", -+ target_os = "freebsd", - ))] { - // Other Unix (e.g. Linux) platforms use ELF as an object file format - // and typically implement an API called `dl_iterate_phdr` to load diff --git a/lang/rust/files/patch-library_stdarch_crates_std__detect_src_detect_os_freebsd_aarch64.rs b/lang/rust/files/patch-library_stdarch_crates_std__detect_src_detect_os_freebsd_aarch64.rs new file mode 100644 index 000000000000..4b62546b16b4 --- /dev/null +++ b/lang/rust/files/patch-library_stdarch_crates_std__detect_src_detect_os_freebsd_aarch64.rs @@ -0,0 +1,10 @@ +--- library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs.orig 2021-06-16 15:22:56 UTC ++++ library/stdarch/crates/std_detect/src/detect/os/freebsd/aarch64.rs +@@ -1,6 +1,6 @@ + //! Run-time feature detection for Aarch64 on FreeBSD. + +-pub use super::super::aarch64::detect_features; ++pub(crate) use super::super::aarch64::detect_features; + + #[cfg(test)] + mod tests { diff --git a/lang/rust/files/powerpc64le/patch-compiler_rustc__target_src_spec_powerpc64le__unknown__freebsd.rs b/lang/rust/files/powerpc64le/patch-compiler_rustc__target_src_spec_powerpc64le__unknown__freebsd.rs index 90aecb5a00b7..05124570bd9f 100644 --- a/lang/rust/files/powerpc64le/patch-compiler_rustc__target_src_spec_powerpc64le__unknown__freebsd.rs +++ b/lang/rust/files/powerpc64le/patch-compiler_rustc__target_src_spec_powerpc64le__unknown__freebsd.rs @@ -6,14 +6,14 @@ +pub fn target() -> Target { + let mut base = super::freebsd_base::opts(); + base.cpu = "ppc64le".to_string(); -+ base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-m64".to_string()); ++ base.pre_link_args.entry(LinkerFlavor::Gcc).or_default().push("-m64".to_string()); + base.max_atomic_width = Some(64); + + Target { -+ llvm_target: "powerpc64le-unknown-freebsd".to_string(), -+ pointer_width: 64, -+ data_layout: "e-m:e-i64:64-n32:64".to_string(), -+ arch: "powerpc64".to_string(), -+ options: TargetOptions { mcount: "_mcount".to_string(), ..base }, ++ llvm_target: "powerpc64le-unknown-freebsd".to_string(), ++ pointer_width: 64, ++ data_layout: "e-m:e-i64:64-n32:64".to_string(), ++ arch: "powerpc64".to_string(), ++ options: TargetOptions { mcount: "_mcount".to_string(), ..base }, + } +} From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 05:41:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE6C2660EDA; Sun, 27 Jun 2021 05:41: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 4GCKNV5d3nz3Dcb; Sun, 27 Jun 2021 05:41: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 A36824EC8; Sun, 27 Jun 2021 05:41: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 15R5fEwg097123; Sun, 27 Jun 2021 05:41:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R5fEKX097122; Sun, 27 Jun 2021 05:41:14 GMT (envelope-from git) Date: Sun, 27 Jun 2021 05:41:14 GMT Message-Id: <202106270541.15R5fEKX097122@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 53fca07faae4 - main - devel/rust-analyzer: Update to 2021-06-21 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 53fca07faae48d4a34468115c8bb18aa4c0fb9d1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 05:41:15 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=53fca07faae48d4a34468115c8bb18aa4c0fb9d1 commit 53fca07faae48d4a34468115c8bb18aa4c0fb9d1 Author: Tobias Kortkamp AuthorDate: 2021-06-21 14:45:09 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 05:39:55 +0000 devel/rust-analyzer: Update to 2021-06-21 Changes: https://rust-analyzer.github.io/thisweek/2021/06/21/changelog-82.html --- devel/rust-analyzer/Makefile | 30 ++++++++++----------- devel/rust-analyzer/distinfo | 62 +++++++++++++++++++------------------------- 2 files changed, 40 insertions(+), 52 deletions(-) diff --git a/devel/rust-analyzer/Makefile b/devel/rust-analyzer/Makefile index b6b2c396ede6..a34df1eb65df 100644 --- a/devel/rust-analyzer/Makefile +++ b/devel/rust-analyzer/Makefile @@ -1,5 +1,5 @@ PORTNAME= rust-analyzer -DISTVERSION= 2021-06-14 +DISTVERSION= 2021-06-21 CATEGORIES= devel MAINTAINER= rust@FreeBSD.org @@ -17,9 +17,9 @@ CARGO_CRATES= addr2line-0.15.1 \ adler-1.0.2 \ always-assert-0.1.2 \ ansi_term-0.12.1 \ - anyhow-1.0.40 \ + anyhow-1.0.41 \ anymap-0.12.1 \ - arrayvec-0.7.0 \ + arrayvec-0.7.1 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.59 \ @@ -34,7 +34,6 @@ CARGO_CRATES= addr2line-0.15.1 \ chalk-ir-0.68.0 \ chalk-recursive-0.68.0 \ chalk-solve-0.68.0 \ - chrono-0.4.19 \ countme-2.0.4 \ cov-mark-2.0.0-pre.1 \ crc32fast-1.2.1 \ @@ -48,7 +47,7 @@ CARGO_CRATES= addr2line-0.15.1 \ drop_bomb-0.1.5 \ either-1.6.1 \ ena-0.14.0 \ - env_logger-0.8.3 \ + env_logger-0.8.4 \ expect-test-1.1.0 \ filetime-0.2.14 \ fixedbitset-0.2.0 \ @@ -56,7 +55,7 @@ CARGO_CRATES= addr2line-0.15.1 \ form_urlencoded-1.0.1 \ fs_extra-1.2.0 \ fsevent-sys-4.0.0 \ - fst-0.4.6 \ + fst-0.4.7 \ gimli-0.24.0 \ hashbrown-0.9.1 \ heck-0.3.2 \ @@ -67,33 +66,31 @@ CARGO_CRATES= addr2line-0.15.1 \ inotify-0.9.3 \ inotify-sys-0.1.5 \ instant-0.1.9 \ - itertools-0.10.0 \ + itertools-0.10.1 \ itoa-0.4.7 \ jod-thread-0.1.2 \ lazy_static-1.4.0 \ libc-0.2.97 \ libloading-0.7.0 \ - libmimalloc-sys-0.1.21 \ + libmimalloc-sys-0.1.22 \ lock_api-0.4.4 \ log-0.4.14 \ lsp-server-0.5.1 \ - lsp-types-0.89.1 \ + lsp-types-0.89.2 \ matchers-0.0.1 \ matches-0.1.8 \ memchr-2.4.0 \ memmap2-0.2.3 \ memoffset-0.6.4 \ - mimalloc-0.1.25 \ + mimalloc-0.1.26 \ miniz_oxide-0.4.4 \ mio-0.7.11 \ miow-0.3.7 \ notify-5.0.0-pre.9 \ ntapi-0.3.6 \ - num-integer-0.1.44 \ - num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.24.0 \ - once_cell-1.7.2 \ + once_cell-1.8.0 \ oorandom-11.1.3 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ @@ -108,7 +105,7 @@ CARGO_CRATES= addr2line-0.15.1 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.27 \ pulldown-cmark-0.8.0 \ - pulldown-cmark-to-cmark-6.0.0 \ + pulldown-cmark-to-cmark-6.0.1 \ quote-1.0.9 \ rayon-1.5.1 \ rayon-core-1.9.1 \ @@ -152,7 +149,6 @@ CARGO_CRATES= addr2line-0.15.1 \ tracing-attributes-0.1.15 \ tracing-core-0.1.18 \ tracing-log-0.1.2 \ - tracing-serde-0.1.2 \ tracing-subscriber-0.2.18 \ tracing-tree-0.1.9 \ ucd-trie-0.1.3 \ @@ -170,8 +166,8 @@ CARGO_CRATES= addr2line-0.15.1 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ write-json-0.1.2 \ - xflags-0.2.1 \ - xflags-macros-0.2.1 \ + xflags-0.2.2 \ + xflags-macros-0.2.2 \ xshell-0.1.14 \ xshell-macros-0.1.14 diff --git a/devel/rust-analyzer/distinfo b/devel/rust-analyzer/distinfo index ca9d8aa21fa8..6ce77930c638 100644 --- a/devel/rust-analyzer/distinfo +++ b/devel/rust-analyzer/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623687274 +TIMESTAMP = 1624286692 SHA256 (rust/crates/addr2line-0.15.1.crate) = 03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a SIZE (rust/crates/addr2line-0.15.1.crate) = 32936 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -7,12 +7,12 @@ SHA256 (rust/crates/always-assert-0.1.2.crate) = fbf688625d06217d5b1bb0ea9d9c44a SIZE (rust/crates/always-assert-0.1.2.crate) = 7067 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b -SIZE (rust/crates/anyhow-1.0.40.crate) = 34534 +SHA256 (rust/crates/anyhow-1.0.41.crate) = 15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61 +SIZE (rust/crates/anyhow-1.0.41.crate) = 34561 SHA256 (rust/crates/anymap-0.12.1.crate) = 33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344 SIZE (rust/crates/anymap-0.12.1.crate) = 14298 -SHA256 (rust/crates/arrayvec-0.7.0.crate) = 5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7 -SIZE (rust/crates/arrayvec-0.7.0.crate) = 28452 +SHA256 (rust/crates/arrayvec-0.7.1.crate) = be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd +SIZE (rust/crates/arrayvec-0.7.1.crate) = 28812 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 @@ -41,8 +41,6 @@ SHA256 (rust/crates/chalk-recursive-0.68.0.crate) = e0df406d2927321021b48acd1934 SIZE (rust/crates/chalk-recursive-0.68.0.crate) = 14265 SHA256 (rust/crates/chalk-solve-0.68.0.crate) = 0cbfcd5daa5ab8b1c9e5e10e83b0ac26271480f6ae5b5f35e5b19e1f6a0e6e37 SIZE (rust/crates/chalk-solve-0.68.0.crate) = 97128 -SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 -SIZE (rust/crates/chrono-0.4.19.crate) = 155663 SHA256 (rust/crates/countme-2.0.4.crate) = 328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58 SIZE (rust/crates/countme-2.0.4.crate) = 9128 SHA256 (rust/crates/cov-mark-2.0.0-pre.1.crate) = 0d48d8f76bd9331f19fe2aaf3821a9f9fb32c3963e1e3d6ce82a8c09cef7444a @@ -69,8 +67,8 @@ SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227 SIZE (rust/crates/either-1.6.1.crate) = 13641 SHA256 (rust/crates/ena-0.14.0.crate) = d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3 SIZE (rust/crates/ena-0.14.0.crate) = 23052 -SHA256 (rust/crates/env_logger-0.8.3.crate) = 17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f -SIZE (rust/crates/env_logger-0.8.3.crate) = 32543 +SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 +SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 SHA256 (rust/crates/expect-test-1.1.0.crate) = 2300477aab3a378f2ca00a4fbd4dc713654ab7ed790e4017493cb33656280633 SIZE (rust/crates/expect-test-1.1.0.crate) = 10498 SHA256 (rust/crates/filetime-0.2.14.crate) = 1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8 @@ -85,8 +83,8 @@ SHA256 (rust/crates/fs_extra-1.2.0.crate) = 2022715d62ab30faffd124d40b76f4134a55 SIZE (rust/crates/fs_extra-1.2.0.crate) = 29918 SHA256 (rust/crates/fsevent-sys-4.0.0.crate) = 5c0e564d24da983c053beff1bb7178e237501206840a3e6bf4e267b9e8ae734a SIZE (rust/crates/fsevent-sys-4.0.0.crate) = 4276 -SHA256 (rust/crates/fst-0.4.6.crate) = e398fae362f4124bbe630d99519fb2d68a03e2e3a23b441028cdcdc4f4895687 -SIZE (rust/crates/fst-0.4.6.crate) = 1573306 +SHA256 (rust/crates/fst-0.4.7.crate) = 7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a +SIZE (rust/crates/fst-0.4.7.crate) = 1573393 SHA256 (rust/crates/gimli-0.24.0.crate) = 0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189 SIZE (rust/crates/gimli-0.24.0.crate) = 703534 SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 @@ -107,8 +105,8 @@ SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc62 SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 SHA256 (rust/crates/instant-0.1.9.crate) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec SIZE (rust/crates/instant-0.1.9.crate) = 5213 -SHA256 (rust/crates/itertools-0.10.0.crate) = 37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319 -SIZE (rust/crates/itertools-0.10.0.crate) = 109656 +SHA256 (rust/crates/itertools-0.10.1.crate) = 69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf +SIZE (rust/crates/itertools-0.10.1.crate) = 116219 SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 SIZE (rust/crates/itoa-0.4.7.crate) = 12099 SHA256 (rust/crates/jod-thread-0.1.2.crate) = 8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae @@ -119,16 +117,16 @@ SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7 SIZE (rust/crates/libc-0.2.97.crate) = 517712 SHA256 (rust/crates/libloading-0.7.0.crate) = 6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a SIZE (rust/crates/libloading-0.7.0.crate) = 26216 -SHA256 (rust/crates/libmimalloc-sys-0.1.21.crate) = 2396cf99d2f58611cd69f0efeee4af3d2e2c7b61bed433515029163aa567e65c -SIZE (rust/crates/libmimalloc-sys-0.1.21.crate) = 906970 +SHA256 (rust/crates/libmimalloc-sys-0.1.22.crate) = 1d1b8479c593dba88c2741fc50b92e13dbabbbe0bd504d979f244ccc1a5b1c01 +SIZE (rust/crates/libmimalloc-sys-0.1.22.crate) = 908612 SHA256 (rust/crates/lock_api-0.4.4.crate) = 0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb SIZE (rust/crates/lock_api-0.4.4.crate) = 20356 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/lsp-server-0.5.1.crate) = 6825d7042d5ca1825a366c40c9446928ec7b30e2be97243a13b164aee6583992 SIZE (rust/crates/lsp-server-0.5.1.crate) = 10727 -SHA256 (rust/crates/lsp-types-0.89.1.crate) = 48b8a871b0a450bcec0e26d74a59583c8173cb9fb7d7f98889e18abb84838e0f -SIZE (rust/crates/lsp-types-0.89.1.crate) = 48973 +SHA256 (rust/crates/lsp-types-0.89.2.crate) = 852e0dedfd52cc32325598b2631e0eba31b7b708959676a9f837042f276b09a2 +SIZE (rust/crates/lsp-types-0.89.2.crate) = 49933 SHA256 (rust/crates/matchers-0.0.1.crate) = f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1 SIZE (rust/crates/matchers-0.0.1.crate) = 5039 SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 @@ -139,8 +137,8 @@ SHA256 (rust/crates/memmap2-0.2.3.crate) = 723e3ebdcdc5c023db1df315364573789f885 SIZE (rust/crates/memmap2-0.2.3.crate) = 17669 SHA256 (rust/crates/memoffset-0.6.4.crate) = 59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9 SIZE (rust/crates/memoffset-0.6.4.crate) = 7664 -SHA256 (rust/crates/mimalloc-0.1.25.crate) = 1e7c6b11afd1e5e689ac96b6d18b1fc763398fe3d7eed99e8773426bc2033dfb -SIZE (rust/crates/mimalloc-0.1.25.crate) = 4639 +SHA256 (rust/crates/mimalloc-0.1.26.crate) = fb74897ce508e6c49156fd1476fc5922cbc6e75183c65e399c765a09122e5130 +SIZE (rust/crates/mimalloc-0.1.26.crate) = 4977 SHA256 (rust/crates/miniz_oxide-0.4.4.crate) = a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b SIZE (rust/crates/miniz_oxide-0.4.4.crate) = 49938 SHA256 (rust/crates/mio-0.7.11.crate) = cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956 @@ -151,16 +149,12 @@ SHA256 (rust/crates/notify-5.0.0-pre.9.crate) = b89869d77edd64db917d7903abeadc16 SIZE (rust/crates/notify-5.0.0-pre.9.crate) = 48688 SHA256 (rust/crates/ntapi-0.3.6.crate) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 SIZE (rust/crates/ntapi-0.3.6.crate) = 127221 -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.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/object-0.24.0.crate) = 1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170 SIZE (rust/crates/object-0.24.0.crate) = 223436 -SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 -SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 +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/parking_lot-0.11.1.crate) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb @@ -189,8 +183,8 @@ SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb598 SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 SHA256 (rust/crates/pulldown-cmark-0.8.0.crate) = ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8 SIZE (rust/crates/pulldown-cmark-0.8.0.crate) = 106330 -SHA256 (rust/crates/pulldown-cmark-to-cmark-6.0.0.crate) = e8f2b9878102358ec65434fdd1a9a161f8648bb2f531acc9260e4d094c96de23 -SIZE (rust/crates/pulldown-cmark-to-cmark-6.0.0.crate) = 7961 +SHA256 (rust/crates/pulldown-cmark-to-cmark-6.0.1.crate) = 6a95f396125c68d833fc40cca35532c49ab7394382f7b0e46144a4761896ce80 +SIZE (rust/crates/pulldown-cmark-to-cmark-6.0.1.crate) = 7901 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 @@ -277,8 +271,6 @@ SHA256 (rust/crates/tracing-core-0.1.18.crate) = a9ff14f98b1a4b289c6248a023c1c2f SIZE (rust/crates/tracing-core-0.1.18.crate) = 48381 SHA256 (rust/crates/tracing-log-0.1.2.crate) = a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3 SIZE (rust/crates/tracing-log-0.1.2.crate) = 14915 -SHA256 (rust/crates/tracing-serde-0.1.2.crate) = fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b -SIZE (rust/crates/tracing-serde-0.1.2.crate) = 6362 SHA256 (rust/crates/tracing-subscriber-0.2.18.crate) = aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5 SIZE (rust/crates/tracing-subscriber-0.2.18.crate) = 98663 SHA256 (rust/crates/tracing-tree-0.1.9.crate) = 1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967 @@ -313,13 +305,13 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/write-json-0.1.2.crate) = 06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3 SIZE (rust/crates/write-json-0.1.2.crate) = 7414 -SHA256 (rust/crates/xflags-0.2.1.crate) = 59ad6ce6a0b7224130015b4ebac796478ac04e0079f5d222a690efea06a9208a -SIZE (rust/crates/xflags-0.2.1.crate) = 10024 -SHA256 (rust/crates/xflags-macros-0.2.1.crate) = c8037d3ca14996158b03c0fa905d0834906ef0fc7044df72c1f5ff690e5e62c9 -SIZE (rust/crates/xflags-macros-0.2.1.crate) = 9695 +SHA256 (rust/crates/xflags-0.2.2.crate) = a25b85ca0fcf2d003f2b0cfdce73897c54ec3d793dfe008a64de5040209363c9 +SIZE (rust/crates/xflags-0.2.2.crate) = 10099 +SHA256 (rust/crates/xflags-macros-0.2.2.crate) = 00055208d8839f11689012fecb42bbc024e25bf3af91b3b9879739d3cda65bf0 +SIZE (rust/crates/xflags-macros-0.2.2.crate) = 10624 SHA256 (rust/crates/xshell-0.1.14.crate) = c640362f1b150e186b76e88606e4b01a7b2f1d56cc50fcc184ddb683fb567c23 SIZE (rust/crates/xshell-0.1.14.crate) = 20415 SHA256 (rust/crates/xshell-macros-0.1.14.crate) = 0607c095c96c1d8420ce4a018a0954fb15d73d5eb59b521a05a0f04cffc05059 SIZE (rust/crates/xshell-macros-0.1.14.crate) = 2677 -SHA256 (rust-analyzer-rust-analyzer-2021-06-14_GH0.tar.gz) = 3a912e7a6600cea5d9a51c019e4317321f5b7618cfffbb1603f79d80edd2aae9 -SIZE (rust-analyzer-rust-analyzer-2021-06-14_GH0.tar.gz) = 1888417 +SHA256 (rust-analyzer-rust-analyzer-2021-06-21_GH0.tar.gz) = 004eab149006410a96706dfa07ffa5876476c067b8ea05a72cdd3d1bc895bbca +SIZE (rust-analyzer-rust-analyzer-2021-06-21_GH0.tar.gz) = 1893369 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 05:41:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8EBA660ED8; Sun, 27 Jun 2021 05:41: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 4GCKNT53Zcz3DcW; Sun, 27 Jun 2021 05:41: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 85EBC4EC7; Sun, 27 Jun 2021 05:41: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 15R5fDJ7097099; Sun, 27 Jun 2021 05:41:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R5fDQT097098; Sun, 27 Jun 2021 05:41:13 GMT (envelope-from git) Date: Sun, 27 Jun 2021 05:41:13 GMT Message-Id: <202106270541.15R5fDQT097098@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 39ddae95eeb6 - main - devel/racer: Update to 2.1.46 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 39ddae95eeb6dc61f0bb36329ca8dde538c209f1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 05:41:14 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=39ddae95eeb6dc61f0bb36329ca8dde538c209f1 commit 39ddae95eeb6dc61f0bb36329ca8dde538c209f1 Author: Tobias Kortkamp AuthorDate: 2021-06-19 18:03:30 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 05:39:54 +0000 devel/racer: Update to 2.1.46 --- devel/racer/Makefile | 110 +++++----- devel/racer/distinfo | 564 ++++++++++++++++++++++++++------------------------- 2 files changed, 344 insertions(+), 330 deletions(-) diff --git a/devel/racer/Makefile b/devel/racer/Makefile index 2268b569d198..01384c239263 100644 --- a/devel/racer/Makefile +++ b/devel/racer/Makefile @@ -1,8 +1,7 @@ # Created by: Timothy Beyer PORTNAME= racer -DISTVERSION= 2.1.44 -PORTREVISION= 1 +DISTVERSION= 2.1.46 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} @@ -17,7 +16,8 @@ USES= cargo CARGO_CRATES= aho-corasick-0.7.10 \ annotate-snippets-0.8.0 \ ansi_term-0.11.0 \ - arrayvec-0.5.1 \ + arrayvec-0.5.2 \ + arrayvec-0.7.0 \ atty-0.2.14 \ autocfg-1.0.0 \ bitflags-1.2.1 \ @@ -30,9 +30,9 @@ CARGO_CRATES= aho-corasick-0.7.10 \ cpuid-bool-0.1.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ - crossbeam-queue-0.1.2 \ - crossbeam-utils-0.6.6 \ + crossbeam-queue-0.2.3 \ crossbeam-utils-0.7.2 \ + crossbeam-utils-0.8.4 \ derive_more-0.99.5 \ digest-0.9.0 \ either-1.5.3 \ @@ -40,7 +40,7 @@ CARGO_CRATES= aho-corasick-0.7.10 \ env_logger-0.7.1 \ generic-array-0.14.4 \ getopts-0.2.21 \ - getrandom-0.1.14 \ + getrandom-0.2.2 \ hashbrown-0.8.2 \ hermit-abi-0.1.10 \ humantime-1.3.0 \ @@ -52,72 +52,76 @@ CARGO_CRATES= aho-corasick-0.7.10 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ libc-0.2.77 \ - lock_api-0.4.1 \ + lock_api-0.4.4 \ log-0.4.8 \ maybe-uninit-2.0.0 \ md-5-0.9.1 \ - measureme-9.0.0 \ + measureme-9.1.0 \ memchr-2.3.3 \ + memmap-0.7.0 \ + memmap2-0.2.2 \ memoffset-0.5.4 \ num_cpus-1.12.0 \ opaque-debug-0.3.0 \ parking_lot-0.11.0 \ parking_lot_core-0.8.0 \ - ppv-lite86-0.2.6 \ + perf-event-open-sys-1.0.1 \ + ppv-lite86-0.2.10 \ proc-macro2-1.0.10 \ psm-0.1.8 \ quick-error-1.2.3 \ quote-1.0.3 \ - racer-2.1.43 \ + racer-2.1.45 \ racer-cargo-metadata-0.1.2 \ racer-interner-0.1.0 \ racer-testutils-0.1.0 \ - rand-0.7.3 \ - rand_chacha-0.2.2 \ - rand_core-0.5.1 \ - rand_hc-0.2.0 \ + rand-0.8.3 \ + rand_chacha-0.3.0 \ + rand_core-0.6.2 \ + rand_hc-0.3.0 \ redox_syscall-0.1.56 \ + redox_syscall-0.2.7 \ regex-1.3.6 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ rls-span-0.5.2 \ - rustc-ap-rustc_arena-702.0.0 \ - rustc-ap-rustc_arena-705.0.0 \ - rustc-ap-rustc_ast-702.0.0 \ - rustc-ap-rustc_ast-705.0.0 \ - rustc-ap-rustc_ast_pretty-702.0.0 \ - rustc-ap-rustc_ast_pretty-705.0.0 \ - rustc-ap-rustc_data_structures-702.0.0 \ - rustc-ap-rustc_data_structures-705.0.0 \ - rustc-ap-rustc_errors-702.0.0 \ - rustc-ap-rustc_errors-705.0.0 \ - rustc-ap-rustc_feature-702.0.0 \ - rustc-ap-rustc_feature-705.0.0 \ - rustc-ap-rustc_fs_util-702.0.0 \ - rustc-ap-rustc_fs_util-705.0.0 \ - rustc-ap-rustc_graphviz-702.0.0 \ - rustc-ap-rustc_graphviz-705.0.0 \ - rustc-ap-rustc_index-702.0.0 \ - rustc-ap-rustc_index-705.0.0 \ - rustc-ap-rustc_lexer-702.0.0 \ - rustc-ap-rustc_lexer-705.0.0 \ - rustc-ap-rustc_lint_defs-702.0.0 \ - rustc-ap-rustc_lint_defs-705.0.0 \ - rustc-ap-rustc_macros-702.0.0 \ - rustc-ap-rustc_macros-705.0.0 \ - rustc-ap-rustc_parse-702.0.0 \ - rustc-ap-rustc_parse-705.0.0 \ - rustc-ap-rustc_serialize-702.0.0 \ - rustc-ap-rustc_serialize-705.0.0 \ - rustc-ap-rustc_session-702.0.0 \ - rustc-ap-rustc_session-705.0.0 \ - rustc-ap-rustc_span-702.0.0 \ - rustc-ap-rustc_span-705.0.0 \ - rustc-ap-rustc_target-702.0.0 \ - rustc-ap-rustc_target-705.0.0 \ + rustc-ap-rustc_arena-712.0.0 \ + rustc-ap-rustc_arena-718.0.0 \ + rustc-ap-rustc_ast-712.0.0 \ + rustc-ap-rustc_ast-718.0.0 \ + rustc-ap-rustc_ast_pretty-712.0.0 \ + rustc-ap-rustc_ast_pretty-718.0.0 \ + rustc-ap-rustc_data_structures-712.0.0 \ + rustc-ap-rustc_data_structures-718.0.0 \ + rustc-ap-rustc_errors-712.0.0 \ + rustc-ap-rustc_errors-718.0.0 \ + rustc-ap-rustc_feature-712.0.0 \ + rustc-ap-rustc_feature-718.0.0 \ + rustc-ap-rustc_fs_util-712.0.0 \ + rustc-ap-rustc_fs_util-718.0.0 \ + rustc-ap-rustc_graphviz-712.0.0 \ + rustc-ap-rustc_graphviz-718.0.0 \ + rustc-ap-rustc_index-712.0.0 \ + rustc-ap-rustc_index-718.0.0 \ + rustc-ap-rustc_lexer-712.0.0 \ + rustc-ap-rustc_lexer-718.0.0 \ + rustc-ap-rustc_lint_defs-712.0.0 \ + rustc-ap-rustc_lint_defs-718.0.0 \ + rustc-ap-rustc_macros-712.0.0 \ + rustc-ap-rustc_macros-718.0.0 \ + rustc-ap-rustc_parse-712.0.0 \ + rustc-ap-rustc_parse-718.0.0 \ + rustc-ap-rustc_serialize-712.0.0 \ + rustc-ap-rustc_serialize-718.0.0 \ + rustc-ap-rustc_session-712.0.0 \ + rustc-ap-rustc_session-718.0.0 \ + rustc-ap-rustc_span-712.0.0 \ + rustc-ap-rustc_span-718.0.0 \ + rustc-ap-rustc_target-712.0.0 \ + rustc-ap-rustc_target-718.0.0 \ rustc-hash-1.1.0 \ - rustc-rayon-0.3.0 \ - rustc-rayon-core-0.3.0 \ + rustc-rayon-0.3.1 \ + rustc-rayon-core-0.3.1 \ ryu-1.0.3 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ @@ -126,13 +130,13 @@ CARGO_CRATES= aho-corasick-0.7.10 \ serde_json-1.0.50 \ sha-1-0.9.2 \ sha2-0.9.2 \ - smallvec-1.4.2 \ + smallvec-1.6.1 \ stable_deref_trait-1.1.1 \ stacker-0.1.12 \ strsim-0.8.0 \ syn-1.0.17 \ synstructure-0.12.3 \ - tempfile-3.1.0 \ + tempfile-3.2.0 \ termcolor-1.1.0 \ termize-0.1.1 \ textwrap-0.11.0 \ @@ -146,7 +150,7 @@ CARGO_CRATES= aho-corasick-0.7.10 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ version_check-0.9.2 \ - wasi-0.9.0+wasi-snapshot-preview1 \ + wasi-0.10.2+wasi-snapshot-preview1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.4 \ diff --git a/devel/racer/distinfo b/devel/racer/distinfo index 2988f00593bb..22366f73a8da 100644 --- a/devel/racer/distinfo +++ b/devel/racer/distinfo @@ -1,277 +1,287 @@ -TIMESTAMP = 1616869369 -SHA256 (rust/crates/racer-2.1.44.tar.gz) = 7972a124e2b24dce35eb19f81eced829faec0e8227a7d744bbb1089934d05399 -SIZE (rust/crates/racer-2.1.44.tar.gz) = 182726 -SHA256 (rust/crates/aho-corasick-0.7.10.tar.gz) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada -SIZE (rust/crates/aho-corasick-0.7.10.tar.gz) = 111039 -SHA256 (rust/crates/annotate-snippets-0.8.0.tar.gz) = d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5 -SIZE (rust/crates/annotate-snippets-0.8.0.tar.gz) = 28829 -SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b -SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/arrayvec-0.5.1.tar.gz) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8 -SIZE (rust/crates/arrayvec-0.5.1.tar.gz) = 26816 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.0.tar.gz) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.tar.gz) = 12870 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 -SIZE (rust/crates/block-buffer-0.9.0.tar.gz) = 7108 -SHA256 (rust/crates/cc-1.0.53.tar.gz) = 404b1fe4f65288577753b17e3b36a04596ee784493ec249bf81c7f2d2acd751c -SIZE (rust/crates/cc-1.0.53.tar.gz) = 51740 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 -SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 -SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 -SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 -SHA256 (rust/crates/cloudabi-0.1.0.tar.gz) = 4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467 -SIZE (rust/crates/cloudabi-0.1.0.tar.gz) = 22687 -SHA256 (rust/crates/cpuid-bool-0.1.2.tar.gz) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 -SIZE (rust/crates/cpuid-bool-0.1.2.tar.gz) = 7173 -SHA256 (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 -SIZE (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 19888 -SHA256 (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace -SIZE (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 39283 -SHA256 (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b -SIZE (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 14104 -SHA256 (rust/crates/crossbeam-utils-0.6.6.tar.gz) = 04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6 -SIZE (rust/crates/crossbeam-utils-0.6.6.tar.gz) = 32836 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/derive_more-0.99.5.tar.gz) = e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7 -SIZE (rust/crates/derive_more-0.99.5.tar.gz) = 51045 -SHA256 (rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 -SIZE (rust/crates/digest-0.9.0.tar.gz) = 13247 -SHA256 (rust/crates/either-1.5.3.tar.gz) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3 -SIZE (rust/crates/either-1.5.3.tar.gz) = 12278 -SHA256 (rust/crates/ena-0.14.0.tar.gz) = d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3 -SIZE (rust/crates/ena-0.14.0.tar.gz) = 23052 -SHA256 (rust/crates/env_logger-0.7.1.tar.gz) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36 -SIZE (rust/crates/env_logger-0.7.1.tar.gz) = 32281 -SHA256 (rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 -SIZE (rust/crates/generic-array-0.14.4.tar.gz) = 28916 -SHA256 (rust/crates/getopts-0.2.21.tar.gz) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 -SIZE (rust/crates/getopts-0.2.21.tar.gz) = 18457 -SHA256 (rust/crates/getrandom-0.1.14.tar.gz) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb -SIZE (rust/crates/getrandom-0.1.14.tar.gz) = 24698 -SHA256 (rust/crates/hashbrown-0.8.2.tar.gz) = e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25 -SIZE (rust/crates/hashbrown-0.8.2.tar.gz) = 75830 -SHA256 (rust/crates/hermit-abi-0.1.10.tar.gz) = 725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e -SIZE (rust/crates/hermit-abi-0.1.10.tar.gz) = 9127 -SHA256 (rust/crates/humantime-1.3.0.tar.gz) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f -SIZE (rust/crates/humantime-1.3.0.tar.gz) = 17020 -SHA256 (rust/crates/humantime-2.0.0.tar.gz) = b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da -SIZE (rust/crates/humantime-2.0.0.tar.gz) = 17374 -SHA256 (rust/crates/indexmap-1.5.2.tar.gz) = 4e47a3566dd4fd4eec714ae6ceabdee0caec795be835c223d92c2d40f1e8cf1c -SIZE (rust/crates/indexmap-1.5.2.tar.gz) = 47558 -SHA256 (rust/crates/instant-0.1.7.tar.gz) = 63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66 -SIZE (rust/crates/instant-0.1.7.tar.gz) = 5097 -SHA256 (rust/crates/itoa-0.4.5.tar.gz) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e -SIZE (rust/crates/itoa-0.4.5.tar.gz) = 11194 -SHA256 (rust/crates/jobserver-0.1.21.tar.gz) = 5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2 -SIZE (rust/crates/jobserver-0.1.21.tar.gz) = 21228 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/lazycell-1.2.1.tar.gz) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f -SIZE (rust/crates/lazycell-1.2.1.tar.gz) = 11691 -SHA256 (rust/crates/libc-0.2.77.tar.gz) = f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235 -SIZE (rust/crates/libc-0.2.77.tar.gz) = 507233 -SHA256 (rust/crates/lock_api-0.4.1.tar.gz) = 28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c -SIZE (rust/crates/lock_api-0.4.1.tar.gz) = 20339 -SHA256 (rust/crates/log-0.4.8.tar.gz) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.tar.gz) = 31297 -SHA256 (rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809 -SHA256 (rust/crates/md-5-0.9.1.tar.gz) = 7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15 -SIZE (rust/crates/md-5-0.9.1.tar.gz) = 15494 -SHA256 (rust/crates/measureme-9.0.0.tar.gz) = 22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82 -SIZE (rust/crates/measureme-9.0.0.tar.gz) = 15032 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 -SHA256 (rust/crates/memoffset-0.5.4.tar.gz) = b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8 -SIZE (rust/crates/memoffset-0.5.4.tar.gz) = 6927 -SHA256 (rust/crates/num_cpus-1.12.0.tar.gz) = 46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6 -SIZE (rust/crates/num_cpus-1.12.0.tar.gz) = 11867 -SHA256 (rust/crates/opaque-debug-0.3.0.tar.gz) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 -SIZE (rust/crates/opaque-debug-0.3.0.tar.gz) = 5767 -SHA256 (rust/crates/parking_lot-0.11.0.tar.gz) = a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733 -SIZE (rust/crates/parking_lot-0.11.0.tar.gz) = 39558 -SHA256 (rust/crates/parking_lot_core-0.8.0.tar.gz) = c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b -SIZE (rust/crates/parking_lot_core-0.8.0.tar.gz) = 33870 -SHA256 (rust/crates/ppv-lite86-0.2.6.tar.gz) = 74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b -SIZE (rust/crates/ppv-lite86-0.2.6.tar.gz) = 20522 -SHA256 (rust/crates/proc-macro2-1.0.10.tar.gz) = df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3 -SIZE (rust/crates/proc-macro2-1.0.10.tar.gz) = 35622 -SHA256 (rust/crates/psm-0.1.8.tar.gz) = 659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7 -SIZE (rust/crates/psm-0.1.8.tar.gz) = 20826 -SHA256 (rust/crates/quick-error-1.2.3.tar.gz) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 -SIZE (rust/crates/quick-error-1.2.3.tar.gz) = 15066 -SHA256 (rust/crates/quote-1.0.3.tar.gz) = 2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f -SIZE (rust/crates/quote-1.0.3.tar.gz) = 22939 -SHA256 (rust/crates/racer-2.1.43.tar.gz) = 2f0b26f1d7e8150e5067dffe9b9ccebf513053c795f178e4e397586cb50df148 -SIZE (rust/crates/racer-2.1.43.tar.gz) = 182736 -SHA256 (rust/crates/racer-cargo-metadata-0.1.2.tar.gz) = 996e6d07087ab306df24b3ab9815791581ef1de3d7a99b8d47169c3d1da0c32b -SIZE (rust/crates/racer-cargo-metadata-0.1.2.tar.gz) = 10638 -SHA256 (rust/crates/racer-interner-0.1.0.tar.gz) = 206a244afd319767bdf97cf4e94c0d5d3b1de9cb23fd25434e7992cca4d4fa4c -SIZE (rust/crates/racer-interner-0.1.0.tar.gz) = 1833 -SHA256 (rust/crates/racer-testutils-0.1.0.tar.gz) = adb261af243928ffa20752c84d0f8b3debfd7a486e8953e2a0669b2ad48621e1 -SIZE (rust/crates/racer-testutils-0.1.0.tar.gz) = 2790 -SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 -SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 -SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 -SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 -SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 -SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c -SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 -SHA256 (rust/crates/redox_syscall-0.1.56.tar.gz) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84 -SIZE (rust/crates/redox_syscall-0.1.56.tar.gz) = 17117 -SHA256 (rust/crates/regex-1.3.6.tar.gz) = 7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3 -SIZE (rust/crates/regex-1.3.6.tar.gz) = 235465 -SHA256 (rust/crates/regex-syntax-0.6.17.tar.gz) = 7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae -SIZE (rust/crates/regex-syntax-0.6.17.tar.gz) = 294004 -SHA256 (rust/crates/remove_dir_all-0.5.2.tar.gz) = 4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e -SIZE (rust/crates/remove_dir_all-0.5.2.tar.gz) = 8907 -SHA256 (rust/crates/rls-span-0.5.2.tar.gz) = f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934 -SIZE (rust/crates/rls-span-0.5.2.tar.gz) = 9628 -SHA256 (rust/crates/rustc-ap-rustc_arena-702.0.0.tar.gz) = 00b4ef3cb8e2471ed0beee8fa7dec927e5a04671605b606b5d650cedaeabcfd5 -SIZE (rust/crates/rustc-ap-rustc_arena-702.0.0.tar.gz) = 7834 -SHA256 (rust/crates/rustc-ap-rustc_arena-705.0.0.tar.gz) = 93575affa286089b92c8208aea4e60fe9fdd251a619a09b566d6e4e2cc123212 -SIZE (rust/crates/rustc-ap-rustc_arena-705.0.0.tar.gz) = 7832 -SHA256 (rust/crates/rustc-ap-rustc_ast-702.0.0.tar.gz) = c2e60ae0420757f5e8304a36e9ee61848b3cdeab702e2cc91e275fa71194fac9 -SIZE (rust/crates/rustc-ap-rustc_ast-702.0.0.tar.gz) = 69270 -SHA256 (rust/crates/rustc-ap-rustc_ast-705.0.0.tar.gz) = 4c700f2d3b25aa8d6446dd2936048737b08b2d547bd86e2a70afa9fee4e9c522 -SIZE (rust/crates/rustc-ap-rustc_ast-705.0.0.tar.gz) = 69457 -SHA256 (rust/crates/rustc-ap-rustc_ast_pretty-702.0.0.tar.gz) = c615111df0b80d1ec7fa1ddbc099cf1b5b885498c3ddeef6a455f456bef6aa60 -SIZE (rust/crates/rustc-ap-rustc_ast_pretty-702.0.0.tar.gz) = 27741 -SHA256 (rust/crates/rustc-ap-rustc_ast_pretty-705.0.0.tar.gz) = 99d644c69c55deb24257cb0cb5261265fe5134f6f545e9062e1c18b07e422c68 -SIZE (rust/crates/rustc-ap-rustc_ast_pretty-705.0.0.tar.gz) = 27785 -SHA256 (rust/crates/rustc-ap-rustc_data_structures-702.0.0.tar.gz) = c4f0f2d7b238d9de2bcdd365e765d61309d71bcfa1a9619e22a61bc3916310a7 -SIZE (rust/crates/rustc-ap-rustc_data_structures-702.0.0.tar.gz) = 102316 -SHA256 (rust/crates/rustc-ap-rustc_data_structures-705.0.0.tar.gz) = 5d840c4e6198b57982a54543ae604d634c7ceb7107f0c75970b88ebaff077ac5 -SIZE (rust/crates/rustc-ap-rustc_data_structures-705.0.0.tar.gz) = 102071 -SHA256 (rust/crates/rustc-ap-rustc_errors-702.0.0.tar.gz) = c681cea52a193059f6a2d4d1d9d5a49af6d417a7d87c654c78acf34e8eb1d9d2 -SIZE (rust/crates/rustc-ap-rustc_errors-702.0.0.tar.gz) = 46099 -SHA256 (rust/crates/rustc-ap-rustc_errors-705.0.0.tar.gz) = 2f2f99bdc828ad417636d9016611dc9047b641fadcb7f533b8b0e9616d81f90b -SIZE (rust/crates/rustc-ap-rustc_errors-705.0.0.tar.gz) = 46115 -SHA256 (rust/crates/rustc-ap-rustc_feature-702.0.0.tar.gz) = 8199d34846af059ff2e387934916277fdffbed92fbbcd693df4179d4f2c51e76 -SIZE (rust/crates/rustc-ap-rustc_feature-702.0.0.tar.gz) = 20869 -SHA256 (rust/crates/rustc-ap-rustc_feature-705.0.0.tar.gz) = 6bb47b53670f1263ed1389dda932d5b5a6daf98579c1f076c2ee7d7f22709b7c -SIZE (rust/crates/rustc-ap-rustc_feature-705.0.0.tar.gz) = 20934 -SHA256 (rust/crates/rustc-ap-rustc_fs_util-702.0.0.tar.gz) = ce35d2a03e56e6a01f00d8e33b760363f05085859f0340d5caa39823f8cd9a44 -SIZE (rust/crates/rustc-ap-rustc_fs_util-702.0.0.tar.gz) = 1979 -SHA256 (rust/crates/rustc-ap-rustc_fs_util-705.0.0.tar.gz) = cdaddc4bae5ffab17037553e172f5014686db600050429aaa60aec14fe780e84 -SIZE (rust/crates/rustc-ap-rustc_fs_util-705.0.0.tar.gz) = 1976 -SHA256 (rust/crates/rustc-ap-rustc_graphviz-702.0.0.tar.gz) = 9626d1928e8639fe327cdfa3a4b6696de9c84ac04dd8f1d010879dba4524a8d6 -SIZE (rust/crates/rustc-ap-rustc_graphviz-702.0.0.tar.gz) = 10133 -SHA256 (rust/crates/rustc-ap-rustc_graphviz-705.0.0.tar.gz) = 3d73c72543311e88786f7380a3bfd946395579c1a0c0441a879a97fcdea79130 -SIZE (rust/crates/rustc-ap-rustc_graphviz-705.0.0.tar.gz) = 10134 -SHA256 (rust/crates/rustc-ap-rustc_index-702.0.0.tar.gz) = 364c76daf3da8ea105daaea6a92fed6ad89a9366267f4828d1406fc39a65745b -SIZE (rust/crates/rustc-ap-rustc_index-702.0.0.tar.gz) = 16298 -SHA256 (rust/crates/rustc-ap-rustc_index-705.0.0.tar.gz) = bba8d74ed4bad44a5b4264cf2a51ad0bd458ed56caa5bb090e989b8002ec6327 -SIZE (rust/crates/rustc-ap-rustc_index-705.0.0.tar.gz) = 16471 -SHA256 (rust/crates/rustc-ap-rustc_lexer-702.0.0.tar.gz) = 47cfdb02425aed8c56f85692975d262cb438ea0388e0c8cd254e73bd22bb6539 -SIZE (rust/crates/rustc-ap-rustc_lexer-702.0.0.tar.gz) = 14080 -SHA256 (rust/crates/rustc-ap-rustc_lexer-705.0.0.tar.gz) = 3a030d00510966cd31e13dca5e6c1bd40d303a932c54eca40e854188bca8c49e -SIZE (rust/crates/rustc-ap-rustc_lexer-705.0.0.tar.gz) = 14076 -SHA256 (rust/crates/rustc-ap-rustc_lint_defs-702.0.0.tar.gz) = 158d326d78e86105c934dd9bdc1fd7afcf21f41a51acb065ac7e1ecbb4663788 -SIZE (rust/crates/rustc-ap-rustc_lint_defs-702.0.0.tar.gz) = 29744 -SHA256 (rust/crates/rustc-ap-rustc_lint_defs-705.0.0.tar.gz) = bdff95da1b5d979183ef5c285817ba6cc67a1ac11296ef1e87b1b5bbaf57213c -SIZE (rust/crates/rustc-ap-rustc_lint_defs-705.0.0.tar.gz) = 30364 -SHA256 (rust/crates/rustc-ap-rustc_macros-702.0.0.tar.gz) = 1a16139dc0677c0417bd969dc816e820f348b1a5f8d6663c7ab0b4c526c3427d -SIZE (rust/crates/rustc-ap-rustc_macros-702.0.0.tar.gz) = 17705 -SHA256 (rust/crates/rustc-ap-rustc_macros-705.0.0.tar.gz) = fe3ed7401bf6f5a256d58cd0e1c1e2e77eec25e60a0d7ad75313962edcb4e396 -SIZE (rust/crates/rustc-ap-rustc_macros-705.0.0.tar.gz) = 17551 -SHA256 (rust/crates/rustc-ap-rustc_parse-702.0.0.tar.gz) = b917704d699b6e5f4e9d35fcb25c8443e3229c4a3e11f4f347fbe7a964dfdbac -SIZE (rust/crates/rustc-ap-rustc_parse-702.0.0.tar.gz) = 126277 -SHA256 (rust/crates/rustc-ap-rustc_parse-705.0.0.tar.gz) = 609a624baffa3f99847d57d30c96ee6732ce0912f8df4be239b6fd91533910d6 -SIZE (rust/crates/rustc-ap-rustc_parse-705.0.0.tar.gz) = 126541 -SHA256 (rust/crates/rustc-ap-rustc_serialize-702.0.0.tar.gz) = 55b6bfa271ab3778a33d3dc9c1655d6aec7bdd02d327dd80f0fb05199801a2f9 -SIZE (rust/crates/rustc-ap-rustc_serialize-702.0.0.tar.gz) = 35558 -SHA256 (rust/crates/rustc-ap-rustc_serialize-705.0.0.tar.gz) = bc232e2a351d8131c8f1386ce372ee22ef7b1b0b897bbf817a8ce4792029a564 -SIZE (rust/crates/rustc-ap-rustc_serialize-705.0.0.tar.gz) = 35579 -SHA256 (rust/crates/rustc-ap-rustc_session-702.0.0.tar.gz) = 2d8bcdbf64ccca1c93ce4c1b186d680fab897d936755c1c46108335066a4b3df -SIZE (rust/crates/rustc-ap-rustc_session-702.0.0.tar.gz) = 60709 -SHA256 (rust/crates/rustc-ap-rustc_session-705.0.0.tar.gz) = 18acf94c820cd0c64ee1cbd811fd1f4d5ba18987c457c88771359b90cb1a12f5 -SIZE (rust/crates/rustc-ap-rustc_session-705.0.0.tar.gz) = 61192 -SHA256 (rust/crates/rustc-ap-rustc_span-702.0.0.tar.gz) = 57c255026e999472912f5104881672003623537d5ce675d591fba38632a8b59d -SIZE (rust/crates/rustc-ap-rustc_span-702.0.0.tar.gz) = 69095 -SHA256 (rust/crates/rustc-ap-rustc_span-705.0.0.tar.gz) = d3479f453a38b6a5572938d035fc2b3cb6ec379c57f598b8682b512eb90c7858 -SIZE (rust/crates/rustc-ap-rustc_span-705.0.0.tar.gz) = 69141 -SHA256 (rust/crates/rustc-ap-rustc_target-702.0.0.tar.gz) = 8d3def54a9c21135316cb84aca7c99439b60864e6ac72ba27934473e95d6787c -SIZE (rust/crates/rustc-ap-rustc_target-702.0.0.tar.gz) = 100099 -SHA256 (rust/crates/rustc-ap-rustc_target-705.0.0.tar.gz) = 78cacaf829778cf07bb97a9f4604896789de12392175f3743e74a30ed370f1c1 -SIZE (rust/crates/rustc-ap-rustc_target-705.0.0.tar.gz) = 100340 -SHA256 (rust/crates/rustc-hash-1.1.0.tar.gz) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 -SIZE (rust/crates/rustc-hash-1.1.0.tar.gz) = 9331 -SHA256 (rust/crates/rustc-rayon-0.3.0.tar.gz) = f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a -SIZE (rust/crates/rustc-rayon-0.3.0.tar.gz) = 142908 -SHA256 (rust/crates/rustc-rayon-core-0.3.0.tar.gz) = ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3 -SIZE (rust/crates/rustc-rayon-core-0.3.0.tar.gz) = 65250 -SHA256 (rust/crates/ryu-1.0.3.tar.gz) = 535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76 -SIZE (rust/crates/ryu-1.0.3.tar.gz) = 41983 -SHA256 (rust/crates/scoped-tls-1.0.0.tar.gz) = ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2 -SIZE (rust/crates/scoped-tls-1.0.0.tar.gz) = 9146 -SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 -SHA256 (rust/crates/serde-1.0.105.tar.gz) = e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff -SIZE (rust/crates/serde-1.0.105.tar.gz) = 73358 -SHA256 (rust/crates/serde_derive-1.0.105.tar.gz) = ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8 -SIZE (rust/crates/serde_derive-1.0.105.tar.gz) = 49700 -SHA256 (rust/crates/serde_json-1.0.50.tar.gz) = 78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867 -SIZE (rust/crates/serde_json-1.0.50.tar.gz) = 72229 -SHA256 (rust/crates/sha-1-0.9.2.tar.gz) = ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c -SIZE (rust/crates/sha-1-0.9.2.tar.gz) = 13581 -SHA256 (rust/crates/sha2-0.9.2.tar.gz) = 6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8 -SIZE (rust/crates/sha2-0.9.2.tar.gz) = 19665 -SHA256 (rust/crates/smallvec-1.4.2.tar.gz) = fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252 -SIZE (rust/crates/smallvec-1.4.2.tar.gz) = 26109 -SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 -SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007 -SHA256 (rust/crates/stacker-0.1.12.tar.gz) = 21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786 -SIZE (rust/crates/stacker-0.1.12.tar.gz) = 13953 -SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-1.0.17.tar.gz) = 0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03 -SIZE (rust/crates/syn-1.0.17.tar.gz) = 198158 -SHA256 (rust/crates/synstructure-0.12.3.tar.gz) = 67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545 -SIZE (rust/crates/synstructure-0.12.3.tar.gz) = 17788 -SHA256 (rust/crates/tempfile-3.1.0.tar.gz) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.tar.gz) = 25823 -SHA256 (rust/crates/termcolor-1.1.0.tar.gz) = bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f -SIZE (rust/crates/termcolor-1.1.0.tar.gz) = 17193 -SHA256 (rust/crates/termize-0.1.1.tar.gz) = 1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295 -SIZE (rust/crates/termize-0.1.1.tar.gz) = 10691 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.tar.gz) = 12609 -SHA256 (rust/crates/tracing-0.1.19.tar.gz) = 6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c -SIZE (rust/crates/tracing-0.1.19.tar.gz) = 60835 -SHA256 (rust/crates/tracing-attributes-0.1.11.tar.gz) = 80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada -SIZE (rust/crates/tracing-attributes-0.1.11.tar.gz) = 17279 -SHA256 (rust/crates/tracing-core-0.1.15.tar.gz) = 4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5 -SIZE (rust/crates/tracing-core-0.1.15.tar.gz) = 47511 -SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 -SIZE (rust/crates/typenum-1.12.0.tar.gz) = 36037 -SHA256 (rust/crates/unicode-normalization-0.1.12.tar.gz) = 5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4 -SIZE (rust/crates/unicode-normalization-0.1.12.tar.gz) = 91057 -SHA256 (rust/crates/unicode-width-0.1.7.tar.gz) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 -SIZE (rust/crates/unicode-width-0.1.7.tar.gz) = 16644 -SHA256 (rust/crates/unicode-xid-0.2.0.tar.gz) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c -SIZE (rust/crates/unicode-xid-0.2.0.tar.gz) = 14994 -SHA256 (rust/crates/vec_map-0.8.1.tar.gz) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a -SIZE (rust/crates/vec_map-0.8.1.tar.gz) = 14959 -SHA256 (rust/crates/version_check-0.9.2.tar.gz) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed -SIZE (rust/crates/version_check-0.9.2.tar.gz) = 11979 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/winapi-0.3.8.tar.gz) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 -SIZE (rust/crates/winapi-0.3.8.tar.gz) = 1128308 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.4.tar.gz) = fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e -SIZE (rust/crates/winapi-util-0.1.4.tar.gz) = 10089 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +TIMESTAMP = 1624125515 +SHA256 (rust/crates/racer-2.1.46.crate) = e7cbda48a9124ed2e83766d2c15e3725710d344abca35fad8cf52341a55883b1 +SIZE (rust/crates/racer-2.1.46.crate) = 183118 +SHA256 (rust/crates/aho-corasick-0.7.10.crate) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada +SIZE (rust/crates/aho-corasick-0.7.10.crate) = 111039 +SHA256 (rust/crates/annotate-snippets-0.8.0.crate) = d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5 +SIZE (rust/crates/annotate-snippets-0.8.0.crate) = 28829 +SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 +SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b +SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 +SHA256 (rust/crates/arrayvec-0.7.0.crate) = 5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7 +SIZE (rust/crates/arrayvec-0.7.0.crate) = 28452 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/autocfg-1.0.0.crate) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d +SIZE (rust/crates/autocfg-1.0.0.crate) = 12870 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 +SHA256 (rust/crates/cc-1.0.53.crate) = 404b1fe4f65288577753b17e3b36a04596ee784493ec249bf81c7f2d2acd751c +SIZE (rust/crates/cc-1.0.53.crate) = 51740 +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/clap-2.33.0.crate) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 +SIZE (rust/crates/clap-2.33.0.crate) = 196458 +SHA256 (rust/crates/cloudabi-0.1.0.crate) = 4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467 +SIZE (rust/crates/cloudabi-0.1.0.crate) = 22687 +SHA256 (rust/crates/cpuid-bool-0.1.2.crate) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 +SIZE (rust/crates/cpuid-bool-0.1.2.crate) = 7173 +SHA256 (rust/crates/crossbeam-deque-0.7.3.crate) = 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 +SIZE (rust/crates/crossbeam-deque-0.7.3.crate) = 19888 +SHA256 (rust/crates/crossbeam-epoch-0.8.2.crate) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace +SIZE (rust/crates/crossbeam-epoch-0.8.2.crate) = 39283 +SHA256 (rust/crates/crossbeam-queue-0.2.3.crate) = 774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570 +SIZE (rust/crates/crossbeam-queue-0.2.3.crate) = 14753 +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.4.crate) = 4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278 +SIZE (rust/crates/crossbeam-utils-0.8.4.crate) = 37279 +SHA256 (rust/crates/derive_more-0.99.5.crate) = e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7 +SIZE (rust/crates/derive_more-0.99.5.crate) = 51045 +SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.crate) = 13247 +SHA256 (rust/crates/either-1.5.3.crate) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3 +SIZE (rust/crates/either-1.5.3.crate) = 12278 +SHA256 (rust/crates/ena-0.14.0.crate) = d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3 +SIZE (rust/crates/ena-0.14.0.crate) = 23052 +SHA256 (rust/crates/env_logger-0.7.1.crate) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36 +SIZE (rust/crates/env_logger-0.7.1.crate) = 32281 +SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 +SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 +SIZE (rust/crates/getopts-0.2.21.crate) = 18457 +SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/hashbrown-0.8.2.crate) = e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25 +SIZE (rust/crates/hashbrown-0.8.2.crate) = 75830 +SHA256 (rust/crates/hermit-abi-0.1.10.crate) = 725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e +SIZE (rust/crates/hermit-abi-0.1.10.crate) = 9127 +SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f +SIZE (rust/crates/humantime-1.3.0.crate) = 17020 +SHA256 (rust/crates/humantime-2.0.0.crate) = b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da +SIZE (rust/crates/humantime-2.0.0.crate) = 17374 +SHA256 (rust/crates/indexmap-1.5.2.crate) = 4e47a3566dd4fd4eec714ae6ceabdee0caec795be835c223d92c2d40f1e8cf1c +SIZE (rust/crates/indexmap-1.5.2.crate) = 47558 +SHA256 (rust/crates/instant-0.1.7.crate) = 63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66 +SIZE (rust/crates/instant-0.1.7.crate) = 5097 +SHA256 (rust/crates/itoa-0.4.5.crate) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e +SIZE (rust/crates/itoa-0.4.5.crate) = 11194 +SHA256 (rust/crates/jobserver-0.1.21.crate) = 5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2 +SIZE (rust/crates/jobserver-0.1.21.crate) = 21228 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/lazycell-1.2.1.crate) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f +SIZE (rust/crates/lazycell-1.2.1.crate) = 11691 +SHA256 (rust/crates/libc-0.2.77.crate) = f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235 +SIZE (rust/crates/libc-0.2.77.crate) = 507233 +SHA256 (rust/crates/lock_api-0.4.4.crate) = 0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb +SIZE (rust/crates/lock_api-0.4.4.crate) = 20356 +SHA256 (rust/crates/log-0.4.8.crate) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 +SIZE (rust/crates/log-0.4.8.crate) = 31297 +SHA256 (rust/crates/maybe-uninit-2.0.0.crate) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 +SIZE (rust/crates/maybe-uninit-2.0.0.crate) = 11809 +SHA256 (rust/crates/md-5-0.9.1.crate) = 7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15 +SIZE (rust/crates/md-5-0.9.1.crate) = 15494 +SHA256 (rust/crates/measureme-9.1.0.crate) = 4a98e07fe802486895addb2b5467f33f205e82c426bfaf350f5d8109b137767c +SIZE (rust/crates/measureme-9.1.0.crate) = 27177 +SHA256 (rust/crates/memchr-2.3.3.crate) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 +SIZE (rust/crates/memchr-2.3.3.crate) = 22566 +SHA256 (rust/crates/memmap-0.7.0.crate) = 6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b +SIZE (rust/crates/memmap-0.7.0.crate) = 15214 +SHA256 (rust/crates/memmap2-0.2.2.crate) = 397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd +SIZE (rust/crates/memmap2-0.2.2.crate) = 17218 +SHA256 (rust/crates/memoffset-0.5.4.crate) = b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8 +SIZE (rust/crates/memoffset-0.5.4.crate) = 6927 +SHA256 (rust/crates/num_cpus-1.12.0.crate) = 46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6 +SIZE (rust/crates/num_cpus-1.12.0.crate) = 11867 +SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/parking_lot-0.11.0.crate) = a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733 +SIZE (rust/crates/parking_lot-0.11.0.crate) = 39558 +SHA256 (rust/crates/parking_lot_core-0.8.0.crate) = c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b +SIZE (rust/crates/parking_lot_core-0.8.0.crate) = 33870 +SHA256 (rust/crates/perf-event-open-sys-1.0.1.crate) = ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a +SIZE (rust/crates/perf-event-open-sys-1.0.1.crate) = 23460 +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.10.crate) = df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3 +SIZE (rust/crates/proc-macro2-1.0.10.crate) = 35622 +SHA256 (rust/crates/psm-0.1.8.crate) = 659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7 +SIZE (rust/crates/psm-0.1.8.crate) = 20826 +SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 +SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 +SHA256 (rust/crates/quote-1.0.3.crate) = 2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f +SIZE (rust/crates/quote-1.0.3.crate) = 22939 +SHA256 (rust/crates/racer-2.1.45.crate) = 15408926f6207643150e0fc2c54a75a689b192df03ac6c59d42ea99c6782c7f7 +SIZE (rust/crates/racer-2.1.45.crate) = 182895 +SHA256 (rust/crates/racer-cargo-metadata-0.1.2.crate) = 996e6d07087ab306df24b3ab9815791581ef1de3d7a99b8d47169c3d1da0c32b +SIZE (rust/crates/racer-cargo-metadata-0.1.2.crate) = 10638 +SHA256 (rust/crates/racer-interner-0.1.0.crate) = 206a244afd319767bdf97cf4e94c0d5d3b1de9cb23fd25434e7992cca4d4fa4c +SIZE (rust/crates/racer-interner-0.1.0.crate) = 1833 +SHA256 (rust/crates/racer-testutils-0.1.0.crate) = adb261af243928ffa20752c84d0f8b3debfd7a486e8953e2a0669b2ad48621e1 +SIZE (rust/crates/racer-testutils-0.1.0.crate) = 2790 +SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.crate) = 84493 +SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 +SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 +SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 +SHA256 (rust/crates/redox_syscall-0.1.56.crate) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84 +SIZE (rust/crates/redox_syscall-0.1.56.crate) = 17117 +SHA256 (rust/crates/redox_syscall-0.2.7.crate) = 85dd92e586f7355c633911e11f77f3d12f04b1b1bd76a198bd34ae3af8341ef2 +SIZE (rust/crates/redox_syscall-0.2.7.crate) = 23576 +SHA256 (rust/crates/regex-1.3.6.crate) = 7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3 +SIZE (rust/crates/regex-1.3.6.crate) = 235465 +SHA256 (rust/crates/regex-syntax-0.6.17.crate) = 7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae +SIZE (rust/crates/regex-syntax-0.6.17.crate) = 294004 +SHA256 (rust/crates/remove_dir_all-0.5.2.crate) = 4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e +SIZE (rust/crates/remove_dir_all-0.5.2.crate) = 8907 +SHA256 (rust/crates/rls-span-0.5.2.crate) = f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934 +SIZE (rust/crates/rls-span-0.5.2.crate) = 9628 +SHA256 (rust/crates/rustc-ap-rustc_arena-712.0.0.crate) = 259cca0e975ecb05fd289ace45280c30ff792efc04e856a7f18b7fc86a3cb610 +SIZE (rust/crates/rustc-ap-rustc_arena-712.0.0.crate) = 7979 +SHA256 (rust/crates/rustc-ap-rustc_arena-718.0.0.crate) = 526610f47139efa440178239553b59ea805ff57a532b4e295c71d2a9b18fd676 +SIZE (rust/crates/rustc-ap-rustc_arena-718.0.0.crate) = 7933 +SHA256 (rust/crates/rustc-ap-rustc_ast-712.0.0.crate) = bb9be435d50c88e94bbad6ea468c8680b52c5043bb298ab8058d05251717f8f8 +SIZE (rust/crates/rustc-ap-rustc_ast-712.0.0.crate) = 68767 +SHA256 (rust/crates/rustc-ap-rustc_ast-718.0.0.crate) = cf6a9dda0804a7243b0282e3b75a8cf4654c7a61f033e587751941e1fe39391b +SIZE (rust/crates/rustc-ap-rustc_ast-718.0.0.crate) = 70705 +SHA256 (rust/crates/rustc-ap-rustc_ast_pretty-712.0.0.crate) = 79bede0b44bed453fd0034b7ba492840391f6486bf3e17a1af12922f0b98d4cc +SIZE (rust/crates/rustc-ap-rustc_ast_pretty-712.0.0.crate) = 27846 +SHA256 (rust/crates/rustc-ap-rustc_ast_pretty-718.0.0.crate) = 82f5019be8b41a58664169fd2f4b1a37fe82705681db394b76419e4e87d40ab1 +SIZE (rust/crates/rustc-ap-rustc_ast_pretty-718.0.0.crate) = 27718 +SHA256 (rust/crates/rustc-ap-rustc_data_structures-712.0.0.crate) = 9cbfa7f82517a1b2efe7106c864c3f930b1da8aff07a27fd317af2f36522fd2e +SIZE (rust/crates/rustc-ap-rustc_data_structures-712.0.0.crate) = 101777 +SHA256 (rust/crates/rustc-ap-rustc_data_structures-718.0.0.crate) = a701717fb14549331085756b9741ae3b4bf35808489f1887d72c1d0e0fe52b77 +SIZE (rust/crates/rustc-ap-rustc_data_structures-718.0.0.crate) = 102823 +SHA256 (rust/crates/rustc-ap-rustc_errors-712.0.0.crate) = 58a272a5101843bcb40900cc9ccf80ecfec62830bb1f4a242986da4a34c0da89 +SIZE (rust/crates/rustc-ap-rustc_errors-712.0.0.crate) = 47484 +SHA256 (rust/crates/rustc-ap-rustc_errors-718.0.0.crate) = e3182ce85e8bfc96443475547f2f5aa2b5e67655d9b88721795f36f0ba9e265a +SIZE (rust/crates/rustc-ap-rustc_errors-718.0.0.crate) = 47914 +SHA256 (rust/crates/rustc-ap-rustc_feature-712.0.0.crate) = 5e931cd1580ae60c5737d3fa57633034935e885414e794d83b3e52a81021985c +SIZE (rust/crates/rustc-ap-rustc_feature-712.0.0.crate) = 21107 +SHA256 (rust/crates/rustc-ap-rustc_feature-718.0.0.crate) = eed033b93270126ef60963c3ebbd0e026bf53b985172b6366c7b0e7881c9d507 +SIZE (rust/crates/rustc-ap-rustc_feature-718.0.0.crate) = 21649 +SHA256 (rust/crates/rustc-ap-rustc_fs_util-712.0.0.crate) = 8fe9422e10d5b441d2a78202667bc85d7cf713a087b9ae6cdea0dfc825d79f07 +SIZE (rust/crates/rustc-ap-rustc_fs_util-712.0.0.crate) = 1977 +SHA256 (rust/crates/rustc-ap-rustc_fs_util-718.0.0.crate) = 28ee6531986a205101e09fd143d7bf31897388f33b1814d4bcc45fd62211dca6 +SIZE (rust/crates/rustc-ap-rustc_fs_util-718.0.0.crate) = 1976 +SHA256 (rust/crates/rustc-ap-rustc_graphviz-712.0.0.crate) = ffffffdef9fd51db69c1d4c045ced8aaab999be5627f2d3a0ce020d74c1f1e50 +SIZE (rust/crates/rustc-ap-rustc_graphviz-712.0.0.crate) = 10130 +SHA256 (rust/crates/rustc-ap-rustc_graphviz-718.0.0.crate) = 3398fddc0e23d2db89c036f8952ddf78cadc597f7059752116e69483e164a5b6 +SIZE (rust/crates/rustc-ap-rustc_graphviz-718.0.0.crate) = 10042 +SHA256 (rust/crates/rustc-ap-rustc_index-712.0.0.crate) = 7f6f53afc4f7111c82295cb7ea3878f520bbac6a2c5a12e125b4ca9156498cff +SIZE (rust/crates/rustc-ap-rustc_index-712.0.0.crate) = 16538 +SHA256 (rust/crates/rustc-ap-rustc_index-718.0.0.crate) = dca4e27eb5b701f6bbd47d8fc9d242378fca3e4107a519a28415c2989c4a3bd3 +SIZE (rust/crates/rustc-ap-rustc_index-718.0.0.crate) = 16595 +SHA256 (rust/crates/rustc-ap-rustc_lexer-712.0.0.crate) = 8056b05346dff7e39164d0434c6ec443a14ab5fbf6221bd1a56e5abbeae5f60c +SIZE (rust/crates/rustc-ap-rustc_lexer-712.0.0.crate) = 14079 +SHA256 (rust/crates/rustc-ap-rustc_lexer-718.0.0.crate) = 786bbfe9d4d5264294c1819dbf1497a2480b583d5eda1ca9ae22e12d6661f5df +SIZE (rust/crates/rustc-ap-rustc_lexer-718.0.0.crate) = 14075 +SHA256 (rust/crates/rustc-ap-rustc_lint_defs-712.0.0.crate) = 364c3fb7b3cbdfe3fbb21d4078ff2cb3c58df63cda27995f8b064d21ee6dede5 +SIZE (rust/crates/rustc-ap-rustc_lint_defs-712.0.0.crate) = 30819 +SHA256 (rust/crates/rustc-ap-rustc_lint_defs-718.0.0.crate) = be2f045e2b999c154ec505d5fea69c994b742f3ebd2f552d11a6c81723921e47 +SIZE (rust/crates/rustc-ap-rustc_lint_defs-718.0.0.crate) = 31425 +SHA256 (rust/crates/rustc-ap-rustc_macros-712.0.0.crate) = 4607d6879cae3bae4d0369ca4b3a7510fd6295ac32eec088ac975208ba96ca45 +SIZE (rust/crates/rustc-ap-rustc_macros-712.0.0.crate) = 17561 +SHA256 (rust/crates/rustc-ap-rustc_macros-718.0.0.crate) = 27789cd26d6b9e2fdfa68a262a20664d79ca67d31a3886d40fb88ebf6935869c +SIZE (rust/crates/rustc-ap-rustc_macros-718.0.0.crate) = 17563 +SHA256 (rust/crates/rustc-ap-rustc_parse-712.0.0.crate) = 78d22889bff7ca2346037c9df7ea55c66ffb714f5b50fb62b41975f8ac7a2d70 +SIZE (rust/crates/rustc-ap-rustc_parse-712.0.0.crate) = 131366 +SHA256 (rust/crates/rustc-ap-rustc_parse-718.0.0.crate) = 1dc331f4958350679679e619d63a891e8d5d34ef99087068c89aa9e657d52caa +SIZE (rust/crates/rustc-ap-rustc_parse-718.0.0.crate) = 136807 +SHA256 (rust/crates/rustc-ap-rustc_serialize-712.0.0.crate) = d33c710120953c0214f47a6caf42064d7e241003b4af36c98a6d6156e70335f1 +SIZE (rust/crates/rustc-ap-rustc_serialize-712.0.0.crate) = 35938 +SHA256 (rust/crates/rustc-ap-rustc_serialize-718.0.0.crate) = e9a6824a462c4c1a379e911b0faf86d303a54bcf8673d4cc445195085966a4a4 +SIZE (rust/crates/rustc-ap-rustc_serialize-718.0.0.crate) = 35766 +SHA256 (rust/crates/rustc-ap-rustc_session-712.0.0.crate) = 6d35919041429a90713c8f704fa5209ba159cb554ce74d95722cbc18ac4b4c6f +SIZE (rust/crates/rustc-ap-rustc_session-712.0.0.crate) = 62078 +SHA256 (rust/crates/rustc-ap-rustc_session-718.0.0.crate) = a782a5f6ada0dbe089c6416ad0104f0b8a8bdb4bd26ea95e5fefaec67aed5e8a +SIZE (rust/crates/rustc-ap-rustc_session-718.0.0.crate) = 63213 +SHA256 (rust/crates/rustc-ap-rustc_span-712.0.0.crate) = 73b12170c69603c0bf4b50e5c25fd348aae13b8c6465aa0ef4389c9eaa568e51 +SIZE (rust/crates/rustc-ap-rustc_span-712.0.0.crate) = 70989 +SHA256 (rust/crates/rustc-ap-rustc_span-718.0.0.crate) = a257546cb264b250c7abdb81239bb02f18a274a966211755a3ea89411b122214 +SIZE (rust/crates/rustc-ap-rustc_span-718.0.0.crate) = 70957 +SHA256 (rust/crates/rustc-ap-rustc_target-712.0.0.crate) = 0a8329d92e7dc24b974f759e6c6e97e2bbc47b18d0573343028f8135ca367200 +SIZE (rust/crates/rustc-ap-rustc_target-712.0.0.crate) = 101630 +SHA256 (rust/crates/rustc-ap-rustc_target-718.0.0.crate) = b5a72dd689421bcb5750f3ed0dedf367076e714ef0ba56c02ed391b9a8582862 +SIZE (rust/crates/rustc-ap-rustc_target-718.0.0.crate) = 101792 +SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 +SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 +SHA256 (rust/crates/rustc-rayon-0.3.1.crate) = ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629 +SIZE (rust/crates/rustc-rayon-0.3.1.crate) = 143854 +SHA256 (rust/crates/rustc-rayon-core-0.3.1.crate) = e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6 +SIZE (rust/crates/rustc-rayon-core-0.3.1.crate) = 61288 +SHA256 (rust/crates/ryu-1.0.3.crate) = 535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76 +SIZE (rust/crates/ryu-1.0.3.crate) = 41983 +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/serde-1.0.105.crate) = e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff +SIZE (rust/crates/serde-1.0.105.crate) = 73358 +SHA256 (rust/crates/serde_derive-1.0.105.crate) = ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8 +SIZE (rust/crates/serde_derive-1.0.105.crate) = 49700 +SHA256 (rust/crates/serde_json-1.0.50.crate) = 78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867 +SIZE (rust/crates/serde_json-1.0.50.crate) = 72229 +SHA256 (rust/crates/sha-1-0.9.2.crate) = ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c +SIZE (rust/crates/sha-1-0.9.2.crate) = 13581 +SHA256 (rust/crates/sha2-0.9.2.crate) = 6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8 +SIZE (rust/crates/sha2-0.9.2.crate) = 19665 +SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e +SIZE (rust/crates/smallvec-1.6.1.crate) = 26444 +SHA256 (rust/crates/stable_deref_trait-1.1.1.crate) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 +SIZE (rust/crates/stable_deref_trait-1.1.1.crate) = 8007 +SHA256 (rust/crates/stacker-0.1.12.crate) = 21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786 +SIZE (rust/crates/stacker-0.1.12.crate) = 13953 +SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.crate) = 9309 +SHA256 (rust/crates/syn-1.0.17.crate) = 0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03 +SIZE (rust/crates/syn-1.0.17.crate) = 198158 +SHA256 (rust/crates/synstructure-0.12.3.crate) = 67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545 +SIZE (rust/crates/synstructure-0.12.3.crate) = 17788 +SHA256 (rust/crates/tempfile-3.2.0.crate) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.crate) = 25892 +SHA256 (rust/crates/termcolor-1.1.0.crate) = bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f +SIZE (rust/crates/termcolor-1.1.0.crate) = 17193 +SHA256 (rust/crates/termize-0.1.1.crate) = 1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295 +SIZE (rust/crates/termize-0.1.1.crate) = 10691 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +SHA256 (rust/crates/thread_local-1.0.1.crate) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 +SIZE (rust/crates/thread_local-1.0.1.crate) = 12609 +SHA256 (rust/crates/tracing-0.1.19.crate) = 6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c +SIZE (rust/crates/tracing-0.1.19.crate) = 60835 +SHA256 (rust/crates/tracing-attributes-0.1.11.crate) = 80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada +SIZE (rust/crates/tracing-attributes-0.1.11.crate) = 17279 +SHA256 (rust/crates/tracing-core-0.1.15.crate) = 4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5 +SIZE (rust/crates/tracing-core-0.1.15.crate) = 47511 +SHA256 (rust/crates/typenum-1.12.0.crate) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 +SIZE (rust/crates/typenum-1.12.0.crate) = 36037 +SHA256 (rust/crates/unicode-normalization-0.1.12.crate) = 5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4 +SIZE (rust/crates/unicode-normalization-0.1.12.crate) = 91057 +SHA256 (rust/crates/unicode-width-0.1.7.crate) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 +SIZE (rust/crates/unicode-width-0.1.7.crate) = 16644 +SHA256 (rust/crates/unicode-xid-0.2.0.crate) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c +SIZE (rust/crates/unicode-xid-0.2.0.crate) = 14994 +SHA256 (rust/crates/vec_map-0.8.1.crate) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a +SIZE (rust/crates/vec_map-0.8.1.crate) = 14959 +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.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 +SHA256 (rust/crates/winapi-0.3.8.crate) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 +SIZE (rust/crates/winapi-0.3.8.crate) = 1128308 +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.4.crate) = fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e +SIZE (rust/crates/winapi-util-0.1.4.crate) = 10089 +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 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 06:37:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA6AF660FDC; Sun, 27 Jun 2021 06:37: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 4GCLcw4RdJz3HJL; Sun, 27 Jun 2021 06:37: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 7FFC85460; Sun, 27 Jun 2021 06:37: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 15R6b4Uh068819; Sun, 27 Jun 2021 06:37:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R6b4Kw068818; Sun, 27 Jun 2021 06:37:04 GMT (envelope-from git) Date: Sun, 27 Jun 2021 06:37:04 GMT Message-Id: <202106270637.15R6b4Kw068818@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: 194757aa7b1e - main - textproc/py-xlsxwriter: update to 1.4.3 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: 194757aa7b1e1155cbfb9a04b2e28e6de756a0fc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 06:37:04 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=194757aa7b1e1155cbfb9a04b2e28e6de756a0fc commit 194757aa7b1e1155cbfb9a04b2e28e6de756a0fc Author: Antoine Brodin AuthorDate: 2021-06-27 06:36:44 +0000 Commit: Antoine Brodin CommitDate: 2021-06-27 06:36:44 +0000 textproc/py-xlsxwriter: update to 1.4.3 --- textproc/py-xlsxwriter/Makefile | 2 +- textproc/py-xlsxwriter/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-xlsxwriter/Makefile b/textproc/py-xlsxwriter/Makefile index b400f262bfae..cbc85f141063 100644 --- a/textproc/py-xlsxwriter/Makefile +++ b/textproc/py-xlsxwriter/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= XlsxWriter -PORTVERSION= 1.3.9 +PORTVERSION= 1.4.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-xlsxwriter/distinfo b/textproc/py-xlsxwriter/distinfo index acbf136b999d..947d04aaf52f 100644 --- a/textproc/py-xlsxwriter/distinfo +++ b/textproc/py-xlsxwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618930010 -SHA256 (XlsxWriter-1.3.9.tar.gz) = eca2e737d0b8df3cd72520fadcda9f48c3581282639965125a86ea8cd04620cf -SIZE (XlsxWriter-1.3.9.tar.gz) = 265052 +TIMESTAMP = 1624775618 +SHA256 (XlsxWriter-1.4.3.tar.gz) = 641db6e7b4f4982fd407a3f372f45b878766098250d26963e95e50121168cbe2 +SIZE (XlsxWriter-1.4.3.tar.gz) = 269886 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 06:44:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAE33660FE3; Sun, 27 Jun 2021 06:44: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 4GCLn85b7Kz3HQK; Sun, 27 Jun 2021 06:44: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 A7B0E5B04; Sun, 27 Jun 2021 06:44: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 15R6iCh4081663; Sun, 27 Jun 2021 06:44:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R6iCGl081662; Sun, 27 Jun 2021 06:44:12 GMT (envelope-from git) Date: Sun, 27 Jun 2021 06:44:12 GMT Message-Id: <202106270644.15R6iCGl081662@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: ed47f18a1c20 - main - security/py-certstream: update to 1.12 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: ed47f18a1c2010ad5591af182386fe37e7e15616 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 06:44:12 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed47f18a1c2010ad5591af182386fe37e7e15616 commit ed47f18a1c2010ad5591af182386fe37e7e15616 Author: Antoine Brodin AuthorDate: 2021-06-27 06:43:57 +0000 Commit: Antoine Brodin CommitDate: 2021-06-27 06:43:57 +0000 security/py-certstream: update to 1.12 --- security/py-certstream/Makefile | 2 +- security/py-certstream/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-certstream/Makefile b/security/py-certstream/Makefile index 2230e2d2386a..0b733a6bf6f3 100644 --- a/security/py-certstream/Makefile +++ b/security/py-certstream/Makefile @@ -1,5 +1,5 @@ PORTNAME= certstream -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= security www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-certstream/distinfo b/security/py-certstream/distinfo index f228633b79bb..9694b148a2da 100644 --- a/security/py-certstream/distinfo +++ b/security/py-certstream/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577106276 -SHA256 (certstream-1.11.tar.gz) = 660fdcb76c12a66a1600a0ef63701a78462f48660b6e8584002989b7d64e3a6f -SIZE (certstream-1.11.tar.gz) = 9544 +TIMESTAMP = 1624776010 +SHA256 (certstream-1.12.tar.gz) = e692d65ea9447a5db6cd146c5969af6434edd87163fe0b100962bb5d7d223ddb +SIZE (certstream-1.12.tar.gz) = 9560 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E243C6629B9; Sun, 27 Jun 2021 08:31: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 4GCP8S64LRz3N3R; Sun, 27 Jun 2021 08:31: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 B94B27184; Sun, 27 Jun 2021 08:31: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 15R8V4LX023117; Sun, 27 Jun 2021 08:31:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8V4t0023116; Sun, 27 Jun 2021 08:31:04 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:04 GMT Message-Id: <202106270831.15R8V4t0023116@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: c66ebf516abf - main - security/fizz: Update 2021.06.14.00 -> 2021.06.21.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: c66ebf516abf471c6b75acc4557ba08b13cd161b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:04 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c66ebf516abf471c6b75acc4557ba08b13cd161b commit c66ebf516abf471c6b75acc4557ba08b13cd161b Author: Yuri Victorovich AuthorDate: 2021-06-27 07:45:30 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:28:30 +0000 security/fizz: Update 2021.06.14.00 -> 2021.06.21.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 387372524a35..1cb4e91550b5 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 1fc93a8b151e..f998339a737a 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779438 -SHA256 (facebookincubator-fizz-v2021.06.14.00_GH0.tar.gz) = fa93f69eac123620c7acaec01dfb31ff169069a06807f12d7e9329cbb1eaad81 -SIZE (facebookincubator-fizz-v2021.06.14.00_GH0.tar.gz) = 537571 +TIMESTAMP = 1624773440 +SHA256 (facebookincubator-fizz-v2021.06.21.00_GH0.tar.gz) = ba8a3a9bb5a037821308db25274a785c61bd7fa953f21be05766652bf1650ff3 +SIZE (facebookincubator-fizz-v2021.06.21.00_GH0.tar.gz) = 537584 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BB34662D3F; Sun, 27 Jun 2021 08:31: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 4GCP8V0QYpz3NNW; Sun, 27 Jun 2021 08:31: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 DC8767290; Sun, 27 Jun 2021 08:31: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 15R8V5fi023141; Sun, 27 Jun 2021 08:31:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8V5WO023140; Sun, 27 Jun 2021 08:31:05 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:05 GMT Message-Id: <202106270831.15R8V5WO023140@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: d7a1a3936992 - main - net/wangle: Update 2021.06.14.00 -> 2021.06.21.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: d7a1a3936992eed76b8b898d56077242f8ae8971 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:06 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7a1a3936992eed76b8b898d56077242f8ae8971 commit d7a1a3936992eed76b8b898d56077242f8ae8971 Author: Yuri Victorovich AuthorDate: 2021-06-27 07:45:31 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:28:30 +0000 net/wangle: Update 2021.06.14.00 -> 2021.06.21.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 6a05aa3b6faf..c80871c7f5d3 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index cc9cce20ee1e..526847630868 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779439 -SHA256 (facebook-wangle-v2021.06.14.00_GH0.tar.gz) = 29444e48ab3563977468e91cfb8d6964e846cb4dd74f548eaa4153f3dce3343a -SIZE (facebook-wangle-v2021.06.14.00_GH0.tar.gz) = 336214 +TIMESTAMP = 1624773442 +SHA256 (facebook-wangle-v2021.06.21.00_GH0.tar.gz) = bc186defb4c3ca5ed00d54b86432f95c39f2c44d6ff077827fee38810b041977 +SIZE (facebook-wangle-v2021.06.21.00_GH0.tar.gz) = 336210 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A822F662BAB; Sun, 27 Jun 2021 08:31: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 4GCP8W2g8jz3NC4; Sun, 27 Jun 2021 08:31: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 0C4806F16; Sun, 27 Jun 2021 08:31: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 15R8V6dc023169; Sun, 27 Jun 2021 08:31:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8V6wv023168; Sun, 27 Jun 2021 08:31:06 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:06 GMT Message-Id: <202106270831.15R8V6wv023168@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: 2653cb7b3acb - main - devel/fbthrift: Update 2021.06.14.00 -> 2021.06.21.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: 2653cb7b3acbe590f474830d35905a4c19945aa2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:07 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2653cb7b3acbe590f474830d35905a4c19945aa2 commit 2653cb7b3acbe590f474830d35905a4c19945aa2 Author: Yuri Victorovich AuthorDate: 2021-06-27 07:45:32 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:28:31 +0000 devel/fbthrift: Update 2021.06.14.00 -> 2021.06.21.00 --- devel/fbthrift/Makefile | 2 +- devel/fbthrift/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index d9862cd1a321..56947ab1e39c 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index 868ed130299b..0d50001fa355 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779441 -SHA256 (facebook-fbthrift-v2021.06.14.00_GH0.tar.gz) = febfead042464fb50692efc5114c044c1bed6e9f327bf5eaccce888cbac35250 -SIZE (facebook-fbthrift-v2021.06.14.00_GH0.tar.gz) = 5642360 +TIMESTAMP = 1624773444 +SHA256 (facebook-fbthrift-v2021.06.21.00_GH0.tar.gz) = dc91db95318f59ea32144169974b049a40f8de18019f35ed1d6340d7d89787e4 +SIZE (facebook-fbthrift-v2021.06.21.00_GH0.tar.gz) = 5642004 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BA3D662BAC; Sun, 27 Jun 2021 08:31: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 4GCP8X27CLz3NNc; Sun, 27 Jun 2021 08:31: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 2E4316E97; Sun, 27 Jun 2021 08:31: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 15R8V81a023196; Sun, 27 Jun 2021 08:31:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8V8uL023195; Sun, 27 Jun 2021 08:31:08 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:08 GMT Message-Id: <202106270831.15R8V8uL023195@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: 4ad74dfbd07a - main - net/fbzmq: Update 2021.06.14.00 -> 2021.06.21.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: 4ad74dfbd07a9fa14961cd55e6d212a0455093f7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:08 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ad74dfbd07a9fa14961cd55e6d212a0455093f7 commit 4ad74dfbd07a9fa14961cd55e6d212a0455093f7 Author: Yuri Victorovich AuthorDate: 2021-06-27 07:45:33 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:28:31 +0000 net/fbzmq: Update 2021.06.14.00 -> 2021.06.21.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 348b00489745..c06f9f9d8361 100644 --- a/net/fbzmq/Makefile +++ b/net/fbzmq/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbzmq DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fbzmq/distinfo b/net/fbzmq/distinfo index 8dba5cd7280a..4f5edef16858 100644 --- a/net/fbzmq/distinfo +++ b/net/fbzmq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779443 -SHA256 (facebook-fbzmq-v2021.06.14.00_GH0.tar.gz) = 88c4c1ded7a46553d41a6f689b3fd6dad840351f29f842d02ff02a0dae2656cd -SIZE (facebook-fbzmq-v2021.06.14.00_GH0.tar.gz) = 199878 +TIMESTAMP = 1624773446 +SHA256 (facebook-fbzmq-v2021.06.21.00_GH0.tar.gz) = 1618b66a17dd87ca101144750092d235950798cd6b5706ce3d26cd06f5a804f8 +SIZE (facebook-fbzmq-v2021.06.21.00_GH0.tar.gz) = 199871 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15730662A27; Sun, 27 Jun 2021 08:31: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 4GCP8b5NP1z3NPy; Sun, 27 Jun 2021 08: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 989CF7187; Sun, 27 Jun 2021 08:31: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 15R8VBOE023268; Sun, 27 Jun 2021 08:31:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8VBgv023267; Sun, 27 Jun 2021 08:31:11 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:11 GMT Message-Id: <202106270831.15R8VBgv023267@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: 598ef9d49617 - main - devel/fatal: Update 2021.06.14.00 -> 2021.06.21.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: 598ef9d4961760beb346eebdea3fe8828de1385a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:12 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=598ef9d4961760beb346eebdea3fe8828de1385a commit 598ef9d4961760beb346eebdea3fe8828de1385a Author: Yuri Victorovich AuthorDate: 2021-06-27 07:45:35 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:28:33 +0000 devel/fatal: Update 2021.06.14.00 -> 2021.06.21.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 014aa8d4970f..21ac38eb5e21 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index 3900df1440bb..9c3b847ea224 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779446 -SHA256 (facebook-fatal-v2021.06.14.00_GH0.tar.gz) = 6e17844580d01b22ae444e0895a9efd0f72035f0a3cea992fc2414fa9521d813 -SIZE (facebook-fatal-v2021.06.14.00_GH0.tar.gz) = 655065 +TIMESTAMP = 1624773451 +SHA256 (facebook-fatal-v2021.06.21.00_GH0.tar.gz) = 0d431ed74bb2b4e5e80a697893de965b6a79f90344b255d56dbcf0105dec1915 +SIZE (facebook-fatal-v2021.06.21.00_GH0.tar.gz) = 655035 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B39F7662D4A; Sun, 27 Jun 2021 08:31: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 4GCP8Y3Vk6z3N60; Sun, 27 Jun 2021 08:31: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 488866DD7; Sun, 27 Jun 2021 08:31: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 15R8V9fd023220; Sun, 27 Jun 2021 08:31:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8V98v023219; Sun, 27 Jun 2021 08:31:09 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:09 GMT Message-Id: <202106270831.15R8V98v023219@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: c105beafc54b - main - net/rsocket-cpp: Update 2021.06.14.00 -> 2021.06.21.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: c105beafc54bba09a19684435f7eab9a198c78c8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:09 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c105beafc54bba09a19684435f7eab9a198c78c8 commit c105beafc54bba09a19684435f7eab9a198c78c8 Author: Yuri Victorovich AuthorDate: 2021-06-27 07:45:33 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:28:32 +0000 net/rsocket-cpp: Update 2021.06.14.00 -> 2021.06.21.00 --- net/rsocket-cpp/Makefile | 2 +- net/rsocket-cpp/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/rsocket-cpp/Makefile b/net/rsocket-cpp/Makefile index bc36490d0901..981680b6d25f 100644 --- a/net/rsocket-cpp/Makefile +++ b/net/rsocket-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= rsocket-cpp DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rsocket-cpp/distinfo b/net/rsocket-cpp/distinfo index 09d5e044d6eb..47245b6f8fa5 100644 --- a/net/rsocket-cpp/distinfo +++ b/net/rsocket-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779444 -SHA256 (rsocket-rsocket-cpp-v2021.06.14.00_GH0.tar.gz) = cf37ffd37e74e6db3ca001bde2c680fe87d68b673e8f1a1094a286efafa17696 -SIZE (rsocket-rsocket-cpp-v2021.06.14.00_GH0.tar.gz) = 1871014 +TIMESTAMP = 1624773447 +SHA256 (rsocket-rsocket-cpp-v2021.06.21.00_GH0.tar.gz) = c6e352e4ceb26536c4a1807c72a91e3eda36857c18d2e43c815580fddb1ac34b +SIZE (rsocket-rsocket-cpp-v2021.06.21.00_GH0.tar.gz) = 1871020 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99EA9662BBB; Sun, 27 Jun 2021 08:31: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 4GCP8f25TMz3N6Q; Sun, 27 Jun 2021 08:31: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 E75B16DDA; Sun, 27 Jun 2021 08:31: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 15R8VDfP023322; Sun, 27 Jun 2021 08:31:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8VDTT023321; Sun, 27 Jun 2021 08:31:13 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:13 GMT Message-Id: <202106270831.15R8VDTT023321@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: e9f4c9c3457e - main - security/solana: Update 1.7.2 -> 1.7.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: e9f4c9c3457e06db6bea5430bc927c4a181faea3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:14 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9f4c9c3457e06db6bea5430bc927c4a181faea3 commit e9f4c9c3457e06db6bea5430bc927c4a181faea3 Author: Yuri Victorovich AuthorDate: 2021-06-27 08:22:33 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:29:43 +0000 security/solana: Update 1.7.2 -> 1.7.3 Reported by: portscout --- security/solana/Makefile | 3 +-- security/solana/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/security/solana/Makefile b/security/solana/Makefile index ad3ccb77597f..b8b3ad538dc1 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -1,7 +1,6 @@ PORTNAME= solana DISTVERSIONPREFIX= v -DISTVERSION= 1.7.2 -PORTREVISION= 1 +DISTVERSION= 1.7.3 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/solana/distinfo b/security/solana/distinfo index 7f782915e5a1..5d1df8a5c0c2 100644 --- a/security/solana/distinfo +++ b/security/solana/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1624473482 +TIMESTAMP = 1624780042 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/addr2line-0.12.1.crate) = a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543 @@ -1055,5 +1055,5 @@ SHA256 (rust/crates/zstd-safe-2.0.5+zstd.1.4.5.crate) = 1cfb642e0d27f64729a639c5 SIZE (rust/crates/zstd-safe-2.0.5+zstd.1.4.5.crate) = 9002 SHA256 (rust/crates/zstd-sys-1.4.17+zstd.1.4.5.crate) = b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b SIZE (rust/crates/zstd-sys-1.4.17+zstd.1.4.5.crate) = 2046794 -SHA256 (solana-labs-solana-v1.7.2_GH0.tar.gz) = a17bbdb4f8bc66ddf913b33328566aea6399e947d611252481f291eca1c2bba9 -SIZE (solana-labs-solana-v1.7.2_GH0.tar.gz) = 15170164 +SHA256 (solana-labs-solana-v1.7.3_GH0.tar.gz) = 219a1d31710da540c8605ce0a721297e892587c9ff39dc8dbabbd640b6266c75 +SIZE (solana-labs-solana-v1.7.3_GH0.tar.gz) = 15178460 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD080662F0D; Sun, 27 Jun 2021 08:31: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 4GCP8d33vvz3N6G; Sun, 27 Jun 2021 08:31: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 C12857295; Sun, 27 Jun 2021 08:31: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 15R8VCKN023292; Sun, 27 Jun 2021 08:31:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8VC2u023291; Sun, 27 Jun 2021 08:31:12 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:12 GMT Message-Id: <202106270831.15R8VC2u023291@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: 6f41854f7890 - main - audio/zrythm: Update 1.0.0-alpha.18.2.1 -> 1.0.0-alpha.19.0.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: 6f41854f78905ccab3a0a9f8deae262d0601f5dd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:13 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f41854f78905ccab3a0a9f8deae262d0601f5dd commit 6f41854f78905ccab3a0a9f8deae262d0601f5dd Author: Yuri Victorovich AuthorDate: 2021-06-27 07:57:40 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:28:33 +0000 audio/zrythm: Update 1.0.0-alpha.18.2.1 -> 1.0.0-alpha.19.0.1 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 c90eb287a25f..02ccfc9b24e7 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,6 +1,6 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-alpha.18.2.1 +DISTVERSION= 1.0.0-alpha.19.0.1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/zrythm/distinfo b/audio/zrythm/distinfo index d05c1eb22b9b..05dbf5fa2d33 100644 --- a/audio/zrythm/distinfo +++ b/audio/zrythm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623435989 -SHA256 (zrythm-zrythm-v1.0.0-alpha.18.2.1_GH0.tar.gz) = 9b42acd4e4b552b27a07b94054599a71331577f16fd37d10e06a646023b3e86b -SIZE (zrythm-zrythm-v1.0.0-alpha.18.2.1_GH0.tar.gz) = 10519191 +TIMESTAMP = 1624779971 +SHA256 (zrythm-zrythm-v1.0.0-alpha.19.0.1_GH0.tar.gz) = 849c288c78685c951c0cd99ce910084f05d8e0664909732a8c055c89d0019bf0 +SIZE (zrythm-zrythm-v1.0.0-alpha.19.0.1_GH0.tar.gz) = 10811023 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A59B5662D52; Sun, 27 Jun 2021 08:31: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 4GCP8g2kVMz3NQD; Sun, 27 Jun 2021 08:31: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 11A2F7189; Sun, 27 Jun 2021 08:31: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 15R8VFMu023346; Sun, 27 Jun 2021 08:31:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R8VE6n023345; Sun, 27 Jun 2021 08:31:14 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:14 GMT Message-Id: <202106270831.15R8VE6n023345@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: f40672c41cf7 - main - science/jmol: Update 14.31.41 -> 14.31.42 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: f40672c41cf7479c86b77e61e02a2733d97a00e1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:15 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f40672c41cf7479c86b77e61e02a2733d97a00e1 commit f40672c41cf7479c86b77e61e02a2733d97a00e1 Author: Yuri Victorovich AuthorDate: 2021-06-27 08:27:53 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:29:52 +0000 science/jmol: Update 14.31.41 -> 14.31.42 Reported by: portscout --- science/jmol/Makefile | 2 +- science/jmol/distinfo | 6 +++--- science/jmol/pkg-plist-jsmol | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/science/jmol/Makefile b/science/jmol/Makefile index cf82419ab8a4..435ed868f618 100644 --- a/science/jmol/Makefile +++ b/science/jmol/Makefile @@ -1,7 +1,7 @@ # Created by: Wen heping PORTNAME= Jmol -DISTVERSION= 14.31.41 +DISTVERSION= 14.31.42 CATEGORIES= science java MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/Version%20${DISTVERSION:R}/${PORTNAME}%20${DISTVERSION}/ DISTFILES= ${PORTNAME}-${DISTVERSION}-full${EXTRACT_SUFX} diff --git a/science/jmol/distinfo b/science/jmol/distinfo index e88112e9901f..283158936607 100644 --- a/science/jmol/distinfo +++ b/science/jmol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622619999 -SHA256 (Jmol-14.31.41-full.tar.gz) = 2f4a45aa9d00cd69a878c9e01a2c667949cd6b1bc39140456199381dd5954a17 -SIZE (Jmol-14.31.41-full.tar.gz) = 122656900 +TIMESTAMP = 1624780798 +SHA256 (Jmol-14.31.42-full.tar.gz) = 813b0a8c20b21ea1274723e2645b9afec10b2ce3b02c58ad993fd9fd08feeb7c +SIZE (Jmol-14.31.42-full.tar.gz) = 122928798 diff --git a/science/jmol/pkg-plist-jsmol b/science/jmol/pkg-plist-jsmol index 23e321d5e8b0..9ca0fad1fe81 100644 --- a/science/jmol/pkg-plist-jsmol +++ b/science/jmol/pkg-plist-jsmol @@ -770,7 +770,9 @@ %%WWWDIR%%/j2s/JM/FF/UFFVDWCalc.js %%WWWDIR%%/j2s/JM/FF/data/MMFF94-smarts.txt %%WWWDIR%%/j2s/JM/FF/data/UFF.txt +%%WWWDIR%%/j2s/JM/FF/data/UFF_2d.txt %%WWWDIR%%/j2s/JM/FF/data/mmff94.par.txt +%%WWWDIR%%/j2s/JM/FF/data/mmff94_2d.par.txt %%WWWDIR%%/j2s/JM/Group.js %%WWWDIR%%/j2s/JM/HBond.js %%WWWDIR%%/j2s/JM/Helix.js From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 08:31:11 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0FD37662D9E; Sun, 27 Jun 2021 08: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 4GCP8Z5vrWz3N7v; Sun, 27 Jun 2021 08:31: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 764677095; Sun, 27 Jun 2021 08: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 15R8VAaQ023244; Sun, 27 Jun 2021 08: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 15R8VA4T023243; Sun, 27 Jun 2021 08:31:10 GMT (envelope-from git) Date: Sun, 27 Jun 2021 08:31:10 GMT Message-Id: <202106270831.15R8VA4T023243@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: 57f994d531eb - main - www/proxygen: Update 2021.06.14.00 -> 2021.06.21.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: 57f994d531eb54bf1fea8d050ded8621f3a97cf6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 08:31:11 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=57f994d531eb54bf1fea8d050ded8621f3a97cf6 commit 57f994d531eb54bf1fea8d050ded8621f3a97cf6 Author: Yuri Victorovich AuthorDate: 2021-06-27 07:45:34 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 08:28:32 +0000 www/proxygen: Update 2021.06.14.00 -> 2021.06.21.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 ae1bcdb330ef..9f4072f08b0b 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index ef3bfda40f30..24c136ce45bb 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623811356 -SHA256 (facebook-proxygen-v2021.06.14.00_GH0.tar.gz) = e74d88d07b41a7485cd7e978ea43c0505db43559efd24ecbb796cdbb646e38ef -SIZE (facebook-proxygen-v2021.06.14.00_GH0.tar.gz) = 1070175 +TIMESTAMP = 1624773449 +SHA256 (facebook-proxygen-v2021.06.21.00_GH0.tar.gz) = 82c4920c60883d30fcb6508d4dcd34e76d82b8ef82955abbe61bb2a753be8e21 +SIZE (facebook-proxygen-v2021.06.21.00_GH0.tar.gz) = 1070112 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 09:02:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 502D566368E; Sun, 27 Jun 2021 09:02:19 +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 4GCPrW1nKTz3Ppn; Sun, 27 Jun 2021 09:02:19 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624784539; 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=8uA+ihgplmk9vcqCf2/ShF0l8mu3mu+wK+eaKGDy5Ig=; b=vJ3vx4rp/rXWmst/nLSrx3cyIGKsg8m4jIcQHzkWpqnPFYTWPU/iKmResy4ZZm6Lz+EA9i ZSgIU9N9es54wyeAeZEpPSEprUbp3l6PKToQlil5QNfALJQ7PTbzBsW8hT8ULnAFApq41z z0fWg8HYuWKEGNMsC9X/4BLmWEsBXZqcXBA6YOp4GcbGqgpkETXmbORrgD76i3fhzA75Bm tvqILuVIH9iR5VLLp73l8tLfiaBY96eiR+WUENesfntVEG0axZxCMy5dBuUxKEWNtS4gEn y6QMEKMEy9Rnum0f8ZkapgDP30b5N8k+mbPJ1whTIwvb18E135lw+WDki/oTlQ== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 24BC21A050; Sun, 27 Jun 2021 09:02:19 +0000 (UTC) Date: Sun, 27 Jun 2021 09:02:19 +0000 From: Alexey Dokuchaev To: Adriaan de Groot Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 834cafe74f5f - main - multimedia/opentoonz: massage dependencies, hand off maintainership Message-ID: References: <202106262226.15QMQTHb015347@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202106262226.15QMQTHb015347@gitrepo.freebsd.org> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624784539; 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=8uA+ihgplmk9vcqCf2/ShF0l8mu3mu+wK+eaKGDy5Ig=; b=WQGlXIaliT7uNGzn0wWxgSMCQYPfHEtQYvd7iSh0LjGBuFFlx00GBO9PA4XxFCVYF7AhGU pIVwJedfydmvPuREtKs6qKOmN2ZJSMlzO8K45iw9k7oGkQCG6QtmrA7i+k2uAYDWQha4Dw Xha3HFDGypyigb+UghTCO64T2bD4QZ5JYmSB/0p1bIngHLk7C3WTRPmH4faNztHRuezW6r h2ea1jh79GXwusuO7lTXFNh8lbOdPEh8AWZMcWfvdJfpDA6GuRotywXNZSZADbvS1VBtOv CxiETmD7XYo78ybJ4GqNvz1Xo6QV8WzbWVf0hLyhTV3YKRgzDeu6Hkp6N8FUyw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1624784539; a=rsa-sha256; cv=none; b=NExVYwmRtU/bY5P5A3Ea8ICpiSoM+ROForrBFNzyeYydEOpPh+0+ze/+Z9N7wFe3MqHymF eAx+O5yN4k4oL7lg1MclQFM+vLqEyaQYp6L7MoCYALpbJ56VIVr2qnm/zMfshqG3IcOBdH ViqXv5EspTTb0kob3Qr3/i/LLwt3BISXtnYIz1RIhOVrJl64kSIehl1wDRKT5d0dD7a4ui Upzy5NdkZV6Z9+lPj/vEX6K8Mzsjhs6QSiEcY5pS+4OLw1vIe7D7GTk3MOw8ztSnEsCLm3 VW+rdk/O4c8yhW59aWnzTYrmMLTI5ZlpNXx7Db353wJ530zyosdi6HB8D8O71g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 09:02:19 -0000 On Sat, Jun 26, 2021 at 10:26:29PM +0000, Adriaan de Groot wrote: > commit 834cafe74f5f0dca8264176cdb0246607b3d805d > > multimedia/opentoonz: massage dependencies, hand off maintainership > > This is all rozhuk.im's work, (but without a name to attach I can't > easily set --author, so let's stick to an 'Obtained from' line). His name is Ivan Rozhuk, he's one of our regular contributors*. ./danfe *) https://docs.freebsd.org/en/articles/contributors/#contrib-additional From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 09:17:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33421663A70; Sun, 27 Jun 2021 09:17: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 4GCQ9V0jYwz3Qcd; Sun, 27 Jun 2021 09:17: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 0083A78B5; Sun, 27 Jun 2021 09:17: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 15R9H1hG080967; Sun, 27 Jun 2021 09:17:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R9H1lB080966; Sun, 27 Jun 2021 09:17:01 GMT (envelope-from git) Date: Sun, 27 Jun 2021 09:17:01 GMT Message-Id: <202106270917.15R9H1lB080966@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: e9946a7d27c8 - main - audio/psindustrializer: Add audio backend options 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: e9946a7d27c82dbab07c6bd8d37ec10a14692c40 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 09:17:02 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9946a7d27c82dbab07c6bd8d37ec10a14692c40 commit e9946a7d27c82dbab07c6bd8d37ec10a14692c40 Author: Yuri Victorovich AuthorDate: 2021-06-27 09:03:02 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 09:03:02 +0000 audio/psindustrializer: Add audio backend options PR: 256859 Suggested by: p5B2E9A8F@t-online.de --- audio/psindustrializer/Makefile | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/audio/psindustrializer/Makefile b/audio/psindustrializer/Makefile index c5d6c378a188..6f69f724b5c7 100644 --- a/audio/psindustrializer/Makefile +++ b/audio/psindustrializer/Makefile @@ -1,6 +1,7 @@ PORTNAME= psindustrializer DISTVERSION= 0.2.7 DISTVERSIONSUFFIX= -pre2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/industrializer/ @@ -14,9 +15,7 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ - libharfbuzz.so:print/harfbuzz \ - libjack.so:audio/jack \ - libpulse.so:audio/pulseaudio + libharfbuzz.so:print/harfbuzz USES= gettext-runtime gl gmake gnome libtool pkgconfig tar:xz xorg USE_GNOME= atk cairo gdkpixbuf2 gtk20 libxml2 pango pangox-compat @@ -27,6 +26,19 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa -INSTALL_TARGET=install-strip +INSTALL_TARGET= install-strip + +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= JACK PULSE +OPTIONS_DEFAULT= PULSE + +BACKEND_DESC= Audio Backend + +JACK_CONFIGURE_ENABLE= jack +JACK_LIB_DEPENDS= libjack.so:audio/jack + +PULSE_DESC= PulseAudio support +PULSE_CONFIGURE_ENABLE= pulse +PULSE_LIB_DEPENDS= libpulse.so:audio/pulseaudio .include From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 09:30:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12C276636B2; Sun, 27 Jun 2021 09:30: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 4GCQTQ6y4kz3Qwf; Sun, 27 Jun 2021 09:30: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 D76B87CD8; Sun, 27 Jun 2021 09:30: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 15R9Uobg003201; Sun, 27 Jun 2021 09:30:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R9UoR9003200; Sun, 27 Jun 2021 09:30:50 GMT (envelope-from git) Date: Sun, 27 Jun 2021 09:30:50 GMT Message-Id: <202106270930.15R9UoR9003200@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: 389294d2b118 - main - biology/jalview: Fix build 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: 389294d2b118284d007bf6a6df9b2530e4d6348a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 09:30:51 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=389294d2b118284d007bf6a6df9b2530e4d6348a commit 389294d2b118284d007bf6a6df9b2530e4d6348a Author: Guangyuan Yang AuthorDate: 2021-06-27 09:30:39 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-27 09:30:39 +0000 biology/jalview: Fix build When switching the build dependency from devel/gradle to devel/gradle6, the build is accidentally broken. This attempts to revert part of the change and fix build. Fixes: 55044a2200a4c42b6b653349f0a65dfca3f96f36 Approved by: lwhsu (mentor, implicit), portmgr (fix build) --- biology/jalview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile index f3810e2415e8..b41d1b9abf27 100644 --- a/biology/jalview/Makefile +++ b/biology/jalview/Makefile @@ -16,7 +16,7 @@ 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= gradle6:devel/gradle6 +BUILD_DEPENDS= gradle:devel/gradle6 USE_JAVA= yes JAVA_VERSION= 11 @@ -61,7 +61,7 @@ PLIST_FILES= bin/jalview \ ${DATADIR}/jalview.jar do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle6 \ + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \ --gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \ ${GRADLE_ARGS} --build-cache shadowJar From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 09:34:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C4918663934; Sun, 27 Jun 2021 09:34: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 4GCQY84hKCz3R3J; Sun, 27 Jun 2021 09:34: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 890CD797F; Sun, 27 Jun 2021 09:34: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 15R9Y45l007565; Sun, 27 Jun 2021 09:34:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R9Y4qj007564; Sun, 27 Jun 2021 09:34:04 GMT (envelope-from git) Date: Sun, 27 Jun 2021 09:34:04 GMT Message-Id: <202106270934.15R9Y4qj007564@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: 68a87e3c5a88 - main - biology/igv: Fix build 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: 68a87e3c5a88c63e0c9db5e83d564ac8f5801df8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 09:34:04 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=68a87e3c5a88c63e0c9db5e83d564ac8f5801df8 commit 68a87e3c5a88c63e0c9db5e83d564ac8f5801df8 Author: Guangyuan Yang AuthorDate: 2021-06-27 09:33:51 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-27 09:33:51 +0000 biology/igv: Fix build When switching the build dependency from devel/gradle to devel/gradle6, the build is accidentally broken. This attempts to revert part of the change and fix build. Fixes: 55044a2200a4c42b6b653349f0a65dfca3f96f36 Approved by: lwhsu (mentor, implicit), portmgr (fix build) --- biology/igv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biology/igv/Makefile b/biology/igv/Makefile index 39bd21a96377..2b23dc18806e 100644 --- a/biology/igv/Makefile +++ b/biology/igv/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= openjfx14>0:java/openjfx14 \ - gradle6:devel/gradle6 + gradle:devel/gradle6 RUN_DEPENDS= openjfx14>0:java/openjfx14 USES= gettext-runtime @@ -62,7 +62,7 @@ post-extract: # need a separate extract step because the cache is in /tmp, and n .endif do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle6 \ + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gradle \ --gradle-user-home ${DEPS_CACHE_DIR}/gradle-${PORTNAME} --project-cache-dir ${DEPS_CACHE_DIR}/gradle-${PORTNAME} \ ${GRADLE_ARGS} --build-cache --stacktrace createDist From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 09:44:24 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B4026636D1; Sun, 27 Jun 2021 09:44: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 4GCQn36kXxz3h32; Sun, 27 Jun 2021 09:44: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 CD6B710401; Sun, 27 Jun 2021 09:44: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 15R9iNPL020642; Sun, 27 Jun 2021 09:44:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15R9iNCR020641; Sun, 27 Jun 2021 09:44:23 GMT (envelope-from git) Date: Sun, 27 Jun 2021 09:44:23 GMT Message-Id: <202106270944.15R9iNCR020641@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: 5f75a736488e - main - security/py-stix2-patterns: update to 1.3.2 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: 5f75a736488ed57e5ed462e7c0c13690422effc5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 09:44:24 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f75a736488ed57e5ed462e7c0c13690422effc5 commit 5f75a736488ed57e5ed462e7c0c13690422effc5 Author: Antoine Brodin AuthorDate: 2021-06-27 09:44:06 +0000 Commit: Antoine Brodin CommitDate: 2021-06-27 09:44:06 +0000 security/py-stix2-patterns: update to 1.3.2 --- security/py-stix2-patterns/Makefile | 2 +- security/py-stix2-patterns/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/py-stix2-patterns/Makefile b/security/py-stix2-patterns/Makefile index 4548bb403c1f..7454284e8266 100644 --- a/security/py-stix2-patterns/Makefile +++ b/security/py-stix2-patterns/Makefile @@ -1,5 +1,5 @@ PORTNAME= stix2-patterns -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-stix2-patterns/distinfo b/security/py-stix2-patterns/distinfo index f42e05763962..396d34a9bef5 100644 --- a/security/py-stix2-patterns/distinfo +++ b/security/py-stix2-patterns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595749347 -SHA256 (oasis-open-cti-pattern-validator-v1.3.1_GH0.tar.gz) = f301b64fee51ac566e0b1644bc9ef3508326aadcb455a99c4e24ab1da7290969 -SIZE (oasis-open-cti-pattern-validator-v1.3.1_GH0.tar.gz) = 57258 +TIMESTAMP = 1624786853 +SHA256 (oasis-open-cti-pattern-validator-v1.3.2_GH0.tar.gz) = a236f60765107a9393f9b176c9d1da200315cece8c29eb34945a9248833d2be6 +SIZE (oasis-open-cti-pattern-validator-v1.3.2_GH0.tar.gz) = 57378 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 09:49:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 604A566395A; Sun, 27 Jun 2021 09: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 4GCQtZ1vt3z3hLm; Sun, 27 Jun 2021 09: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 269C510312; Sun, 27 Jun 2021 09: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 15R9nAIX021079; Sun, 27 Jun 2021 09: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 15R9nAId021078; Sun, 27 Jun 2021 09:49:10 GMT (envelope-from git) Date: Sun, 27 Jun 2021 09:49:10 GMT Message-Id: <202106270949.15R9nAId021078@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: 008cb0d58c57 - main - net-mgmt/victoria-metrics: update to version 1.62.0. 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: 008cb0d58c57dd88ce81beebd3f7d509a98978e3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 09:49:10 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=008cb0d58c57dd88ce81beebd3f7d509a98978e3 commit 008cb0d58c57dd88ce81beebd3f7d509a98978e3 Author: Alexey Dokuchaev AuthorDate: 2021-06-27 09:47:28 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-27 09:47:50 +0000 net-mgmt/victoria-metrics: update to version 1.62.0. Reported by: portscout --- net-mgmt/victoria-metrics/Makefile | 2 +- net-mgmt/victoria-metrics/Makefile.deps | 18 +++++++------- net-mgmt/victoria-metrics/distinfo | 42 ++++++++++++++++----------------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile index 0193e0c72a95..75a18dc77339 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.61.1 +PORTVERSION= 1.62.0 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt diff --git a/net-mgmt/victoria-metrics/Makefile.deps b/net-mgmt/victoria-metrics/Makefile.deps index 16e0dfe82dfd..55a3de04c931 100644 --- a/net-mgmt/victoria-metrics/Makefile.deps +++ b/net-mgmt/victoria-metrics/Makefile.deps @@ -5,7 +5,7 @@ GH_TUPLE= \ VictoriaMetrics:metrics:v1.17.2:victoriametrics_metrics/vendor/github.com/VictoriaMetrics/metrics \ VictoriaMetrics:metricsql:v0.15.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.38.57:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ + aws:aws-sdk-go:v1.38.66: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/vendor/github.com/cespare/xxhash/v2 \ @@ -19,25 +19,25 @@ GH_TUPLE= \ 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:abc453219eb5:golang_net/vendor/golang.org/x/net \ - golang:oauth2:f6687ab2804c:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ + golang:oauth2:a8dc77f794b6: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:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ - golang:sys:aa57babbf139:golang_sys/vendor/golang.org/x/sys \ + golang:sys:59db8d763f22:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ - golang:tools:v0.1.2:golang_tools/vendor/golang.org/x/tools \ + golang:tools:v0.1.4:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ - google:go-genproto:b6d2f5bf0d7d:google_go_genproto/vendor/google.golang.org/genproto \ + google:go-genproto:b9e0b3197ced:google_go_genproto/vendor/google.golang.org/genproto \ googleapis:gax-go:v2.0.5:googleapis_gax_go/vendor/github.com/googleapis/gax-go \ - googleapis:google-api-go-client:v0.48.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ + googleapis:google-api-go-client:v0.49.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:storage/v1.15.0:googleapis_google_cloud_go_storage \ googleapis:google-cloud-go:v0.84.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \ influxdata:influxdb:v1.9.2:influxdata_influxdb/vendor/github.com/influxdata/influxdb \ 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.13.0:klauspost_compress/vendor/github.com/klauspost/compress \ + klauspost:compress:v1.13.1: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.13:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ @@ -46,7 +46,7 @@ GH_TUPLE= \ 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.28.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:common:v0.29.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ prometheus:prometheus:3ad25a6dc3d9:prometheus_prometheus/vendor/github.com/prometheus/prometheus \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ diff --git a/net-mgmt/victoria-metrics/distinfo b/net-mgmt/victoria-metrics/distinfo index 0c511f08645a..892ef2c3980a 100644 --- a/net-mgmt/victoria-metrics/distinfo +++ b/net-mgmt/victoria-metrics/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623405691 -SHA256 (VictoriaMetrics-VictoriaMetrics-v1.61.1_GH0.tar.gz) = d8b56ddae08d8481db748c6b88ef0fcee5e9649c9ed752b872c541b3e0882636 -SIZE (VictoriaMetrics-VictoriaMetrics-v1.61.1_GH0.tar.gz) = 11661493 +TIMESTAMP = 1624616978 +SHA256 (VictoriaMetrics-VictoriaMetrics-v1.62.0_GH0.tar.gz) = 3a7e1200b7a60cd1000db20ec05b60f15824478465b8c52d387c068f75d399df +SIZE (VictoriaMetrics-VictoriaMetrics-v1.62.0_GH0.tar.gz) = 11686788 SHA256 (VictoriaMetrics-fastcache-v1.6.0_GH0.tar.gz) = 70c35a690c2b86188fd375a056fa1236082ff5f239396f5006ee81cfa95ae86c SIZE (VictoriaMetrics-fastcache-v1.6.0_GH0.tar.gz) = 889802 SHA256 (VictoriaMetrics-fasthttp-v1.0.15_GH0.tar.gz) = 5a230c1250923ae5b7bfd469e24fb1273e1c347c46a15fb5aa15fe4c7525fce3 @@ -11,8 +11,8 @@ SHA256 (VictoriaMetrics-metricsql-v0.15.0_GH0.tar.gz) = f5ca367db4e5403962b20e6f SIZE (VictoriaMetrics-metricsql-v0.15.0_GH0.tar.gz) = 47493 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.38.57_GH0.tar.gz) = 318ff95087fb340ce751d456dd02ceb152082ebf2edc881dbf287589bb415590 -SIZE (aws-aws-sdk-go-v1.38.57_GH0.tar.gz) = 19343490 +SHA256 (aws-aws-sdk-go-v1.38.66_GH0.tar.gz) = 5bfbb3fd8420aa94b840662321a5848721a50f3f11a689752c519e8a03570c46 +SIZE (aws-aws-sdk-go-v1.38.66_GH0.tar.gz) = 19513289 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 @@ -39,30 +39,30 @@ SHA256 (golang-lint-6edffad5e616_GH0.tar.gz) = 36bd9104a849af61871ec89d776c0b4e7 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-abc453219eb5_GH0.tar.gz) = 4be86d74b852b0c8ed2eb9431e21e78b9d914edb611fb976bd98fdcb45b9a888 -SIZE (golang-net-abc453219eb5_GH0.tar.gz) = 1251746 -SHA256 (golang-oauth2-f6687ab2804c_GH0.tar.gz) = 27c3e0a310558e28bb92068320ea50b5c03c75a06312d37a7fa5e517e1e79f8d -SIZE (golang-oauth2-f6687ab2804c_GH0.tar.gz) = 79618 +SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d +SIZE (golang-net-04defd469f4e_GH0.tar.gz) = 1252122 +SHA256 (golang-oauth2-a8dc77f794b6_GH0.tar.gz) = e34d8db55a58999b332200d7f10c39a4fa1e805b6c8e6735a47f1cf7ccf7094c +SIZE (golang-oauth2-a8dc77f794b6_GH0.tar.gz) = 80926 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-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 -SHA256 (golang-sys-aa57babbf139_GH0.tar.gz) = 7756aa13ecb2912f0019591c97515b76468ca25b9a5c43d64016bbb02d84208c -SIZE (golang-sys-aa57babbf139_GH0.tar.gz) = 1200368 +SHA256 (golang-sys-59db8d763f22_GH0.tar.gz) = 6750e53436faf4b1552ec2ad79f3709b631e6111cc392b4620afd58a34d5f755 +SIZE (golang-sys-59db8d763f22_GH0.tar.gz) = 1201561 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.2_GH0.tar.gz) = cfe93e5004deef7c632ff3230e152a988b6c05c962a4c4f49ef30321a3446ae9 -SIZE (golang-tools-v0.1.2_GH0.tar.gz) = 2794345 +SHA256 (golang-tools-v0.1.4_GH0.tar.gz) = a97b750bb373bf051ea26889570b01cfa08380656c766a4856da7c7f55a7c1bd +SIZE (golang-tools-v0.1.4_GH0.tar.gz) = 2822942 SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 -SHA256 (google-go-genproto-b6d2f5bf0d7d_GH0.tar.gz) = 98a20e326b23637d715b9b7a5581fd55e6071fdb8ed5b9e46cb7e1890339ba36 -SIZE (google-go-genproto-b6d2f5bf0d7d_GH0.tar.gz) = 9322993 +SHA256 (google-go-genproto-b9e0b3197ced_GH0.tar.gz) = 7cb97b177c77886ffb438861154c199357d269dcd416e981bff885f01a4c5b34 +SIZE (google-go-genproto-b9e0b3197ced_GH0.tar.gz) = 9465442 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.48.0_GH0.tar.gz) = 3b74d780082aab813e45abdec66e25d1609431cca8b5a3b0c6c7fc8a73907994 -SIZE (googleapis-google-api-go-client-v0.48.0_GH0.tar.gz) = 20721037 +SHA256 (googleapis-google-api-go-client-v0.49.0_GH0.tar.gz) = 2037165b3a5e4912d3c8d10e56216684b79391fe546b016cadbb61b621bde128 +SIZE (googleapis-google-api-go-client-v0.49.0_GH0.tar.gz) = 20908865 SHA256 (googleapis-google-cloud-go-storage-v1.15.0_GH0.tar.gz) = b33646613edf0deffdf6ff397e94b3cc17253cf8abda2480b417e9316181fb09 SIZE (googleapis-google-cloud-go-storage-v1.15.0_GH0.tar.gz) = 3751063 SHA256 (googleapis-google-cloud-go-v0.84.0_GH0.tar.gz) = b28b60d49934107e9b5102ffdfda848daef134e6e1dcbddb006da07876eedafd @@ -75,8 +75,8 @@ SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df0 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.13.0_GH0.tar.gz) = a9a188964a1d00f4426fa494cf1caa0a4fda248fc1b4406c3068174d07fc7bd9 -SIZE (klauspost-compress-v1.13.0_GH0.tar.gz) = 15405302 +SHA256 (klauspost-compress-v1.13.1_GH0.tar.gz) = eab954909403859fb1467319653a89fbc276adee80e050e08125a47429028511 +SIZE (klauspost-compress-v1.13.1_GH0.tar.gz) = 15412612 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 @@ -93,8 +93,8 @@ SHA256 (prometheus-client_golang-v1.11.0_GH0.tar.gz) = a3bc3312bde4182e507042ca0 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.28.0_GH0.tar.gz) = c20fee075b2980a50617ff9376523444ae49c21bfd227b4ccb46cd4a2f65e69f -SIZE (prometheus-common-v0.28.0_GH0.tar.gz) = 123795 +SHA256 (prometheus-common-v0.29.0_GH0.tar.gz) = 61d6756202f3e313ca6e4e1ba1545e8e5def31a03a7bb81fca1ee2db5f3008d5 +SIZE (prometheus-common-v0.29.0_GH0.tar.gz) = 124111 SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898 SHA256 (prometheus-prometheus-3ad25a6dc3d9_GH0.tar.gz) = f21f0a8a11de4211de5817834928db14ce4b45d3abd2a7625b7914d145cec918 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 10:37:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71926664885; Sun, 27 Jun 2021 10:37: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 4GCRxx2QYTz3lPw; Sun, 27 Jun 2021 10:37: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 3B7061087C; Sun, 27 Jun 2021 10:37: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 15RAb9K8087412; Sun, 27 Jun 2021 10:37:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RAb9Vd087411; Sun, 27 Jun 2021 10:37:09 GMT (envelope-from git) Date: Sun, 27 Jun 2021 10:37:09 GMT Message-Id: <202106271037.15RAb9Vd087411@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Luca Pizzamiglio Subject: git: 548a97515166 - main - benchmarks/stress-ng: Update to 0.12.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pizzamig X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 548a9751516642a4d0e1a690bcd988f439422640 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 10:37:09 -0000 The branch main has been updated by pizzamig: URL: https://cgit.FreeBSD.org/ports/commit/?id=548a9751516642a4d0e1a690bcd988f439422640 commit 548a9751516642a4d0e1a690bcd988f439422640 Author: Luca Pizzamiglio AuthorDate: 2021-06-27 10:35:57 +0000 Commit: Luca Pizzamiglio CommitDate: 2021-06-27 10:35:57 +0000 benchmarks/stress-ng: Update to 0.12.11 Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog --- benchmarks/stress-ng/Makefile | 2 +- benchmarks/stress-ng/distinfo | 6 +++--- benchmarks/stress-ng/files/patch-Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile index b50e6d26a194..14ec244e3864 100644 --- a/benchmarks/stress-ng/Makefile +++ b/benchmarks/stress-ng/Makefile @@ -1,5 +1,5 @@ PORTNAME= stress-ng -DISTVERSION= 0.12.10 +DISTVERSION= 0.12.11 PORTREVISION= 0 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ diff --git a/benchmarks/stress-ng/distinfo b/benchmarks/stress-ng/distinfo index ff3743609148..f9038feafc39 100644 --- a/benchmarks/stress-ng/distinfo +++ b/benchmarks/stress-ng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623610551 -SHA256 (stress-ng-0.12.10.tar.xz) = bd167b6559fa8a28680371b1defd3ffe2344eb550129d58dd7d5e2d568f2786e -SIZE (stress-ng-0.12.10.tar.xz) = 547912 +TIMESTAMP = 1624789669 +SHA256 (stress-ng-0.12.11.tar.xz) = 971393075321c24c3d5769acfabb705911d1f411ced5937b7cfea58528c1b4e6 +SIZE (stress-ng-0.12.11.tar.xz) = 550336 diff --git a/benchmarks/stress-ng/files/patch-Makefile b/benchmarks/stress-ng/files/patch-Makefile index 5bbd73a69660..d1e236b3f187 100644 --- a/benchmarks/stress-ng/files/patch-Makefile +++ b/benchmarks/stress-ng/files/patch-Makefile @@ -4,7 +4,7 @@ # Codename "keen kernel killer" # --CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 -g +-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 +CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11 -pipe # From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 12:25:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE7CA6400FA; Sun, 27 Jun 2021 12:25: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 4GCVMH5x67z3t9C; Sun, 27 Jun 2021 12:25: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 AB7701251B; Sun, 27 Jun 2021 12:25: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 15RCPl2Q033986; Sun, 27 Jun 2021 12:25:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RCPlsf033985; Sun, 27 Jun 2021 12:25:47 GMT (envelope-from git) Date: Sun, 27 Jun 2021 12:25:47 GMT Message-Id: <202106271225.15RCPlsf033985@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: fdfcbd65cda2 - main - lang/gcc9-devel: Update to the 20210624 snapshot of GCC 9.4.1 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: fdfcbd65cda230486e2a3e5c17664b02650a362a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 12:25:47 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdfcbd65cda230486e2a3e5c17664b02650a362a commit fdfcbd65cda230486e2a3e5c17664b02650a362a Author: Gerald Pfeifer AuthorDate: 2021-06-27 12:25:42 +0000 Commit: Gerald Pfeifer CommitDate: 2021-06-27 12:25:42 +0000 lang/gcc9-devel: Update to the 20210624 snapshot of GCC 9.4.1 This brings 7 back ports for libstdc++. --- lang/gcc9-devel/Makefile | 2 +- lang/gcc9-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/gcc9-devel/Makefile b/lang/gcc9-devel/Makefile index f063f32b4e53..18b6d904c79d 100644 --- a/lang/gcc9-devel/Makefile +++ b/lang/gcc9-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 9.4.1.s20210617 +PORTVERSION= 9.4.1.s20210624 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc9-devel/distinfo b/lang/gcc9-devel/distinfo index 282aa404465e..13414c164502 100644 --- a/lang/gcc9-devel/distinfo +++ b/lang/gcc9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624047503 -SHA256 (gcc-9-20210617.tar.xz) = b8b5e78479485b4670e6c3077166dc9463c63fb5b9713cb16cc99f2812ed52d8 -SIZE (gcc-9-20210617.tar.xz) = 67677200 +TIMESTAMP = 1624606248 +SHA256 (gcc-9-20210624.tar.xz) = eeb8581533b18381da806203b6cde8c114b87a918a47da8ea8053cbbc3548925 +SIZE (gcc-9-20210624.tar.xz) = 67682800 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 13:10:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F9C364083B; Sun, 27 Jun 2021 13:10: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 4GCWLV1tfDz3v8q; Sun, 27 Jun 2021 13:10: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 2462B12A4D; Sun, 27 Jun 2021 13:10: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 15RDAAHe090496; Sun, 27 Jun 2021 13:10:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RDAADX090492; Sun, 27 Jun 2021 13:10:10 GMT (envelope-from git) Date: Sun, 27 Jun 2021 13:10:10 GMT Message-Id: <202106271310.15RDAADX090492@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: 92e804ca7ad3 - main - security/gpg-tui: update to version 0.6.1 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: 92e804ca7ad30a1d796855e73edcd3211859010d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 13:10:10 -0000 The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=92e804ca7ad30a1d796855e73edcd3211859010d commit 92e804ca7ad30a1d796855e73edcd3211859010d Author: Stefan Eßer AuthorDate: 2021-06-27 13:09:51 +0000 Commit: Stefan Eßer CommitDate: 2021-06-27 13:09:51 +0000 security/gpg-tui: update to version 0.6.1 --- security/gpg-tui/Makefile | 3 +-- security/gpg-tui/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile index 7e177509707e..e06df4156e41 100644 --- a/security/gpg-tui/Makefile +++ b/security/gpg-tui/Makefile @@ -1,7 +1,6 @@ PORTNAME= gpg-tui DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 -PORTREVISION= 1 +DISTVERSION= 0.6.1 CATEGORIES= security MAINTAINER= se@FreeBSD.org diff --git a/security/gpg-tui/distinfo b/security/gpg-tui/distinfo index 164235ef3162..e45c64df8584 100644 --- a/security/gpg-tui/distinfo +++ b/security/gpg-tui/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1624701701 +TIMESTAMP = 1624799373 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -249,5 +249,5 @@ SHA256 (rust/crates/xcursor-0.3.3.crate) = 3a9a231574ae78801646617cefd13bfe94be9 SIZE (rust/crates/xcursor-0.3.3.crate) = 6130 SHA256 (rust/crates/xml-rs-0.8.3.crate) = b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a SIZE (rust/crates/xml-rs-0.8.3.crate) = 52547 -SHA256 (orhun-gpg-tui-v0.6.0_GH0.tar.gz) = 6de558a717bbdad5bea55488b7c322756879bd0c6c27114a775108bfffe133cd -SIZE (orhun-gpg-tui-v0.6.0_GH0.tar.gz) = 11268792 +SHA256 (orhun-gpg-tui-v0.6.1_GH0.tar.gz) = c7ad50bb29f3403f7baa0d7520da9a5ddc82c0122c2684f7142e34bb3117ec86 +SIZE (orhun-gpg-tui-v0.6.1_GH0.tar.gz) = 11268942 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 14:42:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2921C642B46; Sun, 27 Jun 2021 14: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 4GCYPT0Qctz4V65; Sun, 27 Jun 2021 14: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 EA77714288; Sun, 27 Jun 2021 14: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 15REgqOf019106; Sun, 27 Jun 2021 14:42:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15REgqiX019105; Sun, 27 Jun 2021 14:42:52 GMT (envelope-from git) Date: Sun, 27 Jun 2021 14:42:52 GMT Message-Id: <202106271442.15REgqiX019105@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: 6fbf87c68c94 - main - textproc/mdbook: Update to 0.4.10 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: 6fbf87c68c941d1a084b17e18deb023b7364bb46 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 14:42:53 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fbf87c68c941d1a084b17e18deb023b7364bb46 commit 6fbf87c68c941d1a084b17e18deb023b7364bb46 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 17:21:47 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-27 14:42:10 +0000 textproc/mdbook: Update to 0.4.10 --- textproc/mdbook/Makefile | 243 +++++++++++++----------- textproc/mdbook/distinfo | 482 ++++++++++++++++++++++++++--------------------- 2 files changed, 404 insertions(+), 321 deletions(-) diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index 230de978604a..dc9f9af0ba9a 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,11 +1,10 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v -DISTVERSION= 0.4.8 -PORTREVISION= 2 +DISTVERSION= 0.4.10 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org -COMMENT= Create book from markdown files (like Gitbook but implemented in Rust) +COMMENT= Create book from Markdown files (like GitBook but implemented in Rust) LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -15,95 +14,106 @@ USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= mdBook -CARGO_CRATES= aho-corasick-0.7.10 \ - ammonia-3.1.0 \ +CARGO_CRATES= aho-corasick-0.7.18 \ + ammonia-3.1.1 \ ansi_term-0.11.0 \ - anyhow-1.0.28 \ + anyhow-1.0.40 \ atty-0.2.14 \ - autocfg-1.0.0 \ - base64-0.11.0 \ - base64-0.12.0 \ - bit-set-0.5.1 \ - bit-vec-0.5.1 \ + autocfg-1.0.1 \ + base64-0.12.3 \ + base64-0.13.0 \ + bit-set-0.5.2 \ + bit-vec-0.6.3 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ + block-buffer-0.9.0 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ - byteorder-1.3.4 \ - bytes-0.5.4 \ + byteorder-1.4.3 \ + bytes-0.5.6 \ + bytes-1.0.1 \ cfg-if-0.1.10 \ - chrono-0.4.11 \ - clap-2.33.0 \ - ctor-0.1.13 \ + cfg-if-1.0.0 \ + chrono-0.4.19 \ + clap-2.33.3 \ + cpufeatures-0.1.1 \ + ctor-0.1.20 \ difference-2.0.0 \ digest-0.8.1 \ - dtoa-0.4.5 \ - elasticlunr-rs-2.3.8 \ + digest-0.9.0 \ + dtoa-0.4.8 \ + either-1.6.1 \ + elasticlunr-rs-2.3.11 \ env_logger-0.7.1 \ fake-simd-0.1.2 \ - filetime-0.2.9 \ - fnv-1.0.6 \ + filetime-0.2.14 \ + fnv-1.0.7 \ + form_urlencoded-1.0.1 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futf-0.1.4 \ - futures-0.3.4 \ - futures-channel-0.3.4 \ - futures-core-0.3.4 \ - futures-executor-0.3.4 \ - futures-io-0.3.4 \ - futures-macro-0.3.4 \ - futures-sink-0.3.4 \ - futures-task-0.3.4 \ - futures-util-0.3.4 \ - generic-array-0.12.3 \ + futures-0.3.14 \ + futures-channel-0.3.14 \ + futures-core-0.3.14 \ + futures-io-0.3.14 \ + futures-macro-0.3.14 \ + futures-sink-0.3.14 \ + futures-task-0.3.14 \ + futures-util-0.3.14 \ + generic-array-0.12.4 \ + generic-array-0.14.4 \ getopts-0.2.21 \ - getrandom-0.1.14 \ - gitignore-1.0.6 \ - glob-0.2.11 \ - h2-0.2.4 \ - handlebars-3.0.1 \ - headers-0.3.2 \ + getrandom-0.1.16 \ + getrandom-0.2.2 \ + gitignore-1.0.7 \ + glob-0.3.0 \ + h2-0.2.7 \ + handlebars-4.0.0 \ + hashbrown-0.9.1 \ + headers-0.3.4 \ headers-core-0.2.0 \ - heck-0.3.1 \ - hermit-abi-0.1.11 \ + heck-0.3.2 \ + hermit-abi-0.1.18 \ html5ever-0.25.1 \ - http-0.2.1 \ + http-0.2.4 \ http-body-0.3.1 \ - httparse-1.3.4 \ + httparse-1.4.0 \ + httpdate-0.3.2 \ humantime-1.3.0 \ - hyper-0.13.5 \ - idna-0.2.0 \ - indexmap-1.3.2 \ - inotify-0.7.0 \ - inotify-sys-0.1.3 \ + hyper-0.13.10 \ + idna-0.2.3 \ + indexmap-1.6.2 \ + inotify-0.7.1 \ + inotify-sys-0.1.5 \ input_buffer-0.3.1 \ iovec-0.1.4 \ - itoa-0.4.5 \ + itoa-0.4.7 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ - lazycell-1.2.1 \ - libc-0.2.69 \ - log-0.4.8 \ + lazycell-1.3.0 \ + libc-0.2.94 \ + log-0.4.14 \ mac-0.1.1 \ maplit-1.0.2 \ - markup5ever-0.10.0 \ + markup5ever-0.10.1 \ markup5ever_rcdom-0.1.0 \ matches-0.1.8 \ - memchr-2.3.3 \ + memchr-2.4.0 \ mime-0.3.16 \ mime_guess-2.0.3 \ - mio-0.6.21 \ + mio-0.6.23 \ mio-extras-2.0.6 \ - miow-0.2.1 \ - net2-0.2.33 \ + miow-0.2.2 \ + net2-0.2.37 \ new_debug_unreachable-1.0.4 \ - notify-4.0.15 \ - num-integer-0.1.42 \ - num-traits-0.2.11 \ + notify-4.0.16 \ + num-integer-0.1.44 \ + num-traits-0.2.14 \ opaque-debug-0.2.3 \ - open-1.4.0 \ + opaque-debug-0.3.0 \ + open-1.7.0 \ output_vt100-0.1.2 \ percent-encoding-2.1.0 \ pest-2.1.3 \ @@ -114,80 +124,97 @@ CARGO_CRATES= aho-corasick-0.7.10 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_shared-0.8.0 \ - pin-project-0.4.9 \ - pin-project-internal-0.4.9 \ - pin-project-lite-0.1.4 \ - pin-utils-0.1.0-alpha.4 \ - ppv-lite86-0.2.6 \ + pin-project-0.4.28 \ + pin-project-1.0.7 \ + pin-project-internal-0.4.28 \ + pin-project-internal-1.0.7 \ + pin-project-lite-0.1.12 \ + pin-project-lite-0.2.6 \ + pin-utils-0.1.0 \ + ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ pretty_assertions-0.6.1 \ - proc-macro-hack-0.5.15 \ - proc-macro-nested-0.1.4 \ - proc-macro2-1.0.10 \ - pulldown-cmark-0.7.0 \ + proc-macro-hack-0.5.19 \ + proc-macro-nested-0.1.7 \ + proc-macro2-1.0.26 \ + pulldown-cmark-0.7.2 \ quick-error-1.2.3 \ - quote-1.0.3 \ + quick-error-2.0.1 \ + quote-1.0.9 \ rand-0.7.3 \ + rand-0.8.3 \ rand_chacha-0.2.2 \ + rand_chacha-0.3.0 \ rand_core-0.5.1 \ + rand_core-0.6.2 \ rand_hc-0.2.0 \ + rand_hc-0.3.0 \ rand_pcg-0.2.1 \ - redox_syscall-0.1.56 \ - regex-1.3.7 \ - regex-syntax-0.6.17 \ - remove_dir_all-0.5.2 \ - ryu-1.0.3 \ + redox_syscall-0.2.8 \ + regex-1.5.4 \ + regex-syntax-0.6.25 \ + remove_dir_all-0.5.3 \ + ryu-1.0.5 \ same-file-1.0.6 \ scoped-tls-1.0.0 \ select-0.5.0 \ - serde-1.0.106 \ - serde_derive-1.0.106 \ - serde_json-1.0.52 \ + semver-0.11.0 \ + semver-parser-0.10.2 \ + serde-1.0.125 \ + serde_derive-1.0.125 \ + serde_json-1.0.64 \ serde_urlencoded-0.6.1 \ sha-1-0.8.2 \ + sha-1-0.9.5 \ shlex-1.0.0 \ - siphasher-0.3.2 \ - slab-0.4.2 \ - smallvec-1.3.0 \ - string_cache-0.8.0 \ + siphasher-0.3.5 \ + slab-0.4.3 \ + socket2-0.3.19 \ + string_cache-0.8.1 \ string_cache_codegen-0.5.1 \ strsim-0.8.0 \ - strum-0.16.0 \ - strum_macros-0.16.0 \ - syn-1.0.17 \ - tempfile-3.1.0 \ - tendril-0.4.1 \ - termcolor-1.1.0 \ + strum-0.18.0 \ + strum_macros-0.18.0 \ + syn-1.0.72 \ + tempfile-3.2.0 \ + tendril-0.4.2 \ + termcolor-1.1.2 \ textwrap-0.11.0 \ - thread_local-1.0.1 \ time-0.1.43 \ - tokio-0.2.18 \ - tokio-macros-0.2.5 \ - tokio-tungstenite-0.10.1 \ + tinyvec-1.2.0 \ + tinyvec_macros-0.1.0 \ + tokio-0.2.25 \ + tokio-macros-0.2.6 \ + tokio-tungstenite-0.11.0 \ tokio-util-0.3.1 \ - toml-0.5.6 \ - tower-service-0.3.0 \ - try-lock-0.2.2 \ - tungstenite-0.10.1 \ - typenum-1.12.0 \ + toml-0.5.8 \ + tower-service-0.3.1 \ + tracing-0.1.26 \ + tracing-core-0.1.18 \ + tracing-futures-0.2.5 \ + try-lock-0.2.3 \ + tungstenite-0.11.1 \ + typenum-1.13.0 \ ucd-trie-0.1.3 \ unicase-2.6.0 \ - unicode-bidi-0.3.4 \ - unicode-normalization-0.1.12 \ - unicode-segmentation-1.6.0 \ - unicode-width-0.1.7 \ - unicode-xid-0.2.0 \ - url-2.1.1 \ - urlencoding-1.0.0 \ - utf-8-0.7.5 \ - vec_map-0.8.1 \ - version_check-0.9.1 \ - walkdir-2.3.1 \ + unicode-bidi-0.3.5 \ + unicode-normalization-0.1.17 \ + unicode-segmentation-1.7.1 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.2 \ + url-2.2.2 \ + urlencoding-1.1.1 \ + utf-8-0.7.6 \ + vec_map-0.8.2 \ + version_check-0.9.3 \ + walkdir-2.3.2 \ want-0.3.0 \ - warp-0.2.2 \ + warp-0.2.5 \ wasi-0.9.0+wasi-snapshot-preview1 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + which-4.1.0 \ winapi-0.2.8 \ - winapi-0.3.8 \ + winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ diff --git a/textproc/mdbook/distinfo b/textproc/mdbook/distinfo index 0ad45e87db90..fb22a466c99f 100644 --- a/textproc/mdbook/distinfo +++ b/textproc/mdbook/distinfo @@ -1,60 +1,74 @@ -TIMESTAMP = 1620724690 -SHA256 (rust/crates/aho-corasick-0.7.10.crate) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada -SIZE (rust/crates/aho-corasick-0.7.10.crate) = 111039 -SHA256 (rust/crates/ammonia-3.1.0.crate) = 89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b -SIZE (rust/crates/ammonia-3.1.0.crate) = 35518 +TIMESTAMP = 1624641518 +SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f +SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 +SHA256 (rust/crates/ammonia-3.1.1.crate) = 1ee7d6eb157f337c5cedc95ddf17f0cbc36d36eb7763c8e0d1c1aeb3722f6279 +SIZE (rust/crates/ammonia-3.1.1.crate) = 35514 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.28.crate) = d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff -SIZE (rust/crates/anyhow-1.0.28.crate) = 26549 +SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b +SIZE (rust/crates/anyhow-1.0.40.crate) = 34534 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 -SHA256 (rust/crates/autocfg-1.0.0.crate) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.crate) = 12870 -SHA256 (rust/crates/base64-0.11.0.crate) = b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7 -SIZE (rust/crates/base64-0.11.0.crate) = 48362 -SHA256 (rust/crates/base64-0.12.0.crate) = 7d5ca2cd0adc3f48f9e9ea5a6bbdf9ccc0bfade884847e484d452414c7ccffb3 -SIZE (rust/crates/base64-0.12.0.crate) = 55305 -SHA256 (rust/crates/bit-set-0.5.1.crate) = e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80 -SIZE (rust/crates/bit-set-0.5.1.crate) = 14125 -SHA256 (rust/crates/bit-vec-0.5.1.crate) = f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb -SIZE (rust/crates/bit-vec-0.5.1.crate) = 18765 +SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 +SHA256 (rust/crates/base64-0.12.3.crate) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff +SIZE (rust/crates/base64-0.12.3.crate) = 57545 +SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd +SIZE (rust/crates/base64-0.13.0.crate) = 62070 +SHA256 (rust/crates/bit-set-0.5.2.crate) = 6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de +SIZE (rust/crates/bit-set-0.5.2.crate) = 14093 +SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb +SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 SHA256 (rust/crates/block-buffer-0.7.3.crate) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b SIZE (rust/crates/block-buffer-0.7.3.crate) = 7179 +SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 SHA256 (rust/crates/block-padding-0.1.5.crate) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 SIZE (rust/crates/block-padding-0.1.5.crate) = 7342 SHA256 (rust/crates/byte-tools-0.3.1.crate) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 SIZE (rust/crates/byte-tools-0.3.1.crate) = 5526 -SHA256 (rust/crates/byteorder-1.3.4.crate) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.crate) = 21943 -SHA256 (rust/crates/bytes-0.5.4.crate) = 130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1 -SIZE (rust/crates/bytes-0.5.4.crate) = 46813 +SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 +SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 +SHA256 (rust/crates/bytes-0.5.6.crate) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 +SIZE (rust/crates/bytes-0.5.6.crate) = 46291 +SHA256 (rust/crates/bytes-1.0.1.crate) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.crate) = 48142 SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 -SHA256 (rust/crates/chrono-0.4.11.crate) = 80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2 -SIZE (rust/crates/chrono-0.4.11.crate) = 139811 -SHA256 (rust/crates/clap-2.33.0.crate) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 -SIZE (rust/crates/clap-2.33.0.crate) = 196458 -SHA256 (rust/crates/ctor-0.1.13.crate) = 47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1 -SIZE (rust/crates/ctor-0.1.13.crate) = 4698 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 +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/cpufeatures-0.1.1.crate) = dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4 +SIZE (rust/crates/cpufeatures-0.1.1.crate) = 9863 +SHA256 (rust/crates/ctor-0.1.20.crate) = 5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d +SIZE (rust/crates/ctor-0.1.20.crate) = 9328 SHA256 (rust/crates/difference-2.0.0.crate) = 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198 SIZE (rust/crates/difference-2.0.0.crate) = 147616 SHA256 (rust/crates/digest-0.8.1.crate) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 SIZE (rust/crates/digest-0.8.1.crate) = 9449 -SHA256 (rust/crates/dtoa-0.4.5.crate) = 4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3 -SIZE (rust/crates/dtoa-0.4.5.crate) = 14840 -SHA256 (rust/crates/elasticlunr-rs-2.3.8.crate) = 35274f9f9208923544b450b98ef8b018357904261c07a9bc83c536412881263c -SIZE (rust/crates/elasticlunr-rs-2.3.8.crate) = 89554 +SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.crate) = 13247 +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/elasticlunr-rs-2.3.11.crate) = 959fbc9a6ebced545cbe365fdce5e25c6ab7683f2ca4ecc9fb9d0db663bf73d5 +SIZE (rust/crates/elasticlunr-rs-2.3.11.crate) = 93003 SHA256 (rust/crates/env_logger-0.7.1.crate) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36 SIZE (rust/crates/env_logger-0.7.1.crate) = 32281 SHA256 (rust/crates/fake-simd-0.1.2.crate) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed SIZE (rust/crates/fake-simd-0.1.2.crate) = 5398 -SHA256 (rust/crates/filetime-0.2.9.crate) = f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e -SIZE (rust/crates/filetime-0.2.9.crate) = 13714 -SHA256 (rust/crates/fnv-1.0.6.crate) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 -SIZE (rust/crates/fnv-1.0.6.crate) = 11131 +SHA256 (rust/crates/filetime-0.2.14.crate) = 1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8 +SIZE (rust/crates/filetime-0.2.14.crate) = 14358 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 +SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773 SHA256 (rust/crates/fsevent-0.4.0.crate) = 5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6 SIZE (rust/crates/fsevent-0.4.0.crate) = 7292 SHA256 (rust/crates/fsevent-sys-2.0.1.crate) = f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0 @@ -65,118 +79,126 @@ SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 3dcaa9ae7725d12cdb85b3ad99 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 7191 SHA256 (rust/crates/futf-0.1.4.crate) = 7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b SIZE (rust/crates/futf-0.1.4.crate) = 11341 -SHA256 (rust/crates/futures-0.3.4.crate) = 5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780 -SIZE (rust/crates/futures-0.3.4.crate) = 37742 -SHA256 (rust/crates/futures-channel-0.3.4.crate) = f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8 -SIZE (rust/crates/futures-channel-0.3.4.crate) = 28916 -SHA256 (rust/crates/futures-core-0.3.4.crate) = f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a -SIZE (rust/crates/futures-core-0.3.4.crate) = 13540 -SHA256 (rust/crates/futures-executor-0.3.4.crate) = f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba -SIZE (rust/crates/futures-executor-0.3.4.crate) = 16477 -SHA256 (rust/crates/futures-io-0.3.4.crate) = a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6 -SIZE (rust/crates/futures-io-0.3.4.crate) = 8887 -SHA256 (rust/crates/futures-macro-0.3.4.crate) = 9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7 -SIZE (rust/crates/futures-macro-0.3.4.crate) = 9903 -SHA256 (rust/crates/futures-sink-0.3.4.crate) = 3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6 -SIZE (rust/crates/futures-sink-0.3.4.crate) = 7615 -SHA256 (rust/crates/futures-task-0.3.4.crate) = 7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27 -SIZE (rust/crates/futures-task-0.3.4.crate) = 10957 -SHA256 (rust/crates/futures-util-0.3.4.crate) = 22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5 -SIZE (rust/crates/futures-util-0.3.4.crate) = 130683 -SHA256 (rust/crates/generic-array-0.12.3.crate) = c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec -SIZE (rust/crates/generic-array-0.12.3.crate) = 18017 +SHA256 (rust/crates/futures-0.3.14.crate) = a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253 +SIZE (rust/crates/futures-0.3.14.crate) = 45557 +SHA256 (rust/crates/futures-channel-0.3.14.crate) = ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25 +SIZE (rust/crates/futures-channel-0.3.14.crate) = 31260 +SHA256 (rust/crates/futures-core-0.3.14.crate) = 098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815 +SIZE (rust/crates/futures-core-0.3.14.crate) = 13831 +SHA256 (rust/crates/futures-io-0.3.14.crate) = 365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04 +SIZE (rust/crates/futures-io-0.3.14.crate) = 9056 +SHA256 (rust/crates/futures-macro-0.3.14.crate) = 668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b +SIZE (rust/crates/futures-macro-0.3.14.crate) = 9681 +SHA256 (rust/crates/futures-sink-0.3.14.crate) = 5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23 +SIZE (rust/crates/futures-sink-0.3.14.crate) = 7658 +SHA256 (rust/crates/futures-task-0.3.14.crate) = ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc +SIZE (rust/crates/futures-task-0.3.14.crate) = 11115 +SHA256 (rust/crates/futures-util-0.3.14.crate) = 3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025 +SIZE (rust/crates/futures-util-0.3.14.crate) = 140139 +SHA256 (rust/crates/generic-array-0.12.4.crate) = ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd +SIZE (rust/crates/generic-array-0.12.4.crate) = 18212 +SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 -SHA256 (rust/crates/getrandom-0.1.14.crate) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb -SIZE (rust/crates/getrandom-0.1.14.crate) = 24698 -SHA256 (rust/crates/gitignore-1.0.6.crate) = f5beed3b526478bebc1dd164b7aa770ae709f918a7b978fcb4afdaf3bbee8dfd -SIZE (rust/crates/gitignore-1.0.6.crate) = 10876 -SHA256 (rust/crates/glob-0.2.11.crate) = 8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb -SIZE (rust/crates/glob-0.2.11.crate) = 18065 -SHA256 (rust/crates/h2-0.2.4.crate) = 377038bf3c89d18d6ca1431e7a5027194fbd724ca10592b9487ede5e8e144f42 -SIZE (rust/crates/h2-0.2.4.crate) = 157213 -SHA256 (rust/crates/handlebars-3.0.1.crate) = ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900 -SIZE (rust/crates/handlebars-3.0.1.crate) = 65081 -SHA256 (rust/crates/headers-0.3.2.crate) = ed18eb2459bf1a09ad2d6b1547840c3e5e62882fa09b9a6a20b1de8e3228848f -SIZE (rust/crates/headers-0.3.2.crate) = 67402 +SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 +SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/gitignore-1.0.7.crate) = 78aa90e4620c1498ac434c06ba6e521b525794bbdacf085d490cc794b4a2f9a4 +SIZE (rust/crates/gitignore-1.0.7.crate) = 12148 +SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 +SIZE (rust/crates/glob-0.3.0.crate) = 18724 +SHA256 (rust/crates/h2-0.2.7.crate) = 5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535 +SIZE (rust/crates/h2-0.2.7.crate) = 156989 +SHA256 (rust/crates/handlebars-4.0.0.crate) = 28f0fe89affef47e2c9729030a8f6e79df34cb66b8a44ecf91dad43f31150559 +SIZE (rust/crates/handlebars-4.0.0.crate) = 86593 +SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 +SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 +SHA256 (rust/crates/headers-0.3.4.crate) = f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855 +SIZE (rust/crates/headers-0.3.4.crate) = 67384 SHA256 (rust/crates/headers-core-0.2.0.crate) = e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429 SIZE (rust/crates/headers-core-0.2.0.crate) = 2380 -SHA256 (rust/crates/heck-0.3.1.crate) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 -SIZE (rust/crates/heck-0.3.1.crate) = 54666 -SHA256 (rust/crates/hermit-abi-0.1.11.crate) = 8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15 -SIZE (rust/crates/hermit-abi-0.1.11.crate) = 9203 +SHA256 (rust/crates/heck-0.3.2.crate) = 87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac +SIZE (rust/crates/heck-0.3.2.crate) = 54718 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 SHA256 (rust/crates/html5ever-0.25.1.crate) = aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b SIZE (rust/crates/html5ever-0.25.1.crate) = 73165 -SHA256 (rust/crates/http-0.2.1.crate) = 28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9 -SIZE (rust/crates/http-0.2.1.crate) = 102231 +SHA256 (rust/crates/http-0.2.4.crate) = 527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11 +SIZE (rust/crates/http-0.2.4.crate) = 105489 SHA256 (rust/crates/http-body-0.3.1.crate) = 13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b SIZE (rust/crates/http-body-0.3.1.crate) = 5394 -SHA256 (rust/crates/httparse-1.3.4.crate) = cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9 -SIZE (rust/crates/httparse-1.3.4.crate) = 23739 +SHA256 (rust/crates/httparse-1.4.0.crate) = 4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437 +SIZE (rust/crates/httparse-1.4.0.crate) = 25546 +SHA256 (rust/crates/httpdate-0.3.2.crate) = 494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47 +SIZE (rust/crates/httpdate-0.3.2.crate) = 10768 SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f SIZE (rust/crates/humantime-1.3.0.crate) = 17020 -SHA256 (rust/crates/hyper-0.13.5.crate) = 96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14 -SIZE (rust/crates/hyper-0.13.5.crate) = 138177 -SHA256 (rust/crates/idna-0.2.0.crate) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.crate) = 257203 -SHA256 (rust/crates/indexmap-1.3.2.crate) = 076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292 -SIZE (rust/crates/indexmap-1.3.2.crate) = 47144 -SHA256 (rust/crates/inotify-0.7.0.crate) = 24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8 -SIZE (rust/crates/inotify-0.7.0.crate) = 19974 -SHA256 (rust/crates/inotify-sys-0.1.3.crate) = e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0 -SIZE (rust/crates/inotify-sys-0.1.3.crate) = 8327 +SHA256 (rust/crates/hyper-0.13.10.crate) = 8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb +SIZE (rust/crates/hyper-0.13.10.crate) = 141981 +SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 +SIZE (rust/crates/idna-0.2.3.crate) = 271023 +SHA256 (rust/crates/indexmap-1.6.2.crate) = 824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3 +SIZE (rust/crates/indexmap-1.6.2.crate) = 50225 +SHA256 (rust/crates/inotify-0.7.1.crate) = 4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f +SIZE (rust/crates/inotify-0.7.1.crate) = 24637 +SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb +SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 SHA256 (rust/crates/input_buffer-0.3.1.crate) = 19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754 SIZE (rust/crates/input_buffer-0.3.1.crate) = 7812 SHA256 (rust/crates/iovec-0.1.4.crate) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e SIZE (rust/crates/iovec-0.1.4.crate) = 8720 -SHA256 (rust/crates/itoa-0.4.5.crate) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e -SIZE (rust/crates/itoa-0.4.5.crate) = 11194 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 SHA256 (rust/crates/kernel32-sys-0.2.2.crate) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d SIZE (rust/crates/kernel32-sys-0.2.2.crate) = 24537 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/lazycell-1.2.1.crate) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f -SIZE (rust/crates/lazycell-1.2.1.crate) = 11691 -SHA256 (rust/crates/libc-0.2.69.crate) = 99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005 -SIZE (rust/crates/libc-0.2.69.crate) = 472393 -SHA256 (rust/crates/log-0.4.8.crate) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.crate) = 31297 +SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 +SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 +SHA256 (rust/crates/libc-0.2.94.crate) = 18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e +SIZE (rust/crates/libc-0.2.94.crate) = 511713 +SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d SIZE (rust/crates/maplit-1.0.2.crate) = 8871 -SHA256 (rust/crates/markup5ever-0.10.0.crate) = aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab -SIZE (rust/crates/markup5ever-0.10.0.crate) = 42925 +SHA256 (rust/crates/markup5ever-0.10.1.crate) = a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd +SIZE (rust/crates/markup5ever-0.10.1.crate) = 34668 SHA256 (rust/crates/markup5ever_rcdom-0.1.0.crate) = f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b SIZE (rust/crates/markup5ever_rcdom-0.1.0.crate) = 25165 SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 SIZE (rust/crates/matches-0.1.8.crate) = 2216 -SHA256 (rust/crates/memchr-2.3.3.crate) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.crate) = 22566 +SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc +SIZE (rust/crates/memchr-2.4.0.crate) = 63392 SHA256 (rust/crates/mime-0.3.16.crate) = 2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d SIZE (rust/crates/mime-0.3.16.crate) = 15206 SHA256 (rust/crates/mime_guess-2.0.3.crate) = 2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212 SIZE (rust/crates/mime_guess-2.0.3.crate) = 27437 -SHA256 (rust/crates/mio-0.6.21.crate) = 302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f -SIZE (rust/crates/mio-0.6.21.crate) = 129233 +SHA256 (rust/crates/mio-0.6.23.crate) = 4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4 +SIZE (rust/crates/mio-0.6.23.crate) = 103554 SHA256 (rust/crates/mio-extras-2.0.6.crate) = 52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19 SIZE (rust/crates/mio-extras-2.0.6.crate) = 16292 -SHA256 (rust/crates/miow-0.2.1.crate) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 -SIZE (rust/crates/miow-0.2.1.crate) = 21133 -SHA256 (rust/crates/net2-0.2.33.crate) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 -SIZE (rust/crates/net2-0.2.33.crate) = 20936 +SHA256 (rust/crates/miow-0.2.2.crate) = ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d +SIZE (rust/crates/miow-0.2.2.crate) = 22044 +SHA256 (rust/crates/net2-0.2.37.crate) = 391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae +SIZE (rust/crates/net2-0.2.37.crate) = 21311 SHA256 (rust/crates/new_debug_unreachable-1.0.4.crate) = e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54 SIZE (rust/crates/new_debug_unreachable-1.0.4.crate) = 2561 -SHA256 (rust/crates/notify-4.0.15.crate) = 80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd -SIZE (rust/crates/notify-4.0.15.crate) = 54853 -SHA256 (rust/crates/num-integer-0.1.42.crate) = 3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba -SIZE (rust/crates/num-integer-0.1.42.crate) = 19463 -SHA256 (rust/crates/num-traits-0.2.11.crate) = c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096 -SIZE (rust/crates/num-traits-0.2.11.crate) = 42000 +SHA256 (rust/crates/notify-4.0.16.crate) = 2599080e87c9bd051ddb11b10074f4da7b1223298df65d4c2ec5bcf309af1533 +SIZE (rust/crates/notify-4.0.16.crate) = 53902 +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.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 +SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 SHA256 (rust/crates/opaque-debug-0.2.3.crate) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c SIZE (rust/crates/opaque-debug-0.2.3.crate) = 5643 -SHA256 (rust/crates/open-1.4.0.crate) = 7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48 -SIZE (rust/crates/open-1.4.0.crate) = 5084 +SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/open-1.7.0.crate) = 1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20 +SIZE (rust/crates/open-1.7.0.crate) = 6101 SHA256 (rust/crates/output_vt100-0.1.2.crate) = 53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9 SIZE (rust/crates/output_vt100-0.1.2.crate) = 4062 SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e @@ -197,154 +219,188 @@ SHA256 (rust/crates/phf_generator-0.8.0.crate) = 17367f0cc86f2d25802b2c26ee58a7b SIZE (rust/crates/phf_generator-0.8.0.crate) = 7604 SHA256 (rust/crates/phf_shared-0.8.0.crate) = c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7 SIZE (rust/crates/phf_shared-0.8.0.crate) = 2860 -SHA256 (rust/crates/pin-project-0.4.9.crate) = 6f6a7f5eee6292c559c793430c55c00aea9d3b3d1905e855806ca4d7253426a2 -SIZE (rust/crates/pin-project-0.4.9.crate) = 35607 -SHA256 (rust/crates/pin-project-internal-0.4.9.crate) = 8988430ce790d8682672117bc06dda364c0be32d3abd738234f19f3240bad99a -SIZE (rust/crates/pin-project-internal-0.4.9.crate) = 24401 -SHA256 (rust/crates/pin-project-lite-0.1.4.crate) = 237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae -SIZE (rust/crates/pin-project-lite-0.1.4.crate) = 16677 -SHA256 (rust/crates/pin-utils-0.1.0-alpha.4.crate) = 5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587 -SIZE (rust/crates/pin-utils-0.1.0-alpha.4.crate) = 7446 -SHA256 (rust/crates/ppv-lite86-0.2.6.crate) = 74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b -SIZE (rust/crates/ppv-lite86-0.2.6.crate) = 20522 +SHA256 (rust/crates/pin-project-0.4.28.crate) = 918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f +SIZE (rust/crates/pin-project-0.4.28.crate) = 47895 +SHA256 (rust/crates/pin-project-1.0.7.crate) = c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4 +SIZE (rust/crates/pin-project-1.0.7.crate) = 54847 +SHA256 (rust/crates/pin-project-internal-0.4.28.crate) = 3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e +SIZE (rust/crates/pin-project-internal-0.4.28.crate) = 29989 +SHA256 (rust/crates/pin-project-internal-1.0.7.crate) = 48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f +SIZE (rust/crates/pin-project-internal-1.0.7.crate) = 27884 +SHA256 (rust/crates/pin-project-lite-0.1.12.crate) = 257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777 +SIZE (rust/crates/pin-project-lite-0.1.12.crate) = 16854 +SHA256 (rust/crates/pin-project-lite-0.2.6.crate) = dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905 +SIZE (rust/crates/pin-project-lite-0.2.6.crate) = 25494 +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/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640 SHA256 (rust/crates/pretty_assertions-0.6.1.crate) = 3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427 SIZE (rust/crates/pretty_assertions-0.6.1.crate) = 61551 -SHA256 (rust/crates/proc-macro-hack-0.5.15.crate) = 0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63 -SIZE (rust/crates/proc-macro-hack-0.5.15.crate) = 12806 -SHA256 (rust/crates/proc-macro-nested-0.1.4.crate) = 8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694 -SIZE (rust/crates/proc-macro-nested-0.1.4.crate) = 6319 -SHA256 (rust/crates/proc-macro2-1.0.10.crate) = df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3 -SIZE (rust/crates/proc-macro2-1.0.10.crate) = 35622 -SHA256 (rust/crates/pulldown-cmark-0.7.0.crate) = 2c2d7fd131800e0d63df52aff46201acaab70b431a4a1ec6f0343fe8e64f35a4 -SIZE (rust/crates/pulldown-cmark-0.7.0.crate) = 102025 +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.26.crate) = a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec +SIZE (rust/crates/proc-macro2-1.0.26.crate) = 38233 +SHA256 (rust/crates/pulldown-cmark-0.7.2.crate) = ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55 +SIZE (rust/crates/pulldown-cmark-0.7.2.crate) = 102716 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quote-1.0.3.crate) = 2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f -SIZE (rust/crates/quote-1.0.3.crate) = 22939 +SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 +SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 +SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.crate) = 84493 SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 +SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 +SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 +SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 SHA256 (rust/crates/rand_pcg-0.2.1.crate) = 16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429 SIZE (rust/crates/rand_pcg-0.2.1.crate) = 11291 -SHA256 (rust/crates/redox_syscall-0.1.56.crate) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84 -SIZE (rust/crates/redox_syscall-0.1.56.crate) = 17117 -SHA256 (rust/crates/regex-1.3.7.crate) = a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692 -SIZE (rust/crates/regex-1.3.7.crate) = 235600 -SHA256 (rust/crates/regex-syntax-0.6.17.crate) = 7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae -SIZE (rust/crates/regex-syntax-0.6.17.crate) = 294004 -SHA256 (rust/crates/remove_dir_all-0.5.2.crate) = 4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e -SIZE (rust/crates/remove_dir_all-0.5.2.crate) = 8907 -SHA256 (rust/crates/ryu-1.0.3.crate) = 535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76 -SIZE (rust/crates/ryu-1.0.3.crate) = 41983 +SHA256 (rust/crates/redox_syscall-0.2.8.crate) = 742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc +SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 +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/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 +SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184 +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/scoped-tls-1.0.0.crate) = ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2 SIZE (rust/crates/scoped-tls-1.0.0.crate) = 9146 SHA256 (rust/crates/select-0.5.0.crate) = 8ee061f90afcc8678bef7a78d0d121683f0ba753f740ff7005f833ec445876b7 SIZE (rust/crates/select-0.5.0.crate) = 60423 -SHA256 (rust/crates/serde-1.0.106.crate) = 36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399 -SIZE (rust/crates/serde-1.0.106.crate) = 73343 -SHA256 (rust/crates/serde_derive-1.0.106.crate) = 9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c -SIZE (rust/crates/serde_derive-1.0.106.crate) = 49719 -SHA256 (rust/crates/serde_json-1.0.52.crate) = a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd -SIZE (rust/crates/serde_json-1.0.52.crate) = 73135 +SHA256 (rust/crates/semver-0.11.0.crate) = f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6 +SIZE (rust/crates/semver-0.11.0.crate) = 20826 +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.125.crate) = 558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171 +SIZE (rust/crates/serde-1.0.125.crate) = 75144 +SHA256 (rust/crates/serde_derive-1.0.125.crate) = b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d +SIZE (rust/crates/serde_derive-1.0.125.crate) = 54155 +SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 SHA256 (rust/crates/serde_urlencoded-0.6.1.crate) = 9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97 SIZE (rust/crates/serde_urlencoded-0.6.1.crate) = 12540 SHA256 (rust/crates/sha-1-0.8.2.crate) = f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df SIZE (rust/crates/sha-1-0.8.2.crate) = 12338 +SHA256 (rust/crates/sha-1-0.9.5.crate) = b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00 +SIZE (rust/crates/sha-1-0.9.5.crate) = 13780 SHA256 (rust/crates/shlex-1.0.0.crate) = 42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d SIZE (rust/crates/shlex-1.0.0.crate) = 4555 -SHA256 (rust/crates/siphasher-0.3.2.crate) = 8e88f89a550c01e4cd809f3df4f52dc9e939f3273a2017eabd5c6d12fd98bb23 -SIZE (rust/crates/siphasher-0.3.2.crate) = 9231 -SHA256 (rust/crates/slab-0.4.2.crate) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 -SIZE (rust/crates/slab-0.4.2.crate) = 10136 -SHA256 (rust/crates/smallvec-1.3.0.crate) = 05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a -SIZE (rust/crates/smallvec-1.3.0.crate) = 23930 -SHA256 (rust/crates/string_cache-0.8.0.crate) = 2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a -SIZE (rust/crates/string_cache-0.8.0.crate) = 14691 +SHA256 (rust/crates/siphasher-0.3.5.crate) = cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27 +SIZE (rust/crates/siphasher-0.3.5.crate) = 9455 +SHA256 (rust/crates/slab-0.4.3.crate) = f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527 +SIZE (rust/crates/slab-0.4.3.crate) = 15681 +SHA256 (rust/crates/socket2-0.3.19.crate) = 122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e +SIZE (rust/crates/socket2-0.3.19.crate) = 33782 +SHA256 (rust/crates/string_cache-0.8.1.crate) = 8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a +SIZE (rust/crates/string_cache-0.8.1.crate) = 14423 SHA256 (rust/crates/string_cache_codegen-0.5.1.crate) = f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97 SIZE (rust/crates/string_cache_codegen-0.5.1.crate) = 8243 SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.crate) = 9309 -SHA256 (rust/crates/strum-0.16.0.crate) = 6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22 -SIZE (rust/crates/strum-0.16.0.crate) = 4211 -SHA256 (rust/crates/strum_macros-0.16.0.crate) = 0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81 -SIZE (rust/crates/strum_macros-0.16.0.crate) = 9944 -SHA256 (rust/crates/syn-1.0.17.crate) = 0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03 -SIZE (rust/crates/syn-1.0.17.crate) = 198158 -SHA256 (rust/crates/tempfile-3.1.0.crate) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.crate) = 25823 -SHA256 (rust/crates/tendril-0.4.1.crate) = 707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b -SIZE (rust/crates/tendril-0.4.1.crate) = 35286 -SHA256 (rust/crates/termcolor-1.1.0.crate) = bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f -SIZE (rust/crates/termcolor-1.1.0.crate) = 17193 +SHA256 (rust/crates/strum-0.18.0.crate) = 57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b +SIZE (rust/crates/strum-0.18.0.crate) = 4207 +SHA256 (rust/crates/strum_macros-0.18.0.crate) = 87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c +SIZE (rust/crates/strum_macros-0.18.0.crate) = 10229 +SHA256 (rust/crates/syn-1.0.72.crate) = a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82 +SIZE (rust/crates/syn-1.0.72.crate) = 232500 +SHA256 (rust/crates/tempfile-3.2.0.crate) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.crate) = 25892 +SHA256 (rust/crates/tendril-0.4.2.crate) = a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33 +SIZE (rust/crates/tendril-0.4.2.crate) = 37138 +SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 +SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.crate) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.crate) = 12609 SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 SIZE (rust/crates/time-0.1.43.crate) = 28653 -SHA256 (rust/crates/tokio-0.2.18.crate) = 34ef16d072d2b6dc8b4a56c70f5c5ced1a37752116f8e7c1e80c659aa7cb6713 -SIZE (rust/crates/tokio-0.2.18.crate) = 365052 -SHA256 (rust/crates/tokio-macros-0.2.5.crate) = f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389 -SIZE (rust/crates/tokio-macros-0.2.5.crate) = 5831 -SHA256 (rust/crates/tokio-tungstenite-0.10.1.crate) = b8b8fe88007ebc363512449868d7da4389c9400072a3f666f212c7280082882a -SIZE (rust/crates/tokio-tungstenite-0.10.1.crate) = 30514 +SHA256 (rust/crates/tinyvec-1.2.0.crate) = 5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342 +SIZE (rust/crates/tinyvec-1.2.0.crate) = 41625 +SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c +SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 +SHA256 (rust/crates/tokio-0.2.25.crate) = 6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092 +SIZE (rust/crates/tokio-0.2.25.crate) = 413390 +SHA256 (rust/crates/tokio-macros-0.2.6.crate) = e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a +SIZE (rust/crates/tokio-macros-0.2.6.crate) = 6460 +SHA256 (rust/crates/tokio-tungstenite-0.11.0.crate) = 6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c +SIZE (rust/crates/tokio-tungstenite-0.11.0.crate) = 30705 SHA256 (rust/crates/tokio-util-0.3.1.crate) = be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499 SIZE (rust/crates/tokio-util-0.3.1.crate) = 27233 -SHA256 (rust/crates/toml-0.5.6.crate) = ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a -SIZE (rust/crates/toml-0.5.6.crate) = 54341 -SHA256 (rust/crates/tower-service-0.3.0.crate) = e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860 -SIZE (rust/crates/tower-service-0.3.0.crate) = 5321 -SHA256 (rust/crates/try-lock-0.2.2.crate) = e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382 -SIZE (rust/crates/try-lock-0.2.2.crate) = 3638 -SHA256 (rust/crates/tungstenite-0.10.1.crate) = cfea31758bf674f990918962e8e5f07071a3161bd7c4138ed23e416e1ac4264e -SIZE (rust/crates/tungstenite-0.10.1.crate) = 54360 -SHA256 (rust/crates/typenum-1.12.0.crate) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 -SIZE (rust/crates/typenum-1.12.0.crate) = 36037 +SHA256 (rust/crates/toml-0.5.8.crate) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa +SIZE (rust/crates/toml-0.5.8.crate) = 54219 +SHA256 (rust/crates/tower-service-0.3.1.crate) = 360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6 +SIZE (rust/crates/tower-service-0.3.1.crate) = 6299 +SHA256 (rust/crates/tracing-0.1.26.crate) = 09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d +SIZE (rust/crates/tracing-0.1.26.crate) = 68583 +SHA256 (rust/crates/tracing-core-0.1.18.crate) = a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052 +SIZE (rust/crates/tracing-core-0.1.18.crate) = 48381 +SHA256 (rust/crates/tracing-futures-0.2.5.crate) = 97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2 +SIZE (rust/crates/tracing-futures-0.2.5.crate) = 11637 +SHA256 (rust/crates/try-lock-0.2.3.crate) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642 +SIZE (rust/crates/try-lock-0.2.3.crate) = 4158 +SHA256 (rust/crates/tungstenite-0.11.1.crate) = f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23 +SIZE (rust/crates/tungstenite-0.11.1.crate) = 53895 +SHA256 (rust/crates/typenum-1.13.0.crate) = 879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06 +SIZE (rust/crates/typenum-1.13.0.crate) = 40238 SHA256 (rust/crates/ucd-trie-0.1.3.crate) = 56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c SIZE (rust/crates/ucd-trie-0.1.3.crate) = 44615 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.4.crate) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 -SIZE (rust/crates/unicode-bidi-0.3.4.crate) = 32228 -SHA256 (rust/crates/unicode-normalization-0.1.12.crate) = 5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4 -SIZE (rust/crates/unicode-normalization-0.1.12.crate) = 91057 -SHA256 (rust/crates/unicode-segmentation-1.6.0.crate) = e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0 -SIZE (rust/crates/unicode-segmentation-1.6.0.crate) = 90703 -SHA256 (rust/crates/unicode-width-0.1.7.crate) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 -SIZE (rust/crates/unicode-width-0.1.7.crate) = 16644 -SHA256 (rust/crates/unicode-xid-0.2.0.crate) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c -SIZE (rust/crates/unicode-xid-0.2.0.crate) = 14994 -SHA256 (rust/crates/url-2.1.1.crate) = 829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb -SIZE (rust/crates/url-2.1.1.crate) = 70383 -SHA256 (rust/crates/urlencoding-1.0.0.crate) = 3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed -SIZE (rust/crates/urlencoding-1.0.0.crate) = 2790 -SHA256 (rust/crates/utf-8-0.7.5.crate) = 05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7 -SIZE (rust/crates/utf-8-0.7.5.crate) = 6551 -SHA256 (rust/crates/vec_map-0.8.1.crate) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a -SIZE (rust/crates/vec_map-0.8.1.crate) = 14959 -SHA256 (rust/crates/version_check-0.9.1.crate) = 078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce -SIZE (rust/crates/version_check-0.9.1.crate) = 11459 -SHA256 (rust/crates/walkdir-2.3.1.crate) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d -SIZE (rust/crates/walkdir-2.3.1.crate) = 23413 +SHA256 (rust/crates/unicode-bidi-0.3.5.crate) = eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0 +SIZE (rust/crates/unicode-bidi-0.3.5.crate) = 33423 +SHA256 (rust/crates/unicode-normalization-0.1.17.crate) = 07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef +SIZE (rust/crates/unicode-normalization-0.1.17.crate) = 100345 +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.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/urlencoding-1.1.1.crate) = c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593 +SIZE (rust/crates/urlencoding-1.1.1.crate) = 3711 +SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 +SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 +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/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 SIZE (rust/crates/want-0.3.0.crate) = 6550 -SHA256 (rust/crates/warp-0.2.2.crate) = 54cd1e2b3eb3539284d88b76a9afcf5e20f2ef2fab74db5b21a1c30d7d945e82 -SIZE (rust/crates/warp-0.2.2.crate) = 101942 +SHA256 (rust/crates/warp-0.2.5.crate) = f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407 +SIZE (rust/crates/warp-0.2.5.crate) = 110850 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/which-4.1.0.crate) = b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe +SIZE (rust/crates/which-4.1.0.crate) = 7684 SHA256 (rust/crates/winapi-0.2.8.crate) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a SIZE (rust/crates/winapi-0.2.8.crate) = 455145 -SHA256 (rust/crates/winapi-0.3.8.crate) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 -SIZE (rust/crates/winapi-0.3.8.crate) = 1128308 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-build-0.1.1.crate) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc SIZE (rust/crates/winapi-build-0.1.1.crate) = 669 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 @@ -357,5 +413,5 @@ SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8 SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697 SHA256 (rust/crates/xml5ever-0.16.1.crate) = 0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59 SIZE (rust/crates/xml5ever-0.16.1.crate) = 41282 -SHA256 (rust-lang-mdBook-v0.4.8_GH0.tar.gz) = 87f8251742123d5c70eb3416e9dd71e9db693a966dd8d9aa8c30630bdba1dc11 -SIZE (rust-lang-mdBook-v0.4.8_GH0.tar.gz) = 1478812 +SHA256 (rust-lang-mdBook-v0.4.10_GH0.tar.gz) = ecd1d4cee5b5fa7781799f83010e2074262929a22e37d308061b54ffa7e42f69 +SIZE (rust-lang-mdBook-v0.4.10_GH0.tar.gz) = 1483113 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 14:42:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7ABC642CED; Sun, 27 Jun 2021 14: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 4GCYPR66BSz4V3l; Sun, 27 Jun 2021 14: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 B9B6A13FC2; Sun, 27 Jun 2021 14:42: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 15REgpkH019082; Sun, 27 Jun 2021 14: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 15REgp4G019081; Sun, 27 Jun 2021 14:42:51 GMT (envelope-from git) Date: Sun, 27 Jun 2021 14:42:51 GMT Message-Id: <202106271442.15REgp4G019081@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: df8e9f8e905e - main - net-mgmt/check_mk_agent: Update to 2.0.0p6 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: df8e9f8e905e524bc6d9a2feccd2b406e1a653e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 14:42:52 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=df8e9f8e905e524bc6d9a2feccd2b406e1a653e5 commit df8e9f8e905e524bc6d9a2feccd2b406e1a653e5 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-25 17:15:16 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-27 14:41:26 +0000 net-mgmt/check_mk_agent: Update to 2.0.0p6 The FreeBSD-related bits didn't change, which is why distinfo checksums are the same. --- net-mgmt/check_mk_agent/Makefile | 2 +- net-mgmt/check_mk_agent/distinfo | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-mgmt/check_mk_agent/Makefile b/net-mgmt/check_mk_agent/Makefile index d8ed72cb7397..0fe4986a2cae 100644 --- a/net-mgmt/check_mk_agent/Makefile +++ b/net-mgmt/check_mk_agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= check_mk_agent DISTVERSIONPREFIX= v -DISTVERSION= 1.6.0p19 +DISTVERSION= 2.0.0p6 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/tribe29/checkmk/${DISTVERSIONFULL}/agents/:agent \ https://raw.githubusercontent.com/tribe29/checkmk/${DISTVERSIONFULL}/doc/agents/:doc \ diff --git a/net-mgmt/check_mk_agent/distinfo b/net-mgmt/check_mk_agent/distinfo index b691b333b80f..7cf64de747aa 100644 --- a/net-mgmt/check_mk_agent/distinfo +++ b/net-mgmt/check_mk_agent/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1609425635 -SHA256 (check_mk_agent-1.6.0.p19/check_mk_agent.freebsd) = 2b0b264ec875c33a7efb5a5024a89c95e359e55b42ff39e1ea22ee4877cd69d4 -SIZE (check_mk_agent-1.6.0.p19/check_mk_agent.freebsd) = 15091 -SHA256 (check_mk_agent-1.6.0.p19/README.FreeBSD) = 01094a2197ca0a3a43ac16098c0f800d2ee808db2fd9a2f133f4bad04062ec5f -SIZE (check_mk_agent-1.6.0.p19/README.FreeBSD) = 1349 -SHA256 (check_mk_agent-1.6.0.p19/COPYING) = fbaab079995bef694ef8451f0f763b91b44e5b57b8e2a487d2a240b395187a7f -SIZE (check_mk_agent-1.6.0.p19/COPYING) = 15174 +TIMESTAMP = 1624641296 +SHA256 (check_mk_agent-2.0.0.p6/check_mk_agent.freebsd) = 611973f3ef5ef0feb3f64186251822740c57af43284ff35d51aa57b75e8b64b2 +SIZE (check_mk_agent-2.0.0.p6/check_mk_agent.freebsd) = 13999 +SHA256 (check_mk_agent-2.0.0.p6/README.FreeBSD) = 01094a2197ca0a3a43ac16098c0f800d2ee808db2fd9a2f133f4bad04062ec5f +SIZE (check_mk_agent-2.0.0.p6/README.FreeBSD) = 1349 +SHA256 (check_mk_agent-2.0.0.p6/COPYING) = fbaab079995bef694ef8451f0f763b91b44e5b57b8e2a487d2a240b395187a7f +SIZE (check_mk_agent-2.0.0.p6/COPYING) = 15174 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 14:45:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0F3E0642E81; Sun, 27 Jun 2021 14:45: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 4GCYS8726zz4V8v; Sun, 27 Jun 2021 14:45: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 D9D381428A; Sun, 27 Jun 2021 14:45: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 15REjCoR019397; Sun, 27 Jun 2021 14:45:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15REjCv5019396; Sun, 27 Jun 2021 14:45:12 GMT (envelope-from git) Date: Sun, 27 Jun 2021 14:45:12 GMT Message-Id: <202106271445.15REjCv5019396@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: 85a29c501bee - main - sysutils/py-qmk: Update to 0.1.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: 85a29c501bee5120ab233c0ad7e3c135da478fbe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 14:45:13 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=85a29c501bee5120ab233c0ad7e3c135da478fbe commit 85a29c501bee5120ab233c0ad7e3c135da478fbe Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-06-27 14:44:57 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-06-27 14:44:57 +0000 sysutils/py-qmk: Update to 0.1.0 --- sysutils/py-qmk/Makefile | 2 +- sysutils/py-qmk/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/py-qmk/Makefile b/sysutils/py-qmk/Makefile index 46a935c8ecff..a7b4f81cffea 100644 --- a/sysutils/py-qmk/Makefile +++ b/sysutils/py-qmk/Makefile @@ -1,5 +1,5 @@ PORTNAME= qmk -DISTVERSION= 0.0.52 +DISTVERSION= 0.1.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-qmk/distinfo b/sysutils/py-qmk/distinfo index efb990d31a94..7a4a47f3e76d 100644 --- a/sysutils/py-qmk/distinfo +++ b/sysutils/py-qmk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624533294 -SHA256 (qmk-0.0.52.tar.gz) = 98d17e6d185a2fa26135b44e9a36031e428aa2444800b7791596d1b7d2a0e574 -SIZE (qmk-0.0.52.tar.gz) = 8005 +TIMESTAMP = 1624805090 +SHA256 (qmk-0.1.0.tar.gz) = 76654b2fff92857f04201cdea3effc8af1f6039b4fcbe64157edb62666928251 +SIZE (qmk-0.1.0.tar.gz) = 8750 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 14:49:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A6FF642E3C; Sun, 27 Jun 2021 14:49: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 4GCYYb6YwSz4VGw; Sun, 27 Jun 2021 14:49: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 CA2631365C; Sun, 27 Jun 2021 14:49: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 15REntuE019817; Sun, 27 Jun 2021 14:49:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15REntbq019816; Sun, 27 Jun 2021 14:49:55 GMT (envelope-from git) Date: Sun, 27 Jun 2021 14:49:55 GMT Message-Id: <202106271449.15REntbq019816@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: 1785eb239603 - main - */*: 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: 1785eb239603d31136b2c62e8dd71adc2e17a5ac Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 14:49:56 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=1785eb239603d31136b2c62e8dd71adc2e17a5ac commit 1785eb239603d31136b2c62e8dd71adc2e17a5ac Author: Rene Ladan AuthorDate: 2021-06-27 14:49:43 +0000 Commit: Rene Ladan CommitDate: 2021-06-27 14:49:43 +0000 */*: Remove expired ports: 2021-06-23 x11-toolkits/v: Dead upstream, unmaintained and no consumers --- MOVED | 1 + x11-toolkits/Makefile | 1 - x11-toolkits/v/Makefile | 69 ------------------ x11-toolkits/v/distinfo | 4 -- x11-toolkits/v/files/patch-configs-ConfigX.mk | 47 ------------ x11-toolkits/v/files/patch-includex-v-v_defs.h | 10 --- x11-toolkits/v/files/patch-includex-v-vtimer.h | 18 ----- x11-toolkits/v/files/patch-srcx-vcanvas.cxx | 20 ------ x11-toolkits/v/files/patch-srcx-vcomboc.cxx | 20 ------ x11-toolkits/v/files/patch-srcx-vlistcc.cxx | 64 ----------------- x11-toolkits/v/files/patch-srcx-vsliderc.cxx | 11 --- x11-toolkits/v/files/patch-srcx-vtimer.cxx | 11 --- x11-toolkits/v/pkg-descr | 11 --- x11-toolkits/v/pkg-message | 10 --- x11-toolkits/v/pkg-plist | 98 -------------------------- 15 files changed, 1 insertion(+), 394 deletions(-) diff --git a/MOVED b/MOVED index f6c105d81356..83ee3f3ecd54 100644 --- a/MOVED +++ b/MOVED @@ -16454,3 +16454,4 @@ chinese/fcitx-sunpinyin||2021-06-26|Has expired: Uses EOL Python 2.7 via chinese www/dojo-shrinksafe||2021-06-26|Removed, deprecated upstream www/blastbeat||2021-06-26|Removed, abandoned upstream, broken on 12.X since 2019 www/demoroniser||2021-06-26|Removed, made for Microsoft Powerpoint 9x with Perl 4.0 +x11-toolkits/v||2021-06-27|Has expired: Dead upstream, unmaintained and no consumers diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 626b1f16f85d..d11e8ae93ff4 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -213,7 +213,6 @@ SUBDIR += tktray SUBDIR += tktreectrl SUBDIR += unique - SUBDIR += v SUBDIR += vdk SUBDIR += viewklass SUBDIR += vte diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile deleted file mode 100644 index 0e3cb0a4f0ae..000000000000 --- a/x11-toolkits/v/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# Created by: Donald Burr - -PORTNAME= v -PORTVERSION= 1.90 -PORTREVISION= 7 -CATEGORIES= x11-toolkits devel graphics -MASTER_SITES= SF/${PORTNAME}gui/V%20GUI/${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${DISTNAME}a-patch${EXTRACT_SUFX} -PKGNAMESUFFIX= gui - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ GUI development framework for X11 and Microsoft Windows - -DEPRECATED= Dead upstream, unmaintained and no consumers -EXPIRATION_DATE=2021-06-23 - -USES= compiler dos2unix gmake xorg -USE_XORG= x11 xt xmu xaw -MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC} -# Build ignores CXXFLAGS -CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} -CFLAGS_clang= -Wno-c++11-narrowing - -WRKSRC= ${WRKDIR}/home/vgui - -OPTIONS_DEFINE= OPENGL # DOCS (commented out, see below) -OPTIONS_DEFAULT= OPENGL - -OPENGL_USES= gl -OPENGL_USE= GL=glu - -post-patch: -# For gmake>=3.82 - @${REINPLACE_CMD} -e 's/^ cd/# cd/' ${WRKSRC}/srcx/Makefile -# Fix parallel builds: call make(1) correctly, register target dependencies - @${REINPLACE_CMD} -E 's/cd (.+) ; (\$$\(MAKE\))/\2 -C \1/' \ - ${WRKSRC}/Makefile - @${ECHO_CMD} test appgen iconed draw bmp2vbm examp drawex icons \ - tutor: srcx >> ${WRKSRC}/Makefile - -do-configure: - ${CP} ${WRKSRC}/configs/ConfigX.mk ${WRKSRC}/Config.mk - -pre-build: - @${MKDIR} ${WRKSRC}/obj/bsd ${WRKSRC}/objm/bsd ${WRKSRC}/lib/bsd \ - ${WRKSRC}/bin/bsd - -post-build: - ${RANLIB} ${WRKSRC}/lib/libVx.a - ${RANLIB} ${WRKSRC}/lib/libVxgl.a - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/viconedx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/b2v ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/icondemox ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/protox ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/tutappx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vdrawx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vdrawexx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vgenx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vtestlibx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libVx.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libVxgl.a ${STAGEDIR}${PREFIX}/lib - @${MKDIR} ${STAGEDIR}${PREFIX}/include/v - ${INSTALL_DATA} ${WRKSRC}/includex/v/*.h ${STAGEDIR}${PREFIX}/include/v - ${INSTALL_DATA} ${WRKSRC}/includex/v/*.cxx ${STAGEDIR}${PREFIX}/include/v - -.include diff --git a/x11-toolkits/v/distinfo b/x11-toolkits/v/distinfo deleted file mode 100644 index e626e1968c9e..000000000000 --- a/x11-toolkits/v/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (v-1.90.tar.gz) = c6eacb3b3463e60522d8756abf7c39d30753b595bc110453d40f5f082f69ce40 -SIZE (v-1.90.tar.gz) = 1334360 -SHA256 (v-1.90a-patch.tar.gz) = 799614292df0df2117ac196eb75b95042d6021ec8249603e61fcfa66abb817ee -SIZE (v-1.90a-patch.tar.gz) = 5970 diff --git a/x11-toolkits/v/files/patch-configs-ConfigX.mk b/x11-toolkits/v/files/patch-configs-ConfigX.mk deleted file mode 100644 index 2f2ccadbe963..000000000000 --- a/x11-toolkits/v/files/patch-configs-ConfigX.mk +++ /dev/null @@ -1,47 +0,0 @@ ---- configs/ConfigX.mk.orig Fri Nov 24 18:13:58 2006 -+++ configs/ConfigX.mk Fri Nov 24 18:14:19 2006 -@@ -34,8 +34,8 @@ - #--------------------------------------------------------------------- - # Tools used in the makefile execution - #--------------------------------------------------------------------- --CC = gcc --CXX = g++ -+#CC = gcc -+#CXX = g++ - - #--------------------------------------------------------------------- - # VPATH for dependencies on header files -@@ -51,7 +51,7 @@ - # User contributed definitions are available for: - # hpux, aix, solaris, bsd - #--------------------------------------------------------------------- --ARCH = linuxdev -+#ARCH = linuxdev - #ARCH = linux - #ARCH = linuxelf - #ARCH = sun4 -@@ -60,9 +60,9 @@ - #ARCH = hpux - #ARCH = aix - #ARCH = solaris --#ARCH = bsd -+ARCH = bsd - #ARCH = tru64 --Arch = $(ARCH) -+Arch = bsd - - - #--------------------------------------------------------------------- -@@ -305,9 +305,9 @@ - # FreeBSD with gcc - #---------------------------------------------------------------------- - ifeq ($(Arch),bsd) --INCDIR += -I/usr/$(X11RV)/include --LIBDIR += -L/usr/$(X11RV)/lib --LIBS += -lV -lXmu -lXt -lXext -lX11 -lxm -+INCDIR += -I$(LOCALBASE)/include -+LIBDIR += -L$(LOCALBASE)/lib -+LIBS += -lXmu -lXt -lXext -lX11 - TARZ = - RANLIB = ranlib - VGPATH = UNIX diff --git a/x11-toolkits/v/files/patch-includex-v-v_defs.h b/x11-toolkits/v/files/patch-includex-v-v_defs.h deleted file mode 100644 index 4f442b5453f1..000000000000 --- a/x11-toolkits/v/files/patch-includex-v-v_defs.h +++ /dev/null @@ -1,10 +0,0 @@ ---- includex/v/v_defs.h.orig Mon Apr 28 19:16:56 2003 -+++ includex/v/v_defs.h Thu Mar 9 19:03:12 2006 -@@ -310,6 +310,7 @@ - #define notChk 0 - #define noSub 0 - #define notUsed 0 -+#define notUsedVoid - #define noIcon 0 - - // standard menu definitions diff --git a/x11-toolkits/v/files/patch-includex-v-vtimer.h b/x11-toolkits/v/files/patch-includex-v-vtimer.h deleted file mode 100644 index 91ef038bb031..000000000000 --- a/x11-toolkits/v/files/patch-includex-v-vtimer.h +++ /dev/null @@ -1,18 +0,0 @@ ---- includex/v/vtimer.h.orig Fri Apr 4 23:37:28 2003 -+++ includex/v/vtimer.h Thu Mar 9 19:05:20 2006 -@@ -19,13 +19,13 @@ - - extern "C" - { -- void CtimerCB(XtPointer client_data, XtIntervalId* notUsed); -+ void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid); - } - - class vTimer - { - -- friend void CtimerCB(XtPointer client_data, XtIntervalId* notUsed); -+ friend void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid); - - public: //---------------------------------------- public - diff --git a/x11-toolkits/v/files/patch-srcx-vcanvas.cxx b/x11-toolkits/v/files/patch-srcx-vcanvas.cxx deleted file mode 100644 index 4dfaf5a05361..000000000000 --- a/x11-toolkits/v/files/patch-srcx-vcanvas.cxx +++ /dev/null @@ -1,20 +0,0 @@ ---- srcx/vcanvas.cxx.orig 2007-07-31 22:24:59.000000000 +0200 -+++ srcx/vcanvas.cxx 2007-07-31 22:25:47.000000000 +0200 -@@ -1326,7 +1326,7 @@ - } - } - #else -- int pos = (int)position; -+ intptr_t pos = (intptr_t)position; - ((vCanvasPane*)This)->HScrollProcCB(pos); - #endif - } -@@ -1365,7 +1365,7 @@ - } - } - #else -- int pos = (int)position; -+ intptr_t pos = (intptr_t)position; - ((vCanvasPane*)This)->VScrollProcCB(pos); - #endif - } diff --git a/x11-toolkits/v/files/patch-srcx-vcomboc.cxx b/x11-toolkits/v/files/patch-srcx-vcomboc.cxx deleted file mode 100644 index b693a4a618c4..000000000000 --- a/x11-toolkits/v/files/patch-srcx-vcomboc.cxx +++ /dev/null @@ -1,20 +0,0 @@ -Regressed by https://gitlab.freedesktop.org/xorg/lib/libxaw/-/commit/197e9d055f3c - -vcomboc.cxx:331:2: error: no matching function for call to 'XawListChange' - XawListChange(_popupList, _workList, _numItems, _maxWidth, True); - ^~~~~~~~~~~~~ -/usr/local/include/X11/Xaw/List.h:167:6: note: candidate function not viable: no known conversion from 'char *[32]' to 'const char **' for 2nd argument -void XawListChange - ^ - ---- srcx/vcomboc.cxx.orig 2003-04-04 21:37:00 UTC -+++ srcx/vcomboc.cxx -@@ -328,7 +328,7 @@ static Pixmap down_bitmap = 0; - #ifndef Athena - XmListReplaceItemsPosUnselected(_popupList, (XmString*)_workList, _numItems, 1); - #else -- XawListChange(_popupList, _workList, _numItems, _maxWidth, True); -+ XawListChange(_popupList, (_Xconst char**)_workList, _numItems, _maxWidth, True); - #endif - if (val < 0) // unselect - val = 0; diff --git a/x11-toolkits/v/files/patch-srcx-vlistcc.cxx b/x11-toolkits/v/files/patch-srcx-vlistcc.cxx deleted file mode 100644 index b624428b824d..000000000000 --- a/x11-toolkits/v/files/patch-srcx-vlistcc.cxx +++ /dev/null @@ -1,64 +0,0 @@ -Regressed by https://gitlab.freedesktop.org/xorg/lib/libxaw/-/commit/197e9d055f3c - -vlistc.cxx:344:2: error: no matching function for call to 'XawListChange' - XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -vlistc.cxx:374:6: error: no matching function for call to 'XawListChange' - XawListChange(wCmd, _workList, _listRows, _maxWidth, True); - ^~~~~~~~~~~~~ -vlistc.cxx:405:6: error: no matching function for call to 'XawListChange' - XawListChange(wCmd, _workList, _listRows, _maxWidth, True); - ^~~~~~~~~~~~~ -vlistc.cxx:484:5: error: no matching function for call to 'XawListChange' - XawListChange(wCmd, _workList, _listRows, _maxWidth, True); - ^~~~~~~~~~~~~ -/usr/local/include/X11/Xaw/List.h:167:6: note: candidate function not viable: no known conversion from 'char *[33]' to 'const char **' for 2nd argument -void XawListChange - ^ - ---- srcx/vlistc.cxx.orig 2003-04-04 21:37:00 UTC -+++ srcx/vlistc.cxx -@@ -341,7 +341,7 @@ extern "C" - NULL); - #else - // turn them all off! -- XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -+ XawListChange(wCmd, (_Xconst char**)_workList, _listRows, _maxWidth, True); - SetScroll(_ScrlShown, _ScrlTop); - #endif - SetCmdVal(val,Value); -@@ -371,7 +371,7 @@ extern "C" - #ifndef Athena - XmListDeselectAllItems(wCmd); - #else -- XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -+ XawListChange(wCmd, (_Xconst char**)_workList, _listRows, _maxWidth, True); - #endif - return; - } -@@ -402,7 +402,7 @@ extern "C" - - if (newSel >= 0 && newSel < _listRows) - { -- XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -+ XawListChange(wCmd, (_Xconst char**)_workList, _listRows, _maxWidth, True); - XawListHighlight(wCmd, newSel); - } - else // have to scroll -@@ -481,7 +481,7 @@ extern "C" - _workList[ix] = _fullList[ix + _workMapsTo]; - } - -- XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -+ XawListChange(wCmd, (_Xconst char**)_workList, _listRows, _maxWidth, True); - - // See if the currently selected item is on the list, and rehighlight - int newSel = _curSelection - _workMapsTo; -@@ -676,7 +676,7 @@ extern "C" - //============================>>> CScollProcCB <<<============================= - void CScrollProcCB(Widget w, XtPointer This, XtPointer position) - { -- int pos = (int)position; -+ intptr_t pos = (intptr_t)position; - ((vListCmd*)This)->ScrollProcCB(pos); - } - #endif // Athena only diff --git a/x11-toolkits/v/files/patch-srcx-vsliderc.cxx b/x11-toolkits/v/files/patch-srcx-vsliderc.cxx deleted file mode 100644 index c9fc99d9f7ca..000000000000 --- a/x11-toolkits/v/files/patch-srcx-vsliderc.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- srcx/vsliderc.cxx.orig 2007-07-31 22:29:12.000000000 +0200 -+++ srcx/vsliderc.cxx 2007-07-31 22:29:56.000000000 +0200 -@@ -402,7 +402,7 @@ - //============================>>> CScollProcCB <<<============================= - void CSliderScrollProcCB(Widget w, XtPointer This, XtPointer position) - { -- int pos = (int)position; -+ intptr_t pos = (intptr_t)position; - ((vSliderCmd*)This)->ScrollProcCB(pos); - } - } diff --git a/x11-toolkits/v/files/patch-srcx-vtimer.cxx b/x11-toolkits/v/files/patch-srcx-vtimer.cxx deleted file mode 100644 index beb7e429b24e..000000000000 --- a/x11-toolkits/v/files/patch-srcx-vtimer.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- srcx/vtimer.cxx.orig Fri Apr 4 23:37:00 2003 -+++ srcx/vtimer.cxx Thu Mar 9 19:06:58 2006 -@@ -95,7 +95,7 @@ - extern "C" - { - //============================>>> CtimerCB <<<========================== -- void CtimerCB(XtPointer client_data, XtIntervalId* notUsed) -+ void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid) - { - // timer tick callback - // diff --git a/x11-toolkits/v/pkg-descr b/x11-toolkits/v/pkg-descr deleted file mode 100644 index f6e0fd5e7dcc..000000000000 --- a/x11-toolkits/v/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -V is a C++ GUI and application development framework for X-windows and -Microsoft Windows. It allows you to develop GUI applications that are -source-code compatible under X11 and Microsoft Windows 3.x/95, that have -the same look-and-feel under both environments. It does not require any -special X toolkits or Windows DLL's to be installed (it uses the standard -toolkits on both environments). - -Full documentation, many code examples, and the V toolkit for Windows -systems is available at the V web site: - -WWW: http://vgui.sourceforge.net/ diff --git a/x11-toolkits/v/pkg-message b/x11-toolkits/v/pkg-message deleted file mode 100644 index f193d202d01e..000000000000 --- a/x11-toolkits/v/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -[ -{ type: install - message: < Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 653E0642F1A; Sun, 27 Jun 2021 14: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 4GCYk22GL0z4VfD; Sun, 27 Jun 2021 14:57: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 3646013675; Sun, 27 Jun 2021 14:57: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 15REvEMU033263; Sun, 27 Jun 2021 14:57:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15REvEms033262; Sun, 27 Jun 2021 14:57:14 GMT (envelope-from git) Date: Sun, 27 Jun 2021 14:57:14 GMT Message-Id: <202106271457.15REvEms033262@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: 03ed448b5012 - main - sysutils/bhyve-firmware: undeprecate CSM option 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: 03ed448b501283f1e4d5dd0abb6847a91a32a79b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 14:57:14 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=03ed448b501283f1e4d5dd0abb6847a91a32a79b commit 03ed448b501283f1e4d5dd0abb6847a91a32a79b Author: Rene Ladan AuthorDate: 2021-06-27 14:56:24 +0000 Commit: Rene Ladan CommitDate: 2021-06-27 14:56:24 +0000 sysutils/bhyve-firmware: undeprecate CSM option The sysutils/uefi-edk2-bhyve port no longer needs Python 2.7 --- sysutils/bhyve-firmware/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile index 1fb78f76049c..3c601a11f7ef 100644 --- a/sysutils/bhyve-firmware/Makefile +++ b/sysutils/bhyve-firmware/Makefile @@ -14,11 +14,4 @@ OPTIONS_DEFAULT= CSM CSM_DESC= Include firmware with Compatibility Support Module CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm -.include - -.if ${PORT_OPTIONS:MCSM} -DEPRECATED= Uses EOL Python 2.7 via sysutils/uefi-edk2-bhyve -EXPIRATION_DATE=2021-06-23 -.endif - .include From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 17:58:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC8186469C4; Sun, 27 Jun 2021 17:58: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 4GCdkk5Bx4z4hnt; Sun, 27 Jun 2021 17:58: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 9AC6D16B08; Sun, 27 Jun 2021 17:58: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 15RHw6kp071932; Sun, 27 Jun 2021 17:58:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RHw6K3071931; Sun, 27 Jun 2021 17:58:06 GMT (envelope-from git) Date: Sun, 27 Jun 2021 17:58:06 GMT Message-Id: <202106271758.15RHw6K3071931@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: bd53ec4c3cec - main - audio/bangr-lv2: New port: Multi-dimensional dynamicly distorted staggered multi-bandpass 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: bd53ec4c3cec9de23572fa10215cb91ac0fab621 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 17:58:06 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd53ec4c3cec9de23572fa10215cb91ac0fab621 commit bd53ec4c3cec9de23572fa10215cb91ac0fab621 Author: Yuri Victorovich AuthorDate: 2021-06-27 17:11:31 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 17:58:03 +0000 audio/bangr-lv2: New port: Multi-dimensional dynamicly distorted staggered multi-bandpass --- audio/Makefile | 1 + audio/bangr-lv2/Makefile | 36 ++++++++++++++++++++++++++++++++++++ audio/bangr-lv2/distinfo | 3 +++ audio/bangr-lv2/pkg-descr | 9 +++++++++ 4 files changed, 49 insertions(+) diff --git a/audio/Makefile b/audio/Makefile index af4da34700de..3f0583f48f72 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -48,6 +48,7 @@ SUBDIR += aylet SUBDIR += bambootracker SUBDIR += bamp-lv2 + SUBDIR += bangr-lv2 SUBDIR += baresip SUBDIR += baudline SUBDIR += bcg729 diff --git a/audio/bangr-lv2/Makefile b/audio/bangr-lv2/Makefile new file mode 100644 index 000000000000..3453a81ed781 --- /dev/null +++ b/audio/bangr-lv2/Makefile @@ -0,0 +1,36 @@ +PORTNAME= bangr +DISTVERSION= 1.2.0 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Multi-dimensional dynamicly distorted staggered multi-bandpass + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + cmake:devel/cmake +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USE_GNOME= cairo +USE_XORG= x11 + +USE_GITHUB= yes +GH_ACCOUNT= sjaehn +GH_PROJECT= BAngr + +MAKEFILE= makefile + +PLIST_FILES= lib/lv2/BAngr.lv2/BAngr.so \ + lib/lv2/BAngr.lv2/BAngr.ttl \ + lib/lv2/BAngr.lv2/BAngrGUI.so \ + lib/lv2/BAngr.lv2/inc/surface.png \ + lib/lv2/BAngr.lv2/manifest.ttl + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/lib/lv2/BAngr.lv2/LICENSE + +.include diff --git a/audio/bangr-lv2/distinfo b/audio/bangr-lv2/distinfo new file mode 100644 index 000000000000..10a58a7f910d --- /dev/null +++ b/audio/bangr-lv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624812024 +SHA256 (sjaehn-BAngr-1.2.0_GH0.tar.gz) = fb71f64adb7f5cb8e9d6c39dc433e1ca01a13ba616fa4e619bec325534773335 +SIZE (sjaehn-BAngr-1.2.0_GH0.tar.gz) = 297242 diff --git a/audio/bangr-lv2/pkg-descr b/audio/bangr-lv2/pkg-descr new file mode 100644 index 000000000000..4a2e4c86c9f6 --- /dev/null +++ b/audio/bangr-lv2/pkg-descr @@ -0,0 +1,9 @@ +A multi-dimensional dynamicly distorted staggered multi-bandpass LV2 plugin, for +extreme soundmangling. Based on Airwindows XRegion. + +Key features: +* Multi-bandpass / distortion +* Cross-fading between four instances +* Automatic or user-controlled + +WWW: https://github.com/sjaehn/BAngr From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 17:58:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB397646D8D; Sun, 27 Jun 2021 17:58: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 4GCdkl6D6Dz4hlk; Sun, 27 Jun 2021 17:58: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 BD3A516B09; Sun, 27 Jun 2021 17:58: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 15RHw76M071956; Sun, 27 Jun 2021 17:58:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RHw7m3071955; Sun, 27 Jun 2021 17:58:07 GMT (envelope-from git) Date: Sun, 27 Jun 2021 17:58:07 GMT Message-Id: <202106271758.15RHw7m3071955@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: cc3e519ce652 - main - audio/spectmorph: New port: Analyze and combine samples of musical instruments 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: cc3e519ce6526b9fd786c6163ee401fc415d269e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 17:58:08 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc3e519ce6526b9fd786c6163ee401fc415d269e commit cc3e519ce6526b9fd786c6163ee401fc415d269e Author: Yuri Victorovich AuthorDate: 2021-06-27 17:57:26 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-27 17:58:04 +0000 audio/spectmorph: New port: Analyze and combine samples of musical instruments --- audio/Makefile | 1 + audio/spectmorph/Makefile | 44 +++++ audio/spectmorph/distinfo | 3 + audio/spectmorph/files/patch-configure.ac | 12 ++ audio/spectmorph/files/patch-lib_smutils.hh | 11 ++ audio/spectmorph/files/patch-tools_smenccache.cc | 10 ++ audio/spectmorph/pkg-descr | 8 + audio/spectmorph/pkg-plist | 211 +++++++++++++++++++++++ 8 files changed, 300 insertions(+) diff --git a/audio/Makefile b/audio/Makefile index 3f0583f48f72..e6e8631bac7f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -737,6 +737,7 @@ SUBDIR += sox SUBDIR += spc2it SUBDIR += spectacle-lv2 + SUBDIR += spectmorph SUBDIR += spectrogram SUBDIR += speech-denoiser-lv2 SUBDIR += speex diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile new file mode 100644 index 000000000000..47b6f3d3d0c2 --- /dev/null +++ b/audio/spectmorph/Makefile @@ -0,0 +1,44 @@ +PORTNAME= spectmorph +DISTVERSION= 0.5.2 +CATEGORIES= audio +MASTER_SITES= https://spectmorph.org/files/releases/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Analyze and combine samples of musical instruments + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= fftw3>0:math/fftw3 \ + lv2>0:audio/lv2 +LIB_DEPENDS= libao.so:audio/libao \ + libfftw3f.so:math/fftw3-float \ + libfreetype.so:print/freetype2 \ + libjack.so:audio/jack \ + libsndfile.so:audio/libsndfile + +USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg +USE_QT= core gui widgets buildtools_build +USE_GNOME= cairo glib20 +USE_GL= gl +USE_XORG= x11 +USE_LDCONFIG= yes + +SHEBANG_FILES= tools/sminstbuilder.in + +GNU_CONFIGURE= yes + +LDFLAGS+= -L${LOCALBASE}/lib -lfftw3f_threads + +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= JACK LV2 +OPTIONS_DEFAULT= JACK LV2 +OPTIONS_SUB= yes + +JACK_CONFIGURE_WITH= jack + +LV2_DESC= Build the LV2 plugin +LV2_CONFIGURE_WITH= lv2 + +.include diff --git a/audio/spectmorph/distinfo b/audio/spectmorph/distinfo new file mode 100644 index 000000000000..3d873c12251f --- /dev/null +++ b/audio/spectmorph/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624784043 +SHA256 (spectmorph-0.5.2.tar.bz2) = 2ed06e46e0396723621b21a89e81a2850bc5b9590383ae1d37094c68673d387b +SIZE (spectmorph-0.5.2.tar.bz2) = 30920194 diff --git a/audio/spectmorph/files/patch-configure.ac b/audio/spectmorph/files/patch-configure.ac new file mode 100644 index 000000000000..88768dc98886 --- /dev/null +++ b/audio/spectmorph/files/patch-configure.ac @@ -0,0 +1,12 @@ +--- configure.ac.orig 2021-06-27 09:08:51 UTC ++++ configure.ac +@@ -363,6 +363,9 @@ case "${host_os}" in + linux*) + build_linux=yes + ;; ++ freebsd*) ++ build_linux=yes ++ ;; + cygwin*|mingw*) + build_windows=yes + ;; diff --git a/audio/spectmorph/files/patch-lib_smutils.hh b/audio/spectmorph/files/patch-lib_smutils.hh new file mode 100644 index 000000000000..59f1342787f3 --- /dev/null +++ b/audio/spectmorph/files/patch-lib_smutils.hh @@ -0,0 +1,11 @@ +--- lib/smutils.hh.orig 2021-06-27 09:10:34 UTC ++++ lib/smutils.hh +@@ -13,6 +13,8 @@ + #define SM_OS_MACOS + #elif __linux__ + #define SM_OS_LINUX ++#elif __FreeBSD__ ++ #define SM_OS_LINUX + #else + #error "unsupported platform" + #endif diff --git a/audio/spectmorph/files/patch-tools_smenccache.cc b/audio/spectmorph/files/patch-tools_smenccache.cc new file mode 100644 index 000000000000..87311917bc33 --- /dev/null +++ b/audio/spectmorph/files/patch-tools_smenccache.cc @@ -0,0 +1,10 @@ +--- tools/smenccache.cc.orig 2021-06-27 09:40:09 UTC ++++ tools/smenccache.cc +@@ -4,6 +4,7 @@ + #include "smutils.hh" + #include + #include ++#include // for WEXITSTATUS + + using std::string; + using std::vector; diff --git a/audio/spectmorph/pkg-descr b/audio/spectmorph/pkg-descr new file mode 100644 index 000000000000..3bdb34d41fd1 --- /dev/null +++ b/audio/spectmorph/pkg-descr @@ -0,0 +1,8 @@ +SpectMorph is a free software project which allows to analyze samples of musical +instruments, and to combine them (morphing). It can be used to construct hybrid +sounds, for instance a sound between a trumpet and a flute; or smooth +transitions, for instance a sound that starts as a trumpet and then gradually +changes to a flute. In its current version, SpectMorph ships with many +ready-to-use instruments which can be combined using morphing. + +WWW: https://spectmorph.org/ diff --git a/audio/spectmorph/pkg-plist b/audio/spectmorph/pkg-plist new file mode 100644 index 000000000000..d274d0ae05b9 --- /dev/null +++ b/audio/spectmorph/pkg-plist @@ -0,0 +1,211 @@ +bin/smenc +%%JACK%%bin/smenccache +%%JACK%%bin/sminspector +%%JACK%%bin/sminstbuilder +%%JACK%%bin/smjack +%%JACK%%bin/smplay +%%JACK%%bin/smsampleedit +%%JACK%%bin/smsfimport +bin/smstrip +bin/smtool +bin/smwavset +include/spectmorph/smcore/smadsrenvelope.hh +include/spectmorph/smcore/smalignedarray.hh +include/spectmorph/smcore/smaudio.hh +include/spectmorph/smcore/smaudiotool.hh +include/spectmorph/smcore/smbinbuffer.hh +include/spectmorph/smcore/smblockutils.hh +include/spectmorph/smcore/smbuilderthread.hh +include/spectmorph/smcore/smconfig.hh +include/spectmorph/smcore/smdebug.hh +include/spectmorph/smcore/smeffectdecoder.hh +include/spectmorph/smcore/smencoder.hh +include/spectmorph/smcore/smfft.hh +include/spectmorph/smcore/smgenericin.hh +include/spectmorph/smcore/smgenericout.hh +include/spectmorph/smcore/smhexstring.hh +include/spectmorph/smcore/smifftsynth.hh +include/spectmorph/smcore/smindex.hh +include/spectmorph/smcore/sminfile.hh +include/spectmorph/smcore/sminsteditsynth.hh +include/spectmorph/smcore/sminstenccache.hh +include/spectmorph/smcore/sminstencoder.hh +include/spectmorph/smcore/sminstrument.hh +include/spectmorph/smcore/smjobqueue.hh +include/spectmorph/smcore/smleakdebugger.hh +include/spectmorph/smcore/smlivedecoder.hh +include/spectmorph/smcore/smlivedecodersource.hh +include/spectmorph/smcore/smmain.hh +include/spectmorph/smcore/smmath.hh +include/spectmorph/smcore/smmemout.hh +include/spectmorph/smcore/smmicroconf.hh +include/spectmorph/smcore/smmidisynth.hh +include/spectmorph/smcore/smminiresampler.hh +include/spectmorph/smcore/smmmapin.hh +include/spectmorph/smcore/smmorphgrid.hh +include/spectmorph/smcore/smmorphgridmodule.hh +include/spectmorph/smcore/smmorphlfo.hh +include/spectmorph/smcore/smmorphlfomodule.hh +include/spectmorph/smcore/smmorphlinear.hh +include/spectmorph/smcore/smmorphlinearmodule.hh +include/spectmorph/smcore/smmorphoperator.hh +include/spectmorph/smcore/smmorphoperatormodule.hh +include/spectmorph/smcore/smmorphoutput.hh +include/spectmorph/smcore/smmorphoutputmodule.hh +include/spectmorph/smcore/smmorphplan.hh +include/spectmorph/smcore/smmorphplansynth.hh +include/spectmorph/smcore/smmorphplanvoice.hh +include/spectmorph/smcore/smmorphsource.hh +include/spectmorph/smcore/smmorphsourcemodule.hh +include/spectmorph/smcore/smmorphutils.hh +include/spectmorph/smcore/smmorphwavsource.hh +include/spectmorph/smcore/smmorphwavsourcemodule.hh +include/spectmorph/smcore/smnoisebandpartition.hh +include/spectmorph/smcore/smnoisedecoder.hh +include/spectmorph/smcore/smobject.hh +include/spectmorph/smcore/smoutfile.hh +include/spectmorph/smcore/smpcg32rng.hh +include/spectmorph/smcore/smpolyphaseinter.hh +include/spectmorph/smcore/smproject.hh +include/spectmorph/smcore/smproperty.hh +include/spectmorph/smcore/smrandom.hh +include/spectmorph/smcore/smsignal.hh +include/spectmorph/smcore/smsinedecoder.hh +include/spectmorph/smcore/smstdioin.hh +include/spectmorph/smcore/smstdioout.hh +include/spectmorph/smcore/smstdiosubin.hh +include/spectmorph/smcore/smsynthinterface.hh +include/spectmorph/smcore/smuserinstrumentindex.hh +include/spectmorph/smcore/smutils.hh +include/spectmorph/smcore/smwavdata.hh +include/spectmorph/smcore/smwavset.hh +include/spectmorph/smcore/smwavsetbuilder.hh +include/spectmorph/smcore/smwavsetrepo.hh +include/spectmorph/smcore/smzip.hh +include/spectmorph/smcore/spectmorph.hh +include/spectmorph/smglui/pugl/cairo_gl.h +include/spectmorph/smglui/pugl/gl.h +include/spectmorph/smglui/pugl/glew.h +include/spectmorph/smglui/pugl/glu.h +include/spectmorph/smglui/pugl/pugl.h +include/spectmorph/smglui/pugl/pugl_internal.h +include/spectmorph/smglui/smaboutdialog.hh +include/spectmorph/smglui/smbutton.hh +include/spectmorph/smglui/smcheckbox.hh +include/spectmorph/smglui/smcombobox.hh +include/spectmorph/smglui/smcomboboxoperator.hh +include/spectmorph/smglui/smcontrolview.hh +include/spectmorph/smglui/smdialog.hh +include/spectmorph/smglui/smdrawutils.hh +include/spectmorph/smglui/smenumview.hh +include/spectmorph/smglui/smeventloop.hh +include/spectmorph/smglui/smfixedgrid.hh +include/spectmorph/smglui/smframe.hh +include/spectmorph/smglui/sminsteditnote.hh +include/spectmorph/smglui/sminsteditparams.hh +include/spectmorph/smglui/sminsteditwindow.hh +include/spectmorph/smglui/smlabel.hh +include/spectmorph/smglui/smled.hh +include/spectmorph/smglui/smlineedit.hh +include/spectmorph/smglui/smlistbox.hh +include/spectmorph/smglui/smmenubar.hh +include/spectmorph/smglui/smmessagebox.hh +include/spectmorph/smglui/smmorphgridview.hh +include/spectmorph/smglui/smmorphgridwidget.hh +include/spectmorph/smglui/smmorphlfoview.hh +include/spectmorph/smglui/smmorphlinearview.hh +include/spectmorph/smglui/smmorphoperatorview.hh +include/spectmorph/smglui/smmorphoutputview.hh +include/spectmorph/smglui/smmorphplancontrol.hh +include/spectmorph/smglui/smmorphplanview.hh +include/spectmorph/smglui/smmorphplanwindow.hh +include/spectmorph/smglui/smmorphsourceview.hh +include/spectmorph/smglui/smmorphwavsourceview.hh +include/spectmorph/smglui/smnativefiledialog.hh +include/spectmorph/smglui/smoperatorlayout.hh +include/spectmorph/smglui/smoperatorrolemap.hh +include/spectmorph/smglui/smoutputadsrwidget.hh +include/spectmorph/smglui/smparamlabel.hh +include/spectmorph/smglui/smprogressbar.hh +include/spectmorph/smglui/smpropertyview.hh +include/spectmorph/smglui/smrenameopwindow.hh +include/spectmorph/smglui/smsamplewidget.hh +include/spectmorph/smglui/smscrollbar.hh +include/spectmorph/smglui/smscrollview.hh +include/spectmorph/smglui/smshortcut.hh +include/spectmorph/smglui/smsimplelines.hh +include/spectmorph/smglui/smslider.hh +include/spectmorph/smglui/smtimer.hh +include/spectmorph/smglui/smtoolbutton.hh +include/spectmorph/smglui/smwidget.hh +include/spectmorph/smglui/smwindow.hh +include/spectmorph/smglui/spectmorphglui.hh +include/spectmorph/smgui/smsampleview.hh +include/spectmorph/smgui/smzoomcontroller.hh +include/spectmorph/smgui/spectmorphgui.hh +lib/libspectmorph.a +lib/libspectmorph.so +lib/libspectmorph.so.0 +lib/libspectmorph.so.0.0.0 +lib/libspectmorphglui.a +lib/libspectmorphglui.so +lib/libspectmorphglui.so.0 +lib/libspectmorphglui.so.0.0.0 +lib/libspectmorphgui.a +lib/libspectmorphgui.so +lib/libspectmorphgui.so.0 +lib/libspectmorphgui.so.0.0.0 +%%JACK%%lib/libspectmorphjack.a +%%JACK%%lib/libspectmorphjack.so +%%JACK%%lib/libspectmorphjack.so.0 +%%JACK%%lib/libspectmorphjack.so.0.0.0 +%%LV2%%lib/lv2/spectmorph.lv2/manifest.ttl +%%LV2%%lib/lv2/spectmorph.lv2/spectmorph.ttl +%%LV2%%lib/lv2/spectmorph.lv2/spectmorph_lv2.so +lib/vst/spectmorph_vst.so +libdata/pkgconfig/spectmorph.pc +libdata/pkgconfig/spectmorphglui.pc +libdata/pkgconfig/spectmorphgui.pc +man/man1/smenc.1.gz +man/man1/sminspector.1.gz +man/man1/sminstbuilder.1.gz +man/man1/smjack.1.gz +man/man1/smplay.1.gz +man/man1/smsfimport.1.gz +man/man1/smstrip.1.gz +man/man1/smtool.1.gz +man/man1/smwavset.1.gz +man/man1/spectmorphoscgui.1.gz +share/applications/smjack.desktop +share/pixmaps/smjack.png +%%DATADIR%%/instruments/standard/alto-flute.smset +%%DATADIR%%/instruments/standard/alto-saxophone.smset +%%DATADIR%%/instruments/standard/bass-trombone.smset +%%DATADIR%%/instruments/standard/bassoon.smset +%%DATADIR%%/instruments/standard/cello.smset +%%DATADIR%%/instruments/standard/claudia-ah.smset +%%DATADIR%%/instruments/standard/claudia-ih.smset +%%DATADIR%%/instruments/standard/claudia-oh.smset +%%DATADIR%%/instruments/standard/french-horn.smset +%%DATADIR%%/instruments/standard/index.smindex +%%DATADIR%%/instruments/standard/mirko-ah.smset +%%DATADIR%%/instruments/standard/mirko-oh.smset +%%DATADIR%%/instruments/standard/oboe.smset +%%DATADIR%%/instruments/standard/pan-flute.smset +%%DATADIR%%/instruments/standard/reed-organ.smset +%%DATADIR%%/instruments/standard/sven-ah.smset +%%DATADIR%%/instruments/standard/sven-ih.smset +%%DATADIR%%/instruments/standard/sven-oh.smset +%%DATADIR%%/instruments/standard/synth-saw.smset +%%DATADIR%%/instruments/standard/trumpet.smset +%%DATADIR%%/instruments/standard/violin.smset +%%DATADIR%%/templates/1-instrument.smplan +%%DATADIR%%/templates/2-instruments-linear-gui.smplan +%%DATADIR%%/templates/2-instruments-linear-lfo.smplan +%%DATADIR%%/templates/2-instruments-unison.smplan +%%DATADIR%%/templates/2x2-instruments-grid-gui.smplan +%%DATADIR%%/templates/aurora.smplan +%%DATADIR%%/templates/empty.smplan +%%DATADIR%%/templates/index.smpindex +%%DATADIR%%/templates/mars.smplan +%%DATADIR%%/templates/saturn.smplan From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 19:36:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99BF964767C; Sun, 27 Jun 2021 19:36: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 4GCgwd3vcwz4mdx; Sun, 27 Jun 2021 19:36: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 69FD617D7D; Sun, 27 Jun 2021 19:36: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 15RJanWH004888; Sun, 27 Jun 2021 19:36:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RJanQc004887; Sun, 27 Jun 2021 19:36:49 GMT (envelope-from git) Date: Sun, 27 Jun 2021 19:36:49 GMT Message-Id: <202106271936.15RJanQc004887@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 16bef8b16b7f - main - devel/hadoop2: Drop setsid->ssid patches MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 16bef8b16b7f0d398196f421aa76336af785d5ff Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 19:36:49 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=16bef8b16b7f0d398196f421aa76336af785d5ff commit 16bef8b16b7f0d398196f421aa76336af785d5ff Author: Tobias Kortkamp AuthorDate: 2021-06-27 17:44:44 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 19:34:08 +0000 devel/hadoop2: Drop setsid->ssid patches sysutils/ssid provides setsid nowadays so this is not necessary. --- ...-src-main-java-org-apache-hadoop-util-Shell.java | 21 --------------------- ...-main-java-org-apache-hadoop-mapred-TaskLog.java | 11 ----------- ...rg-apache-hadoop-mapreduce-util-ProcessTree.java | 20 -------------------- ...server-nodemanager-DefaultContainerExecutor.java | 11 ----------- 4 files changed, 63 deletions(-) diff --git a/devel/hadoop2/files/patch-hadoop-common-project-hadoop-common-src-main-java-org-apache-hadoop-util-Shell.java b/devel/hadoop2/files/patch-hadoop-common-project-hadoop-common-src-main-java-org-apache-hadoop-util-Shell.java deleted file mode 100644 index 89a0fa4ded2f..000000000000 --- a/devel/hadoop2/files/patch-hadoop-common-project-hadoop-common-src-main-java-org-apache-hadoop-util-Shell.java +++ /dev/null @@ -1,21 +0,0 @@ ---- ./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java.orig 2014-06-21 09:40:07.000000000 +0400 -+++ ./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java 2015-01-06 01:21:22.000000000 +0300 -@@ -348,15 +348,15 @@ abstract public class Shell { - ShellCommandExecutor shexec = null; - boolean setsidSupported = true; - try { -- String[] args = {"setsid", "bash", "-c", "echo $$"}; -+ String[] args = {"ssid", "bash", "-c", "echo $$"}; - shexec = new ShellCommandExecutor(args); - shexec.execute(); - } catch (IOException ioe) { -- LOG.debug("setsid is not available on this machine. So not using it."); -+ LOG.debug("ssid is not available on this machine. So not using it."); - setsidSupported = false; - } finally { // handle the exit code - if (LOG.isDebugEnabled()) { -- LOG.debug("setsid exited with exit code " -+ LOG.debug("ssid exited with exit code " - + (shexec != null ? shexec.getExitCode() : "(null executor)")); - } - } diff --git a/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapred-TaskLog.java b/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapred-TaskLog.java deleted file mode 100644 index 86928a25ba47..000000000000 --- a/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapred-TaskLog.java +++ /dev/null @@ -1,11 +0,0 @@ ---- ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/TaskLog.java.orig 2015-01-06 01:14:31.000000000 +0300 -+++ ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/TaskLog.java 2015-01-06 01:14:47.000000000 +0300 -@@ -538,7 +538,7 @@ public class TaskLog { - mergedCmd.append("("); - } else if(ProcessTree.isSetsidAvailable && useSetsid && - !Shell.WINDOWS) { -- mergedCmd.append("exec setsid "); -+ mergedCmd.append("exec ssid "); - } else { - mergedCmd.append("exec "); - } diff --git a/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapreduce-util-ProcessTree.java b/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapreduce-util-ProcessTree.java deleted file mode 100644 index 5cea6111db95..000000000000 --- a/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapreduce-util-ProcessTree.java +++ /dev/null @@ -1,20 +0,0 @@ ---- ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/util/ProcessTree.java.orig 2015-01-06 01:16:49.000000000 +0300 -+++ ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/util/ProcessTree.java 2015-01-06 01:17:24.000000000 +0300 -@@ -54,14 +54,14 @@ public class ProcessTree { - ShellCommandExecutor shexec = null; - boolean setsidSupported = true; - try { -- String[] args = {"setsid", "bash", "-c", "echo $$"}; -+ String[] args = {"ssid", "bash", "-c", "echo $$"}; - shexec = new ShellCommandExecutor(args); - shexec.execute(); - } catch (IOException ioe) { -- LOG.warn("setsid is not available on this machine. So not using it."); -+ LOG.warn("ssid is not available on this machine. So not using it."); - setsidSupported = false; - } finally { // handle the exit code -- LOG.info("setsid exited with exit code " + shexec.getExitCode()); -+ LOG.info("ssid exited with exit code " + shexec.getExitCode()); - } - return setsidSupported; - } diff --git a/devel/hadoop2/files/patch-src-main-java-org-apache-hadoop-yarn-server-nodemanager-DefaultContainerExecutor.java b/devel/hadoop2/files/patch-src-main-java-org-apache-hadoop-yarn-server-nodemanager-DefaultContainerExecutor.java deleted file mode 100644 index 75c06a29cb31..000000000000 --- a/devel/hadoop2/files/patch-src-main-java-org-apache-hadoop-yarn-server-nodemanager-DefaultContainerExecutor.java +++ /dev/null @@ -1,11 +0,0 @@ ---- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/DefaultContainerExecutor.java.orig 2015-02-27 14:36:18.000000000 +0300 -+++ hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/DefaultContainerExecutor.java 2015-02-27 14:36:48.000000000 +0300 -@@ -353,7 +353,7 @@ public class DefaultContainerExecutor ex - pout.println(); - pout.println("echo $$ > " + pidFile.toString() + ".tmp"); - pout.println("/bin/mv -f " + pidFile.toString() + ".tmp " + pidFile); -- String exec = Shell.isSetsidAvailable? "exec setsid" : "exec"; -+ String exec = Shell.isSetsidAvailable? "exec ssid" : "exec"; - pout.println(exec + " /bin/bash \"" + - launchDst.toUri().getPath().toString() + "\""); - } finally { From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 19:42:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E678647AF4; Sun, 27 Jun 2021 19:42: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 4GCh2v1ztDz4p6x; Sun, 27 Jun 2021 19:42: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 16C8D17FD6; Sun, 27 Jun 2021 19:42: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 15RJgEjM014575; Sun, 27 Jun 2021 19:42:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RJgENc014574; Sun, 27 Jun 2021 19:42:14 GMT (envelope-from git) Date: Sun, 27 Jun 2021 19:42:14 GMT Message-Id: <202106271942.15RJgENc014574@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 31b7e90bd6b7 - main - sysutils/ssid: Move to sysutils/setsid MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 31b7e90bd6b77158dfd4cf186fd7b233fe68848d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 19:42:15 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=31b7e90bd6b77158dfd4cf186fd7b233fe68848d commit 31b7e90bd6b77158dfd4cf186fd7b233fe68848d Author: Tobias Kortkamp AuthorDate: 2021-06-27 17:47:21 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 19:37:59 +0000 sysutils/ssid: Move to sysutils/setsid This makes setsid available under the more obvious package name setsid. Add TIMESTAMP to distinfo because of the idiotic commit hook: remote: remote: ================================================================ remote: Do not commit ports without TIMESTAMP in their distinfo files. remote: Rerun make makesum to add it. remote: ================================================================ remote: --- MOVED | 1 + devel/hadoop2/Makefile | 4 ++-- editors/kakoune/Makefile | 3 ++- net/x2goclient-cli/Makefile | 4 ++-- sysutils/Makefile | 2 +- sysutils/{ssid => setsid}/Makefile | 4 ++-- sysutils/{ssid => setsid}/distinfo | 1 + sysutils/{ssid => setsid}/pkg-descr | 0 8 files changed, 11 insertions(+), 8 deletions(-) diff --git a/MOVED b/MOVED index 83ee3f3ecd54..32846b8e040f 100644 --- a/MOVED +++ b/MOVED @@ -16455,3 +16455,4 @@ www/dojo-shrinksafe||2021-06-26|Removed, deprecated upstream www/blastbeat||2021-06-26|Removed, abandoned upstream, broken on 12.X since 2019 www/demoroniser||2021-06-26|Removed, made for Microsoft Powerpoint 9x with Perl 4.0 x11-toolkits/v||2021-06-27|Has expired: Dead upstream, unmaintained and no consumers +sysutils/ssid|sysutils/setsid|2021-06-27|Move to more obvious package name diff --git a/devel/hadoop2/Makefile b/devel/hadoop2/Makefile index c3e7772ab2f9..393cff8612f2 100644 --- a/devel/hadoop2/Makefile +++ b/devel/hadoop2/Makefile @@ -6,7 +6,7 @@ # no problems encountered so far. Thanks. PORTNAME= hadoop PORTVERSION= 2.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel java MASTER_SITES= APACHE/${PORTNAME}/common/hadoop-${PORTVERSION} \ LOCAL/demon/:maven \ @@ -28,7 +28,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 \ ${LOCALBASE}/protobuf25/bin/protoc:devel/protobuf25 LIB_DEPENDS= libsnappy.so:archivers/snappy RUN_DEPENDS= bash:shells/bash \ - ssid:sysutils/ssid + setsid:sysutils/setsid CONFLICTS_INSTALL= hadoop-1* yarn diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index b9033e4031a6..a7293dd157f3 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -1,5 +1,6 @@ PORTNAME= kakoune DISTVERSION= 2020.09.01 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/ @@ -9,7 +10,7 @@ COMMENT= Modal code editor with a focus on interactivity LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC:H}/UNLICENSE -RUN_DEPENDS= setsid:sysutils/ssid +RUN_DEPENDS= setsid:sysutils/setsid USES= compiler:c++17-lang gmake ncurses tar:bzip2 DATADIR= ${PREFIX}/share/kak diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile index 9c851811a7cc..641d79a76476 100644 --- a/net/x2goclient-cli/Makefile +++ b/net/x2goclient-cli/Makefile @@ -2,7 +2,7 @@ PORTNAME= x2goclient-cli DISTVERSION= 3.0.1-1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Proc-Simple>=0:devel/p5-Proc-Simple \ p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \ nxproxy:net/nxproxy \ - setsid:sysutils/ssid + setsid:sysutils/setsid USES= perl5 shebangfix SHEBANG_FILES= x2goclient-cli diff --git a/sysutils/Makefile b/sysutils/Makefile index 2076b30b62c2..2f0cd87f0800 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1260,6 +1260,7 @@ SUBDIR += sensu-go SUBDIR += serf SUBDIR += setcdboot + SUBDIR += setsid SUBDIR += sformat SUBDIR += sg3_utils SUBDIR += shim @@ -1294,7 +1295,6 @@ SUBDIR += squashfs-tools SUBDIR += ssd_report SUBDIR += sshsudo - SUBDIR += ssid SUBDIR += ssync SUBDIR += stalepid SUBDIR += stanchion diff --git a/sysutils/ssid/Makefile b/sysutils/setsid/Makefile similarity index 89% rename from sysutils/ssid/Makefile rename to sysutils/setsid/Makefile index ef41fd1fb821..478748e75739 100644 --- a/sysutils/ssid/Makefile +++ b/sysutils/setsid/Makefile @@ -1,10 +1,10 @@ # Created by: Martin Wilke -PORTNAME= ssid +PORTNAME= setsid PORTVERSION= 0.1 -PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://dl.suckless.org/tools/ +DISTNAME= ssid-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Run a command in a new session diff --git a/sysutils/ssid/distinfo b/sysutils/setsid/distinfo similarity index 84% rename from sysutils/ssid/distinfo rename to sysutils/setsid/distinfo index 8aac39395ae1..d4aff595283a 100644 --- a/sysutils/ssid/distinfo +++ b/sysutils/setsid/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1624822663 SHA256 (ssid-0.1.tar.gz) = a4c477e58743ed04a7a68a76cd5863bf1919545d5a0fc5db6c6ccfa15134d1e6 SIZE (ssid-0.1.tar.gz) = 2072 diff --git a/sysutils/ssid/pkg-descr b/sysutils/setsid/pkg-descr similarity index 100% rename from sysutils/ssid/pkg-descr rename to sysutils/setsid/pkg-descr From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 19:42:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B66F96483B7; Sun, 27 Jun 2021 19:42: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 4GCh2w4ZHTz4p71; Sun, 27 Jun 2021 19:42: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 4616817DCB; Sun, 27 Jun 2021 19:42: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 15RJgGWV014599; Sun, 27 Jun 2021 19:42:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RJgGkF014598; Sun, 27 Jun 2021 19:42:16 GMT (envelope-from git) Date: Sun, 27 Jun 2021 19:42:16 GMT Message-Id: <202106271942.15RJgGkF014598@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 5bdc399c92bd - main - sysutils/setsid: Switch to public domain implementation from util-linux MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5bdc399c92bdc3ab40482f86e15a1c854eb599f0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 19:42:16 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bdc399c92bdc3ab40482f86e15a1c854eb599f0 commit 5bdc399c92bdc3ab40482f86e15a1c854eb599f0 Author: Tobias Kortkamp AuthorDate: 2021-06-27 18:38:51 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 19:40:46 +0000 sysutils/setsid: Switch to public domain implementation from util-linux ssid has been folded into sbase upstream but is missing support for -c, -f, -w. This switches the implementation to the one from util-linux instead which provides them. --- sysutils/setsid/Makefile | 19 +++++++++---------- sysutils/setsid/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/sysutils/setsid/Makefile b/sysutils/setsid/Makefile index 478748e75739..0ba7db915588 100644 --- a/sysutils/setsid/Makefile +++ b/sysutils/setsid/Makefile @@ -1,21 +1,20 @@ # Created by: Martin Wilke PORTNAME= setsid -PORTVERSION= 0.1 +DISTVERSION= 2.37 CATEGORIES= sysutils -MASTER_SITES= http://dl.suckless.org/tools/ -DISTNAME= ssid-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Run a command in a new session -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= PD -PLIST_FILES= bin/setsid bin/ssid +USE_GITHUB= yes +GH_ACCOUNT= t6 -post-install: - ${LN} ${STAGEDIR}${PREFIX}/bin/ssid \ - ${STAGEDIR}${PREFIX}/bin/setsid +PLIST_FILES= bin/setsid \ + bin/ssid \ + share/bash-completion/completions/setsid \ + share/man/man1/setsid.1.gz .include diff --git a/sysutils/setsid/distinfo b/sysutils/setsid/distinfo index d4aff595283a..22af1bbacd53 100644 --- a/sysutils/setsid/distinfo +++ b/sysutils/setsid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624822663 -SHA256 (ssid-0.1.tar.gz) = a4c477e58743ed04a7a68a76cd5863bf1919545d5a0fc5db6c6ccfa15134d1e6 -SIZE (ssid-0.1.tar.gz) = 2072 +TIMESTAMP = 1624819663 +SHA256 (t6-setsid-2.37_GH0.tar.gz) = ff4da62d9f08ef4eaafa866c28ceb5a271e3b76609e478ef481dce1fb0c16c75 +SIZE (t6-setsid-2.37_GH0.tar.gz) = 7040 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 19:51:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ADDDD648043; Sun, 27 Jun 2021 19: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 4GChFc49pTz4pbl; Sun, 27 Jun 2021 19:51: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 7792418233; Sun, 27 Jun 2021 19:51: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 15RJpWXl027343; Sun, 27 Jun 2021 19:51:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RJpWuY027342; Sun, 27 Jun 2021 19:51:32 GMT (envelope-from git) Date: Sun, 27 Jun 2021 19:51:32 GMT Message-Id: <202106271951.15RJpWuY027342@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 67a2fa263b81 - main - sysutils/setsid: Update WWW too MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 67a2fa263b81933299bb4e21e2e63248bcfb9eeb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 19:51:32 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=67a2fa263b81933299bb4e21e2e63248bcfb9eeb commit 67a2fa263b81933299bb4e21e2e63248bcfb9eeb Author: Tobias Kortkamp AuthorDate: 2021-06-27 19:50:54 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 19:50:54 +0000 sysutils/setsid: Update WWW too --- sysutils/setsid/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/setsid/pkg-descr b/sysutils/setsid/pkg-descr index fdc12c671e17..a0d7eb9a3113 100644 --- a/sysutils/setsid/pkg-descr +++ b/sysutils/setsid/pkg-descr @@ -1,4 +1,4 @@ Small wrapper for the setsid(2) syscall to run a command in a new session. -WWW: http://tools.suckless.org/ssid/ +WWW: https://github.com/t6/setsid From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 20:29:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ABA7B648B80; Sun, 27 Jun 2021 20:29: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 4GCj5B4Dmfz4r03; Sun, 27 Jun 2021 20:29: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 75C4F183E2; Sun, 27 Jun 2021 20:29: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 15RKTI5b071286; Sun, 27 Jun 2021 20:29:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RKTInQ071285; Sun, 27 Jun 2021 20:29:18 GMT (envelope-from git) Date: Sun, 27 Jun 2021 20:29:18 GMT Message-Id: <202106272029.15RKTInQ071285@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: 8d0590d0f554 - main - www/gohugo: Update to 0.84.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: 8d0590d0f5544952f445bf2d1926ea6bf73b61f5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 20:29:18 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d0590d0f5544952f445bf2d1926ea6bf73b61f5 commit 8d0590d0f5544952f445bf2d1926ea6bf73b61f5 Author: ben.lavery AuthorDate: 2021-06-27 20:28:57 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-27 20:28:57 +0000 www/gohugo: Update to 0.84.1 Changes: https://github.com/gohugoio/hugo/releases/tag/v0.84.1 PR: 256851 Approved by: lwhsu (mentor, implicit) --- www/gohugo/Makefile | 4 ++-- www/gohugo/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index a8ec9e8af864..7273bffa077d 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.84.0 +DISTVERSION= 0.84.1 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -160,7 +160,7 @@ PORTMANS= hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \ .include SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' -COMMIT_ID= 2c4689f7 +COMMIT_ID= 4bd65e22 do-build-MANPAGES-on: @cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index df538c154e50..e28736b50ed6 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624044321 -SHA256 (gohugo/gohugoio-hugo-v0.84.0_GH0.tar.gz) = 4d5bf4888c3a652bec85b6a1dc05a55d9e26f9e315fc7e98bd720c0a36a405b8 -SIZE (gohugo/gohugoio-hugo-v0.84.0_GH0.tar.gz) = 38856708 +TIMESTAMP = 1624700991 +SHA256 (gohugo/gohugoio-hugo-v0.84.1_GH0.tar.gz) = ceb37a5b0ea93d62ab5a68b01599127874e7731f4c0457fc0e5422c5469cae72 +SIZE (gohugo/gohugoio-hugo-v0.84.1_GH0.tar.gz) = 38954274 SHA256 (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f SIZE (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443 SHA256 (gohugo/Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = f206c84fe3689aaa8e0cd180facf3455dc9c7e374a5dee1e2e9e6b9e39ab99c7 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 20:29:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 79C71648C05; Sun, 27 Jun 2021 20:29: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 4GCj5f30yrz4r9c; Sun, 27 Jun 2021 20:29: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 500811873F; Sun, 27 Jun 2021 20:29: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 15RKTget071444; Sun, 27 Jun 2021 20:29:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RKTgIo071443; Sun, 27 Jun 2021 20:29:42 GMT (envelope-from git) Date: Sun, 27 Jun 2021 20:29:42 GMT Message-Id: <202106272029.15RKTgIo071443@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: 3b33a867b104 - main - devel/gradle: Update to 7.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: 3b33a867b10444cb6e2abb3e0946acc269c31c2a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 20:29:42 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b33a867b10444cb6e2abb3e0946acc269c31c2a commit 3b33a867b10444cb6e2abb3e0946acc269c31c2a Author: Guangyuan Yang AuthorDate: 2021-06-27 20:29:22 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-27 20:29:22 +0000 devel/gradle: Update to 7.1 Changes: https://docs.gradle.org/7.1/release-notes.html Approved by: lwhsu (mentor, implicit) --- devel/gradle/Makefile | 2 +- devel/gradle/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/gradle/Makefile b/devel/gradle/Makefile index b74b005192b8..1d86f4045ce8 100644 --- a/devel/gradle/Makefile +++ b/devel/gradle/Makefile @@ -1,7 +1,7 @@ # Created by: Gasol Wu PORTNAME= gradle -PORTVERSION= 6.9 +PORTVERSION= 7.1 CATEGORIES= devel java MASTER_SITES= https://downloads.gradle.org/distributions/ EXTRACT_SUFX= -bin.zip diff --git a/devel/gradle/distinfo b/devel/gradle/distinfo index 6293e16ff28e..98dade6d4387 100644 --- a/devel/gradle/distinfo +++ b/devel/gradle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624750181 -SHA256 (gradle-6.9-bin.zip) = 765442b8069c6bee2ea70713861c027587591c6b1df2c857a23361512560894e -SIZE (gradle-6.9-bin.zip) = 108129558 +TIMESTAMP = 1624785086 +SHA256 (gradle-7.1-bin.zip) = 2debee19271e1b82c6e41137d78e44e6e841035230a1a169ca47fd3fb09ed87b +SIZE (gradle-7.1-bin.zip) = 112229529 From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 21:03:02 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E2C06490AB; Sun, 27 Jun 2021 21:03: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 4GCjr63Nfzz3CKc; Sun, 27 Jun 2021 21:03: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 573D519148; Sun, 27 Jun 2021 21:03: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 15RL32MG024431; Sun, 27 Jun 2021 21:03:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RL32dn024430; Sun, 27 Jun 2021 21:03:02 GMT (envelope-from git) Date: Sun, 27 Jun 2021 21:03:02 GMT Message-Id: <202106272103.15RL32dn024430@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: 30c859b20c99 - main - games/tome4: update to 1.7.4 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: 30c859b20c99d0199a8e210ed4cb018bc2e026cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 21:03:02 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=30c859b20c99d0199a8e210ed4cb018bc2e026cd commit 30c859b20c99d0199a8e210ed4cb018bc2e026cd Author: Piotr Kubaj AuthorDate: 2021-06-27 21:02:56 +0000 Commit: Piotr Kubaj CommitDate: 2021-06-27 21:02:56 +0000 games/tome4: update to 1.7.4 While here, remove not necessary patch and enable -O3. --- games/tome4/Makefile | 3 +-- games/tome4/distinfo | 6 +++--- games/tome4/files/patch-build__te4core.lua | 8 -------- games/tome4/files/patch-src__web.c | 11 ----------- 4 files changed, 4 insertions(+), 24 deletions(-) diff --git a/games/tome4/Makefile b/games/tome4/Makefile index de3f7a3c1ef2..47d98a3e3c47 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -1,6 +1,5 @@ PORTNAME= tome4 -DISTVERSION?= 1.7.3 -PORTREVISION?= 1 +DISTVERSION?= 1.7.4 CATEGORIES= games MASTER_SITES= https://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons diff --git a/games/tome4/distinfo b/games/tome4/distinfo index 4550bc37508d..6bf14bf5e7a8 100644 --- a/games/tome4/distinfo +++ b/games/tome4/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621597802 -SHA256 (t-engine4-src-1.7.3.tar.bz2) = df45376225956a2160e6c49429277ef776e0643760354d481a98be00f20933e6 -SIZE (t-engine4-src-1.7.3.tar.bz2) = 476031824 +TIMESTAMP = 1624824084 +SHA256 (t-engine4-src-1.7.4.tar.bz2) = c3534f33f48c9cf027025eb3f44e97b23de612a66d5f315ed4830f9a52abf2a4 +SIZE (t-engine4-src-1.7.4.tar.bz2) = 486263402 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 diff --git a/games/tome4/files/patch-build__te4core.lua b/games/tome4/files/patch-build__te4core.lua index 81a9914c4dcb..5fbb44101076 100644 --- a/games/tome4/files/patch-build__te4core.lua +++ b/games/tome4/files/patch-build__te4core.lua @@ -1,13 +1,5 @@ --- ./build/te4core.lua.orig 2014-05-19 04:42:12.000000000 -0400 +++ ./build/te4core.lua 2014-06-04 12:45:57.973283399 -0400 -@@ -40,7 +40,6 @@ - links { "physfs", "lua".._OPTIONS.lua, "fov", "luasocket", "luaprofiler", "lpeg", "tcodimport", "lxp", "expatstatic", "luamd5", "luazlib", "luabitop", "te4-bzip" } - defines { "_DEFAULT_VIDEOMODE_FLAGS_='SDL_HWSURFACE|SDL_DOUBLEBUF'" } - defines { [[TENGINE_HOME_PATH='".t-engine"']], "TE4CORE_VERSION="..TE4CORE_VERSION } -- buildoptions { "-O3" } - - if _OPTIONS.relpath=="32" then linkoptions{"-Wl,-rpath -Wl,\\\$\$ORIGIN/lib "} end - if _OPTIONS.relpath=="64" then linkoptions{"-Wl,-rpath -Wl,\\\$\$ORIGIN/lib64 "} end @@ -194,7 +193,7 @@ if _OPTIONS.wincross then arch_test = os.capture("i686-pc-mingw32-gcc -E ../src/luajit2/src/lj_arch.h -dM", true) diff --git a/games/tome4/files/patch-src__web.c b/games/tome4/files/patch-src__web.c deleted file mode 100644 index b5e22b5b426a..000000000000 --- a/games/tome4/files/patch-src__web.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/web.c.orig 2014-05-19 04:42:14.000000000 -0400 -+++ ./src/web.c 2014-06-04 12:40:26.927305671 -0400 -@@ -517,7 +517,7 @@ - char *spawnname = NULL; - char *libname = NULL; - const char *self = get_self_executable(g_argc, g_argv); --#if defined(SELFEXE_LINUX) || defined(SELFEXE_BSD) -+#if defined(SELFEXE_LINUX) - #if defined(TE4_RELPATH64) - const char *spawnbname = "cef3spawn64"; - spawnname = malloc(strlen(self) + strlen(spawnbname) + 1); From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 22:55:09 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B17A464A473; Sun, 27 Jun 2021 22:55: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 4GCmKT4X8tz3LXX; Sun, 27 Jun 2021 22:55: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 80D571A57B; Sun, 27 Jun 2021 22:55: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 15RMt9dL069430; Sun, 27 Jun 2021 22:55:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RMt9gt069429; Sun, 27 Jun 2021 22:55:09 GMT (envelope-from git) Date: Sun, 27 Jun 2021 22:55:09 GMT Message-Id: <202106272255.15RMt9gt069429@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: d0309aeae4bc - main - devel/util-linux: Remove setsid from package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d0309aeae4bc847f9393c24015d482d5c28e182f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 22:55:09 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0309aeae4bc847f9393c24015d482d5c28e182f commit d0309aeae4bc847f9393c24015d482d5c28e182f Author: Tobias Kortkamp AuthorDate: 2021-06-27 22:46:04 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-27 22:54:06 +0000 devel/util-linux: Remove setsid from package This resolves the conflict with sysutils/setsid which provides a copy of util-linux's setsid too. PR: 256866 Approved by: yuri (maintainer) --- devel/util-linux/Makefile | 2 +- devel/util-linux/pkg-plist | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/util-linux/Makefile b/devel/util-linux/Makefile index 3d046db78e93..44f04acee6e3 100644 --- a/devel/util-linux/Makefile +++ b/devel/util-linux/Makefile @@ -1,6 +1,6 @@ PORTNAME= util-linux DISTVERSION= 2.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION}/ diff --git a/devel/util-linux/pkg-plist b/devel/util-linux/pkg-plist index 4d94289f0c7a..85b1de9cfe64 100644 --- a/devel/util-linux/pkg-plist +++ b/devel/util-linux/pkg-plist @@ -19,7 +19,7 @@ bin/rename bin/renice bin/rev bin/scriptreplay -bin/setsid +@comment bin/setsid bin/ul %%UUID%%bin/uuidgen %%UUID%%bin/uuidparse @@ -69,7 +69,7 @@ man/man1/rename.1.gz man/man1/renice.1.gz man/man1/rev.1.gz man/man1/scriptreplay.1.gz -man/man1/setsid.1.gz +@comment man/man1/setsid.1.gz man/man1/ul.1.gz %%UUID%%man/man1/uuidgen.1.gz %%UUID%%man/man1/uuidparse.1.gz @@ -151,7 +151,7 @@ share/bash-completion/completions/rename share/bash-completion/completions/renice share/bash-completion/completions/rev share/bash-completion/completions/scriptreplay -share/bash-completion/completions/setsid +@comment share/bash-completion/completions/setsid %%UUID%%share/bash-completion/completions/sfdisk share/bash-completion/completions/swaplabel share/bash-completion/completions/ul From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 23:30:05 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2501464AF9C; Sun, 27 Jun 2021 23:30: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 4GCn5n0LB7z3MJR; Sun, 27 Jun 2021 23:30: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 E41CB1ACEE; Sun, 27 Jun 2021 23:30: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 15RNU4K1012299; Sun, 27 Jun 2021 23:30:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RNU4mP012295; Sun, 27 Jun 2021 23:30:04 GMT (envelope-from git) Date: Sun, 27 Jun 2021 23:30:04 GMT Message-Id: <202106272330.15RNU4mP012295@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jose Alonso Cardenas Marquez Subject: git: b03649227fd3 - main - Mk/Uses/firebird.mk: Prepare support for firebird 3.0 and 4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: acm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b03649227fd333cad8521db8efae2d28b2acdb53 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 23:30:05 -0000 The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=b03649227fd333cad8521db8efae2d28b2acdb53 commit b03649227fd333cad8521db8efae2d28b2acdb53 Author: Jose Alonso Cardenas Marquez AuthorDate: 2021-06-27 23:26:17 +0000 Commit: Jose Alonso Cardenas Marquez CommitDate: 2021-06-27 23:29:53 +0000 Mk/Uses/firebird.mk: Prepare support for firebird 3.0 and 4.0 PR: 256846 Approved by: rene --- Mk/Uses/firebird.mk | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/Mk/Uses/firebird.mk b/Mk/Uses/firebird.mk index c5f72cd679c9..80c06442a251 100644 --- a/Mk/Uses/firebird.mk +++ b/Mk/Uses/firebird.mk @@ -8,15 +8,26 @@ _INCLUDE_USES_FIREBIRD_MK= yes .if !empty(firebird_ARGS) FIREBIRD_VER= ${firebird_ARGS} +.else +FIREBIRD_VER= ${FIREBIRD_DEFAULT} .endif -FIREBIRD_VER?= ${FIREBIRD_DEFAULT:S/.//} - # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -.if ${FIREBIRD_VER} == 25 -LIB_DEPENDS+= libfbclient.so:databases/firebird25-client -.else -IGNORE= cannot install: unknown Firebird version: ${FIREBIRD_VER} -.endif +VALID_FIREBIRD_VER= 2.5 3.0 4.0 + +.for v in ${FIREBIRD_DEFAULT} +. if ! ${VALID_FIREBIRD_VER:M$v} +IGNORE= Invalid Firebird default version ${FIREBIRD_DEFAULT}; valid versions are ${VALID_FIREBIRD_VER} +. endif +.endfor + +.for w in ${FIREBIRD_VER} +. if ! ${VALID_FIREBIRD_VER:M$w} +IGNORE= Invalid Firebird version ${FIREBIRD_VER}; valid versions are ${VALID_FIREBIRD_VER} +. endif +.endfor + +LIB_DEPENDS+= libfbclient.so:databases/firebird${FIREBIRD_VER:S/.//}-client + .endif From owner-dev-commits-ports-main@freebsd.org Sun Jun 27 23:32:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B288764A67C; Sun, 27 Jun 2021 23:32: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 4GCn8x4gP7z3N0T; Sun, 27 Jun 2021 23:32: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 887EC1B214; Sun, 27 Jun 2021 23:32: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 15RNWnkm023230; Sun, 27 Jun 2021 23:32:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15RNWnF6023229; Sun, 27 Jun 2021 23:32:49 GMT (envelope-from git) Date: Sun, 27 Jun 2021 23:32:49 GMT Message-Id: <202106272332.15RNWnF6023229@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jose Alonso Cardenas Marquez Subject: git: b6251a048552 - main - Mk/bsd.default-versions.mk: Prepare support for firebird 3.0 and 4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: acm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b6251a04855250dba46f0530960e4c1430d42abe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 23:32:49 -0000 The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6251a04855250dba46f0530960e4c1430d42abe commit b6251a04855250dba46f0530960e4c1430d42abe Author: Jose Alonso Cardenas Marquez AuthorDate: 2021-06-27 23:32:10 +0000 Commit: Jose Alonso Cardenas Marquez CommitDate: 2021-06-27 23:32:10 +0000 Mk/bsd.default-versions.mk: Prepare support for firebird 3.0 and 4.0 --- Mk/bsd.default-versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index f235d95b7ed3..8c6236853903 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -39,7 +39,7 @@ BDB_DEFAULT?= 5 COROSYNC_DEFAULT?= 2 # Possible_values: full canna nox devel_full devel_nox #EMACS_DEFAULT?= let the flavor be the default if not explicitly set -# Possible values: 2.5 +# Possible values: 2.5 3.0 4.0 FIREBIRD_DEFAULT?= 2.5 # Possible values: flang (experimental), gfortran FORTRAN_DEFAULT?= gfortran