diff options
author | obrien <obrien@FreeBSD.org> | 2006-04-26 08:46:59 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-04-26 08:46:59 +0800 |
commit | 1cb44e292a6d5f2783c6245d55ed1c78f4937e33 (patch) | |
tree | 764701ad3d43c05262e30426250aa99769831bd7 /sysutils/lsof | |
parent | 311ebe6d23c8f138949f93d16fbb81c1ddbee40f (diff) | |
download | freebsd-ports-gnome-1cb44e292a6d5f2783c6245d55ed1c78f4937e33.tar.gz freebsd-ports-gnome-1cb44e292a6d5f2783c6245d55ed1c78f4937e33.tar.zst freebsd-ports-gnome-1cb44e292a6d5f2783c6245d55ed1c78f4937e33.zip |
Update to version 4.77.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 745e1a31da3a..cc6a2c03c8ab 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.76.2 +PORTVERSION= 4.77 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -22,7 +22,7 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/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= +#FIXUP_RELEASE= .if defined(FIXUP_RELEASE) DISTNAME= ${PORTNAME}_4.77D.freebsd .else @@ -51,7 +51,7 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}_src .if !defined(FIXUP_RELEASE) post-extract: @( cd ${WRKDIR}/${DISTNAME} ; \ - EXPMD5=`${GREP} MD5 README.${DISTNAME} | ${SED} 's/[ ]*//'` ; \ + EXPMD5=`${GREP} -m 1 MD5 README.${DISTNAME} | ${SED} 's/[ ]*//'` ; \ CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \ if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \ ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 17273b4f2e3f..d82cb65c9c2d 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -MD5 (lsof_4.77D.freebsd.tar.bz2) = 7dc7a2d72339617763e7fc7db46d64fc -SHA256 (lsof_4.77D.freebsd.tar.bz2) = bad3ec21f8c7bb2be79838f1e4ff1cec0cbff0d044f1f9360ac585706fa2d897 -SIZE (lsof_4.77D.freebsd.tar.bz2) = 454584 +MD5 (lsof_4.77.tar.bz2) = 7b0de0d1283f2d86407a98e5c2f05f04 +SHA256 (lsof_4.77.tar.bz2) = fe6fde629a97a2855e608cd6ae1f89e66ae42d7045499b1a6faca5cfb50f5f3b +SIZE (lsof_4.77.tar.bz2) = 708416 |