diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-27 14:11:19 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-27 14:11:19 +0000 |
commit | 829c0acfbc6a089a5850314786456e28daed26ce (patch) | |
tree | 9997c86575b2e24679cd12e33acc77e8e076ac67 /security/unicornscan | |
parent | c0bc9839e39867fbdc2a19175a0b112638244d4e (diff) | |
download | ports-829c0acfbc6a089a5850314786456e28daed26ce.tar.gz ports-829c0acfbc6a089a5850314786456e28daed26ce.zip |
Notes
Diffstat (limited to 'security/unicornscan')
-rw-r--r-- | security/unicornscan/Makefile | 4 | ||||
-rw-r--r-- | security/unicornscan/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/unicornscan/Makefile b/security/unicornscan/Makefile index 96f19eb774c6..bac0de7b6f33 100644 --- a/security/unicornscan/Makefile +++ b/security/unicornscan/Makefile @@ -5,10 +5,10 @@ PORTNAME= unicornscan PORTVERSION= 0.4.2 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= http://www.unicornscan.org/releases/ +MASTER_SITES= SF/osace/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= cykyc@yahoo.com -COMMENT= Next-generation of udpscan plus a high-speed TCP scanner +COMMENT= Asynchronous TCP and UDP port scanner LICENSE= GPLv2 diff --git a/security/unicornscan/pkg-descr b/security/unicornscan/pkg-descr index 0aecaa47aa6c..e386cce6f200 100644 --- a/security/unicornscan/pkg-descr +++ b/security/unicornscan/pkg-descr @@ -3,4 +3,4 @@ for and by members of the security research and testing communities. It was designed to provide an engine that is scalable, accurate, flexible, and efficient. -WWW: http://www.dyadsecurity.com/s_unicornscan.html +WWW: http://sourceforge.net/projects/osace/ |