diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-01 05:56:30 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-01 05:56:30 +0000 |
commit | 13186e22ec3b47b746b68730bd3297641318298d (patch) | |
tree | 1334930379fc33a40be437cca55f4c21088a02d1 | |
parent | Reset MAINTAINER to ports@FreeBSD.org (diff) |
The latest 6.0-CURRENT has a change in the file structure that requires
an lsof change.
Tested on: 4.9 i386, 4.0 i386, 5.3 Alpha, 6.0 AMD64 and 6.0 Sparc64.
Submitted by: Vic Abell <abe@purdue.edu>
Notes
Notes:
svn path=/head/; revision=122871
-rw-r--r-- | sysutils/lsof/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index c98df4c0eabd..bd28459bed88 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -24,7 +24,7 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.74A.freebsd +DISTNAME= ${PORTNAME}_4.74B.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index beeb463c42e8..ca046747c636 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.74A.freebsd.tar.bz2) = 257b30549ba920d8fb4e3c11c7031734 -SIZE (lsof_4.74A.freebsd.tar.bz2) = 439975 +MD5 (lsof_4.74B.freebsd.tar.bz2) = 451936a27a735790885c49980c32c69f +SIZE (lsof_4.74B.freebsd.tar.bz2) = 443391 |