aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-11 04:54:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-11 04:54:41 +0000
commit1306ff7f07919f0efab59f1a1364eb65d1b8be19 (patch)
treee950f6b3ce17759d7005f1619d01b246f6c1b8dd /net
parent61e13e2a66c8da2bf8eb8624b30628a24099696f (diff)
downloadports-1306ff7f07919f0efab59f1a1364eb65d1b8be19.tar.gz
ports-1306ff7f07919f0efab59f1a1364eb65d1b8be19.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/xprobe/Makefile4
-rw-r--r--net/xprobe/distinfo2
-rw-r--r--net/xprobe/files/patch-Makefile_in43
-rw-r--r--net/xprobe/files/patch-configure4
4 files changed, 18 insertions, 35 deletions
diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile
index 9f3eb5b6989f..73c2be99858c 100644
--- a/net/xprobe/Makefile
+++ b/net/xprobe/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= xprobe
-PORTVERSION= 0.0.1p1
+PORTVERSION= 0.0.2
CATEGORIES= net security
MASTER_SITES= http://www.sys-security.com/archive/tools/X/
-MAINTAINER= kris@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= ICMP active OS fingerprint scanner
GNU_CONFIGURE= yes
diff --git a/net/xprobe/distinfo b/net/xprobe/distinfo
index 6c91fb8225df..140eaded0e8f 100644
--- a/net/xprobe/distinfo
+++ b/net/xprobe/distinfo
@@ -1 +1 @@
-MD5 (xprobe-0.0.1p1.tar.gz) = a94fa330d0ca1bfc09e327f628d1e682
+MD5 (xprobe-0.0.2.tar.gz) = 72761231d7829e0ce4eb8f7db9049405
diff --git a/net/xprobe/files/patch-Makefile_in b/net/xprobe/files/patch-Makefile_in
index 2d6a9504792f..06078a1f1cc8 100644
--- a/net/xprobe/files/patch-Makefile_in
+++ b/net/xprobe/files/patch-Makefile_in
@@ -1,15 +1,7 @@
---- Makefile.in.orig Wed Jul 25 18:55:30 2001
-+++ Makefile.in Wed Jul 25 18:59:54 2001
-@@ -21,12 +21,16 @@
- # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-
-+DESTDIR=
-+
- CC=@CC@
- INSTALL=@INSTALL@
-+INSTALL_PROGRAM=@INSTALL_PROGRAM@
-+INSTALL_DATA=@INSTALL_DATA@
+--- Makefile.in.orig Wed Oct 16 22:23:24 2002
++++ Makefile.in Wed Oct 16 22:25:19 2002
+@@ -28,8 +28,8 @@
+ DESTDIR=
prefix=@prefix@
exec_prefix=@exec_prefix@
-bindir=@bindir@
@@ -19,26 +11,17 @@
PACKAGE=@PACKAGE@
VERSION=@VERSION@
CPPFLAGS=@CPPFLAGS@
-@@ -41,7 +45,9 @@ icmp_infr.o utils.o logic_tree.o pcap_if
- FILES=$(SOURCES) $(INCLUDES) AUTHORS CREDITS Changelog LICENSE Makefile.in \
- README TODO config.h.in configure configure.in cfg-scripts xprobe.1
-
--x: $(OBJS)
-+all: xprobe
-+
-+xprobe: $(OBJS)
- $(CC) $(CFLAGS) $(OBJS) -o $@ $(LDFLAGS) $(LIBS)
-
- .c.o: $(INCLUDES)
-@@ -52,9 +58,9 @@ clean:
- distclean: clean
+@@ -58,10 +58,10 @@
rm -f config.h config.cache config.log config.status Makefile
--install: x
-- $(INSTALL) -m 0755 -g bin -o root x $(bindir)
-- $(INSTALL) -m 0444 -g bin -o root xprobe.1 $(mandir)/man1
-+install: xprobe
-+ $(INSTALL_PROGRAM) -m 755 xprobe $(DESTDIR)$(BINDIR)
+ install: xprobe
+- $(INSTALL_PROGRAM) -d $(DESTDIR)/$(bindir)
+- $(INSTALL_PROGRAM) -d $(DESTDIR)/$(mandir)/man1
+- $(INSTALL_PROGRAM) -m 0755 xprobe $(DESTDIR)/$(bindir)
+- $(INSTALL_DATA) xprobe.1 $(mandir)/man1
++ $(INSTALL) -d $(DESTDIR)$(BINDIR)
++ $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
++ $(INSTALL_PROGRAM) -m 0755 xprobe $(DESTDIR)$(BINDIR)
+ $(INSTALL_DATA) xprobe.1 $(DESTDIR)$(MANDIR)/man1
configure: configure.in
diff --git a/net/xprobe/files/patch-configure b/net/xprobe/files/patch-configure
index 9acbddbca8d7..7e92f3b0d0bf 100644
--- a/net/xprobe/files/patch-configure
+++ b/net/xprobe/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Tue Jul 24 19:32:54 2001
-+++ configure Tue Jul 24 19:33:09 2001
+--- configure.orig Wed Oct 16 22:25:33 2002
++++ configure Wed Oct 16 22:26:15 2002
@@ -9,7 +9,7 @@
# Defaults: