From owner-cvs-ports@FreeBSD.ORG Fri Jul 6 06:19:44 2012 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACA331065670; Fri, 6 Jul 2012 06:19:44 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A1DCF8FC12; Fri, 6 Jul 2012 06:19:43 +0000 (UTC) Received: by bkcje9 with SMTP id je9so3703216bkc.13 for ; Thu, 05 Jul 2012 23:19:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3bSI1/Q280jtgECUekqFImAJJVaeJPgMN9Xbg+rs6QM=; b=PrCF1VH2Zb2UO82SJMfoz4WPrefZx4P9ztYkSCJFuSn+uIn6i0lixq0mjhjfTgloym QuYHiot0m4+kLebJXCK1h4Wwka/XWKtnZMsvG9uEw/8ZT3Uj+jvkTxWD+IDAIN+CgQMk 6IqMqFwOluSSPaViGtDzcVR/f9S7BLmSdMtfbHeTeiDwSxcis5EHJ3HnZO9HwiRGk7q0 TGLkG17y/tKAZiEEWGHqQIOLS/QsDTyF7uMeG5OLUfFuYMt2+Qs+IZe2a8OaLJO1X43I sEckLN28ILTeUzd5IrYvmeVEMiiHqowz9nOzfKFUNB18dv04qrGu+lmvYcB7niBYNKU3 RPCQ== MIME-Version: 1.0 Received: by 10.204.152.137 with SMTP id g9mr15260682bkw.95.1341555582457; Thu, 05 Jul 2012 23:19:42 -0700 (PDT) Received: by 10.204.49.87 with HTTP; Thu, 5 Jul 2012 23:19:42 -0700 (PDT) Received: by 10.204.49.87 with HTTP; Thu, 5 Jul 2012 23:19:42 -0700 (PDT) In-Reply-To: <20120705233043.GA40062@magic.hamla.org> References: <201207041957.q64JvJ8x025053@repoman.freebsd.org> <20120705233043.GA40062@magic.hamla.org> Date: Fri, 6 Jul 2012 07:19:42 +0100 Message-ID: From: Chris Rees To: cvs-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports-committers@freebsd.org, czanik@balabit.hu, cvs-all@freebsd.org, Cy Schubert Subject: Re: cvs commit: ports/sysutils/syslog-ng-devel Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2012 06:19:44 -0000 On Jul 6, 2012 12:30 AM, "Sahil Tandon" wrote: > > Chris Rees wrote: > > The PORTVERSION is invalid for this port; having alphabetical > > characters is not allowed in the same part as digits; instead of > > 3.4.0a3 you should have 3.4.0.a.3. > > That is inconsistent with the Porter's Handbook, which notes '10.a3' as > a valid PORTVERSION derived from a '10Alpha3' DISTVERSION. > > Cy Schubert wrote: > > Unfortunately bsd.port.mk comes up with 3.4.0.a3. This is probably not > > what we want. > > 3.4.0.a3 is the desired result. The logic in ports/Mk/bsd.port.mk > dictates that when translating DISTVERSION -> PORTVERSION, adjacent > [:alpha:] and [:digit:] are separated by '.' only when the former > appears after the latter. Correct, my bad. Chris