svn commit: r514065 - head/deskutils/sysctlview

Torsten Zuehlsdorff tz at FreeBSD.org
Tue Oct 8 09:33:17 UTC 2019


Author: tz
Date: Tue Oct  8 09:33:16 2019
New Revision: 514065
URL: https://svnweb.freebsd.org/changeset/ports/514065

Log:
  deskutils/sysctlview: Update to 1.5.2
  
  Changelog:
  
      * Update because the CTL_STSCTL constant was introduced in sys/sysctl.h
      * add an error dialog if an OID has 23/24 levels and the sysctlinfo kmod is not
        loaded (avoiding a segmentation fault)
  
  PR:		241086
  Submitted by:	Alfonso S. Siciliano (maintainer)

Modified:
  head/deskutils/sysctlview/Makefile
  head/deskutils/sysctlview/distinfo

Modified: head/deskutils/sysctlview/Makefile
==============================================================================
--- head/deskutils/sysctlview/Makefile	Tue Oct  8 09:32:09 2019	(r514064)
+++ head/deskutils/sysctlview/Makefile	Tue Oct  8 09:33:16 2019	(r514065)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sysctlview
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.2
 CATEGORIES=	deskutils
 
 MAINTAINER=	alfix86 at gmail.com
@@ -20,7 +20,7 @@ USE_GNOME=	atk atkmm cairo cairomm gdkpixbuf2 glib20 g
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	alfix
-GL_COMMIT=	cdfd6669591497d9178ef3cca99ceb5b9bd9e670
+GL_COMMIT=	abc8074a3d8eb37c98cba38beb1c541a6d9dad26
 
 INSTALLS_ICONS=	yes
 
@@ -40,7 +40,7 @@ NLS_CONFIGURE_ENABLE=	nls
 .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/deskutils/sysctlview/distinfo
==============================================================================
--- head/deskutils/sysctlview/distinfo	Tue Oct  8 09:32:09 2019	(r514064)
+++ head/deskutils/sysctlview/distinfo	Tue Oct  8 09:33:16 2019	(r514065)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568257634
-SHA256 (alfix-sysctlview-cdfd6669591497d9178ef3cca99ceb5b9bd9e670_GL0.tar.gz) = 1667b04d027120d0c73f49bddf956d25366a37da4b6670ba5e5b2096b703e124
-SIZE (alfix-sysctlview-cdfd6669591497d9178ef3cca99ceb5b9bd9e670_GL0.tar.gz) = 435874
+TIMESTAMP = 1570280352
+SHA256 (alfix-sysctlview-abc8074a3d8eb37c98cba38beb1c541a6d9dad26_GL0.tar.gz) = 05e91c52c42f33a6699decd910e0755fc1152ad5294a2298b54778f8c8700718
+SIZE (alfix-sysctlview-abc8074a3d8eb37c98cba38beb1c541a6d9dad26_GL0.tar.gz) = 435555


More information about the svn-ports-head mailing list