diff options
author | ler <ler@FreeBSD.org> | 2017-04-24 07:08:33 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2017-04-24 07:08:33 +0800 |
commit | cc04cab420bc4aeca586f921c042a91750a9de09 (patch) | |
tree | 1d281857ec9ce06b335e4785fab11572068c6bbe | |
parent | 9ea02de906c29bcc81193338a2e4f1e76494a2f3 (diff) | |
download | freebsd-ports-gnome-cc04cab420bc4aeca586f921c042a91750a9de09.tar.gz freebsd-ports-gnome-cc04cab420bc4aeca586f921c042a91750a9de09.tar.zst freebsd-ports-gnome-cc04cab420bc4aeca586f921c042a91750a9de09.zip |
sysutils/lsof: upgrade to 4.90K, integrate our local patch upstream
Obtained from: Vic Abell <vabell@lsof.comcastbiz.net>
Differential Revision: https://reviews.freebsd.org/D10474
-rw-r--r-- | sysutils/lsof/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-dlsof.h | 17 |
3 files changed, 4 insertions, 21 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index f530bf3bc7c1..70fdb5fb38fc 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90J +DISTVERSION= 4.90K PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 9c9a9c7448bd..4d95b132dcef 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492951502 -SHA256 (lsof_4.90J.freebsd.tar.bz2) = c782b749d57cedbe18e43cbff6d076bab578481a84c09a33a944868e2d4a7cf1 -SIZE (lsof_4.90J.freebsd.tar.bz2) = 487922 +TIMESTAMP = 1492988258 +SHA256 (lsof_4.90K.freebsd.tar.bz2) = 4bd58143bebafbd3773e776145651009ca2f39c9b1c9b1544364b18ed38d4b81 +SIZE (lsof_4.90K.freebsd.tar.bz2) = 488651 diff --git a/sysutils/lsof/files/patch-dlsof.h b/sysutils/lsof/files/patch-dlsof.h deleted file mode 100644 index 1f18dac34ac9..000000000000 --- a/sysutils/lsof/files/patch-dlsof.h +++ /dev/null @@ -1,17 +0,0 @@ ---- dialects/freebsd/dlsof.h.orig 2017-01-14 23:50:37.000000000 -0800 -+++ dialects/freebsd/dlsof.h 2017-03-22 00:12:47.309579000 -0700 -@@ -154,12 +154,14 @@ - #include <netinet/in_systm.h> - #include <netinet/ip.h> - #include <net/route.h> -+#define _WANT_INPCB - #include <netinet/in_pcb.h> - #include <netinet/ip_var.h> - #include <netinet/tcp.h> - #include <netinet/tcpip.h> - #include <netinet/tcp_fsm.h> - #include <netinet/tcp_timer.h> -+#define _WANT_TCPCB - #include <netinet/tcp_var.h> - #include <sys/ucred.h> - #include <sys/uio.h> |