diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-06 22:16:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-06 22:16:15 +0000 |
commit | 3d169fb97fb3d15f5696118d06cab29677c509b3 (patch) | |
tree | 74566902a364af4dd6de71b0749027968b03c17e /security/nmap | |
parent | c8108e4a4aefd8d5f920f7be094e363f87d7cd96 (diff) | |
download | ports-3d169fb97fb3d15f5696118d06cab29677c509b3.tar.gz ports-3d169fb97fb3d15f5696118d06cab29677c509b3.zip |
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 4 | ||||
-rw-r--r-- | security/nmap/distinfo | 2 | ||||
-rw-r--r-- | security/nmap/files/patch-ab | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 0de0d60677a4..41ed45529ffa 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -DISTNAME= nmap-2.30BETA17 -PKGNAME= nmap-2.3b17 +DISTNAME= nmap-2.30BETA18 +PKGNAME= nmap-2.3b18 CATEGORIES= security net MASTER_SITES= http://www.insecure.org/nmap/dist/ \ ftp://nuxi.ucdavis.edu/pub/misc/ \ diff --git a/security/nmap/distinfo b/security/nmap/distinfo index 7b6fe7b089d7..71afb5993c9a 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1 +1 @@ -MD5 (nmap-2.30BETA17.tgz) = c3d75335233317f51039d57705018ee9 +MD5 (nmap-2.30BETA18.tgz) = d3b30e53ca8c474801961f98e9fdc154 diff --git a/security/nmap/files/patch-ab b/security/nmap/files/patch-ab index 7fba9fd255aa..ab6c2b002610 100644 --- a/security/nmap/files/patch-ab +++ b/security/nmap/files/patch-ab @@ -1,11 +1,11 @@ ---- nmapfe/Makefile.in.orig Fri May 7 04:51:52 1999 -+++ nmapfe/Makefile.in Fri Jul 23 10:46:08 1999 -@@ -71,7 +71,7 @@ +--- nmapfe/Makefile.in.orig Thu Apr 6 01:51:39 2000 ++++ nmapfe/Makefile.in Thu Apr 6 14:53:11 2000 +@@ -70,7 +70,7 @@ PROGRAMS = $(bin_PROGRAMS) --DEFS = @DEFS@ -I. -I$(srcdir) -+DEFS = @DEFS@ -DNMAP_PATH=\"$(bindir)/\" -I. -I$(srcdir) +-DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -I. -I$(srcdir) ++DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DNMAP_PATH=\"$(bindir)/\" -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ STATIC = LDFLAGS = @LDFLAGS@ $(STATIC) |