Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 09:12:03 +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: r335268 - head/devel/py-isodate
Message-ID:  <201311300912.rAU9C3uT066920@svn.freebsd.org>

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



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