From owner-svn-ports-head@freebsd.org Fri Aug 5 15:59:43 2016 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 B38F8BB0C22; Fri, 5 Aug 2016 15:59:43 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78FEE1B25; Fri, 5 Aug 2016 15:59:43 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75FxgIB030569; Fri, 5 Aug 2016 15:59:42 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75FxgrL030567; Fri, 5 Aug 2016 15:59:42 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201608051559.u75FxgrL030567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 5 Aug 2016 15:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419691 - in head: astro/py-horoscopegenerator audio/py-speechrecognition X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Fri, 05 Aug 2016 15:59:43 -0000 Author: kevlo Date: Fri Aug 5 15:59:42 2016 New Revision: 419691 URL: https://svnweb.freebsd.org/changeset/ports/419691 Log: Set DISTNAME to PORTNAME. Sugessted by: mat Modified: head/astro/py-horoscopegenerator/Makefile head/audio/py-speechrecognition/Makefile Modified: head/astro/py-horoscopegenerator/Makefile ============================================================================== --- head/astro/py-horoscopegenerator/Makefile Fri Aug 5 15:04:01 2016 (r419690) +++ head/astro/py-horoscopegenerator/Makefile Fri Aug 5 15:59:42 2016 (r419691) @@ -1,10 +1,9 @@ # $FreeBSD$ -PORTNAME= horoscopegenerator +PORTNAME= HoroscopeGenerator PORTVERSION= 0.1.8 CATEGORIES= astro python MASTER_SITES= CHEESESHOP -DISTNAME= ${PORTNAME:S/h/H/:S/g/G/}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kevlo@FreeBSD.org Modified: head/audio/py-speechrecognition/Makefile ============================================================================== --- head/audio/py-speechrecognition/Makefile Fri Aug 5 15:04:01 2016 (r419690) +++ head/audio/py-speechrecognition/Makefile Fri Aug 5 15:59:42 2016 (r419691) @@ -1,10 +1,9 @@ # $FreeBSD$ -PORTNAME= speechrecognition +PORTNAME= SpeechRecognition PORTVERSION= 3.4.6 CATEGORIES= audio python MASTER_SITES= CHEESESHOP -DISTNAME= ${PORTNAME:S/s/S/:S/r/R/}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kevlo@FreeBSD.org