From 974e6b0efac22ed3bb5dcdd24de7dea21160674b Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Tue, 8 Oct 2019 09:30:52 +0000 Subject: [PATCH] sysutils/sysctlinfo-kmod: update to 20191005 Changelog: * delete CTL_SYSCTLMIB, CTL_SYSCTL added in sysctl.h * improve SYSCTL_OUT error checks * update lock * code update like review D21700 PR: 241084 Submitted by: Alfonso S. Siciliano (maintainer) --- sysutils/sysctlinfo-kmod/Makefile | 6 +++--- sysutils/sysctlinfo-kmod/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/sysctlinfo-kmod/Makefile b/sysutils/sysctlinfo-kmod/Makefile index 65d058100973..c5019e65f149 100644 --- a/sysutils/sysctlinfo-kmod/Makefile +++ b/sysutils/sysctlinfo-kmod/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sysctlinfo-kmod -DISTVERSION= 20190907 +DISTVERSION= 20191005 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com @@ -14,7 +14,7 @@ USES= kmod USE_GITLAB= yes GL_ACCOUNT= alfix GL_PROJECT= sysctlinfo -GL_COMMIT= 1f1b05e3432ccada8c38cfb5f1987dfceb75524b +GL_COMMIT= 12c8b65d339becbc563d85bd2c81714b6b9226a6 PLIST_FILES= ${KMODDIR}/sysctlinfo.ko \ include/sysctlinfo.h \ @@ -35,7 +35,7 @@ OPTIONS_DEFAULT= EXAMPLES # Once the sysctlinfo interface (review D21700) lands into the base tree the # following statement needs to be expanded .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019 -IGNORE= needs oid_label constant in sysctl.h which was first introduced in FreeBSD 12 +IGNORE= needs oid_label member of struct sysctl_oid defined in sysctl.h which was first introduced in FreeBSD 12 .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD diff --git a/sysutils/sysctlinfo-kmod/distinfo b/sysutils/sysctlinfo-kmod/distinfo index 23f24d4d024f..f0a2134c18ff 100644 --- a/sysutils/sysctlinfo-kmod/distinfo +++ b/sysutils/sysctlinfo-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1568559895 -SHA256 (alfix-sysctlinfo-1f1b05e3432ccada8c38cfb5f1987dfceb75524b_GL0.tar.gz) = a37e19e50da8132ed18669030e236bd551a547c0fce6b8a560f1d7b336081c3d -SIZE (alfix-sysctlinfo-1f1b05e3432ccada8c38cfb5f1987dfceb75524b_GL0.tar.gz) = 30767 +TIMESTAMP = 1570272191 +SHA256 (alfix-sysctlinfo-12c8b65d339becbc563d85bd2c81714b6b9226a6_GL0.tar.gz) = 135ed09cea0f02164fba235431bbc3e24653899ea138534dea8847dfb0df4f44 +SIZE (alfix-sysctlinfo-12c8b65d339becbc563d85bd2c81714b6b9226a6_GL0.tar.gz) = 37849