Received: by mail.netbsd.org (Postfix, from userid 605) id 456928558A; Mon, 6 Nov 2017 13:26:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C27D485598 for ; Mon, 6 Nov 2017 13:26:26 +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 bzIlnljwL9F0 for ; Mon, 6 Nov 2017 13:26:26 +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 326278558A for ; Mon, 6 Nov 2017 13:26:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FEB8FBDE; Mon, 6 Nov 2017 13:26:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150997478623020" MIME-Version: 1.0 Date: Mon, 6 Nov 2017 13:26:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/geany To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171106132626.2FEB8FBDE@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. --_----------=_150997478623020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 6 13:26:26 UTC 2017 Modified Files: pkgsrc/devel/geany: Makefile Log Message: geany: follow redirect To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/geany/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150997478623020 Content-Disposition: inline Content-Length: 726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/geany/Makefile diff -u pkgsrc/devel/geany/Makefile:1.48 pkgsrc/devel/geany/Makefile:1.49 --- pkgsrc/devel/geany/Makefile:1.48 Sun Feb 12 06:25:12 2017 +++ pkgsrc/devel/geany/Makefile Mon Nov 6 13:26:26 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2017/02/12 06:25:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2017/11/06 13:26:26 wiz Exp $ DISTNAME= geany-1.28 PKGREVISION= 3 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= http://download.geany.org/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.geany.org/ +HOMEPAGE= https://www.geany.org/ COMMENT= Geany integrated development environment (IDE) #LICENSE= gnu-gpl-v2 (or later) AND internal scintilla License. --_----------=_150997478623020--