From corecode@corecode.ath.cx  Mon Aug 19 16:57:37 2002
Return-Path: <corecode@corecode.ath.cx>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4BC9337B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Aug 2002 16:57:37 -0700 (PDT)
Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4B3A343E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Aug 2002 16:57:36 -0700 (PDT)
	(envelope-from corecode@corecode.ath.cx)
Received: from fwd07.sul.t-online.de 
	by mailout02.sul.t-online.com with smtp 
	id 17gwOt-0000EE-01; Tue, 20 Aug 2002 01:57:35 +0200
Received: from spirit.zuhause.stoert.net (320050403952-0001@[217.224.170.236]) by fmrl07.sul.t-online.com
	with esmtp id 17gwOk-1qSkCWC; Tue, 20 Aug 2002 01:57:26 +0200
Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178])
	by spirit.zuhause.stoert.net (8.11.6/8.11.6) with ESMTP id g7JNvPk41113
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Aug 2002 01:57:25 +0200 (CEST)
	(envelope-from corecode@corecode.ath.cx)
Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1])
	by terrorfish.uni.stoert.net (8.12.5/8.12.5) with ESMTP id g7JNuU8e023001
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Aug 2002 01:56:30 +0200 (CEST)
	(envelope-from corecode@terrorfish.uni.stoert.net)
Received: (from corecode@localhost)
	by terrorfish.uni.stoert.net (8.12.5/8.12.5/Submit) id g7JNuUpa023000;
	Tue, 20 Aug 2002 01:56:30 +0200 (CEST)
	(envelope-from corecode)
Message-Id: <200208192356.g7JNuUpa023000@terrorfish.uni.stoert.net>
Date: Tue, 20 Aug 2002 01:56:30 +0200 (CEST)
From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Reply-To: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainter-update: net/tcptraceroute to upstream version 1.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 19 17:00:03 PDT 2002
>Closed-Date:    Tue Aug 20 12:41:32 PDT 2002
>Last-Modified:  Tue Aug 20 12:41:32 PDT 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Tue Aug 20 12:41:18 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41803 
>Unformatted:
