Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2016 15:59:42 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
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
Message-ID:  <201608051559.u75FxgrL030567@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608051559.u75FxgrL030567>