svn commit: r351433 - head/www/py-amf

Steve Wills swills at FreeBSD.org
Thu Apr 17 02:04:42 UTC 2014


Author: swills
Date: Thu Apr 17 02:04:42 2014
New Revision: 351433
URL: http://svnweb.freebsd.org/changeset/ports/351433
QAT: https://qat.redports.org/buildarchive/r351433/

Log:
  - Stage
  - Drop deprecated easy_install
  - Use auto pkg-plist
  
  PR:		ports/188703
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	portmgr@ (blanket)

Deleted:
  head/www/py-amf/pkg-plist
Modified:
  head/www/py-amf/Makefile

Modified: head/www/py-amf/Makefile
==============================================================================
--- head/www/py-amf/Makefile	Thu Apr 17 01:58:43 2014	(r351432)
+++ head/www/py-amf/Makefile	Thu Apr 17 02:04:42 2014	(r351433)
@@ -14,9 +14,9 @@ COMMENT=	AMF support for Python
 LICENSE=	MIT
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	PyAMF
-PYEASYINSTALL_ARCHDEP=	yes
+PYDISTUTILS_ARCHDEP=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list