diff options
author | smace <smace@FreeBSD.org> | 2002-04-16 05:59:34 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2002-04-16 05:59:34 +0800 |
commit | fb4d5ed3790285edf74c9c318761ef72843f5a5a (patch) | |
tree | 6691dbbddb2fc14ccfa6c19386c7b3a4e5113722 /net | |
parent | ef16c2ba5f7b80fa56f9aaabe87ef3e9551ed7a8 (diff) | |
download | freebsd-ports-gnome-fb4d5ed3790285edf74c9c318761ef72843f5a5a.tar.gz freebsd-ports-gnome-fb4d5ed3790285edf74c9c318761ef72843f5a5a.tar.zst freebsd-ports-gnome-fb4d5ed3790285edf74c9c318761ef72843f5a5a.zip |
Update to tcpdump.org cvs snapshot 2002.04.15
Use sbin instead of bin (per original source code)
Diffstat (limited to 'net')
-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 |