aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcptraceroute
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-21 03:40:57 +0800
committernaddy <naddy@FreeBSD.org>2002-08-21 03:40:57 +0800
commit1daef85f93213073e7c8d3f1a6fe4e1c5f88c5ff (patch)
tree2174f87c65231386bbbed3f8a4788981a385c235 /net/tcptraceroute
parent05a086ad19292c76b0c1511bf11771b7088e79cf (diff)
downloadfreebsd-ports-gnome-1daef85f93213073e7c8d3f1a6fe4e1c5f88c5ff.tar.gz
freebsd-ports-gnome-1daef85f93213073e7c8d3f1a6fe4e1c5f88c5ff.tar.zst
freebsd-ports-gnome-1daef85f93213073e7c8d3f1a6fe4e1c5f88c5ff.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>
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