Received: by mail.netbsd.org (Postfix, from userid 605) id A9B2584DDA; Wed, 15 Nov 2017 22:19:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3308384DB9 for ; Wed, 15 Nov 2017 22:19:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wH0UCSrhFaCi for ; Wed, 15 Nov 2017 22:19:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C62A084D24 for ; Wed, 15 Nov 2017 22:19:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8749FB3F; Wed, 15 Nov 2017 22:19:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15107843842520" MIME-Version: 1.0 Date: Wed, 15 Nov 2017 22:19:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/since To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171115221944.A8749FB3F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15107843842520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 15 22:19:44 UTC 2017 Modified Files: pkgsrc/misc/since: Makefile Log Message: since: comment out dead sites To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/since/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15107843842520 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/since/Makefile diff -u pkgsrc/misc/since/Makefile:1.2 pkgsrc/misc/since/Makefile:1.3 --- pkgsrc/misc/since/Makefile:1.2 Mon Oct 8 09:57:37 2012 +++ pkgsrc/misc/since/Makefile Wed Nov 15 22:19:44 2017 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2012/10/08 09:57:37 asau Exp $ +# $NetBSD: Makefile,v 1.3 2017/11/15 22:19:44 wiz Exp $ DISTNAME= since-1.1 CATEGORIES= misc -MASTER_SITES= http://welz.org.za/projects/since/ +#MASTER_SITES= http://welz.org.za/projects/since/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://welz.org.za/projects/since +#HOMEPAGE= http://welz.org.za/projects/since COMMENT= Utility to monitor log files LICENSE= gnu-gpl-v3 --_----------=_15107843842520--