Received: by mail.netbsd.org (Postfix, from userid 605) id 0ADD984CD8; Sat, 21 Jul 2018 23:21:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2139B84CD8 for ; Sat, 21 Jul 2018 23:21:18 +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 vHR7fFqJAXKx for ; Sat, 21 Jul 2018 23:21:17 +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 873BA84CCE for ; Sat, 21 Jul 2018 23:21:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7EFE9FBEC; Sat, 21 Jul 2018 23:21:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1532215277230000" MIME-Version: 1.0 Date: Sat, 21 Jul 2018 23:21:17 +0000 From: "Darrin B. Jewell" Subject: CVS commit: pkgsrc/ham/predict To: pkgsrc-changes@NetBSD.org Reply-To: dbj@netbsd.org X-Mailer: log_accum Message-Id: <20180721232117.7EFE9FBEC@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. --_----------=_1532215277230000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dbj Date: Sat Jul 21 23:21:17 UTC 2018 Modified Files: pkgsrc/ham/predict: Makefile Log Message: ham/predict: fix MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/ham/predict/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1532215277230000 Content-Disposition: inline Content-Length: 665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/predict/Makefile diff -u pkgsrc/ham/predict/Makefile:1.1 pkgsrc/ham/predict/Makefile:1.2 --- pkgsrc/ham/predict/Makefile:1.1 Mon Jun 4 07:18:47 2018 +++ pkgsrc/ham/predict/Makefile Sat Jul 21 23:21:17 2018 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2018/06/04 07:18:47 dbj Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/21 23:21:17 dbj Exp $ # DISTNAME= predict-2.2.3 CATEGORIES= ham -#MASTER_SITES= http://www.amsat.org/amsat/ftp/software/Linux/ -MASTER_SITES= http://www.qsl.net/kd2bd/predict-2.2.3.tar.gz +MASTER_SITES= http://www.qsl.net/kd2bd/ MAINTAINER= dbj@NetBSD.org HOMEPAGE= http://www.qsl.net/kd2bd/predict.html --_----------=_1532215277230000--