Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2002 22:41:56 +0200 (CEST)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org
Subject:   ports/44153: [patch] Update net/xprobe to 0.0.2
Message-ID:  <200210162041.g9GKfu77002468@coyote.dnsalias.net>

next in thread | raw e-mail | index | archive | help

>Number:         44153
>Category:       ports
>Synopsis:       [patch] Update net/xprobe to 0.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 16 13:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD coyote.dnsalias.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 19:16:20 CEST 2002 root@coyote.dnsalias.net:/usr/obj/usr/src/sys/COYOTE i386


	
>Description:
This is the update for port net/xprobe
Enjoy.
>How-To-Repeat:
	
>Fix:
patch included

--- patch begins here ---
--- Makefile.orig	Wed Oct 16 22:05:16 2002
+++ Makefile	Wed Oct 16 22:05:56 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xprobe
-PORTVERSION=	0.0.1p1
+PORTVERSION=	0.0.2
 CATEGORIES=    	net security
 MASTER_SITES=	http://www.sys-security.com/archive/tools/X/
 
--- distinfo.orig	Wed Oct 16 22:05:21 2002
+++ distinfo	Wed Oct 16 22:06:32 2002
@@ -1 +1 @@
-MD5 (xprobe-0.0.1p1.tar.gz) = a94fa330d0ca1bfc09e327f628d1e682
+MD5 (xprobe-0.0.2.tar.gz) = 72761231d7829e0ce4eb8f7db9049405
--- pkg-plist.orig	Wed Oct 16 22:28:05 2002
+++ pkg-plist	Wed Oct 16 22:36:17 2002
@@ -1 +1,2 @@
 bin/xprobe
+man1/xprobe.1
--- files/patch-Makefile_in.orig	Wed Oct 16 22:26:37 2002
+++ files/patch-Makefile_in	Wed Oct 16 22:34:18 2002
@@ -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
--- files/patch-configure.orig	Wed Oct 16 22:26:37 2002
+++ files/patch-configure	Wed Oct 16 22:27:10 2002
@@ -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:
--- patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210162041.g9GKfu77002468>