pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nmapfe Use relational pattern instead of [234].*. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e21e1cbd340
branches:  trunk
changeset: 528967:2e21e1cbd340
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 21 10:01:44 2007 +0000

description:
Use relational pattern instead of [234].*. Bump revision.

diffstat:

 net/nmapfe/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 440e5fbb4d72 -r 2e21e1cbd340 net/nmapfe/Makefile
--- a/net/nmapfe/Makefile       Mon May 21 09:59:56 2007 +0000
+++ b/net/nmapfe/Makefile       Mon May 21 10:01:44 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2007/02/22 19:26:57 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2007/05/21 10:01:44 joerg Exp $
 #
 
 DISTNAME=      nmap-4.20
 PKGNAME=       nmapfe-0.9.5
-PKGREVISION=   31
+PKGREVISION=   32
 CATEGORIES=    net security
 MASTER_SITES=  http://insecure.org/nmap/dist/
 EXTRACT_SUFX=  .tar.bz2
@@ -12,7 +12,7 @@
 HOMEPAGE=      http://insecure.org/nmap/
 COMMENT=       Graphical front end to the nmap port scanner
 
-DEPENDS+=      nmap-[234].*:../../net/nmap
+DEPENDS+=      nmap>=2<5:../../net/nmap
 
 GNU_CONFIGURE= YES
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index