diff options
author | kris <kris@FreeBSD.org> | 2003-05-11 04:54:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-11 04:54:41 +0000 |
commit | 5630dde9501de8d45314b01eed57e1fd4bf232ca (patch) | |
tree | 5104dfa7d2740c04c40724dd2bece8d79e3eeb9d /net/xprobe | |
parent | 0876bcc2d8f9780b91a1e1413ac535814bc5aa55 (diff) | |
download | FreeBSD-ports-5630dde9501de8d45314b01eed57e1fd4bf232ca.zip FreeBSD-ports-5630dde9501de8d45314b01eed57e1fd4bf232ca.tar.gz |
Update to xprobe 0.0.2 and drop maintainership
PR: ports/44153
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'net/xprobe')
-rw-r--r-- | net/xprobe/Makefile | 4 | ||||
-rw-r--r-- | net/xprobe/distinfo | 2 | ||||
-rw-r--r-- | net/xprobe/files/patch-Makefile_in | 43 | ||||
-rw-r--r-- | net/xprobe/files/patch-configure | 4 |
4 files changed, 18 insertions, 35 deletions
diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile index 9f3eb5b..73c2be9 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 6c91fb8..140eade 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 2d6a950..06078a1 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 9acbddb..7e92f3b 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: |