diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-10 19:12:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-10 19:12:42 +0000 |
commit | b8b5801d9a36d1770fbd146a3edb43df59aa8f97 (patch) | |
tree | 736ff97ca9ad5bdeee6b9f46a6bd8bede7c8296c /security/ike-scan | |
parent | 58217abeb3b926ecd1e8d7928f642f4d85876866 (diff) |
- Update to 1.8
PR: ports/90138
Submitted by: Jonathan <onatan@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=150819
Diffstat (limited to 'security/ike-scan')
-rw-r--r-- | security/ike-scan/Makefile | 8 | ||||
-rw-r--r-- | security/ike-scan/distinfo | 4 | ||||
-rw-r--r-- | security/ike-scan/files/patch-configure | 11 |
3 files changed, 5 insertions, 18 deletions
diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile index 1a6b056b107f..92d316641715 100644 --- a/security/ike-scan/Makefile +++ b/security/ike-scan/Makefile @@ -6,17 +6,15 @@ # PORTNAME= ike-scan -PORTVERSION= 1.7.1 +PORTVERSION= 1.8 CATEGORIES= security -MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/ \ - http://berlin.ccc.de/~cryx/ike-scan/ +MASTER_SITES= http://www.nta-monitor.com/ike-scan/download/ MAINTAINER= onatan@gmail.com COMMENT= VPN scanner and identifier GNU_CONFIGURE= yes -xCONFIGURE_ARGS+= --prefix=${PREFIX} --datadir=${PREFIX}/share --with-openssl -CONFIGURE_ARGS+= --datadir=${PREFIX}/share --with-openssl +CONFIGURE_ARGS+= --datadir=${PREFIX}/share --with-openssl=${LOCALBASE} MAN1= ike-scan.1 psk-crack.1 post-install: diff --git a/security/ike-scan/distinfo b/security/ike-scan/distinfo index c56c00073adf..7523fe9a9f64 100644 --- a/security/ike-scan/distinfo +++ b/security/ike-scan/distinfo @@ -1,2 +1,2 @@ -MD5 (ike-scan-1.7.1.tar.gz) = 02270ce425314075a560a8992f0c5da7 -SIZE (ike-scan-1.7.1.tar.gz) = 1351643 +MD5 (ike-scan-1.8.tar.gz) = 961310e6f3c07d26c90447e392dfb97e +SIZE (ike-scan-1.8.tar.gz) = 1376995 diff --git a/security/ike-scan/files/patch-configure b/security/ike-scan/files/patch-configure deleted file mode 100644 index f42db03abb1f..000000000000 --- a/security/ike-scan/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 8 14:47:22 2005 -+++ configure Tue Feb 8 14:47:33 2005 -@@ -5538,7 +5538,7 @@ - if test "x$withval" != "xno" ; then - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 -- for ssldir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do -+ for ssldir in $withval $prefix /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do - if test -f "${ssldir}/include/openssl/ssl.h"; then - found_openssl="yes" - CPPFLAGS="-I${ssldir}/include ${CPPFLAGS}" |