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 5CCE71A9239 for ; Thu, 6 Jan 2022 08:56:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9161B84EAD; Thu, 6 Jan 2022 08:56:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA3CE84EA3 for ; Thu, 6 Jan 2022 08:56:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id L3YUdnD-YsXe for ; Thu, 6 Jan 2022 08:56:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2CB6F84CEA for ; Thu, 6 Jan 2022 08:56:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A743FAEC; Thu, 6 Jan 2022 08:56:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641459375123990" MIME-Version: 1.0 Date: Thu, 6 Jan 2022 08:56:15 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/jdebp-redo To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220106085615.2A743FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641459375123990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Jan 6 08:56:15 UTC 2022 Modified Files: pkgsrc/devel/jdebp-redo: Makefile Log Message: HOMEPAGE and MASTER_SITES moved. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/jdebp-redo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641459375123990 Content-Disposition: inline Content-Length: 807 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/jdebp-redo/Makefile diff -u pkgsrc/devel/jdebp-redo/Makefile:1.4 pkgsrc/devel/jdebp-redo/Makefile:1.5 --- pkgsrc/devel/jdebp-redo/Makefile:1.4 Wed Nov 4 20:27:24 2020 +++ pkgsrc/devel/jdebp-redo/Makefile Thu Jan 6 08:56:15 2022 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2020/11/04 20:27:24 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/06 08:56:15 schmonz Exp $ DISTNAME= redo-1.4 PKGNAME= jdebp-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= https://jdebp.eu/Repository/freebsd/ +MASTER_SITES= http://jdebp.info/Repository/freebsd/ MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= https://jdebp.eu/Softwares/redo/ +HOMEPAGE= http://jdebp.info/Softwares/redo/ COMMENT= C++ implementation of DJB's redo build tool LICENSE= isc OR 2-clause-bsd --_----------=_1641459375123990--