From owner-freebsd-ports@FreeBSD.ORG Wed Mar 28 15:57:54 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59DEE106566B; Wed, 28 Mar 2012 15:57:54 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 318278FC15; Wed, 28 Mar 2012 15:57:54 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id D47446EFA58; Wed, 28 Mar 2012 08:57:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:from:from:subject:subject:date:date:references :in-reply-to:message-id:received:received:received; s=ee; t= 1332950273; x=1334764673; bh=mhjyog1GrNYfUgykQ+X45+fc3rHBPLnyMqt BaCah120=; b=eL80CjQlGxulcTCnocB1sj1HPSh6jW+8tPoMLSYLczbj3j9EspE +z4n05catS+HnnNYEk5qBglJALkVL6ka4iYqbMaoXYuUHgjEHVFoZIsbbtLm+Asx y1lQmzMNBILGUelkk0Yt6PXArp1h/pjcRxnNwdysFUGYHLFa4Im0W+L4= X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kw92pY8sjeru; Wed, 28 Mar 2012 08:57:53 -0700 (PDT) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 92CEC6EFA40; Wed, 28 Mar 2012 08:57:53 -0700 (PDT) Received: from 76.251.118.198 (SquirrelMail authenticated user jhelfman) by mail.experts-exchange.com with HTTP; Wed, 28 Mar 2012 08:57:53 -0700 Message-ID: <63ca1b333a310ecc2b1d1f0e1e1542a1.squirrel@mail.experts-exchange.com> In-Reply-To: <4F733432.4020902@FreeBSD.org> References: <4F732C89.3040804@FreeBSD.org> <4F733432.4020902@FreeBSD.org> Date: Wed, 28 Mar 2012 08:57:53 -0700 From: "Jason Helfman" To: "Michael Scheidell" User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: ports@freebsd.org, Chris Rees Subject: Re: FAQ on PORTREVISION bump? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2012 15:57:54 -0000 > > > On 3/28/12 11:39 AM, Chris Rees wrote: >> You also need to consider that packages are rebuilt on a bump, so if >> the RUN_DEPEND removal were a real monster, the pkg_add -r users will >> thank you for that. > Im guessing perl would qualify for that :-).. needs perl to build, but > not run. > > python, bison, things like that, right? Maybe we can address anything here that needs tuning/adding/removing: http://www.freebsd.org/doc/en/books/porters-handbook/book.html#MAKEFILE-NAMING-REVEPOCH -jgh