svn commit: r361239 - head/security/py-keyczar

Kubilay Kocak koobs at FreeBSD.org
Tue Jul 8 13:34:58 UTC 2014


Author: koobs
Date: Tue Jul  8 13:34:58 2014
New Revision: 361239
URL: http://svnweb.freebsd.org/changeset/ports/361239
QAT: https://qat.redports.org/buildarchive/r361239/

Log:
  security/py-keyczar: Deprecate PYDISTUTILS_PKGNAME
  
  - Deprecate PYDISTUTILS_PKGNAME (not required with PYDISTUTILS_AUTOPLIST)
  - Whitespace alignment
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/py-keyczar/Makefile

Modified: head/security/py-keyczar/Makefile
==============================================================================
--- head/security/py-keyczar/Makefile	Tue Jul  8 13:34:32 2014	(r361238)
+++ head/security/py-keyczar/Makefile	Tue Jul  8 13:34:58 2014	(r361239)
@@ -15,9 +15,8 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto
 
-USE_PYTHON=	yes
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	python-${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list