svn commit: r431585 - branches/2017Q1/sysutils/lsof

Larry Rosenman ler at FreeBSD.org
Sun Jan 15 15:34:44 UTC 2017


Author: ler
Date: Sun Jan 15 15:34:43 2017
New Revision: 431585
URL: https://svnweb.freebsd.org/changeset/ports/431585

Log:
  MFH: r431492 r431583
  
  Fix sysutils/lsof on arm.
  
  This fixes the case where ARM_NARCH and ARM_NMMUS are 0, since the lsof(1) sources get hacky
  access to kernel structures.
  
  PR:     216065
  Submitted by: samm os2 kiev ua
  Obtained from:	Vic Abell (author)
  
  Approved by:	ports-secteam (blanket), adamw (mentor)

Modified:
  branches/2017Q1/sysutils/lsof/Makefile
  branches/2017Q1/sysutils/lsof/distinfo
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/sysutils/lsof/Makefile
==============================================================================
--- branches/2017Q1/sysutils/lsof/Makefile	Sun Jan 15 15:32:30 2017	(r431584)
+++ branches/2017Q1/sysutils/lsof/Makefile	Sun Jan 15 15:34:43 2017	(r431585)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lsof
-DISTVERSION=	4.90G
+DISTVERSION=	4.90I
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \

Modified: branches/2017Q1/sysutils/lsof/distinfo
==============================================================================
--- branches/2017Q1/sysutils/lsof/distinfo	Sun Jan 15 15:32:30 2017	(r431584)
+++ branches/2017Q1/sysutils/lsof/distinfo	Sun Jan 15 15:34:43 2017	(r431585)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474579688
-SHA256 (lsof_4.90G.freebsd.tar.bz2) = 17b679285bf7e34bfd999d1443b0e8c7668c695138b7ab36ed36a83d8036c58a
-SIZE (lsof_4.90G.freebsd.tar.bz2) = 487776
+TIMESTAMP = 1484467800
+SHA256 (lsof_4.90I.freebsd.tar.bz2) = 063f1275d7aff331962bcb02629f7d8ac3c603266a805ea1b05321da9184e351
+SIZE (lsof_4.90I.freebsd.tar.bz2) = 487912


More information about the svn-ports-branches mailing list