Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4CBDA1A9239 for ; Sun, 16 Jan 2022 13:09:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8CBDE84E88; Sun, 16 Jan 2022 13:09:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C6CE984E85 for ; Sun, 16 Jan 2022 13:09:35 +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 vanbj0wKzWlU for ; Sun, 16 Jan 2022 13:09:35 +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 2403784D1C for ; Sun, 16 Jan 2022 13:09:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1452EFB24; Sun, 16 Jan 2022 13:09:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164233857584060" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 13:09:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/guile-gcrypt To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220116130935.1452EFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164233857584060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 16 13:09:35 UTC 2022 Modified Files: pkgsrc/devel/guile-gcrypt: Makefile Log Message: guile-gcrypt: fix MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/guile-gcrypt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164233857584060 Content-Disposition: inline Content-Length: 722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/guile-gcrypt/Makefile diff -u pkgsrc/devel/guile-gcrypt/Makefile:1.5 pkgsrc/devel/guile-gcrypt/Makefile:1.6 --- pkgsrc/devel/guile-gcrypt/Makefile:1.5 Mon Jan 10 10:08:27 2022 +++ pkgsrc/devel/guile-gcrypt/Makefile Sun Jan 16 13:09:34 2022 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2022/01/10 10:08:27 nikita Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/16 13:09:34 wiz Exp $ DISTNAME= v0.3.0 DIST_SUBDIR= guile-gcrypt PKGNAME= guile-gcrypt-${DISTNAME:S/v//} CATEGORIES= devel -MASTER_SITES= https://notabug.org/cwebber/archive/ +MASTER_SITES= https://notabug.org/cwebber/guile-gcrypt/archive/ MAINTAINER= nikita@NetBSD.org HOMEPAGE= https://notabug.org/cwebber/guile-gcrypt --_----------=_164233857584060--