Received: by mail.netbsd.org (Postfix, from userid 605) id 5828084D7E; Wed, 21 Apr 2021 08:41:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 92EC584D2C for ; Wed, 21 Apr 2021 08:41:06 +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 pTm0LRPDvp3k for ; Wed, 21 Apr 2021 08:41:06 +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 2393B84D21 for ; Wed, 21 Apr 2021 08:41:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1ADEBFA95; Wed, 21 Apr 2021 08:41:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161899446659220" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 08:41:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/as31 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421084106.1ADEBFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161899446659220 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:41:06 UTC 2021 Modified Files: pkgsrc/devel/as31: Makefile Log Message: as31: remove dead master site To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/as31/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161899446659220 Content-Disposition: inline Content-Length: 652 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/as31/Makefile diff -u pkgsrc/devel/as31/Makefile:1.21 pkgsrc/devel/as31/Makefile:1.22 --- pkgsrc/devel/as31/Makefile:1.21 Sat Apr 6 12:03:59 2013 +++ pkgsrc/devel/as31/Makefile Wed Apr 21 08:41:05 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2013/04/06 12:03:59 rodent Exp $ +# $NetBSD: Makefile,v 1.22 2021/04/21 08:41:05 wiz Exp $ DISTNAME= asm.8051 PKGNAME= as31-19900126 PKGREVISION= 2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.misc/volume10/ +MASTER_SITES= # ftp://ftp.uu.net/usenet/comp.sources.misc/volume10/ EXTRACT_SUFX= .Z MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_161899446659220--