Received: by mail.netbsd.org (Postfix, from userid 605) id 216AA84D90; Mon, 11 Sep 2017 07:38:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A93FB84D28 for ; Mon, 11 Sep 2017 07:38:24 +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 ytR4qN_iiGUq for ; Mon, 11 Sep 2017 07:38:24 +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 192A584CE2 for ; Mon, 11 Sep 2017 07:38:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F96FFA98; Mon, 11 Sep 2017 07:38:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150511550469070" MIME-Version: 1.0 Date: Mon, 11 Sep 2017 07:38:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/FlightCrew To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170911073824.0F96FFA98@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. --_----------=_150511550469070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 11 07:38:23 UTC 2017 Modified Files: pkgsrc/textproc/FlightCrew: Makefile Log Message: Update HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/FlightCrew/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150511550469070 Content-Disposition: inline Content-Length: 772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/FlightCrew/Makefile diff -u pkgsrc/textproc/FlightCrew/Makefile:1.43 pkgsrc/textproc/FlightCrew/Makefile:1.44 --- pkgsrc/textproc/FlightCrew/Makefile:1.43 Thu Aug 24 20:03:40 2017 +++ pkgsrc/textproc/FlightCrew/Makefile Mon Sep 11 07:38:23 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2017/08/24 20:03:40 adam Exp $ +# $NetBSD: Makefile,v 1.44 2017/09/11 07:38:23 wiz Exp $ DISTNAME= FlightCrew-0.7.2-Code PKGNAME= ${DISTNAME:S/-Code//} @@ -8,7 +8,7 @@ MASTER_SITES= http://flightcrew.googleco EXTRACT_SUFX= .zip MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= https://code.google.com/archive/p/flightcrew/ +HOMEPAGE= https://github.com/Sigil-Ebook/flightcrew COMMENT= EPUB validator LICENSE= gnu-lgpl-v3 AND cc-by-sa-v3.0 --_----------=_150511550469070--