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 0F5F77A16B for ; Sun, 18 Sep 2016 12:34:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7A32085EA7; Sun, 18 Sep 2016 12:34:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C3C585E8A for ; Sun, 18 Sep 2016 12:34:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hZd7RdQw0z5h for ; Sun, 18 Sep 2016 12:34:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A22A984CBD for ; Sun, 18 Sep 2016 12:34:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BF7AFBD1; Sun, 18 Sep 2016 12:34:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474202042168400" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 12:34:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/trac To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160918123402.9BF7AFBD1@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. --_----------=_1474202042168400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 18 12:34:02 UTC 2016 Modified Files: pkgsrc/www/trac: Makefile Log Message: ftp.edgewall.org, despite the name, does not reply to FTP any longer. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/www/trac/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474202042168400 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/trac/Makefile diff -u pkgsrc/www/trac/Makefile:1.80 pkgsrc/www/trac/Makefile:1.81 --- pkgsrc/www/trac/Makefile:1.80 Sun Sep 11 15:52:36 2016 +++ pkgsrc/www/trac/Makefile Sun Sep 18 12:34:02 2016 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.80 2016/09/11 15:52:36 gdt Exp $ +# $NetBSD: Makefile,v 1.81 2016/09/18 12:34:02 wiz Exp $ DISTNAME= Trac-1.0.13 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel www -MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ - ftp://ftp.edgewall.org/pub/trac/ +MASTER_SITES= http://ftp.edgewall.org/pub/trac/ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://trac.edgewall.org/ --_----------=_1474202042168400--