diff options
author | az <az@FreeBSD.org> | 2005-11-15 08:59:45 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2005-11-15 08:59:45 +0000 |
commit | c526277794d33ae0585fac4031fbe91094770691 (patch) | |
tree | 0a0ff93ad8159f11dc68f53c3a60a1989799aaff | |
parent | e8eb35dda17c0807835fa7b6a67b163d55c29bd1 (diff) | |
download | FreeBSD-ports-c526277794d33ae0585fac4031fbe91094770691.zip FreeBSD-ports-c526277794d33ae0585fac4031fbe91094770691.tar.gz |
- Add a mirror site for distfile
- Add SHA256
PR: ports/88553
Submitted by: maintainer
-rw-r--r-- | net/hping/Makefile | 7 | ||||
-rw-r--r-- | net/hping/distinfo | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/hping/Makefile b/net/hping/Makefile index 182fd07..861f792 100644 --- a/net/hping/Makefile +++ b/net/hping/Makefile @@ -8,13 +8,16 @@ PORTNAME= hping PORTVERSION= 2.0.0r3 PORTEPOCH= 1 -CATEGORIES= security net -MASTER_SITES= http://www.hping.org/ +CATEGORIES= net security +MASTER_SITES= http://www.hping.org/ \ + http://ipv42.net/distfiles/hping/ DISTNAME= hping2.0.0-rc3 MAINTAINER= ecu@ipv42.net COMMENT= Network auditing tool +#CONFLICTS= hping-devel-[0-9]* + WRKSRC= ${WRKDIR}/hping2-rc3 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --force-libpcap diff --git a/net/hping/distinfo b/net/hping/distinfo index 4af7550..d775498 100644 --- a/net/hping/distinfo +++ b/net/hping/distinfo @@ -1,2 +1,3 @@ MD5 (hping2.0.0-rc3.tar.gz) = 029bf240f2e0545b664b2f8b9118d9e8 +SHA256 (hping2.0.0-rc3.tar.gz) = f59292de39b9a4010414bd120a494226399767148efa37278bd53d9613167964 SIZE (hping2.0.0-rc3.tar.gz) = 124573 |