Received: by mail.netbsd.org (Postfix, from userid 605) id 4775084DAD; Wed, 21 Apr 2021 08:21:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D8D084D85 for ; Wed, 21 Apr 2021 08:21:45 +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 hQ55pUDPrp_9 for ; Wed, 21 Apr 2021 08:21:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F53984D2C for ; Wed, 21 Apr 2021 08:21:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C2B7FA95; Wed, 21 Apr 2021 08:21:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161899330590260" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 08:21:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors/lpe To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421082145.0C2B7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161899330590260 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:21:44 UTC 2021 Modified Files: pkgsrc/editors/lpe: Makefile Log Message: lpe: remove dead master site To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/lpe/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161899330590260 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/lpe/Makefile diff -u pkgsrc/editors/lpe/Makefile:1.27 pkgsrc/editors/lpe/Makefile:1.28 --- pkgsrc/editors/lpe/Makefile:1.27 Thu May 23 19:23:00 2019 +++ pkgsrc/editors/lpe/Makefile Wed Apr 21 08:21:44 2021 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2019/05/23 19:23:00 rillig Exp $ -# +# $NetBSD: Makefile,v 1.28 2021/04/21 08:21:44 wiz Exp $ DISTNAME= lpe-1.2.6 PKGREVISION= 3 CATEGORIES= editors -MASTER_SITES= ftp://ftp.twu.net/users/cdsmith/lpe/ +MASTER_SITES= # ftp://ftp.twu.net/users/cdsmith/lpe/ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://cdsmith.twu.net/professional/opensource/lpe.html --_----------=_161899330590260--