Update to version 2.52.

[fixes minor typos in 2.51]
This commit is contained in:
David E. O'Brien 2000-05-05 01:51:06 +00:00
parent 1ccd4ecb06
commit fa78580a86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28298
3 changed files with 7 additions and 25 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= nmap
PORTVERSION= 2.51
PORTVERSION= 2.52
CATEGORIES= security net
MASTER_SITES= http://www.insecure.org/nmap/dist/ \
ftp://nuxi.ucdavis.edu/pub/misc/ \

View File

@ -1 +1 @@
MD5 (nmap-2.51.tgz) = 9374b13c049c588c7067a5b49521e54d
MD5 (nmap-2.52.tgz) = 96d355870fd417f30bf3fe76d4292615

View File

@ -1,29 +1,11 @@
--- Makefile.in.orig Sat Apr 29 13:37:50 2000
+++ Makefile.in Sun Apr 30 01:38:54 2000
@@ -11,7 +11,7 @@
CC = @CC@
CCOPT =
LIBPCAPDIR = @libpcapdir@
--- Makefile.in.orig Mon May 1 19:17:38 2000
+++ Makefile.in Thu May 4 16:42:44 2000
@@ -16 +16 @@
-INCLS = -I. -I$(LIBPCAPDIR)
+INCLS = -I. # -I$(LIBPCAPDIR)
DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
@@ -36,7 +36,7 @@
all: $(TARGET) nmapfe/nmapfe
@@ -41 +41 @@
-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
+$(TARGET): $(DEPS) $(OBJS)
@echo Compiling nmap
rm -f $@
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
@@ -129,7 +129,7 @@
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
install: $(TARGET)
@@ -144 +144 @@
- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
+ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)
$(INSTALL) -c -m 755 nmap $(bindir)/nmap
@echo "If the next command failes -- you cannot use the X front end"
-test -f nmapfe/nmapfe && $(INSTALL) -c -m 755 nmapfe/nmapfe $(bindir)/nmapfe && $(SHTOOL) mkln -f -s $(bindir)/nmapfe $(bindir)/xnmap && $(INSTALL) -c -m 644 nmapfe.desktop $(deskdir)/nmapfe.desktop