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

(-)Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	sysctlview
3
PORTNAME=	sysctlview
4
PORTVERSION=	1.5.1
4
PORTVERSION=	1.5.2
5
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
6
6
7
MAINTAINER=	alfix86@gmail.com
7
MAINTAINER=	alfix86@gmail.com
Lines 20-26 Link Here
20
20
21
USE_GITLAB=	yes
21
USE_GITLAB=	yes
22
GL_ACCOUNT=	alfix
22
GL_ACCOUNT=	alfix
23
GL_COMMIT=	cdfd6669591497d9178ef3cca99ceb5b9bd9e670
23
GL_COMMIT=	abc8074a3d8eb37c98cba38beb1c541a6d9dad26
24
24
25
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
26
26
Lines 40-46 Link Here
40
.include <bsd.port.pre.mk>
40
.include <bsd.port.pre.mk>
41
41
42
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
42
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
43
IGNORE=		needs oid_label constant in sysctl.h which was first introduced in FreeBSD 12
43
IGNORE=		needs oid_label member of struct sysctl_oid defined in sysctl.h which was first introduced in FreeBSD 12
44
.endif
44
.endif
45
.if ${OPSYS} != FreeBSD
45
.if ${OPSYS} != FreeBSD
46
IGNORE=		not supported on anything but FreeBSD
46
IGNORE=		not supported on anything but FreeBSD
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1568257634
1
TIMESTAMP = 1570280352
2
SHA256 (alfix-sysctlview-cdfd6669591497d9178ef3cca99ceb5b9bd9e670_GL0.tar.gz) = 1667b04d027120d0c73f49bddf956d25366a37da4b6670ba5e5b2096b703e124
2
SHA256 (alfix-sysctlview-abc8074a3d8eb37c98cba38beb1c541a6d9dad26_GL0.tar.gz) = 05e91c52c42f33a6699decd910e0755fc1152ad5294a2298b54778f8c8700718
3
SIZE (alfix-sysctlview-cdfd6669591497d9178ef3cca99ceb5b9bd9e670_GL0.tar.gz) = 435874
3
SIZE (alfix-sysctlview-abc8074a3d8eb37c98cba38beb1c541a6d9dad26_GL0.tar.gz) = 435555

Return to bug 241086