Received: by mail.netbsd.org (Postfix, from userid 605) id EC49785598; Mon, 6 Nov 2017 13:25:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71A1C8558A for ; Mon, 6 Nov 2017 13:25:33 +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 hRMNfBDq8vdf for ; Mon, 6 Nov 2017 13:25:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D3BF684D30 for ; Mon, 6 Nov 2017 13:25:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D16DCFBDE; Mon, 6 Nov 2017 13:25:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509974732131200" MIME-Version: 1.0 Date: Mon, 6 Nov 2017 13:25:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/fet To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171106132532.D16DCFBDE@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. --_----------=_1509974732131200 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:25:32 UTC 2017 Modified Files: pkgsrc/time/fet: Makefile Log Message: fet: follow redirect To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/fet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509974732131200 Content-Disposition: inline Content-Length: 743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/fet/Makefile diff -u pkgsrc/time/fet/Makefile:1.25 pkgsrc/time/fet/Makefile:1.26 --- pkgsrc/time/fet/Makefile:1.25 Mon Sep 18 09:53:36 2017 +++ pkgsrc/time/fet/Makefile Mon Nov 6 13:25:32 2017 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.25 2017/09/18 09:53:36 maya Exp $ +# $NetBSD: Makefile,v 1.26 2017/11/06 13:25:32 wiz Exp $ DISTNAME= fet-5.25.0 PKGREVISION= 18 CATEGORIES= time -MASTER_SITES= http://lalescu.ro/liviu/fet/download/ +MASTER_SITES= https://lalescu.ro/liviu/fet/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://lalescu.ro/liviu/fet/ +HOMEPAGE= https://lalescu.ro/liviu/fet/ COMMENT= Automatically schedule timetables LICENSE= gnu-gpl-v2 --_----------=_1509974732131200--