From 87e6bac31107eb9dd686044d7b58f3b0439d9734 Mon Sep 17 00:00:00 2001 From: atatat Date: Wed, 23 Jan 2002 01:34:36 +0000 Subject: Upgrade to version 4.61. NetBSD related fixes/features from the release notes are: 4.61 January 22, 2002 Updated field output example Perl scripts in the scripts/ subdirectory to discover the lsof path, starting at .. and proceding through the PATH environment variable's directories. ... In response to a report from Joshua Wright modified NetBSD and OpenBSD Configure stanzas and sources so that lsof can be built when there is no system source tree (e.g., /usr/src/sys). ... Corrected a bug in the matching of IPv4 addresses, mapped in IPv6 addresses, to an IPv4 paramter to an -i option. --- sysutils/lsof/Makefile | 15 ++++++++------- sysutils/lsof/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'sysutils') diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 4ddc8f20a5f..08820bb88d6 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.49 2001/12/21 21:26:05 atatat Exp $ +# $NetBSD: Makefile,v 1.50 2002/01/23 01:34:36 atatat Exp $ # -DISTNAME= lsof_4.60_W -PKGNAME= lsof-4.60 -WRKSRC= ${WRKDIR}/${SRCBALL_NAME} +DISTNAME= lsof_4.61 +PKGNAME= lsof-4.61 +TMPWRK= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -23,7 +24,7 @@ CONFIGURE_ENV+= LSOF_CC="${CC} ${CFLAGS}" MAKE_FLAGS+= LSOF_BLDCMT="NetBSD pkgsrc rocks!" CPPFLAGS+= -DLSOF_MORE_SECURE=${LSOF_MORE_SECURE} -SRCBALL_NAME= ${DISTNAME:S/_W$//} +SRCBALL_NAME= ${DISTNAME}_src .include "../../mk/bsd.prefs.mk" @@ -36,8 +37,8 @@ MAKE_ENV+= CPPFLAGS= LSOF_MORE_SECURE?= 0 post-extract: - @(cd ${WRKDIR} ; \ - EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | ${SED} 's/^[ ]*//'` ; \ + @(cd ${TMPWRK} ; \ + EXPMD5=`${GREP} MD5 README.${DISTNAME} | ${SED} 's/^[ ]*//'` ; \ CALCMD5=`${DIGEST} MD5 ${SRCBALL_NAME}.tar` ; \ if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \ ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index a5d24e54b78..66e09250d3c 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2001/12/21 21:26:05 atatat Exp $ +$NetBSD: distinfo,v 1.12 2002/01/23 01:34:36 atatat Exp $ -SHA1 (lsof_4.60_W.tar.gz) = 6f1a848918323b9a355617948d499d003f2c25e0 -Size (lsof_4.60_W.tar.gz) = 873549 bytes +SHA1 (lsof_4.61.tar.gz) = 4e118f91f3c46e0d81422a4cf04f03ae34641915 +Size (lsof_4.61.tar.gz) = 878083 bytes SHA1 (patch-aa) = 1946122860ad68f1c5e07f6ae82a147eb51e01c5 -- cgit v1.2.3