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

Kevin Lo kevlo at FreeBSD.org
Sun Aug 7 14:50:20 UTC 2016


Author: kevlo
Date: Sun Aug  7 14:50:19 2016
New Revision: 419779
URL: https://svnweb.freebsd.org/changeset/ports/419779

Log:
  Remove unneeded dependency on devel/py-six.
  
  Spotted by:	koobs

Modified:
  head/astro/py-horoscopegenerator/Makefile

Modified: head/astro/py-horoscopegenerator/Makefile
==============================================================================
--- head/astro/py-horoscopegenerator/Makefile	Sun Aug  7 14:10:19 2016	(r419778)
+++ head/astro/py-horoscopegenerator/Makefile	Sun Aug  7 14:50:19 2016	(r419779)
@@ -2,6 +2,7 @@
 
 PORTNAME=	HoroscopeGenerator
 PORTVERSION=	0.1.8
+PORTREVISION=	1
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,6 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \
-		${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nltk>0:textproc/py-nltk
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list