From owner-freebsd-ports@FreeBSD.ORG Thu Jan 27 22:18:09 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 39833106566C for ; Thu, 27 Jan 2011 22:18:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id C14D78FC0A for ; Thu, 27 Jan 2011 22:18:08 +0000 (UTC) Received: by eyf6 with SMTP id 6so1314810eyf.13 for ; Thu, 27 Jan 2011 14:18:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=2XZBiqmb6z8yMQC4LUobfRacP+0Mv4w8PXbz1dQ/K7s=; b=XoVQpmz4YgNiQjq4nDO0EBqEdT4refPieVNJdkb6FDdZkZoamO+WRbDzHxPQ2N0fm1 Xo2an1OKD5cfHwDbJu2lCxyU/Ckc2oDlhHS5/bBZhS+zraryFYEotIMbCWt7Xl7rlPGe yAdgGxyiUF1fkUC5RYVEpkQqDpZrn6zyKziBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YvgS88OooFP8UdvtE+HISBlyD5I1owpDAwto8SQ7zrxab3ZsXrY1PDO9muKAo1mCba 03lTYvbd3pVlpWvsq24ECgbkHvwsBHT/icw6sQtOYMGyD5CjeemOsQLyIVtPQmlkvjGK cK+XgVjA2j6uSSc2sSp+xQUxQB1WZwTKhK0yc= MIME-Version: 1.0 Received: by 10.204.57.13 with SMTP id a13mr1714031bkh.75.1296150429937; Thu, 27 Jan 2011 09:47:09 -0800 (PST) Received: by 10.204.64.131 with HTTP; Thu, 27 Jan 2011 09:47:09 -0800 (PST) In-Reply-To: References: Date: Thu, 27 Jan 2011 11:47:09 -0600 Message-ID: From: Scot Hetzel To: Helmut Schneider Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: Thu, 27 Jan 2011 22:18:09 -0000 On Thu, Jan 27, 2011 at 11:30 AM, Helmut Schneider wrote: > Hi, > > with the release of Typo3 4.5, 4.4 becomes "old stable", 4.3 becomes > "deprecated". Therefore a change at pkg_descr is required. That is the > only change. > > Do I need to bump PORTREVISION before I submit the updated port? Is > that mandatory? > > I don't like the idea that someone is asked to update his/her installed > package only because of a changed pkg_descr. > There is not need to bump PORTREVISION for simple changes. The only time a PORTREVISION bump is required is when it fixes a security problem, or when a library the port depends on changes. Scot