From owner-svn-ports-head@FreeBSD.ORG Mon Mar 3 10:33:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B9A929E; Mon, 3 Mar 2014 10:33:56 +0000 (UTC) Received: from mx.critical.ch (mx.critical.ch [IPv6:2001:1620:f05::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B16DC61F; Mon, 3 Mar 2014 10:33:55 +0000 (UTC) Received: from wiggles.critical.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.7/8.14.7/critical-1.0) with ESMTP id s23AXqgX014691; Mon, 3 Mar 2014 11:33:53 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 3 Mar 2014 11:33:52 +0100 From: Emanuel Haupt To: "Matthew D. Fuller" Subject: Re: svn commit: r346866 - in head: . shells/bash shells/bash-devel shells/bash-static-devel shells/bash/files Message-Id: <20140303113352.d21e5b31c508661f80becfbe@FreeBSD.org> In-Reply-To: <20140303100921.GB46095@over-yonder.net> References: <201403030855.s238tjDi014498@svn.freebsd.org> <20140303100921.GB46095@over-yonder.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 10:33:56 -0000 "Matthew D. Fuller" wrote: > On Mon, Mar 03, 2014 at 08:55:45AM +0000 I heard the voice of > Emanuel Haupt, and lo! it spake thus: > > +PATCHLEVEL= 0 > > +PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} > > This levels the version as "4.3." which may be OK, but sure looks > weird... I've fixed this in bash/devel. Thanks for bringing this to my attention. Emanuel