diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-09-12 01:01:34 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-09-12 01:01:34 +0000 |
commit | 9445aefa13ecb7e34411c57083ed088e1bcf1419 (patch) | |
tree | 6cc07de5f245ec723ccfd24fb2ed23d0ded2b0d9 /sysutils/lsof | |
parent | 9c73679b41c27ff7553e45bd374d9a24166f81fb (diff) |
Notes
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 12 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 299af361f8f8..7dc95074efa5 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.79B +PORTVERSION= 4.79C CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ @@ -23,16 +23,16 @@ 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/ + +MAINTAINER= ler@lerctr.org +COMMENT= Lists information about open files (similar to fstat(1)) + FIXUP_RELEASE=yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.79B.freebsd +DISTNAME= ${PORTNAME}_4.79C.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif - -MAINTAINER= ler@lerctr.org -COMMENT= Lists information about open files (similar to fstat(1)) - .if defined(FIXUP_RELEASE) WRKSRC= ${WRKDIR}/${DISTNAME} .else diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index d8861def91c4..d72f414d5cca 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -MD5 (lsof_4.79B.freebsd.tar.bz2) = b5e8f188a036717222aeb7201151be50 -SHA256 (lsof_4.79B.freebsd.tar.bz2) = c2ef44257de642269b33e245a55624290be3b9def220665a1a9c43b8a3049894 -SIZE (lsof_4.79B.freebsd.tar.bz2) = 457794 +MD5 (lsof_4.79C.freebsd.tar.bz2) = f562dd5cc4616b6d4ec8eea824614ede +SHA256 (lsof_4.79C.freebsd.tar.bz2) = 2574c57fc144b8a072ac79ff1231412dff168d34468315c47180b73814b9f905 +SIZE (lsof_4.79C.freebsd.tar.bz2) = 458730 |