From nobody Sat Jun 13 11:26:39 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gcvGm340Mz6hwSP for ; Sat, 13 Jun 2026 11:26:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gcvGm0pS1z3bMB for ; Sat, 13 Jun 2026 11:26:40 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781350000; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=J7KcKWt7Ka7iNuRtF1D0AI8VVSrKci8B9tpiCUSoXcc=; b=DJlrSjGEU+SQemS2OGeT5u1LiyG8+kNmSoajAKu6tHeWlTMUTVLxc4yVeJPfyJFCsolVtK 1VIn/cpQowsoJPVv+JBsBxpmXHtQSXIZITPGY15VaxUVUQVxP5igqeBs1OBzue73hkz0kh zqG/4PhK+5mvruR/uuJcbFM711TDhoI0rCAradO7tdLTCjaU782SJ3BYYcmY7bCjsOg2WM n57LoYnXodbkYRLbUsCY4JdoOXVifU0XVbRj4nOBUmH9Asc/aSzAUN52zsVVMnJ9MD5sIm DzUMLEXEZM2+vT86fXh4TT38UWt7kWayiVeqJNnlcuOoQtVozqUsOAF4gFSGug== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781350000; a=rsa-sha256; cv=none; b=qtmvxqrKoz+cDDZRmAWYMUFETi0IA+pVFzaX3ATvVN1A+JrfN3Z/XkdKQscIhu4Agee8Y3 BfGs/e/6vL0qP+DG6NixSZgU9Pz8oUTQHr6K9soKfYwU4iGR37SQgPlOtm55KSepylOG4S IqXJRCaK5r7HWdP7AMMwtadOAdIK498LFl0c75OFlcGyYMBnH9YVqxo5JMlowd/AFD67xF FceaH6t/5kTbYJmcFuHUhox5dAbq9ABrfNknKlm3ytqRUHSxBEH9YjkA63XZSWrNm3acqN UVOCuDGKrl47Ss1CNWUtMaLeMoQrRMK9LBb/NcEXoy1p3GGkgq6m7qXXZXqUxQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781350000; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=J7KcKWt7Ka7iNuRtF1D0AI8VVSrKci8B9tpiCUSoXcc=; b=icNb4SXXkUYasz1ZMW1YgqcUurq8G4ZRlCONzrSfIIeujQ+nDDRvBh/hlwVktK2vqUvOjn EqVg4wCAzKeTaVb78zt5aSTd3kIKkhwSyEJFfPILLRRlEXp76cwdH7nBrCLk/l0uQRGOsT JR00yINw9wTE1vYenPU7xANPvMvdzLnQT3qz9ym9ACywU57zVNQxt+Un3ogCcuZXbysCXl PWGpdztd9V0wi4amRhxXcjvaAnvIZWBmAVVTrBlpf3KvLMPWsc83k+chGbj9Mz0VDr2I+R WowofqNFmtEMkBCPJcxDzv+lGY8Ula8d8qTqZp0FicsG7awDpH75Db7u6lDpAg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gcvGl71Y4z4Xj for ; Sat, 13 Jun 2026 11:26:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 411af by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 13 Jun 2026 11:26:39 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dan Langille Subject: git: 6d29eae5d57e - main - net/py-httpstat: Fix build with Python 3.14 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list 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: 6d29eae5d57eaaf3b0cab5f9b807314c7da9846b Auto-Submitted: auto-generated Date: Sat, 13 Jun 2026 11:26:39 +0000 Message-Id: <6a2d3e6f.411af.71f628cc@gitrepo.freebsd.org> The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d29eae5d57eaaf3b0cab5f9b807314c7da9846b commit 6d29eae5d57eaaf3b0cab5f9b807314c7da9846b Author: Dan Langille AuthorDate: 2026-06-13 11:24:48 +0000 Commit: Dan Langille CommitDate: 2026-06-13 11:24:48 +0000 net/py-httpstat: Fix build with Python 3.14 Fix the error: AttributeError: 'Constant' object has no attribute 's' Maintainer back to ports@ as current maintainer no longer uses this. PR: 295020 --- net/py-httpstat/Makefile | 4 ++-- net/py-httpstat/files/patch-setup.py | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/net/py-httpstat/Makefile b/net/py-httpstat/Makefile index 918781468805..9419b1ddbd48 100644 --- a/net/py-httpstat/Makefile +++ b/net/py-httpstat/Makefile @@ -1,10 +1,10 @@ PORTNAME= httpstat PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= dbaio@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Curl statistics made simple WWW= https://github.com/reorx/httpstat diff --git a/net/py-httpstat/files/patch-setup.py b/net/py-httpstat/files/patch-setup.py new file mode 100644 index 000000000000..1ca213795fb4 --- /dev/null +++ b/net/py-httpstat/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-10-15 12:31:26 UTC ++++ setup.py +@@ -14,7 +14,7 @@ def get_version(): + with open(filename) as input_file: + for line in input_file: + if line.startswith('__version__'): +- return ast.parse(line).body[0].value.s ++ return ast.parse(line).body[0].value.value + + + def get_long_description():