Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A623063D5E6 for ; Fri, 27 Jan 2012 05:52:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C101F14A280; Fri, 27 Jan 2012 05:52:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D9CA14A27F for ; Fri, 27 Jan 2012 05:52:41 +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 8Slt0ZqtsrY2 for ; Fri, 27 Jan 2012 05:52:40 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 86E5A14A26D for ; Fri, 27 Jan 2012 05:52:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A5610175DD; Fri, 27 Jan 2012 05:52:40 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 27 Jan 2012 05:52:40 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/www/py-moin To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20120127055240.A5610175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Fri Jan 27 05:52:40 UTC 2012 Modified Files: pkgsrc/www/py-moin: Makefile PLIST distinfo Added Files: pkgsrc/www/py-moin/patches: patch-MoinMoin_support_werkzeug_templates.py Log Message: * no need to buildlink with zlib, just require python built with zlib support. * no compiler languages is required to build. * `/usr/bin/env python' shebang are also be handled with REPLACE_PYTHON. * distutils pkg, register egg-info. * add an patch for python27, from upstream repo. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-moin/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-moin/PLIST pkgsrc/www/py-moin/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/py-moin/patches/patch-MoinMoin_support_werkzeug_templates.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.