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 D98A57A1F7 for ; Sat, 25 Feb 2017 14:55:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5731D855A3; Sat, 25 Feb 2017 14:55:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCA9D85583 for ; Sat, 25 Feb 2017 14:55:37 +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 kxF9PKFZvbqN for ; Sat, 25 Feb 2017 14:55:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8035184CEA for ; Sat, 25 Feb 2017 14:55:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7EC40FBE4; Sat, 25 Feb 2017 14:55:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488034537297510" MIME-Version: 1.0 Date: Sat, 25 Feb 2017 14:55:37 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20170225145537.7EC40FBE4@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. --_----------=_1488034537297510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sat Feb 25 14:55:37 UTC 2017 Modified Files: pkgsrc/www: Makefile Log Message: + www/py-landslide To generate a diff of this commit: cvs rdiff -u -r1.1216 -r1.1217 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488034537297510 Content-Disposition: inline Content-Length: 599 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1216 pkgsrc/www/Makefile:1.1217 --- pkgsrc/www/Makefile:1.1216 Wed Feb 22 13:19:24 2017 +++ pkgsrc/www/Makefile Sat Feb 25 14:55:37 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1216 2017/02/22 13:19:24 wiz Exp $ +# $NetBSD: Makefile,v 1.1217 2017/02/25 14:55:37 kamil Exp $ # COMMENT= Packages related to the World Wide Web @@ -682,6 +682,7 @@ SUBDIR+= py-hyperframe SUBDIR+= py-idna SUBDIR+= py-jonpy SUBDIR+= py-livereload +SUBDIR+= py-landslide SUBDIR+= py-mechanize SUBDIR+= py-mezzanine SUBDIR+= py-mod_wsgi --_----------=_1488034537297510--