Received: by mail.netbsd.org (Postfix, from userid 605) id 26A5184D8E; Wed, 21 Apr 2021 08:05:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 619D184D2C for ; Wed, 21 Apr 2021 08:05:57 +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 zYN_1nAPg1Nl for ; Wed, 21 Apr 2021 08:05:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EE86C84CEC for ; Wed, 21 Apr 2021 08:05:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E61F7FA95; Wed, 21 Apr 2021 08:05:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618992356142120" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 08:05:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors/wily To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421080556.E61F7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618992356142120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 21 08:05:56 UTC 2021 Modified Files: pkgsrc/editors/wily: Makefile Log Message: wily: remove dead master site To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/editors/wily/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618992356142120 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/wily/Makefile diff -u pkgsrc/editors/wily/Makefile:1.22 pkgsrc/editors/wily/Makefile:1.23 --- pkgsrc/editors/wily/Makefile:1.22 Sat Jun 8 10:40:59 2019 +++ pkgsrc/editors/wily/Makefile Wed Apr 21 08:05:56 2021 @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2019/06/08 10:40:59 rillig Exp $ -# +# $NetBSD: Makefile,v 1.23 2021/04/21 08:05:56 wiz Exp $ DISTNAME= wily-0.13.42 CATEGORIES= editors plan9 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wily/} \ - ftp://ftp.cse.yorku.ca/pub/wily/src/old/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wily/} EXTRACT_SUFX= .tar.gz MAINTAINER= agc@NetBSD.org --_----------=_1618992356142120--