From owner-svn-ports-all@freebsd.org Fri Aug 5 16:00:56 2016 Return-Path: Delivered-To: svn-ports-all@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 4FCEFBB0C7E; Fri, 5 Aug 2016 16:00:56 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F187D1C8C; Fri, 5 Aug 2016 16:00:55 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.15.2/8.15.2) with ESMTPS id u75G0IwS055895 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 6 Aug 2016 00:00:18 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.15.2/8.15.2/Submit) id u75G0HP3055894; Sat, 6 Aug 2016 00:00:17 +0800 (CST) (envelope-from kevlo) Date: Sat, 6 Aug 2016 00:00:17 +0800 From: Kevin Lo To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r419671 - in head/astro: . py-horoscopegenerator Message-ID: <20160805160017.GA55866@ns.kevlo.org> References: <201608050755.u757tYOi052449@repo.freebsd.org> <968D6E601071E0C74CE38307@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <968D6E601071E0C74CE38307@ogg.in.absolight.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 16:00:56 -0000 On Fri, Aug 05, 2016 at 02:19:06PM +0200, Mathieu Arnold wrote: > +--On 5 août 2016 07:55:34 +0000 Kevin Lo wrote: > | +PORTNAME= horoscopegenerator > | +PORTVERSION= 0.1.8 > | +CATEGORIES= astro python > | +MASTER_SITES= CHEESESHOP > | +DISTNAME= ${PORTNAME:S/h/H/:S/g/G/}-${PORTVERSION} > > You should use PORTNAME=HoroscopeGenerator instead of doing things like > this (it makes it a bit hard to figure out what you mean, at first.) Fixed in r419691, thanks. > -- > Mathieu Arnold Kevin