Date: Wed, 10 Feb 2021 02:01:29 +0000 (UTC) From: Neel Chauhan <nc@FreeBSD.org> 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 Message-ID: <202102100201.11A21TI0091012@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <alfix86 AT gmail DOT com> (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 <bsd.port.mk> 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 <sys/types.h> + #include <sys/queue.h> ++#include <sys/sysctl.h> + + #include <inttypes.h> + #include <libutil.h> 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 <sys/param.h> ++#include <sys/queue.h> + #include <sys/resource.h> + #include <sys/time.h> + #include <sys/vmmeter.h> 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 <sys/queue.h> ++ + #include <libxo/xo.h> + #include <string.h> + 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 <sys/types.h> ++#include <sys/queue.h> ++#include <sys/sysctl.h> ++ + #include <stdbool.h> + #include <stdlib.h> + #include <string.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102100201.11A21TI0091012>