Received: by mail.netbsd.org (Postfix, from userid 605) id EA6B084D81; Wed, 21 Apr 2021 08:37:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3264884D80 for ; Wed, 21 Apr 2021 08:37: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 aoB1Ca-Tka7h for ; Wed, 21 Apr 2021 08:37:05 +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 BE4A384D21 for ; Wed, 21 Apr 2021 08:37:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA967FA95; Wed, 21 Apr 2021 08:37:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161899422531680" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 08:37:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/cvsync To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421083705.BA967FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161899422531680 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:37:05 UTC 2021 Modified Files: pkgsrc/devel/cvsync: Makefile Log Message: cvsync: remove dead master site To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/cvsync/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161899422531680 Content-Disposition: inline Content-Length: 629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cvsync/Makefile diff -u pkgsrc/devel/cvsync/Makefile:1.99 pkgsrc/devel/cvsync/Makefile:1.100 --- pkgsrc/devel/cvsync/Makefile:1.99 Sat Jan 18 21:49:08 2020 +++ pkgsrc/devel/cvsync/Makefile Wed Apr 21 08:37:05 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.99 2020/01/18 21:49:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.100 2021/04/21 08:37:05 wiz Exp $ DISTNAME= cvsync-0.24.19 PKGREVISION= 10 CATEGORIES= devel scm -MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ +MASTER_SITES= # ftp://ftp.cvsync.org/pub/cvsync/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.cvsync.org/ --_----------=_161899422531680--