diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-06-06 18:05:37 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-06-06 18:05:37 +0800 |
commit | 401ceef3fe428fdb8f9ab7741cd010edab2624d3 (patch) | |
tree | ab62c2737662ef852a3c560e0bf5eb100d96d900 /sysutils | |
parent | 26f60af985b32df1952480c9f648491a648772eb (diff) | |
download | freebsd-ports-gnome-401ceef3fe428fdb8f9ab7741cd010edab2624d3.tar.gz freebsd-ports-gnome-401ceef3fe428fdb8f9ab7741cd010edab2624d3.tar.zst freebsd-ports-gnome-401ceef3fe428fdb8f9ab7741cd010edab2624d3.zip |
- Update to 3.0
The program now reports the found files' sizes
instead of just their names.
- Remove 4.x stuff
PR: ports/112418 [1]
Submitted by: bdluevel AT heitec.net (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dupfind/Makefile | 9 | ||||
-rw-r--r-- | sysutils/dupfind/distinfo | 6 |
2 files changed, 5 insertions, 10 deletions
diff --git a/sysutils/dupfind/Makefile b/sysutils/dupfind/Makefile index a61a353ab999..65e5ed6d7d9e 100644 --- a/sysutils/dupfind/Makefile +++ b/sysutils/dupfind/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dupfind -PORTVERSION= 2.0 +PORTVERSION= 3.0 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.heitec.net/pub/distfiles/ @@ -18,10 +18,5 @@ LIB_DEPENDS= fcrc.1:${PORTSDIR}/devel/fastcrc MAN1= dupfind.1 PLIST_FILES= bin/dupfind -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "no ftw.h header file on 4.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/dupfind/distinfo b/sysutils/dupfind/distinfo index f5c7258289e1..32cc49586013 100644 --- a/sysutils/dupfind/distinfo +++ b/sysutils/dupfind/distinfo @@ -1,3 +1,3 @@ -MD5 (dupfind-2.0.tar.gz) = ca79b497737349fb2154b76378b666b8 -SHA256 (dupfind-2.0.tar.gz) = 7d3e00b03cfa95c6b3407bb71d5e4610e9d988407979200a9986348c1d3aa99d -SIZE (dupfind-2.0.tar.gz) = 9944 +MD5 (dupfind-3.0.tar.gz) = 4182489ff80de694cb9391c43ad37693 +SHA256 (dupfind-3.0.tar.gz) = f07682cceca2205688b21b0398c8e6443845eb16b47eca288f9c15781f272bab +SIZE (dupfind-3.0.tar.gz) = 10018 |