diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-12 20:32:37 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-12 20:32:37 +0000 |
commit | 183d76cf0f2f35560f5942dd039ed20d15acf243 (patch) | |
tree | 3da50e142d993b28b487311e83cc9cb090182ced | |
parent | 66939a745a309ac519964009590e24ea1cdda2f6 (diff) | |
download | FreeBSD-ports-183d76cf0f2f35560f5942dd039ed20d15acf243.zip FreeBSD-ports-183d76cf0f2f35560f5942dd039ed20d15acf243.tar.gz |
- Update to 4.20
PR: ports/106567
Submitted by: Jose Fernandes<jose@diasfernandes.pt>
Approved by: maintainer
-rw-r--r-- | security/nmap/Makefile | 10 | ||||
-rw-r--r-- | security/nmap/distinfo | 6 | ||||
-rw-r--r-- | security/nmap/pkg-plist | 1 |
3 files changed, 12 insertions, 5 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 3430256..00df372 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -17,7 +17,7 @@ DISTNAME= nmap-${DISTVERSION} # needed for security/nmapfe MAINTAINER= daniel@roe.ch COMMENT?= Port scanning utility for large networks -DISTVERSION= 4.11 +DISTVERSION= 4.20 USE_BZIP2= yes USE_GMAKE= yes @@ -81,4 +81,10 @@ INSTALL_TARGET= install-nmapfe .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/security/nmap/distinfo b/security/nmap/distinfo index 1a4d29c..d28f2fb 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1,3 +1,3 @@ -MD5 (nmap-4.11.tar.bz2) = 69bdaa9995f32247b5da7c6b6c41df9b -SHA256 (nmap-4.11.tar.bz2) = 780b770c011afabb2eaf88b375940b5d3dbb742837dacb144ccc3cfa8cb0907e -SIZE (nmap-4.11.tar.bz2) = 2130457 +MD5 (nmap-4.20.tar.bz2) = ea50419f99472200c4184a304e3831ea +SHA256 (nmap-4.20.tar.bz2) = c923a6cfa6d3683dc7ee27a721c19d15fd66f264f8ca6dbc9cfac710591f32a8 +SIZE (nmap-4.20.tar.bz2) = 2156077 diff --git a/security/nmap/pkg-plist b/security/nmap/pkg-plist index c53f5d7..80203a6 100644 --- a/security/nmap/pkg-plist +++ b/security/nmap/pkg-plist @@ -1,5 +1,6 @@ bin/nmap %%DATADIR%%/nmap-mac-prefixes +%%DATADIR%%/nmap-os-db %%DATADIR%%/nmap-os-fingerprints %%DATADIR%%/nmap-protocols %%DATADIR%%/nmap-rpc |