summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2018-06-06 18:12:58 +0000
committerLarry Rosenman <ler@FreeBSD.org>2018-06-06 18:12:58 +0000
commitd530137568e6083bdc04eb66e745105540c1460e (patch)
tree75a7f8cae7bb51aa42046a19b863cf844e082284
parentmultimedia/plexmediaserver-plexpass: Update to 1.13.2.5142 (diff)
sysutils/lsof: update to 4.92B that has the patch included for recent mem*/b* library changes.
Obtained from: Vic Abell (author)
Notes
Notes: svn path=/head/; revision=471864
-rw-r--r--sysutils/lsof/Makefile3
-rw-r--r--sysutils/lsof/distinfo6
-rw-r--r--sysutils/lsof/files/patch-dialects_freebsd_dlsof.h15
3 files changed, 4 insertions, 20 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index de922301483f..4eead8118d78 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= lsof
-DISTVERSION= 4.92A
-PORTREVISION= 1
+DISTVERSION= 4.92B
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 20dcd351e9ca..5dbbe751b3e6 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525635299
-SHA256 (lsof_4.92A.freebsd.tar.bz2) = b15ec931d21a00c01c49e96e4e690db5a4eaae7ca748d33a39af95926ea7da8c
-SIZE (lsof_4.92A.freebsd.tar.bz2) = 490820
+TIMESTAMP = 1528308653
+SHA256 (lsof_4.92B.freebsd.tar.bz2) = 7abcc69c265acf13e77573ca5e105cc647119e95199650f7af714f0239e092b4
+SIZE (lsof_4.92B.freebsd.tar.bz2) = 491292
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 ad9c14a8d7e5..000000000000
--- a/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- dialects/freebsd/dlsof.h.orig 2018-06-03 13:24:20 UTC
-+++ dialects/freebsd/dlsof.h
-@@ -498,6 +498,12 @@ struct vop_advlock_args { int dummy; }; /* to pacify l
-
- #undef bcopy /* avoid _KERNEL conflict */
- #undef bzero /* avoid _KERNEL conflict */
-+#undef bcmp
-+#undef bcopy
-+#undef memcmp
-+#undef memmove
-+#undef memcpy
-+#undef memset
- #include <string.h>
-
-