svn commit: r353323 - head/www/py-scriptaculous

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 8 16:03:07 UTC 2014


Author: vanilla
Date: Thu May  8 16:03:06 2014
New Revision: 353323
URL: http://svnweb.freebsd.org/changeset/ports/353323
QAT: https://qat.redports.org/buildarchive/r353323/

Log:
  - Stage
  - Drop easy_install
  - Use auto pkg-plist
  - Delete pkg-plist
  
  PR:		ports/188773
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	portmgr@

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

Modified: head/www/py-scriptaculous/Makefile
==============================================================================
--- head/www/py-scriptaculous/Makefile	Thu May  8 16:01:45 2014	(r353322)
+++ head/www/py-scriptaculous/Makefile	Thu May  8 16:03:06 2014	(r353323)
@@ -21,7 +21,7 @@ PYDISTUTILS_PKGNAME=	Scriptaculous
 # Use the same version of www/py-turbogears
 USES=		zip
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list