From owner-svn-ports-head@freebsd.org Wed Oct 14 03:31:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20E8DA122AF; Wed, 14 Oct 2015 03:31:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E537B11E9; Wed, 14 Oct 2015 03:31:48 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabws5 with SMTP id ws5so9580085pab.1; Tue, 13 Oct 2015 20:31:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Y02LJB8AxPcf+2IrjcQpGKhiA74f/4RVTA9XajCoEjc=; b=rr46xeRkx3fj2ngVA53V4H4mDbs2J9Rnm8XDyKHEuCr4H2c+mvsdxyqCuvxEYbtNW3 aM0CF00tDal4ouRpIigiwJajY/a49x6NXewhWxBkOpBv439adK3cWaR0yRNB3IzG+pWp WkHkxRbEH/mavujiKmxWvpGtjF/MsHeb1t/x1BEqAPrbrtdpi7CA8I6o3a07ImIQpdVb ZntgxWIlD5RKTljMbHwMgnExZyJk23Cj888HJm2nRJ2H5IS/fv0TB7KFIKuGLHSjNCJH feFlIvX0jrbQ5hNlLb6eZDmYbmRRx70prQYjao6jpIDdUFksuP5OCv8j+ly71IPw1u8V SECw== X-Received: by 10.66.55.41 with SMTP id o9mr1193248pap.44.1444793508572; Tue, 13 Oct 2015 20:31:48 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::3? (2001-44b8-31ae-7b01-0000-0000-0000-0003.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::3]) by smtp.gmail.com with ESMTPSA id yl2sm6358086pac.46.2015.10.13.20.31.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Oct 2015 20:31:48 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r399211 - head/security/py-acme References: <201510131912.t9DJCHZf034156@repo.freebsd.org> <561DB508.8060502@FreeBSD.org> <20151014033058.GE1019@fc.opsec.eu> To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <561DCC9C.3030404@FreeBSD.org> Date: Wed, 14 Oct 2015 14:31:40 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Thunderbird/41.0 MIME-Version: 1.0 In-Reply-To: <20151014033058.GE1019@fc.opsec.eu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 14 Oct 2015 03:31:49 -0000 On 14/10/2015 2:30 PM, Kurt Jaeger wrote: > Hi! > >>> -PORTVERSION= 0.0.b1 >>> +PORTVERSION= 0.0.0.dev20151008 > >> Could you ask upstream (open a polite issue) to add/use sane versions? > > Yes, already did that (not as an issue, will do that). \o/ thank you :) >> They may be receptive to using 'semantic versioning' because python >> ecosystem. > > I was not aware about this name, thanks! > Welcome!