Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 19:51:02 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346792 - in head: converters/py-unidecode www/py-bottle
Message-ID:  <201403021951.s22Jp2Gv037195@svn.freebsd.org>

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



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