Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2108563B8AC for ; Mon, 2 May 2011 15:07:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A778614A435; Mon, 2 May 2011 15:07:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2933F14A426 for ; Mon, 2 May 2011 15:07:50 +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 a57ULrQ5m95x for ; Mon, 2 May 2011 15:07:49 +0000 (UTC) Received: from nef.pbox.org (nef.pbox.org [IPv6:2001:7a8:202:1::1:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.netbsd.org (Postfix) with ESMTPS id 1F52F14A18E for ; Mon, 2 May 2011 15:07:48 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.13.8/8.13.8/) with ESMTP id p42F7b4U009791 for ; Mon, 2 May 2011 17:07:37 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.13.8/8.13.8/Submit) id p42F7aaY009790 for pkgsrc-changes@netbsd.org; Mon, 2 May 2011 17:07:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7627514A404 for ; Mon, 2 May 2011 12:57:23 +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 S5au7+1aKhgG for ; Mon, 2 May 2011 12:57:23 +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 0558314A271 for ; Mon, 2 May 2011 12:57:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DA42E175DD; Mon, 2 May 2011 12:57:22 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 2 May 2011 12:57:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/vigra To: pkgsrc-changes@netbsd.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110502125722.DA42E175DD@cvs.netbsd.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (nef.pbox.org [127.0.0.1]); Mon, 02 May 2011 17:07:37 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon May 2 12:57:22 UTC 2011 Modified Files: pkgsrc/graphics/vigra: Makefile Log Message: Avoid using /usr/bin/env. On the other hand, the script using python is only needed by packages using vigra-config to find vigra, so don't depend on python here -- let the packages using it pull it in themselves. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/vigra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.