From owner-svn-ports-head@freebsd.org Thu Feb 25 11:16:35 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F4C955F07D; Thu, 25 Feb 2021 11:16:35 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DmVbl0pnzz4Y7D; Thu, 25 Feb 2021 11:16:35 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EE581690F; Thu, 25 Feb 2021 11:16:35 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11PBGYeT007208; Thu, 25 Feb 2021 11:16:34 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11PBGXji007202; Thu, 25 Feb 2021 11:16:33 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202102251116.11PBGXji007202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 25 Feb 2021 11:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566528 - in head: audio/mixertui deskutils/sysctlview devel/libsysctlmibinfo2 devel/libsysctlmibinfo2/files sysutils/nsysctl X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head: audio/mixertui deskutils/sysctlview devel/libsysctlmibinfo2 devel/libsysctlmibinfo2/files sysutils/nsysctl X-SVN-Commit-Revision: 566528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2021 11:16:35 -0000 Author: fernape Date: Thu Feb 25 11:16:33 2021 New Revision: 566528 URL: https://svnweb.freebsd.org/changeset/ports/566528 Log: devel/libsysctlmibinfo2: Add Portrevision and patch Bump PORTREVISION for dependencies. PR: 253781 Submitted by: alfix86@gmail.com (maintainer) Modified: head/audio/mixertui/Makefile head/deskutils/sysctlview/Makefile head/devel/libsysctlmibinfo2/Makefile head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c head/sysutils/nsysctl/Makefile Modified: head/audio/mixertui/Makefile ============================================================================== --- head/audio/mixertui/Makefile Thu Feb 25 11:14:39 2021 (r566527) +++ head/audio/mixertui/Makefile Thu Feb 25 11:16:33 2021 (r566528) @@ -2,6 +2,7 @@ PORTNAME= mixertui DISTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= alfix86@gmail.com Modified: head/deskutils/sysctlview/Makefile ============================================================================== --- head/deskutils/sysctlview/Makefile Thu Feb 25 11:14:39 2021 (r566527) +++ head/deskutils/sysctlview/Makefile Thu Feb 25 11:16:33 2021 (r566528) @@ -2,7 +2,7 @@ PORTNAME= sysctlview PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= alfix86@gmail.com Modified: head/devel/libsysctlmibinfo2/Makefile ============================================================================== --- head/devel/libsysctlmibinfo2/Makefile Thu Feb 25 11:14:39 2021 (r566527) +++ head/devel/libsysctlmibinfo2/Makefile Thu Feb 25 11:16:33 2021 (r566528) @@ -2,7 +2,7 @@ PORTNAME= libsysctlmibinfo2 DISTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= alfix86@gmail.com Modified: head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c ============================================================================== --- head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c Thu Feb 25 11:14:39 2021 (r566527) +++ head/devel/libsysctlmibinfo2/files/patch-sysctlmibinfo2.c Thu Feb 25 11:16:33 2021 (r566528) @@ -1,11 +1,11 @@ ---- sysctlmibinfo2.c.orig 2020-10-05 19:44:22 UTC +--- sysctlmibinfo2.c.orig 2021-02-23 00:46:40 UTC +++ sysctlmibinfo2.c @@ -38,7 +38,7 @@ /* to add in sys/sysctlinfo.h after https://reviews.freebsd.org/D21700 */ #ifndef ENTRYIDINPUTBYNAME -#define ENTRYIDINPUTBYNAME 27 -+#define ENTRYIDINPUTBYNAME 28 ++#define ENTRYIDINPUTBYNAME 10 #endif /* Internal use */ Modified: head/sysutils/nsysctl/Makefile ============================================================================== --- head/sysutils/nsysctl/Makefile Thu Feb 25 11:14:39 2021 (r566527) +++ head/sysutils/nsysctl/Makefile Thu Feb 25 11:16:33 2021 (r566528) @@ -2,7 +2,7 @@ PORTNAME= nsysctl DISTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com