diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-19 22:31:35 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-19 22:31:35 +0000 |
commit | 7881db98b7bea17c7f225862f13dadc1ee2ee378 (patch) | |
tree | 9170ced3c68c4049b66c93e35798bd109679688a /security/nmap | |
parent | 5b279805c7c7ba1f213fee8bc9359e385004a249 (diff) | |
download | ports-7881db98b7bea17c7f225862f13dadc1ee2ee378.tar.gz ports-7881db98b7bea17c7f225862f13dadc1ee2ee378.zip |
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 3 | ||||
-rw-r--r-- | security/nmap/distinfo | 2 | ||||
-rw-r--r-- | security/nmap/files/patch-nbase::configure | 9 | ||||
-rw-r--r-- | security/nmap/files/patch-nsock::src::configure | 19 |
4 files changed, 2 insertions, 31 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 586a525b46a4..350367b4d7d2 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -6,8 +6,7 @@ # PORTNAME?= nmap -PORTVERSION= 3.48 -PORTREVISION= 1 +PORTVERSION= 3.50 CATEGORIES= security ipv6 MASTER_SITES= http://download.insecure.org/nmap/dist/ \ http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ diff --git a/security/nmap/distinfo b/security/nmap/distinfo index cb17233f645e..9a25c1ce4447 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1 +1 @@ -MD5 (nmap-3.48.tar.bz2) = 8c38559a863efd476c5b042123f1ee3a +MD5 (nmap-3.50.tar.bz2) = b4363f445a7c502cf314ae88ab71ec6c diff --git a/security/nmap/files/patch-nbase::configure b/security/nmap/files/patch-nbase::configure index d28009eefd07..c6b8cc5ac31e 100644 --- a/security/nmap/files/patch-nbase::configure +++ b/security/nmap/files/patch-nbase::configure @@ -9,12 +9,3 @@ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -5908,7 +5908,7 @@ - ;; - *) - specialssldir="$with_openssl" -- CXXFLAGS="-I$with_openssl/include $CXXFLAGS" -+ CFLAGS="-I$with_openssl/include $CFLAGS" - ;; - esac - diff --git a/security/nmap/files/patch-nsock::src::configure b/security/nmap/files/patch-nsock::src::configure deleted file mode 100644 index 4b7f94b9b870..000000000000 --- a/security/nmap/files/patch-nsock::src::configure +++ /dev/null @@ -1,19 +0,0 @@ ---- nsock/src/configure.orig Tue Oct 7 07:23:06 2003 -+++ nsock/src/configure Tue Oct 7 07:27:33 2003 -@@ -1287,7 +1287,6 @@ - fi - if test -d /usr/local/include; then - CFLAGS="$CFLAGS -I/usr/local/include" -- CXXFLAGS="$CFLAGS -I/usr/local/include" - fi - fi - -@@ -3207,7 +3206,7 @@ - ;; - *) - specialssldir="$with_openssl" -- CXXFLAGS="-I$with_openssl/include $CXXFLAGS" -+ CFLAGS="-I$with_openssl/include $CFLAGS" - ;; - esac - |