diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/files/md5 | 4 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-sum | 3 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-aa | 13 |
4 files changed, 5 insertions, 21 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index c2f27aa2050..8759e5ada05 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2000/02/19 03:58:23 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2000/02/22 23:29:21 wiz Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # -DISTNAME= lsof_4.49B.n+obsd -PKGNAME= lsof-4.49.2 +DISTNAME= lsof_4.49C.n+obsd +PKGNAME= lsof-4.49.3 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ diff --git a/sysutils/lsof/files/md5 b/sysutils/lsof/files/md5 index aba0ea8a348..84c50d2de22 100644 --- a/sysutils/lsof/files/md5 +++ b/sysutils/lsof/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.17 2000/02/19 03:58:25 wiz Exp $ +$NetBSD: md5,v 1.18 2000/02/22 23:29:22 wiz Exp $ -MD5 (lsof_4.49B.n+obsd.tar.gz) = 03d88c3fda4b98f144b5e02715d19c53 +MD5 (lsof_4.49C.n+obsd.tar.gz) = b46669556939b3646d45d2d5b88a7e8d diff --git a/sysutils/lsof/files/patch-sum b/sysutils/lsof/files/patch-sum deleted file mode 100644 index 8bc30de501e..00000000000 --- a/sysutils/lsof/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.2 2000/02/19 03:58:25 wiz Exp $ - -MD5 (patch-aa) = 8ffa59c6cd4a7dc301d1905fa192a8ef diff --git a/sysutils/lsof/patches/patch-aa b/sysutils/lsof/patches/patch-aa deleted file mode 100644 index fd4b0e61a94..00000000000 --- a/sysutils/lsof/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.12 2000/02/19 03:58:25 wiz Exp $ - ---- ./dialects/n+obsd/dlsof.h.orig Tue Feb 1 15:31:27 2000 -+++ ./dialects/n+obsd/dlsof.h Sat Feb 19 04:13:09 2000 -@@ -76,7 +76,7 @@ - #include <netinet/ip.h> - - # if defined(HASIPv6) && defined(NETBSDV) && !defined(HASINRIAIPv6) --#include <netinet6/ip6.h> -+#include <netinet/ip6.h> - #include <netinet6/in6_pcb.h> - # endif /* defined(HASIPv6) && defined(NETBSDV) && !defined(HASINRIAIPv6) */ - |