Received: by mail.netbsd.org (Postfix, from userid 605) id E45EC84E8A; Mon, 6 Jul 2020 16:26:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BA3484E69 for ; Mon, 6 Jul 2020 16:26:59 +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 pSJcZTSZ6E5N for ; Mon, 6 Jul 2020 16:26:59 +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 C7AA084CD8 for ; Mon, 6 Jul 2020 16:26:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB7F9FB28; Mon, 6 Jul 2020 16:26:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594052818127340" MIME-Version: 1.0 Date: Mon, 6 Jul 2020 16:26:58 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/devel/apenwarr-redo To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200706162658.BB7F9FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594052818127340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Jul 6 16:26:58 UTC 2020 Modified Files: pkgsrc/devel/apenwarr-redo: Makefile Log Message: apenwarr-redo: Convert to MASTER_SITE_GITHUB To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/apenwarr-redo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594052818127340 Content-Disposition: inline Content-Length: 744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/apenwarr-redo/Makefile diff -u pkgsrc/devel/apenwarr-redo/Makefile:1.4 pkgsrc/devel/apenwarr-redo/Makefile:1.5 --- pkgsrc/devel/apenwarr-redo/Makefile:1.4 Mon Jul 6 15:18:25 2020 +++ pkgsrc/devel/apenwarr-redo/Makefile Mon Jul 6 16:26:58 2020 @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2020/07/06 15:18:25 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2020/07/06 16:26:58 leot Exp $ DISTNAME= redo-0.42c PKGNAME= apenwarr-${DISTNAME} CATEGORIES= devel -MASTER_SITES= -https://codeload.github.com/apenwarr/redo/tar.gz/${DISTNAME} +MASTER_SITES= ${MASTER_SITE_GITHUB:=apenwarr/} +GITHUB_PROJECT= redo +GITHUB_TAG= ${DISTNAME} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= https://github.com/apenwarr/redo/ --_----------=_1594052818127340--