Recognize python2.7. Bump PKGREVISION.

This commit is contained in:
wiz 2012-03-08 11:43:47 +00:00
parent 38538bf855
commit d0df3fca4a
3 changed files with 7 additions and 7 deletions

View file

@ -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 DISTNAME= nmap-5.51.6
PKGREVISION= 1 PKGREVISION= 2
CATEGORIES= net security CATEGORIES= net security
MASTER_SITES= http://nmap.org/dist/ MASTER_SITES= http://nmap.org/dist/
EXTRACT_SUFX= .tar.bz2 EXTRACT_SUFX= .tar.bz2

View file

@ -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 SHA1 (nmap-5.51.6.tar.bz2) = 572a08f043ee1ba7cfcb83f3c886daa7c7231fb4
RMD160 (nmap-5.51.6.tar.bz2) = 3ececb8dd4fd4e747c4ca98198d2562143749570 RMD160 (nmap-5.51.6.tar.bz2) = 3ececb8dd4fd4e747c4ca98198d2562143749570
Size (nmap-5.51.6.tar.bz2) = 16876602 bytes Size (nmap-5.51.6.tar.bz2) = 16876602 bytes
SHA1 (patch-ab) = b709689e4bda3bc928ba120678f24a2e2321f612 SHA1 (patch-ab) = 5360e2aac721262e494dc98f3bd64572a74fb62c
SHA1 (patch-ac) = c22e8f6411b1152a6e7582c90e5ec5bd4c6acaad SHA1 (patch-ac) = c22e8f6411b1152a6e7582c90e5ec5bd4c6acaad
SHA1 (patch-al) = c56396c28d96314c8d7e8b19a92bd5db7959e289 SHA1 (patch-al) = c56396c28d96314c8d7e8b19a92bd5db7959e289
SHA1 (patch-nbase_configure) = 3db822d392defd92d531b71f466b61be82e525a1 SHA1 (patch-nbase_configure) = 3db822d392defd92d531b71f466b61be82e525a1

View file

@ -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.orig 2011-01-21 21:00:04.000000000 +0000
+++ configure +++ configure
@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.16 2011/01/31 23:22:48 pettai Exp $
else 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.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 test "$am_cv_pathless_PYTHON" = none && break
prog="import sys prog="import sys
# split strings by '.' and convert to numeric. Append some zeros # 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 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.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 test "$am_cv_pathless_PYTHON" = none && break
prog="import sys prog="import sys
# split strings by '.' and convert to numeric. Append some zeros # split strings by '.' and convert to numeric. Append some zeros