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)
This commit is contained in:
parent
974e6b0efa
commit
bc1b3d078a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514064
@ -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/sysctlinfo-kmod
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user