diff options
author | barner <barner@FreeBSD.org> | 2005-12-01 20:24:21 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-12-01 20:24:21 +0800 |
commit | 6ab22ab0965dc1e7053795f8e3f9dc9a6b9b872b (patch) | |
tree | 3a9a784dd3d6d717cf832745baa435573693b0ca /net | |
parent | b752d1017fa08d28f4659ed2480e0f43b6e50ca2 (diff) | |
download | freebsd-ports-graphics-6ab22ab0965dc1e7053795f8e3f9dc9a6b9b872b.tar.gz freebsd-ports-graphics-6ab22ab0965dc1e7053795f8e3f9dc9a6b9b872b.tar.zst freebsd-ports-graphics-6ab22ab0965dc1e7053795f8e3f9dc9a6b9b872b.zip |
- Unbreak: Fix size/checksum mismatch. The distfile seems to have been
recreated with a different version of tar, but there is absolutely no
difference in contents. I compared the mirrored version from ftp.freebsd.org
(that as the right checksum) with the new on from thc.org.
This was requested, but not fully done in [1].
- Fix WWW
- Use DATADIR [1]
PR: ports/89794 [1]
Submitted by: Johan van Selst <johans@stack.nl> [1]
Diffstat (limited to 'net')
-rw-r--r-- | net/thcrut/Makefile | 4 | ||||
-rw-r--r-- | net/thcrut/distinfo | 6 | ||||
-rw-r--r-- | net/thcrut/pkg-descr | 2 | ||||
-rw-r--r-- | net/thcrut/pkg-plist | 8 |
4 files changed, 9 insertions, 11 deletions
diff --git a/net/thcrut/Makefile b/net/thcrut/Makefile index 97e16f862a8..4c8756f5ccb 100644 --- a/net/thcrut/Makefile +++ b/net/thcrut/Makefile @@ -13,11 +13,9 @@ MASTER_SITES= http://www.thc.org/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Local network discovery tool -BROKEN= Size mismatch - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \ - --sysconfdir=${PREFIX}/share/thcrut + --sysconfdir=${DATADIR} .include <bsd.port.mk> diff --git a/net/thcrut/distinfo b/net/thcrut/distinfo index 6d7b695e417..1540afd141a 100644 --- a/net/thcrut/distinfo +++ b/net/thcrut/distinfo @@ -1,3 +1,3 @@ -MD5 (thcrut-1.2.5.tar.gz) = 190f08ce6839aecb0fa0ce8d5ddd09ee -SHA256 (thcrut-1.2.5.tar.gz) = b32f3d71ac540248b7643baa39d8ecfb75af493228caaeb64608e49f2f092473 -SIZE (thcrut-1.2.5.tar.gz) = 660673 +MD5 (thcrut-1.2.5.tar.gz) = dd942ad5db7701725038721981077585 +SHA256 (thcrut-1.2.5.tar.gz) = 903d83ed8a0c992ea2a3aae44b5a842bc3f3a4cbc9afaf1f15d6d3b35da6d0eb +SIZE (thcrut-1.2.5.tar.gz) = 667929 diff --git a/net/thcrut/pkg-descr b/net/thcrut/pkg-descr index d0f8fa7ad80..a7e236a4ff2 100644 --- a/net/thcrut/pkg-descr +++ b/net/thcrut/pkg-descr @@ -8,4 +8,4 @@ lookup on all hosts on a network with vendor-string, spoofed DHCP request, RARP, BOOTP, ICMP-ping and address mask request and some other features. -WWW: http://www.thehackerschoice.com/ +WWW: http://www.thc.org/ diff --git a/net/thcrut/pkg-plist b/net/thcrut/pkg-plist index 8e76c9f682f..e4e01d8edef 100644 --- a/net/thcrut/pkg-plist +++ b/net/thcrut/pkg-plist @@ -1,6 +1,6 @@ @comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/18 20:30:43 dugsong Exp $ bin/thcrut -share/thcrut/manuf -share/thcrut/nmap-os-fingerprints -share/thcrut/thcrut-os-fingerprints -@dirrm share/thcrut +%%DATADIR%%/manuf +%%DATADIR%%/nmap-os-fingerprints +%%DATADIR%%/thcrut-os-fingerprints +@dirrm %%DATADIR%% |