Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 13:34:58 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361239 - head/security/py-keyczar
Message-ID:  <201407081334.s68DYwGw079085@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081334.s68DYwGw079085>