svn commit: r419691 - in head: astro/py-horoscopegenerator audio/py-speechrecognition

Kevin Lo kevlo at FreeBSD.org
Fri Aug 5 15:59:43 UTC 2016


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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list