Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 02:04:42 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351433 - head/www/py-amf
Message-ID:  <201404170204.s3H24gQv063072@svn.freebsd.org>

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



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