diff options
author | obrien <obrien@FreeBSD.org> | 2004-07-08 03:05:16 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-07-08 03:05:16 +0800 |
commit | 99e53936124a7c1d1661a7316ba5e6916852b91a (patch) | |
tree | 93e39a1a01da3988fce85e93f1ac1b2330a1b627 /sysutils | |
parent | 2bcbc396c19c349377780001968a13c13a72fd0e (diff) | |
download | freebsd-ports-gnome-99e53936124a7c1d1661a7316ba5e6916852b91a.tar.gz freebsd-ports-gnome-99e53936124a7c1d1661a7316ba5e6916852b91a.tar.zst freebsd-ports-gnome-99e53936124a7c1d1661a7316ba5e6916852b91a.zip |
Update to a snap release that fixes the build on ancient 5-CURRENT.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 5070035a0b5f..3afd9321c805 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.71.4 +PORTVERSION= 4.71.5 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -24,7 +24,7 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.72D.freebsd +DISTNAME= ${PORTNAME}_4.72E.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index ab202c1eeec5..63e8305e7255 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.72D.freebsd.tar.bz2) = fb05c6672c21c8ca8a7953221d670b75 -SIZE (lsof_4.72D.freebsd.tar.bz2) = 435562 +MD5 (lsof_4.72E.freebsd.tar.bz2) = 2717a97c590499034ff84300afed6b25 +SIZE (lsof_4.72E.freebsd.tar.bz2) = 435894 |