diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-09 16:09:06 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-09 16:09:06 +0000 |
commit | 743a3c1bb5e5ac91673993b77c958123ad026e83 (patch) | |
tree | 60c8af66ad2579744ebf40d5575458cbff42e3fa /security/ike-scan | |
parent | 90c2a7728522651fc0ffa7fce1ac0a6756558e68 (diff) | |
download | ports-743a3c1bb5e5ac91673993b77c958123ad026e83.tar.gz ports-743a3c1bb5e5ac91673993b77c958123ad026e83.zip |
Notes
Diffstat (limited to 'security/ike-scan')
-rw-r--r-- | security/ike-scan/Makefile | 5 | ||||
-rw-r--r-- | security/ike-scan/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile index 13471ca65df6..3a6ea2ec719b 100644 --- a/security/ike-scan/Makefile +++ b/security/ike-scan/Makefile @@ -6,15 +6,16 @@ # PORTNAME= ike-scan -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= security -MASTER_SITES= https://berlin.ccc.de/~cryx/ +MASTER_SITES= http://berlin.ccc.de/~cryx/ike-scan/ MAINTAINER= Yonatan@xpert.com COMMENT= VPN scanner and identifier HAS_CONFIGURE= yes CONFIGURE_ARGS+= "--datadir=${DATADIR}" +USE_GETOPT_LONG=yes post-install: . if !defined(NOPORTDOCS) diff --git a/security/ike-scan/distinfo b/security/ike-scan/distinfo index 829beb909718..7d0a49142b31 100644 --- a/security/ike-scan/distinfo +++ b/security/ike-scan/distinfo @@ -1 +1 @@ -MD5 (ike-scan-1.0.tar.gz) = 7299777c7d67d1cea82d9594867b4806 +MD5 (ike-scan-1.1.tar.gz) = b87fe14043c43c2897cf309c364574b7 |