From nobody@FreeBSD.org  Wed Jan 27 16:46:29 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0B2CE1065692
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 27 Jan 2010 16:46:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DECCE8FC29
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 27 Jan 2010 16:46:28 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0RGkStT070444
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 27 Jan 2010 16:46:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o0RGkS7I070443;
	Wed, 27 Jan 2010 16:46:28 GMT
	(envelope-from nobody)
Message-Id: <201001271646.o0RGkS7I070443@www.freebsd.org>
Date: Wed, 27 Jan 2010 16:46:28 GMT
From: Anatoly Borodin <anatoly.borodin@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: math/plplot: math/py-numpy dep should be fixed
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143295
>Category:       ports
>Synopsis:       math/plplot: math/py-numpy dep should be fixed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-python
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 27 16:50:02 UTC 2010
>Closed-Date:    Thu Jan 28 22:53:58 UTC 2010
>Last-Modified:  Thu Jan 28 23:00:22 UTC 2010
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
math/plplot: math/py-numpy dep should be fixed - there is // inside.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

From 76040846436c9caa28c2fc8fd132aad72ae5958f Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin@gmail.com>
Date: Wed, 30 Dec 2009 23:50:40 +0100
Subject: [PATCH 20/21] math/plplot: fix index creation.

---
 math/plplot/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git math/plplot/Makefile math/plplot/Makefile
index ce0b5e4..de87260 100644
--- math/plplot/Makefile
+++ math/plplot/Makefile
@@ -65,7 +65,7 @@ PLIST_SUB+=	FORTRAN="@comment "
 .if defined(WITH_PYTHON)
 BUILD_DEPENDS+=	swig:${PORTSDIR}/devel/swig13	\
 		f2py:${PORTSDIR}/math/py-numpy
-RUN_DEPENDS+=	f2py:${PORTSDIR}//math/py-numpy
+RUN_DEPENDS+=	f2py:${PORTSDIR}/math/py-numpy
 USE_PYTHON=	yes
 PLIST_SUB+=	PYTHON=""
 CONFIGURE_ENV+=	PYTHON_VERSION="${PYTHON_VERSION}"
-- 
1.6.6.1



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 27 16:50:31 UTC 2010 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143295 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Jan 28 22:53:12 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143295 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143295: commit references a PR
Date: Thu, 28 Jan 2010 22:54:06 +0000 (UTC)

 pav         2010-01-28 22:53:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/plplot          Makefile 
   Log:
   - Fix a typo in optional dependency
   
   PR:             ports/143295
   Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com>
   
   Revision  Changes    Path
   1.65      +1 -1      ports/math/plplot/Makefile
 _______________________________________________
 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"
 
>Unformatted:
