- 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)
This commit is contained in:
parent
9c73679b41
commit
9445aefa13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199351
2 changed files with 10 additions and 10 deletions
|
@ -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/
|
||||
FIXUP_RELEASE=yes
|
||||
.if defined(FIXUP_RELEASE)
|
||||
DISTNAME= ${PORTNAME}_4.79B.freebsd
|
||||
.else
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
.endif
|
||||
|
||||
MAINTAINER= ler@lerctr.org
|
||||
COMMENT= Lists information about open files (similar to fstat(1))
|
||||
|
||||
FIXUP_RELEASE=yes
|
||||
.if defined(FIXUP_RELEASE)
|
||||
DISTNAME= ${PORTNAME}_4.79C.freebsd
|
||||
.else
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
.endif
|
||||
.if defined(FIXUP_RELEASE)
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
.else
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue