Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2002 01:56:30 +0200 (CEST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41803: maintainter-update: net/tcptraceroute to upstream version 1.4
Message-ID:  <200208192356.g7JNuUpa023000@terrorfish.uni.stoert.net>

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

>Number:         41803
>Category:       ports
>Synopsis:       maintainter-update: net/tcptraceroute to upstream version 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 19 17:00:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #22: Thu Aug 15 01:45:41 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/k7/usr/src/sys/TERRORFISH i386


	
>Description:
	o update to upstream version 1.4
	o move binary to proper place ${PREFIX}/sbin where suid binaries belong
	
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/local/cvs/ports/tcptraceroute/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	10 Jun 2002 00:29:39 -0000	1.2
+++ Makefile	19 Aug 2002 23:56:33 -0000	1.3
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tcptraceroute
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 CATEGORIES=	net
 MASTER_SITES=	http://michael.toren.net/code/tcptraceroute/
 
@@ -17,6 +17,6 @@
 MAN8=	tcptraceroute.8
 
 post-install:
-	@${CHMOD} u+s ${PREFIX}/bin/tcptraceroute
+	@${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /usr/local/cvs/ports/tcptraceroute/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- distinfo	5 Jun 2002 02:07:18 -0000	1.1
+++ distinfo	19 Aug 2002 23:56:33 -0000	1.2
@@ -1 +1 @@
-MD5 (tcptraceroute-1.3.tar.gz) = 89c1ca7cf0b2b2c946b774fd9506c029
+MD5 (tcptraceroute-1.4.tar.gz) = 35c5e7d960f2b073db0109e0004e134e
Index: pkg-plist
===================================================================
RCS file: /usr/local/cvs/ports/tcptraceroute/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pkg-plist	5 Jun 2002 02:07:18 -0000	1.1
+++ pkg-plist	19 Aug 2002 23:56:33 -0000	1.2
@@ -1 +1 @@
-bin/tcptraceroute
+sbin/tcptraceroute
Index: files/patch-Makefile
===================================================================
RCS file: /usr/local/cvs/ports/tcptraceroute/files/patch-Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- files/patch-Makefile	10 Jun 2002 00:30:04 -0000	1.1
+++ files/patch-Makefile	19 Aug 2002 23:56:33 -0000	1.2
@@ -1,18 +1,18 @@
---- Makefile.orig	Wed Aug  1 07:52:40 2001
-+++ Makefile	Sun Mar 24 10:36:40 2002
-@@ -1,20 +1,27 @@
+--- Makefile.orig	Mon May 20 03:11:38 2002
++++ Makefile	Tue Aug 20 01:49:27 2002
+@@ -3,20 +3,27 @@
  # tcptraceroute -- A traceroute implementation using TCP packets
- # Copyright (c) 2001, Michael C. Toren <mct@toren.net>
+ # Copyright (c) 2001, 2002 Michael C. Toren <mct@toren.net>
  
 -CC = gcc
 -CFLAGS = -O2 -Wall
 -DESTDIR=/usr/local/bin
-+CC ?= cc
-+CFLAGS ?= -O2 -Wall
++CC?= cc
++CFLAGS?= -O -pipe -Wall
 +LNETINC= -I/usr/local/include
 +LNETLIB= -L/usr/local/lib
 +
-+BINDIR= ${PREFIX}/bin
++BINDIR= ${PREFIX}/sbin
 +MANDIR= ${PREFIX}/man
 +
 +all: tcptraceroute
	


>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?200208192356.g7JNuUpa023000>