Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2021 11:16:33 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
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
Message-ID:  <202102251116.11PBGXji007202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102251116.11PBGXji007202>