svn commit: r489710 - in head/devel/p5-Proc-ProcessTable: . files

Steve Wills swills at FreeBSD.org
Tue Jan 8 15:32:01 UTC 2019


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 at 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[] = {


More information about the svn-ports-all mailing list