svn commit: r349837 - head/math/py-matplotlib

Dmitry Sivachenko demon at FreeBSD.org
Tue Apr 1 11:25:56 UTC 2014


Author: demon
Date: Tue Apr  1 11:25:56 2014
New Revision: 349837
URL: http://svnweb.freebsd.org/changeset/ports/349837
QAT: https://qat.redports.org/buildarchive/r349837/

Log:
  Better way to generate correct plist for both versions of python.
  
  Suggested by:	koobs
  No objection from:	maintainer

Deleted:
  head/math/py-matplotlib/pkg-plist
Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Tue Apr  1 11:14:12 2014	(r349836)
+++ head/math/py-matplotlib/Makefile	Tue Apr  1 11:25:56 2014	(r349837)
@@ -23,7 +23,7 @@ SHEBANG_FILES=	examples/pylab_examples/u
 		examples/animation/old_animation/movie_demo.py
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-PYTHON_PY3K_PLIST_HACK=yes
+PYDISTUTILS_AUTOPLIST=yes
 CFLAGS+=	-I${LOCALBASE}/include
 
 OPTIONS_DEFINE=	GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND


More information about the svn-ports-all mailing list