devel/py-sysctl: Fix off-by-one string termination

Update to v0.3.3 which fixes string-type sysctls having the last char
truncated.

Also follow the repo moving to truenas/py-sysctl.

Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
This commit is contained in:
Ryan Moeller 2021-09-28 11:34:12 -04:00
parent 350644ce1c
commit 851f7f6371
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
PORTNAME= sysctl
PORTVERSION= 0.3.2.20210106
PORTVERSION= 0.3.3.20210928
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,8 +15,8 @@ USE_CSTD= c99
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= william-gr
GH_ACCOUNT= truenas
GH_PROJECT= py-sysctl
GH_TAGNAME= v0.3.2
GH_TAGNAME= v0.3.3
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1609957516
SHA256 (william-gr-py-sysctl-0.3.2.20210106-v0.3.2_GH0.tar.gz) = 28ba799ab1925f04a961714c3129f6a2ef11776c7d206ee6700ccb0208a46ca6
SIZE (william-gr-py-sysctl-0.3.2.20210106-v0.3.2_GH0.tar.gz) = 8315
TIMESTAMP = 1632842929
SHA256 (truenas-py-sysctl-0.3.3.20210928-v0.3.3_GH0.tar.gz) = 275a05975a798b77e1a4f556e1a16ef2b6289097f9db13cbf2d8f486d1ed838e
SIZE (truenas-py-sysctl-0.3.3.20210928-v0.3.3_GH0.tar.gz) = 8322

View File

@ -3,4 +3,4 @@ Python wrapper for the sysctl system functions.
It provides a very simple interface to query for sysctls and to change
their values in a pythonic way.
WWW: https://github.com/williambr/py-sysctl
WWW: https://github.com/truenas/py-sysctl