svn commit: r357006 - head/databases/py-pyhs

Marcus von Appen mva at FreeBSD.org
Sun Jun 8 12:08:47 UTC 2014


Author: mva
Date: Sun Jun  8 12:08:47 2014
New Revision: 357006
URL: http://svnweb.freebsd.org/changeset/ports/357006
QAT: https://qat.redports.org/buildarchive/r357006/

Log:
  - Remove easy_install dependency
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/databases/py-pyhs/Makefile

Modified: head/databases/py-pyhs/Makefile
==============================================================================
--- head/databases/py-pyhs/Makefile	Sun Jun  8 12:05:28 2014	(r357005)
+++ head/databases/py-pyhs/Makefile	Sun Jun  8 12:08:47 2014	(r357006)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyhs
 PORTVERSION=	0.2.4
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +13,7 @@ MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	HandlerSocket client for Python
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	python_handler_socket
-PYEASYINSTALL_ARCHDEP=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list