diff options
author | eik <eik@FreeBSD.org> | 2004-07-05 08:06:07 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-07-05 08:06:07 +0800 |
commit | 16f2873812697150afd40933637d91206977915e (patch) | |
tree | fccc3ca7cf726f53577b2dd73259acc798056d86 /security/nmap | |
parent | dba51dd03716eeeb3d519f252f310da4aa560e5e (diff) | |
download | freebsd-ports-gnome-16f2873812697150afd40933637d91206977915e.tar.gz freebsd-ports-gnome-16f2873812697150afd40933637d91206977915e.tar.zst freebsd-ports-gnome-16f2873812697150afd40933637d91206977915e.zip |
update to 3.51-TEST4
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 |