Received: by mail.netbsd.org (Postfix, from userid 605) id ED86C84D80; Wed, 21 Apr 2021 08:05:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 354CB84D2C for ; Wed, 21 Apr 2021 08:05:14 +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 8-OsUjxtnr5F for ; Wed, 21 Apr 2021 08:05:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8EAA084CEC for ; Wed, 21 Apr 2021 08:05:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8BE0EFA95; Wed, 21 Apr 2021 08:05:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618992313276390" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 08:05:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/emulators/twin To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421080513.8BE0EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618992313276390 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:13 UTC 2021 Modified Files: pkgsrc/emulators/twin: Makefile Log Message: twin: remove dead master site and homepage To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/emulators/twin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618992313276390 Content-Disposition: inline Content-Length: 791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/twin/Makefile diff -u pkgsrc/emulators/twin/Makefile:1.34 pkgsrc/emulators/twin/Makefile:1.35 --- pkgsrc/emulators/twin/Makefile:1.34 Thu Jan 1 10:05:52 2015 +++ pkgsrc/emulators/twin/Makefile Wed Apr 21 08:05:13 2021 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.34 2015/01/01 10:05:52 dholland Exp $ -# +# $NetBSD: Makefile,v 1.35 2021/04/21 08:05:13 wiz Exp $ DISTNAME= twin-src-3.1.14 PKGNAME= twin-3.1.14 PKGREVISION= 4 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.willows.com/pub/twin/ +MASTER_SITES= # ftp://ftp.willows.com/pub/twin/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.willows.com/ +#HOMEPAGE= http://www.willows.com/ COMMENT= Cross-platform implementation of the Win32 API LICENSE= gnu-lgpl-v2 --_----------=_1618992313276390--