diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2017-01-15 15:28:27 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2017-01-15 15:28:27 +0000 |
commit | abeca7369695c394deabf9fc99209f1e9daa55c3 (patch) | |
tree | 8303edb54a0db7955ceac2b4075f9e0ce3a7e681 /sysutils | |
parent | 6b5201ba4581b2910db7eb42ca171084c1647b55 (diff) | |
download | ports-abeca7369695c394deabf9fc99209f1e9daa55c3.tar.gz ports-abeca7369695c394deabf9fc99209f1e9daa55c3.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 3 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-dialects_freebsd_dlsof.h | 10 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-dialects_freebsd_dnode2.c | 11 |
4 files changed, 4 insertions, 26 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 40a7adcd7259..f686c3526b15 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90G -PORTREVISION= 1 +DISTVERSION= 4.90I 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 109a8005a01d..ffe5c737cac5 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -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 diff --git a/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h b/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h deleted file mode 100644 index 5e802cc96f93..000000000000 --- a/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h +++ /dev/null @@ -1,10 +0,0 @@ ---- dialects/freebsd/dlsof.h.orig 2016-09-22 20:02:53 UTC -+++ dialects/freebsd/dlsof.h -@@ -87,6 +87,7 @@ - #define boolean_t int - # endif /* defined(NEEDS_BOOLEAN_T) */ - -+#define KLD_MODULE - #include <sys/conf.h> - - # if defined(HAS_VM_MEMATTR_T) diff --git a/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c b/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c deleted file mode 100644 index 3b46e7607c77..000000000000 --- a/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dialects/freebsd/dnode2.c.orig 2016-09-22 20:02:53 UTC -+++ dialects/freebsd/dnode2.c -@@ -51,7 +51,7 @@ static char *rcsid = "$Id: dnode2.c,v 1. - */ - #define VOP_UNLOCK(vp, f) ((void)0) - # endif /* defined(__clang__) */ -- -+#define KLD_MODULE - #include <sys/zfs_znode.h> - #undef _KERNEL - |