Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 16:19:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350137 - head/math/py-matplotlib
Message-ID:  <201404041619.s34GJuPw073645@svn.freebsd.org>

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



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