Bug 145259 - [Update]math/py-matplotlib:Update to 0.99.1.1
Summary: [Update]math/py-matplotlib:Update to 0.99.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-01 09:40 UTC by Wen Heping
Modified: 2010-04-02 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (217 bytes, patch)
2010-04-01 09:40 UTC, Wen Heping
no flags Details | Diff
file.diff (3.32 KB, patch)
2010-04-01 09:40 UTC, Wen Heping
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2010-04-01 09:40:05 UTC
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>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-01 09:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-01 09:40:20 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-01 09:40:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Geoffrey Mainland 2010-04-01 14:01:48 UTC
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
Comment 5 wenheping 2010-04-01 15:10:49 UTC
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
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2010-04-01 19:35:28 UTC
State Changed
From-To: feedback->open

Maintainer approved; OTOH, note further change suggested in Audit-Trail.
Comment 7 dfilter service freebsd_committer freebsd_triage 2010-04-02 03:42:23 UTC
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"
Comment 8 Wen Heping freebsd_committer freebsd_triage 2010-04-02 03:42:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!