diff options
author | ler <ler@FreeBSD.org> | 2017-04-24 00:51:04 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2017-04-24 00:51:04 +0800 |
commit | c3573b660aa01110dbd1e3e26a9b7bba54ac5bb8 (patch) | |
tree | dfa54f41c0816ab32645692b08687211fd996714 | |
parent | 699a466852f7812954e70929a20d87782ae1ee68 (diff) | |
download | freebsd-ports-gnome-c3573b660aa01110dbd1e3e26a9b7bba54ac5bb8.tar.gz freebsd-ports-gnome-c3573b660aa01110dbd1e3e26a9b7bba54ac5bb8.tar.zst freebsd-ports-gnome-c3573b660aa01110dbd1e3e26a9b7bba54ac5bb8.zip |
sysutils/lsof: upgrade to 4.90J: fix nullfs in FreeBSD 11+
Submitted by: "Jamie Landeg-Jones" <jamie@catflap.org>
Obtained from: Vic Abell <vabell@lsof.comcastbiz.net> (author)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D10465
-rw-r--r-- | sysutils/lsof/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index f686c3526b15..5ab82d3e959a 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -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/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index ffe5c737cac5..9c9a9c7448bd 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -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 |