svn commit: r335268 - head/devel/py-isodate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 30 09:12:03 UTC 2013


Author: sunpoet
Date: Sat Nov 30 09:12:02 2013
New Revision: 335268
URL: http://svnweb.freebsd.org/changeset/ports/335268

Log:
  - Use PYDISTUTILS_AUTOPLIST
  
  Suggested by:	mva

Deleted:
  head/devel/py-isodate/pkg-plist
Modified:
  head/devel/py-isodate/Makefile

Modified: head/devel/py-isodate/Makefile
==============================================================================
--- head/devel/py-isodate/Makefile	Sat Nov 30 08:19:46 2013	(r335267)
+++ head/devel/py-isodate/Makefile	Sat Nov 30 09:12:02 2013	(r335268)
@@ -14,7 +14,7 @@ LICENSE=	BSD
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-PYTHON_PY3K_PLIST_HACK=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP}


More information about the svn-ports-all mailing list