Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 17:18:25 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371201 - in head: french/alphabet_sounds_fr french/trytond28_account_fr french/trytond_account_fr french/tvdownloader ftp/ftpcube ftp/py-ftputil ftp/py-pyftpdlib
Message-ID:  <201410191718.s9JHIPAk054441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Oct 19 17:18:24 2014
New Revision: 371201
URL: https://svnweb.freebsd.org/changeset/ports/371201
QAT: https://qat.redports.org/buildarchive/r371201/

Log:
  - Convert ports from french/ and ftp/ to new USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/french/alphabet_sounds_fr/Makefile
  head/french/trytond28_account_fr/Makefile
  head/french/trytond_account_fr/Makefile
  head/french/tvdownloader/Makefile
  head/ftp/ftpcube/Makefile
  head/ftp/py-ftputil/Makefile
  head/ftp/py-pyftpdlib/Makefile

Modified: head/french/alphabet_sounds_fr/Makefile
==============================================================================
--- head/french/alphabet_sounds_fr/Makefile	Sun Oct 19 17:11:50 2014	(r371200)
+++ head/french/alphabet_sounds_fr/Makefile	Sun Oct 19 17:18:24 2014	(r371201)
@@ -13,6 +13,6 @@ COMMENT=	Educative games for children. A
 
 RUN_DEPENDS=	${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay
 
-USE_PYTHON=	yes
+USES=		python
 
 .include <bsd.port.mk>

Modified: head/french/trytond28_account_fr/Makefile
==============================================================================
--- head/french/trytond28_account_fr/Makefile	Sun Oct 19 17:11:50 2014	(r371200)
+++ head/french/trytond28_account_fr/Makefile	Sun Oct 19 17:18:24 2014	(r371201)
@@ -18,8 +18,7 @@ RUN_DEPENDS=	trytond28_account>=2.8.1:${
 
 CONFLICTS=	trytond_account_fr-2.[46].*
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/french/trytond_account_fr/Makefile
==============================================================================
--- head/french/trytond_account_fr/Makefile	Sun Oct 19 17:11:50 2014	(r371200)
+++ head/french/trytond_account_fr/Makefile	Sun Oct 19 17:18:24 2014	(r371201)
@@ -17,8 +17,7 @@ RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/
 
 CONFLICTS=	trytond28_account_fr-2.8.*
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/french/tvdownloader/Makefile
==============================================================================
--- head/french/tvdownloader/Makefile	Sun Oct 19 17:11:50 2014	(r371200)
+++ head/french/tvdownloader/Makefile	Sun Oct 19 17:18:24 2014	(r371201)
@@ -19,8 +19,7 @@ RUN_DEPENDS=	msdl:${PORTSDIR}/multimedia
 		${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto\
 		${PYTHON_SITELIBDIR}/mechanize/_mechanize.py:${PORTSDIR}/www/py-mechanize
 
-USE_PYTHON=	yes
-USES=		shebangfix
+USES=		python shebangfix
 SHEBANG_FILES=	doc/installdox
 ALL_TARGET=	build
 

Modified: head/ftp/ftpcube/Makefile
==============================================================================
--- head/ftp/ftpcube/Makefile	Sun Oct 19 17:11:50 2014	(r371200)
+++ head/ftp/ftpcube/Makefile	Sun Oct 19 17:18:24 2014	(r371201)
@@ -14,12 +14,11 @@ LICENSE=	ART10
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
-USE_WX=			2.6+
-WX_COMPS=		python
-WX_UNICODE=		yes
+USES=		python
+USE_PYTHON=	distutils autoplist
+USE_WX=		2.6+
+WX_COMPS=	python
+WX_UNICODE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/setup.cfg

Modified: head/ftp/py-ftputil/Makefile
==============================================================================
--- head/ftp/py-ftputil/Makefile	Sun Oct 19 17:11:50 2014	(r371200)
+++ head/ftp/py-ftputil/Makefile	Sun Oct 19 17:18:24 2014	(r371201)
@@ -11,8 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	High-level FTP client library
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 PORTDOC_FILES=	README.html README.txt ftputil.html ftputil.txt ftputil_ru_utf8.txt

Modified: head/ftp/py-pyftpdlib/Makefile
==============================================================================
--- head/ftp/py-pyftpdlib/Makefile	Sun Oct 19 17:11:50 2014	(r371200)
+++ head/ftp/py-pyftpdlib/Makefile	Sun Oct 19 17:18:24 2014	(r371201)
@@ -13,8 +13,8 @@ COMMENT=	Python FTP server library
 
 LICENSE=	MIT
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
+USES=		python:2
+USE_PYTHON=	distutils
 
 OPTIONS_DEFINE=		SENDFILE OPENSSL EXAMPLES
 OPTIONS_DEFAULT=	SENDFILE OPENSSL



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