View | Details | Raw Unified | Return to bug 77644
Collapse All | Expand All

(-)net/xprobe/Makefile (-2 / +2 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	xprobe2
8
PORTNAME=	xprobe2
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.2
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	xprobe
12
MASTER_SITE_SUBDIR=	xprobe
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	wxs@csh.rit.edu
15
COMMENT=	ICMP active OS fingerprint scanner
15
COMMENT=	ICMP active OS fingerprint scanner
16
16
17
HAS_CONFIGURE=	yes
17
HAS_CONFIGURE=	yes
(-)net/xprobe/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xprobe2-0.2.1.tar.gz) = aaddb4bf793ef573b7fb43ee91bb2224
1
MD5 (xprobe2-0.2.2.tar.gz) = 8eea1406d035827bb8bfeb0536622e1f
2
SIZE (xprobe2-0.2.1.tar.gz) = 481766
2
SIZE (xprobe2-0.2.2.tar.gz) = 521785
(-)net/xprobe/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Fri Sep 26 11:40:23 2003
2
+++ configure	Sun Feb  8 20:34:37 2004
3
@@ -4095,7 +4095,7 @@
4
 fi
5
 
6
 
7
-subdirs="libs-external/USI++/src"
8
+#subdirs="libs-external/USI++/src"
9
 
10
 
11
 
(-)net/xprobe/files/patch-docs:xprobe2.1 (-2 / +2 lines)
Lines 4-11 Link Here
4
 
4
 
5
 .\" Generate man page: groff -man -Tascii xprobe.1 
5
 .\" Generate man page: groff -man -Tascii xprobe.1 
6
 
6
 
7
-.TH XPROBE2  "$Id: xprobe2.1,v 1.13 2004/12/15 18:17:39 mederchik Exp $"
7
-.TH XPROBE2  "$Id: xprobe2.1,v 1.16 2005/02/14 18:25:12 mederchik Exp $"
8
+.TH XPROBE2 1 "$Id: xprobe2.1,v 1.13 2004/12/15 18:17:39 mederchik Exp $"
8
+.TH XPROBE2 1 "$Id: xprobe2.1,v 1.16 2005/02/14 18:25:12 mederchik Exp $"
9
 .SH NAME
9
 .SH NAME
10
 xprobe2 \- A Remote active operating system fingerprinting tool.
10
 xprobe2 \- A Remote active operating system fingerprinting tool.
11
 .SH SYNOPSIS
11
 .SH SYNOPSIS

Return to bug 77644