Date: Tue, 8 Jan 2019 15:32:00 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489710 - in head/devel/p5-Proc-ProcessTable: . files Message-ID: <201901081532.x08FW0Ka052598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Jan 8 15:32:00 2019 New Revision: 489710 URL: https://svnweb.freebsd.org/changeset/ports/489710 Log: devel/p5-Proc-ProcessTable: Fix improper values being returned PR: 234688 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Added: head/devel/p5-Proc-ProcessTable/files/ head/devel/p5-Proc-ProcessTable/files/patch-os-FreeBSD-kvm.h (contents, props changed) Modified: head/devel/p5-Proc-ProcessTable/Makefile (contents, props changed) Modified: head/devel/p5-Proc-ProcessTable/Makefile ============================================================================== --- head/devel/p5-Proc-ProcessTable/Makefile Tue Jan 8 15:30:14 2019 (r489709) +++ head/devel/p5-Proc-ProcessTable/Makefile Tue Jan 8 15:32:00 2019 (r489710) @@ -3,6 +3,7 @@ PORTNAME= Proc-ProcessTable PORTVERSION= 0.55 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JWB Added: head/devel/p5-Proc-ProcessTable/files/patch-os-FreeBSD-kvm.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Proc-ProcessTable/files/patch-os-FreeBSD-kvm.h Tue Jan 8 15:32:00 2019 (r489710) @@ -0,0 +1,11 @@ +--- os/FreeBSD-kvm.h-orig 2018-01-27 02:27:42.000000000 -0600 ++++ os/FreeBSD-kvm.h 2019-01-07 03:37:31.984718000 -0600 +@@ -13,7 +13,7 @@ + + /* We need to pass in a cap for ignore, lower for store on object */ + /* We can just lc these! */ +-static char Defaultformat[] = "iiiiiiiisssssssssssssissiiiiiiiiiiiiiiVV"; ++static char Defaultformat[] = "iiiiiiiisssssssssssssissiiiuiiiiiiiiiiVV"; + + /* Mapping of field to type */ + static char* Fields[] = {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901081532.x08FW0Ka052598>