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

Antoine Brodin antoine at FreeBSD.org
Fri Apr 4 16:19:56 UTC 2014


Author: antoine
Date: Fri Apr  4 16:19:55 2014
New Revision: 350137
URL: http://svnweb.freebsd.org/changeset/ports/350137
QAT: https://qat.redports.org/buildarchive/r350137/

Log:
  - Fix after conversion to PYDISTUTILS_AUTOPLIST
  - Add EXAMPLES to OPTIONS_DEFINE
  
  Reported by:	poudriere -qat
  With hat:	portmgr

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Fri Apr  4 16:13:19 2014	(r350136)
+++ head/math/py-matplotlib/Makefile	Fri Apr  4 16:19:55 2014	(r350137)
@@ -3,7 +3,7 @@
 
 PORTNAME=	matplotlib
 PORTVERSION=	1.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math python
 MASTER_SITES=	http://cloud.github.com/downloads/matplotlib/matplotlib/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,13 +26,14 @@ USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=yes
 CFLAGS+=	-I${LOCALBASE}/include
 
-OPTIONS_DEFINE=	GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND
+OPTIONS_DEFINE=	EXAMPLES GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND
 OPTIONS_DEFAULT=	GTKBACKEND GTKAGGBACKEND TKAGGBACKEND
 GTKBACKEND_DESC=	GTK backend support
 GTKAGGBACKEND_DESC=	GTKAgg backend support
 TKAGGBACKEND_DESC=	TKAgg backend support
 WXAGGBACKEND_DESC=	WXAgg backend support
 
+PORTEXAMPLES=	*
 UNIQUENAME=	${PORTNAME}
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list