aboutsummaryrefslogtreecommitdiff
path: root/net/tcptraceroute
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-20 19:40:57 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-20 19:40:57 +0000
commitf25c8844425930610b5e245e96a44af79230ba67 (patch)
tree5dc83224b802eede1f3c3e33154c5cacc4aa2538 /net/tcptraceroute
parent1c80bacc6a1e9ecb8724d9ddb14f189be03d2ff2 (diff)
downloadports-f25c8844425930610b5e245e96a44af79230ba67.tar.gz
ports-f25c8844425930610b5e245e96a44af79230ba67.zip
o update to upstream version 1.4
o move binary to proper place ${PREFIX}/sbin PR: 41803 Submitted by: Simon Schubert <corecode@corecode.ath.cx>
Notes
Notes: svn path=/head/; revision=64710
Diffstat (limited to 'net/tcptraceroute')
-rw-r--r--net/tcptraceroute/Makefile4
-rw-r--r--net/tcptraceroute/distinfo2
-rw-r--r--net/tcptraceroute/files/patch-Makefile14
-rw-r--r--net/tcptraceroute/pkg-plist3
4 files changed, 12 insertions, 11 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile
index e3fbe43739d7..3b14fe996713 100644
--- a/net/tcptraceroute/Makefile
+++ b/net/tcptraceroute/Makefile
@@ -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 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
MAN8= tcptraceroute.8
post-install:
- @${CHMOD} u+s ${PREFIX}/bin/tcptraceroute
+ @${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute
.include <bsd.port.mk>
diff --git a/net/tcptraceroute/distinfo b/net/tcptraceroute/distinfo
index 588584b71733..c43c88c63a52 100644
--- a/net/tcptraceroute/distinfo
+++ b/net/tcptraceroute/distinfo
@@ -1 +1 @@
-MD5 (tcptraceroute-1.3.tar.gz) = 89c1ca7cf0b2b2c946b774fd9506c029
+MD5 (tcptraceroute-1.4.tar.gz) = 35c5e7d960f2b073db0109e0004e134e
diff --git a/net/tcptraceroute/files/patch-Makefile b/net/tcptraceroute/files/patch-Makefile
index 173962cb0853..7abce3a75413 100644
--- a/net/tcptraceroute/files/patch-Makefile
+++ b/net/tcptraceroute/files/patch-Makefile
@@ -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
diff --git a/net/tcptraceroute/pkg-plist b/net/tcptraceroute/pkg-plist
index 046b642ecf10..cbdc4f42fa33 100644
--- a/net/tcptraceroute/pkg-plist
+++ b/net/tcptraceroute/pkg-plist
@@ -1 +1,2 @@
-bin/tcptraceroute
+@comment $FreeBSD$
+sbin/tcptraceroute