Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 492E884EEE for ; Fri, 22 Dec 2023 18:06:54 +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 EVjhQSmLcusy for ; Fri, 22 Dec 2023 18:06:53 +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 9CD0284CFA for ; Fri, 22 Dec 2023 18:06:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90967FA42; Fri, 22 Dec 2023 18:06:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170326841390160" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 18:06:53 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/sysutils/asapm To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231222180653.90967FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170326841390160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 22 18:06:53 UTC 2023 Modified Files: pkgsrc/sysutils/asapm: Makefile Log Message: remove dead master site To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/asapm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170326841390160 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/asapm/Makefile diff -u pkgsrc/sysutils/asapm/Makefile:1.44 pkgsrc/sysutils/asapm/Makefile:1.45 --- pkgsrc/sysutils/asapm/Makefile:1.44 Mon Nov 4 21:28:41 2019 +++ pkgsrc/sysutils/asapm/Makefile Fri Dec 22 18:06:53 2023 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.44 2019/11/04 21:28:41 rillig Exp $ +# $NetBSD: Makefile,v 1.45 2023/12/22 18:06:53 zafer Exp $ # DISTNAME= asapm-2.11 PKGREVISION= 4 CATEGORIES= sysutils x11 -MASTER_SITES= http://www.tigr.net/afterstep/download/asapm/ -MASTER_SITES+= ftp://ftp.afterstep.org/apps/asapm/ +MASTER_SITES= ftp://ftp.afterstep.org/apps/asapm/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tigr.net/afterstep/view.php?applet=asapm/data --_----------=_170326841390160--