From owner-svn-ports-head@freebsd.org Thu Aug 16 10:19:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57C6E1085312; Thu, 16 Aug 2018 10:19:11 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 088957AB5D; Thu, 16 Aug 2018 10:19:11 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:98f9:fc46:5676:d60e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id ABE731C7BD; Thu, 16 Aug 2018 10:19:09 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Thu, 16 Aug 2018 19:19:07 +0900 From: Koichiro Iwao To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r477306 - in head: audio audio/pulseaudio-module-xrdp net/xrdp Message-ID: <20180816101907.5looeomwwbdlef2k@icepick.vmeta.jp> References: <201808160151.w7G1p4A9025211@repo.freebsd.org> <20180816090702.ahk7s6da4e4sxqve@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180816090702.ahk7s6da4e4sxqve@atuin.in.mat.cc> X-Operating-System: FreeBSD 11.2-STABLE amd64 User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 16 Aug 2018 10:19:11 -0000 On Thu, Aug 16, 2018 at 11:07:02AM +0200, Mathieu Arnold wrote: > On Thu, Aug 16, 2018 at 01:51:04AM +0000, Koichiro Iwao wrote: > > +PORTNAME= pulseaudio-module-xrdp > > +PORTVERSION= 0.0.20180808 > > This is not the way to handle software that do not define versions. > Please read this to learn how to handle this in the future: > > https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github-ex4 BTW, upstream's going to make 1.0.0 release shortly. I'll make an update to 1.0.0 rather than correcting it. -- meta