From owner-freebsd-ports@FreeBSD.ORG Mon Jan 31 12:03:01 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C620510656A9 for ; Mon, 31 Jan 2011 12:03:01 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 58C1B8FC20 for ; Mon, 31 Jan 2011 12:03:01 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id p0VC2uWC065062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 31 Jan 2011 13:02:56 +0100 (CET) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1296475377; bh=ULzbqlgoElp4WkQTB9ZQBNsVMQf2NvEIkYuFJr/X79A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=qOUP+oxoaQt+AvBdj/GGZFF/W7yAIuALtc0LPMuNCI7IsmSdErjMifODmTGPhGrKK jrzYFd4ioxaFAYxXuWdi5+Rhgyd6nfGw92Np9Y1qoVwaZUBvsrjqeF6tvtjcgFkXhK 7o1EgwnQ9I8yOxBkCmOG+TA6b7D3UGc/Vua+KMkw= Date: Mon, 31 Jan 2011 13:02:56 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Eitan Adler Message-ID: <20110131120256.GG65811@acme.spoerlein.net> Mail-Followup-To: Eitan Adler , Helmut Schneider , freebsd-ports@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Helmut Schneider , freebsd-ports@freebsd.org Subject: Re: bump of PORTREVISION mandatory? 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: Mon, 31 Jan 2011 12:03:01 -0000 On Thu, 27.01.2011 at 13:02:30 -0500, Eitan Adler wrote: > > Do I need to bump PORTREVISION before I submit the updated port? Is > > that mandatory? > > > > PORTREVISION should only be changed if you need the users of a port to > recompile the port. > Typos and documentation typically don't require such a change. PORTREVISION should be bumped, whenever the resulting binary package changes (different checksums, etc.). As pkg-descr is part of the package, yes this should have a PORTREVISION bump. OTOH this will "force" all ports-user to rebuild the port, which surely is a waste for the change to a desc. file that nobody looks at anyway. So, choose wisely. Uli