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

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lsof
4
PORTNAME=	lsof
5
DISTVERSION=	4.88G
5
DISTVERSION=	4.88
6
PORTEPOCH=	8
6
PORTEPOCH=	8
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
8
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
Lines 26-32 Link Here
26
COMMENT=	Lists information about open files (similar to fstat(1))
26
COMMENT=	Lists information about open files (similar to fstat(1))
27
27
28
#Please leave the below line in for the next clean up.
28
#Please leave the below line in for the next clean up.
29
FIXUP_RELEASE=	YES
29
#FIXUP_RELEASE=	YES
30
.if defined(FIXUP_RELEASE)
30
.if defined(FIXUP_RELEASE)
31
DISTNAME_SUFFIX=.freebsd
31
DISTNAME_SUFFIX=.freebsd
32
.else
32
.else
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lsof_4.88G.freebsd.tar.bz2) = d3dc7eff807bb6c85bf297470cc5f4ce1777a6bf7925a5859458239864df7dae
1
SHA256 (lsof_4.88.tar.bz2) = fe6f9b0e26b779ccd0ea5a0b6327c2b5c38d207a6db16f61ac01bd6c44e5c99b
2
SIZE (lsof_4.88G.freebsd.tar.bz2) = 482101
2
SIZE (lsof_4.88.tar.bz2) = 778563

Return to bug 194383