diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-05 00:06:07 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-05 00:06:07 +0000 |
commit | 8b1f83db20b7e877d94e452bdc0f50b2aedb3485 (patch) | |
tree | cc8762fc61a4270aadc63d131fa4389e28293ec0 /security/nmap | |
parent | Update to 0.7. (diff) |
update to 3.51-TEST4
Notes
Notes:
svn path=/head/; revision=112933
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/distinfo | 4 | ||||
-rw-r--r-- | security/nmap/pkg-plist | 10 |
3 files changed, 13 insertions, 3 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 14652064be54..88bff4110f15 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -15,7 +15,7 @@ DISTNAME= nmap-${DISTVERSION} # needed for security/nmapfe MAINTAINER= eik@FreeBSD.org COMMENT?= Port scanning utility for large networks -DISTVERSION= 3.51-TEST3 +DISTVERSION= 3.51-TEST4 USE_BZIP2= yes diff --git a/security/nmap/distinfo b/security/nmap/distinfo index caea931f2015..77756d59396d 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1,2 +1,2 @@ -MD5 (nmap-3.51-TEST3.tar.bz2) = d49f83863011957c51b3173af7b5c58d -SIZE (nmap-3.51-TEST3.tar.bz2) = 1336757 +MD5 (nmap-3.51-TEST4.tar.bz2) = 6c1ffb13a8fc49f3783e27dd66f537d5 +SIZE (nmap-3.51-TEST4.tar.bz2) = 1325396 diff --git a/security/nmap/pkg-plist b/security/nmap/pkg-plist index 5f3367d40b0a..6bdd1c358c95 100644 --- a/security/nmap/pkg-plist +++ b/security/nmap/pkg-plist @@ -10,3 +10,13 @@ bin/nmap %%PORTDOCS%%%%DOCSDIR%%/HACKING %%PORTDOCS%%%%DOCSDIR%%/nmap.dtd %%PORTDOCS%%@dirrm %%DOCSDIR%% +@unexec rmdir %D/man/es.ISO8859-1/man1 2>/dev/null || true +@unexec rmdir %D/man/fr.ISO8859-1/man1 2>/dev/null || true +@unexec rmdir %D/man/it.ISO8859-15/man1 2>/dev/null || true +@unexec rmdir %D/man/lt.ISO8859-13/man1 2>/dev/null || true +@unexec rmdir %D/man/pt.ISO8859-1/man1 2>/dev/null || true +@unexec rmdir %D/man/es.ISO8859-1 2>/dev/null || true +@unexec rmdir %D/man/fr.ISO8859-1 2>/dev/null || true +@unexec rmdir %D/man/it.ISO8859-15 2>/dev/null || true +@unexec rmdir %D/man/lt.ISO8859-13 2>/dev/null || true +@unexec rmdir %D/man/pt.ISO8859-1 2>/dev/null || true |