From owner-cvs-ports@FreeBSD.ORG Fri Aug 13 06:08:32 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91D13106566B; Fri, 13 Aug 2010 06:08:32 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id F091C8FC1D; Fri, 13 Aug 2010 06:08:31 +0000 (UTC) Received: by yxe42 with SMTP id 42so957516yxe.13 for ; Thu, 12 Aug 2010 23:08:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=segIP9FkszeySEYUmmCDj99EfpeBzlF6JE+NfO7+6co=; b=oAYi28NQPl6kVFTmkY6KD3nk7gRlDn+off89buBOmUGYDyDLV/BFMUbalyF4sHNXq5 5UtT+7do4A/jwnWAJDsolgt6HfaVFdQ/sFdDeoG/2cRQY29ufGDL4EjioNbm89M9c5xG CHv3qQxIrLhQ8grNGWtfb7g31x2BF2lrJ49Fk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=xFQyWe2X/JOfPz0zDa3lPr97/y1vv3aF5Tg/0x46jRnem8PofHrzdHlbB5V3FTQGyw NA15yJ1q6l7H5jmq19hSIE8desKj7ErL3fw2uBJVcUqtvfa+XTnIYqgGJteuRiWbocIq GLIqfNtfoPyTFd/a8gyM2NZ1yecnAEC/IOYdE= MIME-Version: 1.0 Received: by 10.231.176.197 with SMTP id bf5mr915129ibb.175.1281678340303; Thu, 12 Aug 2010 22:45:40 -0700 (PDT) Sender: baptiste.daroussin@gmail.com Received: by 10.231.208.15 with HTTP; Thu, 12 Aug 2010 22:45:40 -0700 (PDT) In-Reply-To: <20100811222355.GA5481@magic.hamla.org> References: <201008111515.o7BFF32D065719@repoman.freebsd.org> <20100811222355.GA5481@magic.hamla.org> Date: Fri, 13 Aug 2010 05:45:40 +0000 X-Google-Sender-Auth: R3HCKugerQdI_2fJBuapjyXcFhQ Message-ID: From: Baptiste Daroussin To: Sahil Tandon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/snoopy Makefile distinfo ports/security/snoopy/files patch-README X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2010 06:08:32 -0000 2010/8/11 Sahil Tandon : > On Wed, 2010-08-11 at 15:15:03 +0000, Baptiste Daroussin wrote: > > [ .. ] > >> =A0 Revision =A0Changes =A0 =A0Path >> =A0 1.7 =A0 =A0 =A0 +2 -2 =A0 =A0 =A0ports/security/snoopy/Makefile >> =A0 1.3 =A0 =A0 =A0 +3 -3 =A0 =A0 =A0ports/security/snoopy/distinfo >> =A0 1.3 =A0 =A0 =A0 +7 -5 =A0 =A0 =A0ports/security/snoopy/files/patch-R= EADME > > Would you consider removing files/patch-README since the '/usr/local' -> > ${PREFIX} replacement can be done in a single step from the Makefile? > > Patch attached. > > -- > Sahil Tandon > You are right, thanks, I 'll change that soon --=20 Bapt