Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 17:53:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326670 - in head: chinese/py-cconv databases/py-kyotocabinet devel/py-gevent devel/py-greenlet devel/py-isodate ftp/py-tftpy graphics/py-gdal graphics/py-ming print/py-cups security/py...
Message-ID:  <201309071753.r87HrNlS064491@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 17:53:23 2013
New Revision: 326670
URL: http://svnweb.freebsd.org/changeset/ports/326670

Log:
  - Cosmetic change

Modified:
  head/chinese/py-cconv/Makefile
  head/databases/py-kyotocabinet/Makefile
  head/devel/py-gevent/Makefile
  head/devel/py-greenlet/Makefile
  head/devel/py-isodate/Makefile
  head/ftp/py-tftpy/Makefile
  head/graphics/py-gdal/Makefile
  head/graphics/py-ming/Makefile
  head/print/py-cups/Makefile
  head/security/py-m2crypto/Makefile
  head/sysutils/py-psutil/Makefile
  head/www/py-qp/Makefile
  head/www/py-qpy/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/chinese/py-cconv/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	cconv:${PORTSDIR}/chinese/c
 
 CFLAGS+=	-I${LOCALBASE}/include
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PORTNAME}.so
 

Modified: head/databases/py-kyotocabinet/Makefile
==============================================================================
--- head/databases/py-kyotocabinet/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/databases/py-kyotocabinet/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -15,7 +15,7 @@ COMMENT=	Python binding of kyotocabinet
 LIB_DEPENDS=	kyotocabinet:${PORTSDIR}/databases/kyotocabinet
 
 USE_PYTHON=	3.1+
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PORTNAME}.so
 PYDISTUTILS_EGGINFO=	Kyoto_Cabinet-1.5-py${PYTHON_VER}.egg-info

Modified: head/devel/py-gevent/Makefile
==============================================================================
--- head/devel/py-gevent/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/devel/py-gevent/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	event:${PORTSDIR}/devel/lib
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet
 
 USE_PYTHON=	-2.7
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 PYDISTUTILS_BUILDARGS=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 .include <bsd.port.mk>

Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/devel/py-greenlet/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 ONLY_FOR_ARCHS=	amd64 i386
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 USE_ZIP=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-isodate/Makefile
==============================================================================
--- head/devel/py-isodate/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/devel/py-isodate/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -11,7 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	ISO 8601 date/time/duration parser and formater
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP}

Modified: head/ftp/py-tftpy/Makefile
==============================================================================
--- head/ftp/py-tftpy/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/ftp/py-tftpy/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -12,6 +12,6 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Pure Python TFTP Implementation
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/graphics/py-gdal/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -22,7 +22,7 @@ NUMPY_DESC=	Enable array support via Num
 PYEASYINSTALL_ARCHDEP=	yes
 PYDISTUTILS_PKGNAME=	${PORTNAME:U}
 USE_PYTHON=	-2.7
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=easy_install
 WRKSRC=		${WRKDIR}/${DISTNAME}/swig/python
 
 .include <bsd.port.options.mk>

Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/graphics/py-ming/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -16,7 +16,7 @@ PATCH_WRKSRC=	${WRKSRC}/py_ext
 PATCHDIR=	${.CURDIR}/files
 PLIST=		${.CURDIR}/pkg-plist
 USE_PYTHON=	-2.7
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 
 MASTERDIR=	${.CURDIR}/../../graphics/ming
 SLAVEPORT=	py

Modified: head/print/py-cups/Makefile
==============================================================================
--- head/print/py-cups/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/print/py-cups/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -17,7 +17,7 @@ CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_BZIP2=	yes
 USES=		iconv
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 USE_PYTHON=	-2.7
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/cups.so

Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/security/py-m2crypto/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${P
 
 USE_OPENSSL=	yes
 USE_PYTHON=	-2.7
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 PYDISTUTILS_BUILDARGS=	build_ext --openssl="${OPENSSLBASE}"
 PYDISTUTILS_PKGNAME=	M2Crypto
 

Modified: head/sysutils/py-psutil/Makefile
==============================================================================
--- head/sysutils/py-psutil/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/sysutils/py-psutil/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -13,7 +13,7 @@ COMMENT=	Process utilities module for Py
 LICENSE=	BSD
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGNAME=	${PORTNAME}
 
 post-patch:

Modified: head/www/py-qp/Makefile
==============================================================================
--- head/www/py-qp/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/www/py-qp/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -20,7 +20,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 MAKE_ENV=	USE_DISTUTILS=yes
 USE_PYTHON=	2.5-2.7
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 
 SUB_FILES=	pkg-message
 

Modified: head/www/py-qpy/Makefile
==============================================================================
--- head/www/py-qpy/Makefile	Sat Sep  7 17:37:26 2013	(r326669)
+++ head/www/py-qpy/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	DOCS
 
 MAKE_ENV=	USE_DISTUTILS=yes
 USE_PYTHON=	2.5+
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
 
 .include <bsd.port.options.mk>
 



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