Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2019 09:32:09 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514064 - head/sysutils/nsysctl
Message-ID:  <201910080932.x989W9w0058999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue Oct  8 09:32:09 2019
New Revision: 514064
URL: https://svnweb.freebsd.org/changeset/ports/514064

Log:
  sysutils/nsysctl: Update to 1.2.1
  
  Changelog:
  
      * Update because the CTL_STSCTL constant was introduced in sys/sysctl.h
      * fix SYNOPSIS and usage() like style(9)
  
  PR:		241085
  Submitted by:	 Alfonso S. Siciliano (maintainer)

Modified:
  head/sysutils/nsysctl/Makefile
  head/sysutils/nsysctl/distinfo

Modified: head/sysutils/nsysctl/Makefile
==============================================================================
--- head/sysutils/nsysctl/Makefile	Tue Oct  8 09:30:52 2019	(r514063)
+++ head/sysutils/nsysctl/Makefile	Tue Oct  8 09:32:09 2019	(r514064)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nsysctl
-DISTVERSION=	1.2
+DISTVERSION=	1.2.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	alfix86@gmail.com
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${KMODDIR}/sysctlinfo.ko:sysutils/sysctli
 USE_GITLAB=	yes
 
 GL_ACCOUNT=	alfix
-GL_COMMIT=	5d7875fbeca8d5ae31dffac6ec1f12346e380e5a
+GL_COMMIT=	61f2bacc1d374ba357e6f67e07372eee0d765cda
 
 PLIST_FILES=	man/man8/${PORTNAME}.8.gz \
 		sbin/${PORTNAME}
@@ -29,7 +29,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 .include <bsd.port.pre.mk>
 
 .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

Modified: head/sysutils/nsysctl/distinfo
==============================================================================
--- head/sysutils/nsysctl/distinfo	Tue Oct  8 09:30:52 2019	(r514063)
+++ head/sysutils/nsysctl/distinfo	Tue Oct  8 09:32:09 2019	(r514064)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568424785
-SHA256 (alfix-nsysctl-5d7875fbeca8d5ae31dffac6ec1f12346e380e5a_GL0.tar.gz) = 1874cdaf4dec81091712d3d02d1059772941261b2a35850586d56922d06d23c5
-SIZE (alfix-nsysctl-5d7875fbeca8d5ae31dffac6ec1f12346e380e5a_GL0.tar.gz) = 25647
+TIMESTAMP = 1570282113
+SHA256 (alfix-nsysctl-61f2bacc1d374ba357e6f67e07372eee0d765cda_GL0.tar.gz) = 8e4bdbef243ad5e2f652609fa4aba0c7f5a13fe275ad1fd2005a66c53f929e56
+SIZE (alfix-nsysctl-61f2bacc1d374ba357e6f67e07372eee0d765cda_GL0.tar.gz) = 25724



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