diff options
author | adamw <adamw@FreeBSD.org> | 2016-07-11 20:44:11 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-07-11 20:44:11 +0000 |
commit | f64efea4e0b48b6a74c6a3fee52f89d0101c6e03 (patch) | |
tree | edf0655d6bef308a60d8ce72f93581dbdbf281e2 | |
parent | 2cc638fb9ad35e1e6d94934ccb5ffb0140308777 (diff) | |
download | FreeBSD-ports-f64efea4e0b48b6a74c6a3fee52f89d0101c6e03.zip FreeBSD-ports-f64efea4e0b48b6a74c6a3fee52f89d0101c6e03.tar.gz |
upgrade to 4.90C
- support for DTYPE_PTS
- FreeBSD 12.0-CURRENT
PR: 211017
Submitted by: maintainer (Larry Rosenman)
-rw-r--r-- | sysutils/lsof/Makefile | 3 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 5 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-Configure | 13 |
3 files changed, 4 insertions, 17 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 9979e51..8e53104 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90B -PORTREVISION= 1 +DISTVERSION= 4.90C 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 3062d68..882eedc 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,3 @@ -SHA256 (lsof_4.90B.freebsd.tar.bz2) = 9532dabbda1a9e7cf0a7bd60fb02a829c3e9601d0f375e1d89235f600d805469 -SIZE (lsof_4.90B.freebsd.tar.bz2) = 485932 +TIMESTAMP = 1468268192 +SHA256 (lsof_4.90C.freebsd.tar.bz2) = 68f71e8454684d3845af701c62242b6f8507aafa5dc413f4710152ac43795f03 +SIZE (lsof_4.90C.freebsd.tar.bz2) = 486881 diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure deleted file mode 100644 index e83f265..0000000 --- a/sysutils/lsof/files/patch-Configure +++ /dev/null @@ -1,13 +0,0 @@ ---- Configure.orig 2016-01-05 10:31:36.000000000 -0800 -+++ Configure 2016-07-08 17:39:09.137355000 -0700 -@@ -1620,6 +1620,10 @@ - LSOF_TSTBIGF=" " - LSOF_VERS=11000 - ;; -+ 12*) -+ LSOF_TSTBIGF=" " -+ LSOF_VERS=12000 -+ ;; - *) - echo Unknown FreeBSD release: `uname -r` - rm -f $LSOF_HLP |