svn commit: r554227 - head/astro/py-horoscopegenerator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 11:26:14 UTC 2020


Author: sunpoet
Date: Fri Nov  6 11:26:13 2020
New Revision: 554227
URL: https://svnweb.freebsd.org/changeset/ports/554227

Log:
  Update PORTNAME: use lowercase

Modified:
  head/astro/py-horoscopegenerator/Makefile

Modified: head/astro/py-horoscopegenerator/Makefile
==============================================================================
--- head/astro/py-horoscopegenerator/Makefile	Fri Nov  6 11:26:06 2020	(r554226)
+++ head/astro/py-horoscopegenerator/Makefile	Fri Nov  6 11:26:13 2020	(r554227)
@@ -1,21 +1,22 @@
 # $FreeBSD$
 
-PORTNAME=	HoroscopeGenerator
+PORTNAME=	horoscopegenerator
 PORTVERSION=	0.1.8
 PORTREVISION=	1
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	HoroscopeGenerator-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Generate horoscopes using context-free grammar
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nltk>=0:textproc/py-nltk@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list