diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-01 13:56:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-01 13:56:30 +0800 |
commit | a39803d35522010417e82375a9a945bcc7ef73d5 (patch) | |
tree | 8d72f18bfd71b29bf8d1feaff95e6e58f01e065e | |
parent | db297881e7fe5b682cc2db7ca68cd96fbe6a487c (diff) | |
download | freebsd-ports-gnome-a39803d35522010417e82375a9a945bcc7ef73d5.tar.gz freebsd-ports-gnome-a39803d35522010417e82375a9a945bcc7ef73d5.tar.zst freebsd-ports-gnome-a39803d35522010417e82375a9a945bcc7ef73d5.zip |
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>
-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 |