Received: by mail.netbsd.org (Postfix, from userid 605) id BEE53855DB; Wed, 1 Nov 2017 06:44:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49A1F84D3B for ; Wed, 1 Nov 2017 06:44:50 +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 PGy-T27mbVU9 for ; Wed, 1 Nov 2017 06:44:49 +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 A767484CE4 for ; Wed, 1 Nov 2017 06:44:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1B25FBDE; Wed, 1 Nov 2017 06:44:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150951868931800" MIME-Version: 1.0 Date: Wed, 1 Nov 2017 06:44:49 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/cmake-fedora To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20171101064449.A1B25FBDE@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. --_----------=_150951868931800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Wed Nov 1 06:44:49 UTC 2017 Modified Files: pkgsrc/devel/cmake-fedora: Makefile Log Message: cmake-fedora: switch to pagure MASTER_SITES left commented out, as it doesn't hold older versions. Once this package is updated it can be uncommented. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/cmake-fedora/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150951868931800 Content-Disposition: inline Content-Length: 911 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake-fedora/Makefile diff -u pkgsrc/devel/cmake-fedora/Makefile:1.11 pkgsrc/devel/cmake-fedora/Makefile:1.12 --- pkgsrc/devel/cmake-fedora/Makefile:1.11 Thu Jul 28 17:52:08 2016 +++ pkgsrc/devel/cmake-fedora/Makefile Wed Nov 1 06:44:49 2017 @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2016/07/28 17:52:08 prlw1 Exp $ +# $NetBSD: Makefile,v 1.12 2017/11/01 06:44:49 maya Exp $ DISTNAME= cmake-fedora-2.6.0-modules-only PKGNAME= ${DISTNAME:S/-modules-only//} CATEGORIES= devel -MASTER_SITES= https://fedorahosted.org/releases/c/m/cmake-fedora/ +# Doesn't host our old version, fedorahosted retired. +#MASTER_SITES= https://releases.pagure.org/cmake-fedora/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://fedorahosted.org/cmake-fedora/ +HOMEPAGE= https://pagure.io/cmake-fedora COMMENT= Set of cmake modules for fedora developers LICENSE= modified-bsd --_----------=_150951868931800--