diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-20 02:18:38 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-20 02:18:38 +0000 |
commit | d218b155adfd862991006e999ae1ceb1f150f426 (patch) | |
tree | c802584fb3431541d595590227e08d8d6ab133e6 /sysutils/lsof/Makefile | |
parent | b19a6d27d1a14d303087e48bb86d1494a2682e67 (diff) | |
download | ports-d218b155adfd862991006e999ae1ceb1f150f426.tar.gz ports-d218b155adfd862991006e999ae1ceb1f150f426.zip |
sysutils/lsof: 4.89E -> 4.90A
- head changed the system to require an opt_random.h header for
some of the _KERNEL compiled headers that sysutils/lsof uses.
- 4.90A fixes this, it also picks up the changes from the 4.89 FULL
RELEASE
PR: 202421
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=394821
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 711bd7a70cee..8b40e84d222e 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.89E +DISTVERSION= 4.90A PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ |