mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- 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]
This commit is contained in:
parent
e355d45787
commit
80afad4ab5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150135
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user