Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C6CBE84F6A for ; Thu, 28 Dec 2023 22:44:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CoGLQgcJ1nIM for ; Thu, 28 Dec 2023 22:44:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 57B7884CD7 for ; Thu, 28 Dec 2023 22:44:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E2D5FA42; Thu, 28 Dec 2023 22:44:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703803462234930" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 22:44:22 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/net/tcptrace To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228224422.4E2D5FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703803462234930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Thu Dec 28 22:44:22 UTC 2023 Modified Files: pkgsrc/net/tcptrace: Makefile Log Message: update homepage To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/tcptrace/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703803462234930 Content-Disposition: inline Content-Length: 699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tcptrace/Makefile diff -u pkgsrc/net/tcptrace/Makefile:1.35 pkgsrc/net/tcptrace/Makefile:1.36 --- pkgsrc/net/tcptrace/Makefile:1.35 Wed Feb 6 19:31:02 2013 +++ pkgsrc/net/tcptrace/Makefile Thu Dec 28 22:44:22 2023 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.35 2013/02/06 19:31:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2023/12/28 22:44:22 zafer Exp $ DISTNAME= tcptrace-6.6.7 PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.tcptrace.org/download/ +MASTER_SITES= # MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.tcptrace.org/ +HOMEPAGE= https://github.com/blitz/tcptrace COMMENT= TCP dump file analysis tool GNU_CONFIGURE= yes --_----------=_1703803462234930--