diff options
author | atatat <atatat@pkgsrc.org> | 2002-01-23 01:34:36 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2002-01-23 01:34:36 +0000 |
commit | b9302ca830adbe19b54ce33f5b1bf3f347511195 (patch) | |
tree | 883d29fd02a24944e6cd367c608af084b17a8dbe /sysutils | |
parent | 0e04d5f2761723a68b4743707f265798b32db31a (diff) | |
download | pkgsrc-b9302ca830adbe19b54ce33f5b1bf3f347511195.tar.gz |
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
<Joshua.Wright@jwu.edu> 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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 15 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 11 insertions, 10 deletions
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 |