Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0D3307A2EE for ; Sun, 18 Dec 2016 18:31:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 74310855F6; Sun, 18 Dec 2016 18:31:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05190855D6 for ; Sun, 18 Dec 2016 18:31:29 +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 hRJILfI0_F-X for ; Sun, 18 Dec 2016 18:31:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 98AF585577 for ; Sun, 18 Dec 2016 18:31:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9146CFBA6; Sun, 18 Dec 2016 18:31:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148208588869800" MIME-Version: 1.0 Date: Sun, 18 Dec 2016 18:31:28 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/www/spawn-fcgi To: pkgsrc-changes@NetBSD.org Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20161218183128.9146CFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148208588869800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sun Dec 18 18:31:28 UTC 2016 Modified Files: pkgsrc/www/spawn-fcgi: Makefile Log Message: update MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/spawn-fcgi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148208588869800 Content-Disposition: inline Content-Length: 665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/spawn-fcgi/Makefile diff -u pkgsrc/www/spawn-fcgi/Makefile:1.7 pkgsrc/www/spawn-fcgi/Makefile:1.8 --- pkgsrc/www/spawn-fcgi/Makefile:1.7 Sun Oct 28 06:31:05 2012 +++ pkgsrc/www/spawn-fcgi/Makefile Sun Dec 18 18:31:28 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2012/10/28 06:31:05 asau Exp $ +# $NetBSD: Makefile,v 1.8 2016/12/18 18:31:28 zafer Exp $ DISTNAME= spawn-fcgi-1.6.3 PKGREVISION= 3 CATEGORIES= www -MASTER_SITES= http://www.lighttpd.net/download/ +MASTER_SITES= http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://redmine.lighttpd.net/projects/spawn-fcgi --_----------=_148208588869800--