diff options
author | salo <salo@pkgsrc.org> | 2003-04-22 10:33:20 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-04-22 10:33:20 +0000 |
commit | ca2fc034dbdee83e527b5214e3204894104b69c6 (patch) | |
tree | ca90e03b669490dd1159c105c09785f538e3340f /net/nmapfe | |
parent | 1b6799fc35ed0fa67a76ab69b496f5eb36cccc78 (diff) | |
download | pkgsrc-ca2fc034dbdee83e527b5214e3204894104b69c6.tar.gz |
Bump PKGREVISION: sync with latest nmap.
Diffstat (limited to 'net/nmapfe')
-rw-r--r-- | net/nmapfe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile index 9d78059cd9f..2740dc59d2c 100644 --- a/net/nmapfe/Makefile +++ b/net/nmapfe/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2003/03/23 00:40:04 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/04/22 10:33:20 salo Exp $ # -DISTNAME= nmap-3.20 +DISTNAME= nmap-3.25 PKGNAME= nmapfe-0.9.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net security MASTER_SITES= http://codebox.net/download/ -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tar.bz2 MAINTAINER= reinoud@ibbnet.org,hubertf@netbsd.org HOMEPAGE= http://www.insecure.org/nmap/index.html |