diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-02 21:22:12 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-02 21:22:12 +0000 |
commit | 0d5f7243e3897112d46483d36bb419f25dc2424b (patch) | |
tree | c4a0c7a1e749ba17e7f8ae8383abe83f46de2f2c /sysutils/lsof | |
parent | 960c45a4bd21c0d21b1094a7dd29cc50f3bb855b (diff) | |
download | ports-0d5f7243e3897112d46483d36bb419f25dc2424b.tar.gz ports-0d5f7243e3897112d46483d36bb419f25dc2424b.zip |
- update to 4.87
- trim Makefile header
- remove USE_GCC (builds fine with clang)
- bump PORTEPOCH (4.87A is greater than 4.87)
PR: 174906
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=309838
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 14 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 6 insertions, 12 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 498bbdfe8f41..507689e7a498 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,14 +1,9 @@ -# ex:ts=8 -# Ports collection makefile for: lsof -# Date created: Sat July 20, 1996 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: obrien@FreeBSD.org # $FreeBSD$ -# PORTNAME= lsof -DISTVERSION= 4.87A -PORTEPOCH= 7 +DISTVERSION= 4.87 +PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ @@ -31,7 +26,7 @@ MAINTAINER= ler@lerctr.org COMMENT= Lists information about open files (similar to fstat(1)) #Please leave the below line in for the next clean up. -FIXUP_RELEASE= YES +#FIXUP_RELEASE= YES .if defined(FIXUP_RELEASE) DISTNAME_SUFFIX=.freebsd .else @@ -40,7 +35,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} .endif USE_BZIP2= yes -USE_GCC= any HAS_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index eb724d34d4e8..693bf01cfdde 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -SHA256 (lsof_4.87A.freebsd.tar.bz2) = 5fa507004ed471ddd5ce613a20068c6326d4690d3f180f4ea3fb00b3528e7826 -SIZE (lsof_4.87A.freebsd.tar.bz2) = 480290 +SHA256 (lsof_4.87.tar.bz2) = dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c +SIZE (lsof_4.87.tar.bz2) = 773664 |