From fe2cd4ae63131ef246d73ff33cb6f3a52671bb09 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Mar 2012 11:43:47 +0000 Subject: Recognize python2.7. Bump PKGREVISION. --- net/nmap/Makefile | 4 ++-- net/nmap/distinfo | 4 ++-- net/nmap/patches/patch-ab | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net') diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 003fc63eaeb..668e2119890 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2012/03/03 00:13:47 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2012/03/08 11:43:47 wiz Exp $ DISTNAME= nmap-5.51.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net security MASTER_SITES= http://nmap.org/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/nmap/distinfo b/net/nmap/distinfo index f70a30f6b55..69b9946fed5 100644 --- a/net/nmap/distinfo +++ b/net/nmap/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.54 2012/02/24 15:05:34 adam Exp $ +$NetBSD: distinfo,v 1.55 2012/03/08 11:43:47 wiz Exp $ SHA1 (nmap-5.51.6.tar.bz2) = 572a08f043ee1ba7cfcb83f3c886daa7c7231fb4 RMD160 (nmap-5.51.6.tar.bz2) = 3ececb8dd4fd4e747c4ca98198d2562143749570 Size (nmap-5.51.6.tar.bz2) = 16876602 bytes -SHA1 (patch-ab) = b709689e4bda3bc928ba120678f24a2e2321f612 +SHA1 (patch-ab) = 5360e2aac721262e494dc98f3bd64572a74fb62c SHA1 (patch-ac) = c22e8f6411b1152a6e7582c90e5ec5bd4c6acaad SHA1 (patch-al) = c56396c28d96314c8d7e8b19a92bd5db7959e289 SHA1 (patch-nbase_configure) = 3db822d392defd92d531b71f466b61be82e525a1 diff --git a/net/nmap/patches/patch-ab b/net/nmap/patches/patch-ab index ace42e00adf..d66f20185b0 100644 --- a/net/nmap/patches/patch-ab +++ b/net/nmap/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.16 2011/01/31 23:22:48 pettai Exp $ +$NetBSD: patch-ab,v 1.17 2012/03/08 11:43:47 wiz Exp $ --- configure.orig 2011-01-21 21:00:04.000000000 +0000 +++ configure @@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.16 2011/01/31 23:22:48 pettai Exp $ else - for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do -+ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do ++ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do test "$am_cv_pathless_PYTHON" = none && break prog="import sys # split strings by '.' and convert to numeric. Append some zeros @@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.16 2011/01/31 23:22:48 pettai Exp $ else - for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do -+ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do ++ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do test "$am_cv_pathless_PYTHON" = none && break prog="import sys # split strings by '.' and convert to numeric. Append some zeros -- cgit v1.2.3