View | Details | Raw Unified | Return to bug 170117
Collapse All | Expand All

(-)./Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	lsof
9
PORTNAME=	lsof
10
PORTVERSION=	4.86
10
DISTVERSION=	4.87A
11
PORTEPOCH=	7
11
PORTEPOCH=	7
12
CATEGORIES=	sysutils
12
CATEGORIES=	sysutils
13
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
13
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
Lines 25-37 Link Here
25
		ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/  \
25
		ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/  \
26
		ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \
26
		ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \
27
		ftp://ftp.tau.ac.il/pub/unix/admin/
27
		ftp://ftp.tau.ac.il/pub/unix/admin/
28
DISTNAME=	${PORTNAME}_${PORTVERSION}${DISTNAME_SUFFIX}
28
DISTNAME=	${PORTNAME}_${DISTVERSION}${DISTNAME_SUFFIX}
29
29
30
MAINTAINER=	ler@lerctr.org
30
MAINTAINER=	ler@lerctr.org
31
COMMENT=	Lists information about open files (similar to fstat(1))
31
COMMENT=	Lists information about open files (similar to fstat(1))
32
32
33
#Please leave the below line in for the next clean up.
33
#Please leave the below line in for the next clean up.
34
#FIXUP_RELEASE=	YES
34
FIXUP_RELEASE=	YES
35
.if defined(FIXUP_RELEASE)
35
.if defined(FIXUP_RELEASE)
36
DISTNAME_SUFFIX=.freebsd
36
DISTNAME_SUFFIX=.freebsd
37
.else
37
.else
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lsof_4.86.tar.bz2) = 13e52b8e87dddf1b2e219004e315d755c659217ce6ffc6a5f1102969f1c4dd0c
1
SHA256 (lsof_4.87A.freebsd.tar.bz2) = 5fa507004ed471ddd5ce613a20068c6326d4690d3f180f4ea3fb00b3528e7826
2
SIZE (lsof_4.86.tar.bz2) = 769231
2
SIZE (lsof_4.87A.freebsd.tar.bz2) = 480290

Return to bug 170117