Received: by mail.netbsd.org (Postfix, from userid 605) id A95AB84DC4; Fri, 8 Sep 2017 22:15:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D6A884CE3 for ; Fri, 8 Sep 2017 22:15:43 +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 M242DCRM6GVv for ; Fri, 8 Sep 2017 22:15:42 +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 9D3DF84CE1 for ; Fri, 8 Sep 2017 22:15:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93F41FA97; Fri, 8 Sep 2017 22:15:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150490894275410" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 22:15:42 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/textproc/emacs-muse To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20170908221542.93F41FA97@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. --_----------=_150490894275410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Fri Sep 8 22:15:42 UTC 2017 Modified Files: pkgsrc/textproc/emacs-muse: Makefile Log Message: According to , gna.org has timed out. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/emacs-muse/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150490894275410 Content-Disposition: inline Content-Length: 872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/emacs-muse/Makefile diff -u pkgsrc/textproc/emacs-muse/Makefile:1.8 pkgsrc/textproc/emacs-muse/Makefile:1.9 --- pkgsrc/textproc/emacs-muse/Makefile:1.8 Fri Sep 8 12:37:13 2017 +++ pkgsrc/textproc/emacs-muse/Makefile Fri Sep 8 22:15:42 2017 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/09/08 12:37:13 hauke Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/08 22:15:42 hauke Exp $ # DISTNAME= muse-3.20 PKGNAME= ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME} -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= textproc editors -MASTER_SITES= http://download.gna.org/muse-el/ \ - https://web.archive.org/web/20170309215441/http://download.gna.org/muse-el/ +MASTER_SITES= https://web.archive.org/web/20170309215441/http://download.gna.org/muse-el/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mwolson.org/projects/EmacsMuse.html --_----------=_150490894275410--