Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 28F4084D3B for ; Sun, 17 Dec 2023 16:04:52 +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 47ucDroZLPu3 for ; Sun, 17 Dec 2023 16:04:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AFF5384CF9 for ; Sun, 17 Dec 2023 16:04:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC63BFA42; Sun, 17 Dec 2023 16:04:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170282909121260" MIME-Version: 1.0 Date: Sun, 17 Dec 2023 16:04:51 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/archivers/atool To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231217160451.AC63BFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170282909121260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sun Dec 17 16:04:51 UTC 2023 Modified Files: pkgsrc/archivers/atool: Makefile Log Message: update master site To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/atool/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170282909121260 Content-Disposition: inline Content-Length: 650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/atool/Makefile diff -u pkgsrc/archivers/atool/Makefile:1.7 pkgsrc/archivers/atool/Makefile:1.8 --- pkgsrc/archivers/atool/Makefile:1.7 Tue Jun 28 11:30:51 2022 +++ pkgsrc/archivers/atool/Makefile Sun Dec 17 16:04:51 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2022/06/28 11:30:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2023/12/17 16:04:51 zafer Exp $ DISTNAME= atool-0.39.0 PKGREVISION= 5 CATEGORIES= archivers -MASTER_SITES= http://savannah.nongnu.org/download/atool/ +MASTER_SITES= https://download.savannah.gnu.org/releases/atool/ MAINTAINER= mcy@lm7.fr HOMEPAGE= https://www.nongnu.org/atool/ --_----------=_170282909121260--