Received: by mail.netbsd.org (Postfix, from userid 605) id C93B384CD0; Sun, 2 Sep 2018 15:31:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEE5D84CD0 for ; Sun, 2 Sep 2018 15:31:06 +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 oliMJIH-ADEc for ; Sun, 2 Sep 2018 15:31:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10EA684C77 for ; Sun, 2 Sep 2018 15:31:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0AC33FBF8; Sun, 2 Sep 2018 15:31:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153590226688490" MIME-Version: 1.0 Date: Sun, 2 Sep 2018 15:31:06 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/emulators/free42 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20180902153106.0AC33FBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153590226688490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Sep 2 15:31:05 UTC 2018 Modified Files: pkgsrc/emulators/free42: Makefile Log Message: free42: Change MASTER_SITES to BACKUP The upstream distfile for this release is no longer present. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/emulators/free42/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153590226688490 Content-Disposition: inline Content-Length: 733 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/free42/Makefile diff -u pkgsrc/emulators/free42/Makefile:1.12 pkgsrc/emulators/free42/Makefile:1.13 --- pkgsrc/emulators/free42/Makefile:1.12 Wed Jul 18 00:06:14 2018 +++ pkgsrc/emulators/free42/Makefile Sun Sep 2 15:31:05 2018 @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.12 2018/07/18 00:06:14 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2018/09/02 15:31:05 gdt Exp $ DISTNAME= free42 PKGNAME= ${DISTNAME}-1.4.78 PKGREVISION= 7 DIST_SUBDIR= ${PKGNAME_NOREV} CATEGORIES= emulators -MASTER_SITES= http://thomasokken.com/free42/download/ +#MASTER_SITES= http://thomasokken.com/free42/download/ +MASTER_SITES= ${MASTER_SITE_BACKUP} EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_153590226688490--