Received: by mail.netbsd.org (Postfix, from userid 605) id 6EA2184D56; Fri, 23 Apr 2021 22:25:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8F3784D0F for ; Fri, 23 Apr 2021 22:25:03 +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 HtvdbWwLDwQ3 for ; Fri, 23 Apr 2021 22:25:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4114A84CE0 for ; Fri, 23 Apr 2021 22:25:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E129FA95; Fri, 23 Apr 2021 22:25:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161921670399110" MIME-Version: 1.0 Date: Fri, 23 Apr 2021 22:25:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/ccze To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210423222503.3E129FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161921670399110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 23 22:25:03 UTC 2021 Modified Files: pkgsrc/sysutils/ccze: Makefile Log Message: ccze: remove dead download links To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/ccze/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161921670399110 Content-Disposition: inline Content-Length: 665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ccze/Makefile diff -u pkgsrc/sysutils/ccze/Makefile:1.17 pkgsrc/sysutils/ccze/Makefile:1.18 --- pkgsrc/sysutils/ccze/Makefile:1.17 Mon Nov 4 21:28:42 2019 +++ pkgsrc/sysutils/ccze/Makefile Fri Apr 23 22:25:03 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2019/11/04 21:28:42 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2021/04/23 22:25:03 wiz Exp $ DISTNAME= ccze-0.2.1 PKGREVISION= 4 CATEGORIES= sysutils -MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/ +#MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bonehunter.rulez.org/software/ccze/ --_----------=_161921670399110--