diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-07-25 05:37:55 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-07-25 05:37:55 +0000 |
commit | 797e47b7340b5b3a0811ae42f185ddaf3575502c (patch) | |
tree | c0292708d0208d847c553d26ac8c7d6530afb1f4 | |
parent | 7824f0206f19157a999913189b9dd407ad71fa99 (diff) | |
download | ports-797e47b7340b5b3a0811ae42f185ddaf3575502c.tar.gz ports-797e47b7340b5b3a0811ae42f185ddaf3575502c.zip |
Notes
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index df87cb7c670b..37f53932a44d 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.86 +DISTVERSION= 4.87A PORTEPOCH= 7 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ @@ -25,13 +25,13 @@ MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ -DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTNAME_SUFFIX} +DISTNAME= ${PORTNAME}_${DISTVERSION}${DISTNAME_SUFFIX} 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 diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 98f1112391d9..eb724d34d4e8 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -SHA256 (lsof_4.86.tar.bz2) = 13e52b8e87dddf1b2e219004e315d755c659217ce6ffc6a5f1102969f1c4dd0c -SIZE (lsof_4.86.tar.bz2) = 769231 +SHA256 (lsof_4.87A.freebsd.tar.bz2) = 5fa507004ed471ddd5ce613a20068c6326d4690d3f180f4ea3fb00b3528e7826 +SIZE (lsof_4.87A.freebsd.tar.bz2) = 480290 |