Update to version 4.63.2, which adds support for FreeBSD 4.6.
This commit is contained in:
parent
06e022627a
commit
7690c64f8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59950
2 changed files with 10 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lsof
|
||||
PORTVERSION= 4.63
|
||||
PORTVERSION= 4.63.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
||||
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \
|
||||
|
@ -18,15 +18,20 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
|||
ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/NEW/ \
|
||||
ftp://ftp.sunet.se/pub/unix/admin/lsof/ \
|
||||
ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/
|
||||
#DISTNAME= ${PORTNAME}_4.59B.freebsd
|
||||
#FIXUP_RELEASE= yes
|
||||
.if !defined(FIXUP_RELEASE)
|
||||
FIXUP_RELEASE= yes
|
||||
.if defined(FIXUP_RELEASE)
|
||||
DISTNAME= ${PORTNAME}_4.64G.freebsd
|
||||
.else
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
.endif
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
.if defined(FIXUP_RELEASE)
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
.else
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
|
||||
.endif
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= -n freebsd
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lsof_4.63.tar.gz) = edaa2312f6a61fed74e7f15a8fa0217d
|
||||
MD5 (lsof_4.64G.freebsd.tar.gz) = 409db2fd721c64443269ac4913d1338e
|
||||
|
|
Loading…
Reference in a new issue