From nobody@FreeBSD.org  Mon Aug  4 19:55:28 2008
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 D90CF1065679
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Aug 2008 19:55:28 +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 C8B408FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Aug 2008 19:55:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m74JtScp071417
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 4 Aug 2008 19:55:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m74JtRja071378;
	Mon, 4 Aug 2008 19:55:28 GMT
	(envelope-from nobody)
Message-Id: <200808041955.m74JtRja071378@www.freebsd.org>
Date: Mon, 4 Aug 2008 19:55:28 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: maintainer update: math/qtiplot
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126247
>Category:       ports
>Synopsis:       maintainer update: math/qtiplot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 04 20:00:10 UTC 2008
>Closed-Date:    Wed Aug 06 07:50:50 UTC 2008
>Last-Modified:  Wed Aug  6 08:00:05 UTC 2008
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #3: Sat Jul 12 00:03:43 MSD 2008     root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA  i386
>Description:
update to 0.9.7

Note for committer: please update Qt4 to 4.4.1 :)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/math/qtiplot/Makefile /home/makc/porting/ports/math/qtiplot/Makefile
--- /usr/ports/math/qtiplot/Makefile	2008-07-13 13:55:30.000000000 +0400
+++ /home/makc/porting/ports/math/qtiplot/Makefile	2008-08-04 23:26:11.000000000 +0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	qtiplot
-DISTVERSION=	0.9.6.2
-PORTREVISION=	2
+DISTVERSION=	0.9.7
 CATEGORIES=	math science
 MASTER_SITES=	BERLIOS http://soft.proindependent.com/src/
 
@@ -15,7 +14,6 @@
 COMMENT=	An Origin clone for data analysis and scientific plotting
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser
-
 LIB_DEPENDS=	gsl.12:${PORTSDIR}/math/gsl \
 		qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \
 		qwt.5:${PORTSDIR}/x11-toolkits/qwt5
@@ -25,7 +23,7 @@
 USE_QT_VER=	4
 QT_COMPONENTS=	gui moc_build qmake_build opengl svg qt3support network assistantclient
 HAS_CONFIGURE=	yes
-QMAKE_ARGS+=	-unix -recursive LOCALBASE=${LOCALBASE}
+QMAKE_ARGS+=	-unix -recursive LOCALBASE=${LOCALBASE} PYTHON_CMD=${PYTHON_CMD}
 USE_DOS2UNIX=	*.pro
 MAN1=		qtiplot.1
 
@@ -57,8 +55,7 @@
 .endif
 
 .if !defined(WITHOUT_NLS)
-#QT_COMPONENTS+=	linguist
-BUILD_DEPENDS+=	${LOCALBASE}/bin/lupdate-qt4:${PORTSDIR}/devel/qt4-linguist
+QT_COMPONENTS+=	linguist_build
 PLIST_SUB+=	NLS=""
 .else
 PLIST_SUB+=	NLS="@comment "
diff -ruN --exclude=CVS /usr/ports/math/qtiplot/distinfo /home/makc/porting/ports/math/qtiplot/distinfo
--- /usr/ports/math/qtiplot/distinfo	2008-05-24 23:02:39.000000000 +0400
+++ /home/makc/porting/ports/math/qtiplot/distinfo	2008-08-04 22:24:02.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (qtiplot-0.9.6.2.tar.bz2) = 6af2b27f678e8215299f3f4a424b11fe
-SHA256 (qtiplot-0.9.6.2.tar.bz2) = 16f624eb6cd5e4d153adcbc1b84598a9fc5028cad4c9d34022839c2805a8dcbb
-SIZE (qtiplot-0.9.6.2.tar.bz2) = 6482625
+MD5 (qtiplot-0.9.7.tar.bz2) = 1a5c13bcaa81b15c2d152f2d47c04a5f
+SHA256 (qtiplot-0.9.7.tar.bz2) = e5e7a5d9a8010245041a38f2c20be6dd254832b588be73ed3718e063c201a4c1
+SIZE (qtiplot-0.9.7.tar.bz2) = 6446993
diff -ruN --exclude=CVS /usr/ports/math/qtiplot/files/patch-qtiplot__qtiplot.pro /home/makc/porting/ports/math/qtiplot/files/patch-qtiplot__qtiplot.pro
--- /usr/ports/math/qtiplot/files/patch-qtiplot__qtiplot.pro	2008-05-16 16:27:33.000000000 +0400
+++ /home/makc/porting/ports/math/qtiplot/files/patch-qtiplot__qtiplot.pro	2008-08-04 23:25:59.000000000 +0400
@@ -55,7 +55,7 @@
      LIBS        += -lm
      system(mkdir -p $${SIP_DIR})
 -    system($$system(python python-sipcmd.py) -c $${SIP_DIR} src/qti.sip)
-+    SIPCMD = $$(PYTHON_VERSION) python-sipcmd.py
++    SIPCMD = $$PYTHON_CMD python-sipcmd.py
 +    system($$system($$SIPCMD) -c $${SIP_DIR} src/qti.sip)
    }
  


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 4 20:00:19 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126247 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Aug 6 07:50:49 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126247: commit references a PR
Date: Wed,  6 Aug 2008 07:50:55 +0000 (UTC)

 miwi        2008-08-06 07:50:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/qtiplot         Makefile distinfo 
     math/qtiplot/files   patch-qtiplot__qtiplot.pro 
   Log:
   - Update to 0.9.7
   
   PR:             126247
   Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
   
   Revision  Changes    Path
   1.27      +3 -6      ports/math/qtiplot/Makefile
   1.19      +3 -3      ports/math/qtiplot/distinfo
   1.8       +1 -1      ports/math/qtiplot/files/patch-qtiplot__qtiplot.pro
 _______________________________________________
 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:
