View | Details | Raw Unified | Return to bug 241084
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	sysctlinfo-kmod
3
PORTNAME=	sysctlinfo-kmod
4
DISTVERSION=	20190907
4
DISTVERSION=	20191005
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	alfix86@gmail.com
7
MAINTAINER=	alfix86@gmail.com
Lines 14-20 Link Here
14
USE_GITLAB=	yes
14
USE_GITLAB=	yes
15
GL_ACCOUNT=	alfix
15
GL_ACCOUNT=	alfix
16
GL_PROJECT=	sysctlinfo
16
GL_PROJECT=	sysctlinfo
17
GL_COMMIT=	1f1b05e3432ccada8c38cfb5f1987dfceb75524b
17
GL_COMMIT=	12c8b65d339becbc563d85bd2c81714b6b9226a6
18
18
19
PLIST_FILES=	${KMODDIR}/sysctlinfo.ko \
19
PLIST_FILES=	${KMODDIR}/sysctlinfo.ko \
20
		include/sysctlinfo.h \
20
		include/sysctlinfo.h \
Lines 35-41 Link Here
35
# Once the sysctlinfo interface (review D21700) lands into the base tree the
35
# Once the sysctlinfo interface (review D21700) lands into the base tree the
36
# following statement needs to be expanded
36
# following statement needs to be expanded
37
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
37
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
38
IGNORE=		needs oid_label constant in sysctl.h which was first introduced in FreeBSD 12
38
IGNORE=		needs oid_label member of struct sysctl_oid defined in sysctl.h which was first introduced in FreeBSD 12
39
.endif
39
.endif
40
.if ${OPSYS} != FreeBSD
40
.if ${OPSYS} != FreeBSD
41
IGNORE=		not supported on anything but FreeBSD
41
IGNORE=		not supported on anything but FreeBSD
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1568559895
1
TIMESTAMP = 1570272191
2
SHA256 (alfix-sysctlinfo-1f1b05e3432ccada8c38cfb5f1987dfceb75524b_GL0.tar.gz) = a37e19e50da8132ed18669030e236bd551a547c0fce6b8a560f1d7b336081c3d
2
SHA256 (alfix-sysctlinfo-12c8b65d339becbc563d85bd2c81714b6b9226a6_GL0.tar.gz) = 135ed09cea0f02164fba235431bbc3e24653899ea138534dea8847dfb0df4f44
3
SIZE (alfix-sysctlinfo-1f1b05e3432ccada8c38cfb5f1987dfceb75524b_GL0.tar.gz) = 30767
3
SIZE (alfix-sysctlinfo-12c8b65d339becbc563d85bd2c81714b6b9226a6_GL0.tar.gz) = 37849

Return to bug 241084