Date: Thu, 18 Apr 2019 13:20:44 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499258 - head/sysutils/nsysctl Message-ID: <201904181320.x3IDKiR8025501@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Apr 18 13:20:43 2019 New Revision: 499258 URL: https://svnweb.freebsd.org/changeset/ports/499258 Log: sysutils/nsysctl: Update to 0.2 PR: 237317 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Modified: head/sysutils/nsysctl/Makefile (contents, props changed) head/sysutils/nsysctl/distinfo (contents, props changed) head/sysutils/nsysctl/pkg-descr (contents, props changed) Modified: head/sysutils/nsysctl/Makefile ============================================================================== --- head/sysutils/nsysctl/Makefile Thu Apr 18 13:16:44 2019 (r499257) +++ head/sysutils/nsysctl/Makefile Thu Apr 18 13:20:43 2019 (r499258) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= nsysctl -DISTVERSION= 0.1.1 +DISTVERSION= 0.2 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com -COMMENT= New sysctl utility with libxo and extra options +COMMENT= Utility to get or set the kernel state supporting libxo output LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -15,13 +15,13 @@ LIB_DEPENDS= libsysctlmibinfo.so:devel/libsysctlmibinf USE_GITLAB= yes GL_ACCOUNT= alfix -GL_COMMIT= f71d2fded69b95808f9247f7e01866d7a92b7ff9 +GL_COMMIT= ad19c188fd36e5d4950e4560274ade3a259d4099 -PLIST_FILES= bin/${PORTNAME} \ +PLIST_FILES= sbin/${PORTNAME} \ man/man8/${PORTNAME}.8.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ .include <bsd.port.mk> Modified: head/sysutils/nsysctl/distinfo ============================================================================== --- head/sysutils/nsysctl/distinfo Thu Apr 18 13:16:44 2019 (r499257) +++ head/sysutils/nsysctl/distinfo Thu Apr 18 13:20:43 2019 (r499258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553608252 -SHA256 (alfix-nsysctl-f71d2fded69b95808f9247f7e01866d7a92b7ff9_GL0.tar.gz) = c0bbcba0f5f22d7f59a4897e42f87a7124d65cc19182039bf3bd325430de0624 -SIZE (alfix-nsysctl-f71d2fded69b95808f9247f7e01866d7a92b7ff9_GL0.tar.gz) = 16193 +TIMESTAMP = 1555417827 +SHA256 (alfix-nsysctl-ad19c188fd36e5d4950e4560274ade3a259d4099_GL0.tar.gz) = 0b76b1c8c837d3fba5371dc1b4d635f8530e9afc72f879a82867b3857c915328 +SIZE (alfix-nsysctl-ad19c188fd36e5d4950e4560274ade3a259d4099_GL0.tar.gz) = 14235 Modified: head/sysutils/nsysctl/pkg-descr ============================================================================== --- head/sysutils/nsysctl/pkg-descr Thu Apr 18 13:16:44 2019 (r499257) +++ head/sysutils/nsysctl/pkg-descr Thu Apr 18 13:20:43 2019 (r499258) @@ -1,4 +1,4 @@ -nsysctl (new sysctl) is a sysctl(8) utility clone to get or set kernel +The nsysctl utility is a sysctl(8) clone to get or set the kernel state with libxo, sysctlmibinfo and extra options; improvements: * sysctlmibinfo(3) provides a simple API to the sysctl MIB, @@ -6,7 +6,7 @@ state with libxo, sysctlmibinfo and extra options; imp * output via libxo(3) in human and machine readable formats, * output is explicitly indicated by the options, * new option -D show all properties, - * update option -e specific sep as a separator, + * updated option -e specific sep as a separator, * new option -F show flags, * new option -I show internal nodes, * new option -l show label,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181320.x3IDKiR8025501>