From owner-svn-ports-all@freebsd.org Wed Feb 10 02:01:30 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECE1B535C3C; Wed, 10 Feb 2021 02:01:30 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Db30B6JRKz4jhV; Wed, 10 Feb 2021 02:01:30 +0000 (UTC) (envelope-from nc@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 CB6731567E; Wed, 10 Feb 2021 02:01:30 +0000 (UTC) (envelope-from nc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11A21U1h091020; Wed, 10 Feb 2021 02:01:30 GMT (envelope-from nc@FreeBSD.org) Received: (from nc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11A21TI0091012; Wed, 10 Feb 2021 02:01:29 GMT (envelope-from nc@FreeBSD.org) Message-Id: <202102100201.11A21TI0091012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nc set sender to nc@FreeBSD.org using -f From: Neel Chauhan Date: Wed, 10 Feb 2021 02:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564833 - in head: devel/libsysctlmibinfo sysutils/nsysctl sysutils/nsysctl/files X-SVN-Group: ports-head X-SVN-Commit-Author: nc X-SVN-Commit-Paths: in head: devel/libsysctlmibinfo sysutils/nsysctl sysutils/nsysctl/files X-SVN-Commit-Revision: 564833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2021 02:01:31 -0000 Author: nc Date: Wed Feb 10 02:01:28 2021 New Revision: 564833 URL: https://svnweb.freebsd.org/changeset/ports/564833 Log: devel/libsysctlmibinfo: Update to 1.0.2 While we're here, unbreak sysutils/nsysctl with the new version and bump its PORTREVISION. PR: 253388, 253389 Submitted by: Alfonso S. Siciliano (maintainer) Added: head/sysutils/nsysctl/files/ head/sysutils/nsysctl/files/patch-src_nsysctl.c (contents, props changed) head/sysutils/nsysctl/files/patch-src_opaque.c (contents, props changed) head/sysutils/nsysctl/files/patch-src_special__value.c (contents, props changed) head/sysutils/nsysctl/files/patch-src_sysctlinfo__helper.c (contents, props changed) Modified: head/devel/libsysctlmibinfo/Makefile head/devel/libsysctlmibinfo/distinfo head/sysutils/nsysctl/Makefile head/sysutils/nsysctl/distinfo Modified: head/devel/libsysctlmibinfo/Makefile ============================================================================== --- head/devel/libsysctlmibinfo/Makefile Wed Feb 10 01:56:05 2021 (r564832) +++ head/devel/libsysctlmibinfo/Makefile Wed Feb 10 02:01:28 2021 (r564833) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsysctlmibinfo -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= devel MAINTAINER= alfix86@gmail.com @@ -14,21 +14,21 @@ USE_GITLAB= yes GL_ACCOUNT= alfix GL_PROJECT= sysctlmibinfo -GL_COMMIT= 941706f663a1fe17f2c1f5cfbf3c7211c8f41e53 +GL_COMMIT= d09fc0361b258059a6781afa6fd0a58e332f3a74 USE_LDCONFIG= yes PLIST_FILES= include/sysctlmibinfo.h \ lib/libsysctlmibinfo.a \ lib/libsysctlmibinfo.so \ - lib/libsysctlmibinfo.so.1.0.1 \ + lib/libsysctlmibinfo.so.1.0.2 \ man/man3/sysctlmibinfo.3.gz do-install: ${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo.so.1.0.1 ${STAGEDIR}${PREFIX}/lib - ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.1 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so + ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib + ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.2 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so ${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3 .include Modified: head/devel/libsysctlmibinfo/distinfo ============================================================================== --- head/devel/libsysctlmibinfo/distinfo Wed Feb 10 01:56:05 2021 (r564832) +++ head/devel/libsysctlmibinfo/distinfo Wed Feb 10 02:01:28 2021 (r564833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612365342 -SHA256 (alfix-sysctlmibinfo-941706f663a1fe17f2c1f5cfbf3c7211c8f41e53_GL0.tar.gz) = 76db992660bcd0938a341a65f00865a0aa1022f3c8dbdeaa19558601b77051aa -SIZE (alfix-sysctlmibinfo-941706f663a1fe17f2c1f5cfbf3c7211c8f41e53_GL0.tar.gz) = 11228 +TIMESTAMP = 1612911377 +SHA256 (alfix-sysctlmibinfo-d09fc0361b258059a6781afa6fd0a58e332f3a74_GL0.tar.gz) = aab64ae8a6cc7ad8b6c9273b8adabe364f6c443b2414c20a67df3dc653d615fe +SIZE (alfix-sysctlmibinfo-d09fc0361b258059a6781afa6fd0a58e332f3a74_GL0.tar.gz) = 11588 Modified: head/sysutils/nsysctl/Makefile ============================================================================== --- head/sysutils/nsysctl/Makefile Wed Feb 10 01:56:05 2021 (r564832) +++ head/sysutils/nsysctl/Makefile Wed Feb 10 02:01:28 2021 (r564833) @@ -2,7 +2,7 @@ PORTNAME= nsysctl DISTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com Modified: head/sysutils/nsysctl/distinfo ============================================================================== --- head/sysutils/nsysctl/distinfo Wed Feb 10 01:56:05 2021 (r564832) +++ head/sysutils/nsysctl/distinfo Wed Feb 10 02:01:28 2021 (r564833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570282113 +TIMESTAMP = 1612906310 SHA256 (alfix-nsysctl-61f2bacc1d374ba357e6f67e07372eee0d765cda_GL0.tar.gz) = 8e4bdbef243ad5e2f652609fa4aba0c7f5a13fe275ad1fd2005a66c53f929e56 SIZE (alfix-nsysctl-61f2bacc1d374ba357e6f67e07372eee0d765cda_GL0.tar.gz) = 25724 Added: head/sysutils/nsysctl/files/patch-src_nsysctl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/nsysctl/files/patch-src_nsysctl.c Wed Feb 10 02:01:28 2021 (r564833) @@ -0,0 +1,12 @@ +--- src/nsysctl.c.orig 2021-02-09 21:47:51 UTC ++++ src/nsysctl.c +@@ -25,7 +25,9 @@ + * SUCH DAMAGE. + */ + ++#include + #include ++#include + + #include + #include Added: head/sysutils/nsysctl/files/patch-src_opaque.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/nsysctl/files/patch-src_opaque.c Wed Feb 10 02:01:28 2021 (r564833) @@ -0,0 +1,10 @@ +--- src/opaque.c.orig 2021-02-09 21:56:37 UTC ++++ src/opaque.c +@@ -32,6 +32,7 @@ + /* Original: https://svnweb.freebsd.org/base/head/sbin/sysctl/sysctl.c */ + + #include ++#include + #include + #include + #include Added: head/sysutils/nsysctl/files/patch-src_special__value.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/nsysctl/files/patch-src_special__value.c Wed Feb 10 02:01:28 2021 (r564833) @@ -0,0 +1,11 @@ +--- src/special_value.c.orig 2021-02-09 21:57:57 UTC ++++ src/special_value.c +@@ -27,6 +27,8 @@ + + /* 'Special values' are strings parsed for xo-output */ + ++#include ++ + #include + #include + Added: head/sysutils/nsysctl/files/patch-src_sysctlinfo__helper.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/nsysctl/files/patch-src_sysctlinfo__helper.c Wed Feb 10 02:01:28 2021 (r564833) @@ -0,0 +1,13 @@ +--- src/sysctlinfo_helper.c.orig 2021-02-09 21:52:37 UTC ++++ src/sysctlinfo_helper.c +@@ -25,6 +25,10 @@ + * SUCH DAMAGE. + */ + ++#include ++#include ++#include ++ + #include + #include + #include