Received: by mail.netbsd.org (Postfix, from userid 605) id F08AC84D8E; Wed, 21 Apr 2021 08:09:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3676F84D2C for ; Wed, 21 Apr 2021 08:09: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 IwI3sEvhiEmB for ; Wed, 21 Apr 2021 08:09:02 +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 C22EB84CEC for ; Wed, 21 Apr 2021 08:09:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B99E1FA95; Wed, 21 Apr 2021 08:09:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618992542230130" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 08:09:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors/uemacs To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421080902.B99E1FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618992542230130 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:09:02 UTC 2021 Modified Files: pkgsrc/editors/uemacs: Makefile Log Message: uemacs: remove dead master site To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/uemacs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618992542230130 Content-Disposition: inline Content-Length: 643 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/uemacs/Makefile diff -u pkgsrc/editors/uemacs/Makefile:1.16 pkgsrc/editors/uemacs/Makefile:1.17 --- pkgsrc/editors/uemacs/Makefile:1.16 Wed Oct 3 11:43:45 2012 +++ pkgsrc/editors/uemacs/Makefile Wed Apr 21 08:09:02 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2012/10/03 11:43:45 asau Exp $ +# $NetBSD: Makefile,v 1.17 2021/04/21 08:09:02 wiz Exp $ DISTNAME= ue400dev PKGNAME= uemacs-4.0 PKGREVISION= 2 CATEGORIES= editors -MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/ +MASTER_SITES= # ftp://aquest.com/pub/uemacs400/disk2/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1618992542230130--