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

(-)./Makefile (-7 / +3 lines)
Lines 1-13 Link Here
1
# ex:ts=8
1
# Created by: obrien@FreeBSD.org
2
# Ports collection makefile for:  lsof
3
# Date created:			  Sat July 20, 1996
4
# Whom:				  David O'Brien (obrien@FreeBSD.org)
5
#
6
# $FreeBSD: head/sysutils/lsof/Makefile 305610 2012-10-09 22:12:13Z linimon $
2
# $FreeBSD: head/sysutils/lsof/Makefile 305610 2012-10-09 22:12:13Z linimon $
7
#
3
#
8
4
9
PORTNAME=	lsof
5
PORTNAME=	lsof
10
DISTVERSION=	4.87A
6
DISTVERSION=	4.87
11
PORTEPOCH=	7
7
PORTEPOCH=	7
12
CATEGORIES=	sysutils
8
CATEGORIES=	sysutils
13
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
9
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
Lines 31-37 Link Here
31
COMMENT=	Lists information about open files (similar to fstat(1))
27
COMMENT=	Lists information about open files (similar to fstat(1))
32
28
33
#Please leave the below line in for the next clean up.
29
#Please leave the below line in for the next clean up.
34
FIXUP_RELEASE=	YES
30
#FIXUP_RELEASE=	YES
35
.if defined(FIXUP_RELEASE)
31
.if defined(FIXUP_RELEASE)
36
DISTNAME_SUFFIX=.freebsd
32
DISTNAME_SUFFIX=.freebsd
37
.else
33
.else
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lsof_4.87A.freebsd.tar.bz2) = 5fa507004ed471ddd5ce613a20068c6326d4690d3f180f4ea3fb00b3528e7826
1
SHA256 (lsof_4.87.tar.bz2) = dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c
2
SIZE (lsof_4.87A.freebsd.tar.bz2) = 480290
2
SIZE (lsof_4.87.tar.bz2) = 773664

Return to bug 174906