diff options
author | obrien <obrien@FreeBSD.org> | 2005-03-28 23:41:11 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-03-28 23:41:11 +0800 |
commit | b1b7adf1be04b2220e25fc26c2e1f9dbc89b180e (patch) | |
tree | 93a73c2391fa664a4528dc7988f4af5d9b989473 /sysutils/lsof | |
parent | a07d1e78dd8f0100e71e7a8acb1bff9780e75241 (diff) | |
download | freebsd-ports-gnome-b1b7adf1be04b2220e25fc26c2e1f9dbc89b180e.tar.gz freebsd-ports-gnome-b1b7adf1be04b2220e25fc26c2e1f9dbc89b180e.tar.zst freebsd-ports-gnome-b1b7adf1be04b2220e25fc26c2e1f9dbc89b180e.zip |
Update to snapshot version to fix build problems.
Approved by: portmgr(marcus)
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 14bc5d44c08e..ee97a281c8d7 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.74 +PORTVERSION= 4.74.2 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -22,9 +22,9 @@ 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.74C.freebsd +DISTNAME= ${PORTNAME}_4.75C.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 4db10099f791..8b818a57478b 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.74.tar.bz2) = f3259008d6cca746da6bb48278a56e59 -SIZE (lsof_4.74.tar.bz2) = 732392 +MD5 (lsof_4.75C.freebsd.tar.bz2) = 0287ab8ccba4939bc3f7c8993d9754b0 +SIZE (lsof_4.75C.freebsd.tar.bz2) = 447670 |