Update to 0.99.1.1 from 0.99.0 Fix: PORTNAME= matplotlib -PORTVERSION= 0.99.0 -PORTREVISION= 2 +PORTVERSION= 0.99.1.1 CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.99/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.99.1/ +DISTFILES= ${PORTNAME}-0.99.1.2.tar.gz PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net @@ -35,7 +35,7 @@ USE_TCL_RUN= yes USE_TK_RUN= yes CFLAGS+= -I${LOCALBASE}/include - +WRKSRC= ${WRKDIR}/${PORTNAME}-0.99.1.1 WANT_WX= 2.6 .include <bsd.port.pre.mk>
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of math/py-matplotlib, Please note that PR ports/145259 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145259 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On Thu, Apr 1, 2010 at 4:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of math/py-matplotlib, > > Please note that PR ports/145259 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/145259 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org I approve the patch. Geoff
Sorry, this line should be added to post-patch section to fix the build error with custom LOCALBASE: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/setupext.py wen
State Changed From-To: feedback->open Maintainer approved; OTOH, note further change suggested in Audit-Trail.
wen 2010-04-02 02:42:10 UTC FreeBSD ports repository Modified files: math/py-matplotlib Makefile distinfo pkg-plist Removed files: math/py-matplotlib/files patch-lib__matplotlib__afm.py Log: - Update to 0.99.1.1 PR: ports/145259 Submitted by: Wen Heping (myself) Approved by: maintainer Revision Changes Path 1.33 +6 -4 ports/math/py-matplotlib/Makefile 1.13 +3 -3 ports/math/py-matplotlib/distinfo 1.2 +0 -11 ports/math/py-matplotlib/files/patch-lib__matplotlib__afm.py (dead) 1.6 +4 -0 ports/math/py-matplotlib/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!