From owner-cvs-ports@FreeBSD.ORG Sun Feb 27 19:32:08 2011 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 DD3C3106566B; Sun, 27 Feb 2011 19:32:08 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id ACA298FC0C; Sun, 27 Feb 2011 19:32:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 5ADC817145; Sun, 27 Feb 2011 14:32:08 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1298835128; bh=Mx67Kw9DGfaWoNtUjE2MI3cm1RU3epBJDfCQPk/zkOo=; b= nIsW1Kyy0FAXThRyZLinX28JqF8L6OoXuOV7gJmN86TUzQ9TJawg8Jgsve8+1QjO 2LdUXoVg7896MzQ7LKHLd7MkK8to2FW1qCM67Fa69BHxaVdGYef7E7HCVLkRTJe0 jaKiguzPs5Hyr5uCcefmko0/crrsFkDNn8D4jz4+p9c= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id G+faTx972pTE; Sun, 27 Feb 2011 14:32:08 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id ED2E117117; Sun, 27 Feb 2011 14:32:06 -0500 (EST) Date: Sun, 27 Feb 2011 14:32:04 -0500 From: Sahil Tandon To: Marcelo Araujo Message-ID: <20110227193203.GA38353@magic.hamla.org> References: <201102271441.p1REfMrT016669@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201102271441.p1REfMrT016669@repoman.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/trafshow Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2011 19:32:09 -0000 On Sun, 2011-02-27 at 14:41:22 +0000, Marcelo Araujo wrote: > araujo 2011-02-27 14:41:22 UTC > > FreeBSD ports repository > > Modified files: > net/trafshow Makefile distinfo > Log: > - Now can build with supporting of IPV6. > - Removed MD5. > - Bump PORTREVISION. If the IPv6 option is off by default (and thus, does not affect the default package), why do you bump PORTREVISION? I just want to understand for my own edification when dealing with similar situations. Thanks, -- Sahil Tandon