Received: by mail.netbsd.org (Postfix, from userid 605) id BA0D284D54; Fri, 8 Sep 2017 06:25:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4CCBD84D41 for ; Fri, 8 Sep 2017 06:25:20 +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 acNXqdXAJS0i for ; Fri, 8 Sep 2017 06:25:19 +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 DD6E784D22 for ; Fri, 8 Sep 2017 06:25:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC390FA97; Fri, 8 Sep 2017 06:25:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504851919202670" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 06:25:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors/sandy To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170908062519.DC390FA97@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. --_----------=_1504851919202670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 8 06:25:19 UTC 2017 Modified Files: pkgsrc/editors/sandy: Makefile Log Message: Follow redirect. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/sandy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504851919202670 Content-Disposition: inline Content-Length: 683 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/sandy/Makefile diff -u pkgsrc/editors/sandy/Makefile:1.7 pkgsrc/editors/sandy/Makefile:1.8 --- pkgsrc/editors/sandy/Makefile:1.7 Thu Jul 6 11:31:16 2017 +++ pkgsrc/editors/sandy/Makefile Fri Sep 8 06:25:19 2017 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/07/06 11:31:16 wiedi Exp $ -# +# $NetBSD: Makefile,v 1.8 2017/09/08 06:25:19 wiz Exp $ DISTNAME= sandy-0.4 PKGREVISION= 2 @@ -7,7 +6,7 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://tools.suckless.org/sandy +HOMEPAGE= https://tools.suckless.org/sandy COMMENT= Sandy is an ncurses text editor LICENSE= mit --_----------=_1504851919202670--