diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-09-12 09:01:34 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-09-12 09:01:34 +0800 |
commit | dc1e08a5ceb66ee886f0e3712cc27b48910fbb1e (patch) | |
tree | 52dfcd990683f200744ead1b89162b9c281f903e /sysutils/lsof | |
parent | 859584ffc8c86840e707d6cb850ccd996544f1a1 (diff) | |
download | freebsd-ports-graphics-dc1e08a5ceb66ee886f0e3712cc27b48910fbb1e.tar.gz freebsd-ports-graphics-dc1e08a5ceb66ee886f0e3712cc27b48910fbb1e.tar.zst freebsd-ports-graphics-dc1e08a5ceb66ee886f0e3712cc27b48910fbb1e.zip |
- Update to 4.79C
- Fix RELENG_6 (6.2) alpha support
PR: ports/116273
Submitted by: Larry Rosenman <ler_AT_lerctr.org>
Approved by: clsung (mentor)
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 299af361f8f..7dc95074efa 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 d8861def91c..d72f414d5cc 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 |