svn commit: r346792 - in head: converters/py-unidecode www/py-bottle

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Mar 2 19:51:03 UTC 2014


Author: rm
Date: Sun Mar  2 19:51:02 2014
New Revision: 346792
URL: http://svnweb.freebsd.org/changeset/ports/346792
QAT: https://qat.redports.org/buildarchive/r346792/

Log:
  Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionality
  was included into bsd.python.mk

Modified:
  head/converters/py-unidecode/Makefile
  head/converters/py-unidecode/pkg-descr
  head/www/py-bottle/Makefile

Modified: head/converters/py-unidecode/Makefile
==============================================================================
--- head/converters/py-unidecode/Makefile	Sun Mar  2 19:10:50 2014	(r346791)
+++ head/converters/py-unidecode/Makefile	Sun Mar  2 19:51:02 2014	(r346792)
@@ -16,12 +16,5 @@ LICENSE=	GPLv2
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	Unidecode
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/converters/py-unidecode/pkg-descr
==============================================================================
--- head/converters/py-unidecode/pkg-descr	Sun Mar  2 19:10:50 2014	(r346791)
+++ head/converters/py-unidecode/pkg-descr	Sun Mar  2 19:51:02 2014	(r346792)
@@ -5,4 +5,4 @@ The representation is almost always an a
 -- i.e., conveying, in Roman letters, the pronunciation expressed by
 the text in some other writing system. (See the example above)
 
-WWW: https://pypi.python.org/pypi/Unidecode
+WWW: https://pypi.python.org/pypi/Unidecode/

Modified: head/www/py-bottle/Makefile
==============================================================================
--- head/www/py-bottle/Makefile	Sun Mar  2 19:10:50 2014	(r346791)
+++ head/www/py-bottle/Makefile	Sun Mar  2 19:51:02 2014	(r346792)
@@ -13,15 +13,8 @@ COMMENT=	Fast and simple WSGI-framework 
 
 LICENSE=	MIT
 
-# Python3 ready
-USE_PYTHON=	yes
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list