svn commit: r439238 - head/sysutils/lsof

Larry Rosenman ler at FreeBSD.org
Sun Apr 23 16:51:05 UTC 2017


Author: ler
Date: Sun Apr 23 16:51:04 2017
New Revision: 439238
URL: https://svnweb.freebsd.org/changeset/ports/439238

Log:
  sysutils/lsof: upgrade to 4.90J: fix nullfs in FreeBSD 11+
  
  Submitted by:	"Jamie Landeg-Jones" <jamie at catflap.org>
  Obtained from:	 Vic Abell <vabell at lsof.comcastbiz.net> (author)
  Approved by:	adamw (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10465

Modified:
  head/sysutils/lsof/Makefile
  head/sysutils/lsof/distinfo

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Sun Apr 23 16:17:12 2017	(r439237)
+++ head/sysutils/lsof/Makefile	Sun Apr 23 16:51:04 2017	(r439238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lsof
-DISTVERSION=	4.90I
+DISTVERSION=	4.90J
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \

Modified: head/sysutils/lsof/distinfo
==============================================================================
--- head/sysutils/lsof/distinfo	Sun Apr 23 16:17:12 2017	(r439237)
+++ head/sysutils/lsof/distinfo	Sun Apr 23 16:51:04 2017	(r439238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484467800
-SHA256 (lsof_4.90I.freebsd.tar.bz2) = 063f1275d7aff331962bcb02629f7d8ac3c603266a805ea1b05321da9184e351
-SIZE (lsof_4.90I.freebsd.tar.bz2) = 487912
+TIMESTAMP = 1492951502
+SHA256 (lsof_4.90J.freebsd.tar.bz2) = c782b749d57cedbe18e43cbff6d076bab578481a84c09a33a944868e2d4a7cf1
+SIZE (lsof_4.90J.freebsd.tar.bz2) = 487922


More information about the svn-ports-all mailing list