diff options
author | edwin <edwin@FreeBSD.org> | 2007-06-03 08:57:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-06-03 08:57:20 +0800 |
commit | 539c77000919ad90f9e74d029138837d95636565 (patch) | |
tree | 98261ef7038f3a9119e4cae44c1b0766c4182ec3 /sysutils | |
parent | 0cd481afca5ee80fdf8f124571816e79dbf24070 (diff) | |
download | freebsd-ports-gnome-539c77000919ad90f9e74d029138837d95636565.tar.gz freebsd-ports-gnome-539c77000919ad90f9e74d029138837d95636565.tar.zst freebsd-ports-gnome-539c77000919ad90f9e74d029138837d95636565.zip |
[PATCH] sysutils/lsof: update to 4.79A
Update to 4.79A
This fixes the GCC 4.2 errors on -CURRENT.
(Vic Abell pointed me to the new TarBall).
PR: ports/113123
Submitted by: Larry Rosenman <ler@lerctr.org>
Diffstat (limited to 'sysutils')
-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 255bd865d8cb..2b58faee09fe 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.77 +PORTVERSION= 4.79A CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ @@ -23,9 +23,9 @@ 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= +FIXUP_RELEASE=yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.77D.freebsd +DISTNAME= ${PORTNAME}_4.79A.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index d82cb65c9c2d..3fb577583e93 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -MD5 (lsof_4.77.tar.bz2) = 7b0de0d1283f2d86407a98e5c2f05f04 -SHA256 (lsof_4.77.tar.bz2) = fe6fde629a97a2855e608cd6ae1f89e66ae42d7045499b1a6faca5cfb50f5f3b -SIZE (lsof_4.77.tar.bz2) = 708416 +MD5 (lsof_4.79A.freebsd.tar.bz2) = 97b170a4d9d4318c9088870b649c2350 +SHA256 (lsof_4.79A.freebsd.tar.bz2) = f075b292e7c83dc8b16f54495a254aca8cfb88da390c8bfc337c510171fe6a14 +SIZE (lsof_4.79A.freebsd.tar.bz2) = 457935 |