- Update to 1.8

PR:		ports/90138
Submitted by:	Jonathan <onatan@gmail.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-12-10 19:12:42 +00:00
parent 58217abeb3
commit b8b5801d9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150819
3 changed files with 5 additions and 18 deletions

View File

@ -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:

View File

@ -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

View File

@ -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}"