aboutsummaryrefslogtreecommitdiffstats
path: root/security/nmap
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-08-26 18:28:04 +0800
committereik <eik@FreeBSD.org>2004-08-26 18:28:04 +0800
commit77b53619a066c9c1b1e552c3251465c508d39b8d (patch)
treec0d6500cdcdd2771312de23eb044e353347dad9a /security/nmap
parentba3b04c88fd9ad4c00af8e96a070bb6e4016a677 (diff)
downloadfreebsd-ports-graphics-77b53619a066c9c1b1e552c3251465c508d39b8d.tar.gz
freebsd-ports-graphics-77b53619a066c9c1b1e552c3251465c508d39b8d.tar.zst
freebsd-ports-graphics-77b53619a066c9c1b1e552c3251465c508d39b8d.zip
support building nmap-3.59a5 WITH_PRERELEASE=yes
Diffstat (limited to 'security/nmap')
-rw-r--r--security/nmap/Makefile4
-rw-r--r--security/nmap/distinfo2
2 files changed, 6 insertions, 0 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 6b5bca8d062..2724ffea886 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -15,7 +15,11 @@ DISTNAME= nmap-${DISTVERSION} # needed for security/nmapfe
MAINTAINER= eik@FreeBSD.org
COMMENT?= Port scanning utility for large networks
+.if !defined(WITH_PRERELEASE)
DISTVERSION= 3.55
+.else
+DISTVERSION= 3.59ALPHA5
+.endif
USE_BZIP2= yes
diff --git a/security/nmap/distinfo b/security/nmap/distinfo
index cb6d4c12a72..25facd153c1 100644
--- a/security/nmap/distinfo
+++ b/security/nmap/distinfo
@@ -1,2 +1,4 @@
MD5 (nmap-3.55.tar.bz2) = 88b5f010f43b0e2ee0c2cfb468796aa9
SIZE (nmap-3.55.tar.bz2) = 1330164
+MD5 (nmap-3.59ALPHA5.tar.bz2) = 6c5627918ce37d6192345a0ad997731b
+SIZE (nmap-3.59ALPHA5.tar.bz2) = 1428996