diff options
author | Scott Mace <smace@FreeBSD.org> | 2002-04-15 21:59:34 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 2002-04-15 21:59:34 +0000 |
commit | c3ac7b0f5c8fa2d97c1b9249ca9ff800380c36d2 (patch) | |
tree | a983ca571e6874cf8012d4731d848bf07716bf2a /net/tcpslice | |
parent | 08ead3b1c5ddc71143d7964778cda581234f384f (diff) | |
download | ports-c3ac7b0f5c8fa2d97c1b9249ca9ff800380c36d2.tar.gz ports-c3ac7b0f5c8fa2d97c1b9249ca9ff800380c36d2.zip |
Update to tcpdump.org cvs snapshot 2002.04.15
Use sbin instead of bin (per original source code)
Notes
Notes:
svn path=/head/; revision=57740
Diffstat (limited to 'net/tcpslice')
-rw-r--r-- | net/tcpslice/Makefile | 4 | ||||
-rw-r--r-- | net/tcpslice/distinfo | 2 | ||||
-rw-r--r-- | net/tcpslice/files/patch-aa | 6 | ||||
-rw-r--r-- | net/tcpslice/pkg-plist | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile index 7229857d703d..9d36f23b919a 100644 --- a/net/tcpslice/Makefile +++ b/net/tcpslice/Makefile @@ -6,9 +6,9 @@ # PORTNAME= tcpslice -PORTVERSION= 1.2a1 +PORTVERSION= 2002.04.15 CATEGORIES= net -MASTER_SITES= ftp://ftp.ee.lbl.gov/ +MASTER_SITES= http://www.tcpdump.org/weekly/ MAINTAINER= smace@freebsd.org diff --git a/net/tcpslice/distinfo b/net/tcpslice/distinfo index 9c1b4224f4e0..6f4690735b4f 100644 --- a/net/tcpslice/distinfo +++ b/net/tcpslice/distinfo @@ -1 +1 @@ -MD5 (tcpslice-1.2a1.tar.gz) = 37d78ae883df2d8b42766b413a2088f1 +MD5 (tcpslice-2002.04.15.tar.gz) = c880593644a45981ffe531ed24156c58 diff --git a/net/tcpslice/files/patch-aa b/net/tcpslice/files/patch-aa index d36da724b8c3..ff0b68751fc5 100644 --- a/net/tcpslice/files/patch-aa +++ b/net/tcpslice/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.in.orig Mon Apr 15 12:07:52 2002 -+++ Makefile.in Mon Apr 15 12:12:07 2002 +--- Makefile.in.orig Mon Sep 3 15:01:12 2001 ++++ Makefile.in Mon Apr 15 16:54:29 2002 @@ -27,9 +27,9 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ # Pathname of directory to install the binary -BINDEST = @sbindir@ -+BINDIR = @bindir@ ++BINDIR = @sbindir@ # Pathname of directory to install the man page -MANDEST = @mandir@ +MANDIR = @mandir@ diff --git a/net/tcpslice/pkg-plist b/net/tcpslice/pkg-plist index 26b305de9e0f..e48b8ec1f775 100644 --- a/net/tcpslice/pkg-plist +++ b/net/tcpslice/pkg-plist @@ -1 +1 @@ -bin/tcpslice +sbin/tcpslice |