Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DFD184CDC for ; Fri, 22 Dec 2023 19:15:07 +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 AlAzBZs-m8R5 for ; Fri, 22 Dec 2023 19:15:06 +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 7E54884CD7 for ; Fri, 22 Dec 2023 19:15:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BCBAFA42; Fri, 22 Dec 2023 19:15:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703272506191330" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 19:15:06 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/graphics/graphviz-dot-mode To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231222191506.7BCBAFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703272506191330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 22 19:15:06 UTC 2023 Modified Files: pkgsrc/graphics/graphviz-dot-mode: Makefile Log Message: update homepage. fetch from backup. needs update. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/graphviz-dot-mode/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703272506191330 Content-Disposition: inline Content-Length: 908 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/graphviz-dot-mode/Makefile diff -u pkgsrc/graphics/graphviz-dot-mode/Makefile:1.4 pkgsrc/graphics/graphviz-dot-mode/Makefile:1.5 --- pkgsrc/graphics/graphviz-dot-mode/Makefile:1.4 Sat May 14 22:25:37 2022 +++ pkgsrc/graphics/graphviz-dot-mode/Makefile Fri Dec 22 19:15:06 2023 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2022/05/14 22:25:37 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2023/12/22 19:15:06 zafer Exp $ DISTNAME= graphviz-dot-mode PKGNAME= ${DISTNAME}-0.3.7 PKGREVISION= 2 CATEGORIES= graphics -MASTER_SITES= http://users.skynet.be/ppareit/projects/graphviz-dot-mode/ +MASTER_SITES= # EXTRACT_SUFX= .el MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://users.skynet.be/ppareit/projects/graphviz-dot-mode/graphviz-dot-mode.html +HOMEPAGE= https://github.com/ppareit/graphviz-dot-mode/ COMMENT= Graphviz dot mode for Emacs LICENSE= gnu-gpl-v2 --_----------=_1703272506191330--