diff options
author | pav <pav@FreeBSD.org> | 2006-04-30 06:34:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-30 06:34:30 +0800 |
commit | 4b199614b4549df47d5bfe5d5c97bd695e12672b (patch) | |
tree | 97134def10baf402ebac4be80c7f6b142dabaca9 /math | |
parent | 851ec9ae250bbdcb45c9a7685cf4107168ab8ee9 (diff) | |
download | freebsd-ports-gnome-4b199614b4549df47d5bfe5d5c97bd695e12672b.tar.gz freebsd-ports-gnome-4b199614b4549df47d5bfe5d5c97bd695e12672b.tar.zst freebsd-ports-gnome-4b199614b4549df47d5bfe5d5c97bd695e12672b.zip |
- Update to 0.87.2
- Take maintainership
PR: ports/96164
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib/Makefile | 11 | ||||
-rw-r--r-- | math/py-matplotlib/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 0bd7ec1c2e02..64f7fc56126e 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -7,14 +7,13 @@ # PORTNAME= matplotlib -PORTVERSION= 0.80 -PORTREVISION= 1 +PORTVERSION= 0.87.2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mainland@apeiron.net COMMENT= A plotting library uses a syntax familiar to matlab users BUILD_DEPENDS= ${PYNUMERIC} \ @@ -27,17 +26,17 @@ RUN_DEPENDS= ${PYNUMERIC} \ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} .endif -USE_REINPLACE= yes +CONFLICTS= devel/py-dateutil-[0-9]* + USE_PYTHON= 2.2+ USE_PYDISTUTILS= yes USE_GNOME= gtk20 pygtk2 CFLAGS+= -I${X11BASE}/include -DATADIR= ${PREFIX}/share/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PLISTDIR= ${PYTHON_SITELIBDIR}/${PORTNAME} ${PYTHON_SITELIBDIR}/dateutil ${PYTHON_SITELIBDIR}/pytz \ - ${PYTHON_SITELIBDIR}/pylab* ${DATADIR} + ${PYTHON_SITELIBDIR}/pylab* .if !defined(NOPORTDOCS) PLISTDIR+= ${EXAMPLESDIR} .endif diff --git a/math/py-matplotlib/distinfo b/math/py-matplotlib/distinfo index 453f4d32d1cb..14d36f4f4c00 100644 --- a/math/py-matplotlib/distinfo +++ b/math/py-matplotlib/distinfo @@ -1,3 +1,3 @@ -MD5 (matplotlib-0.80.tar.gz) = 0374c439d3fcbca193c1333b84713674 -SHA256 (matplotlib-0.80.tar.gz) = 9420b5eb388378310da24a00c9c8b9c0e233e37019f46ff105edd58a07ffb8f0 -SIZE (matplotlib-0.80.tar.gz) = 2332845 +MD5 (matplotlib-0.87.2.tar.gz) = 74dde3c3e33797f56ebd6ca578090f8e +SHA256 (matplotlib-0.87.2.tar.gz) = 927d7d383f6cd757778a43fd3fdad05805bb0480a9c80cfb25a22ae65c354e45 +SIZE (matplotlib-0.87.2.tar.gz) = 2655790 |