From nobody@FreeBSD.org  Thu Sep 21 15:47:22 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 77A5116A4E8
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Sep 2006 15:47:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 86D3643D9B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Sep 2006 15:46:28 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8LFkRxJ032888
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Sep 2006 15:46:27 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k8LFkRGX032887;
	Thu, 21 Sep 2006 15:46:27 GMT
	(envelope-from nobody)
Message-Id: <200609211546.k8LFkRGX032887@www.freebsd.org>
Date: Thu, 21 Sep 2006 15:46:27 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: maintainer update: math/qtiplot
X-Send-Pr-Version: www-2.3

>Number:         103457
>Category:       ports
>Synopsis:       maintainer update: math/qtiplot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 21 15:50:23 GMT 2006
>Closed-Date:    Mon Sep 25 18:58:19 GMT 2006
>Last-Modified:  Mon Sep 25 19:00:43 GMT 2006
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
FreeBSD lqc.issp.ac.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Sep 11 18:18:55 MSD 2006     root@lqc.issp.ac.ru:/usr/obj/usr/src/sys/LQC  i386
>Description:
Update QtiPlot to 0.8.7.3 - bug fixing release.
Add missing run-time dependency on x11-toolkits/py-qt.
>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/math/qtiplot/Makefile /home/makc/porting/ports/math/qtiplot/Makefile
--- /usr/ports/math/qtiplot/Makefile	Sun Sep 10 12:05:25 2006
+++ /home/makc/porting/ports/math/qtiplot/Makefile	Thu Sep 21 17:32:38 2006
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	qtiplot
-PORTVERSION=	0.8.7.2
+PORTVERSION=	0.8.7.3
 CATEGORIES=	math science
 MASTER_SITES=	http://soft.proindependent.com/src/
-DISTNAME=	${PORTNAME}-0.8.7-2
+DISTNAME=	${PORTNAME}-0.8.7-3
 
 MAINTAINER=	makc@issp.ac.ru
 COMMENT=	An Origin clone for data analysis and scientific plotting
@@ -20,6 +20,7 @@
 LIB_DEPENDS=	gsl.9:${PORTSDIR}/math/gsl \
 		origin.0:${PORTSDIR}/math/liborigin \
 		qwtplot3d:${PORTSDIR}/math/qwtplot3d
+RUN_DEPENDS=	pylupdate:${PORTSDIR}/x11-toolkits/py-qt
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
diff -ruN /usr/ports/math/qtiplot/distinfo /home/makc/porting/ports/math/qtiplot/distinfo
--- /usr/ports/math/qtiplot/distinfo	Sun Sep 10 12:05:25 2006
+++ /home/makc/porting/ports/math/qtiplot/distinfo	Thu Sep 21 17:37:48 2006
@@ -1,3 +1,3 @@
-MD5 (qtiplot-0.8.7-2.tar.bz2) = 948cc4922eea51abb7016c6ca2d070d1
-SHA256 (qtiplot-0.8.7-2.tar.bz2) = 70be0f8b5f137542a5d1d62c78a8a1d38f657ac69e33e483ff1546baa400ced7
-SIZE (qtiplot-0.8.7-2.tar.bz2) = 736394
+MD5 (qtiplot-0.8.7-3.tar.bz2) = 85b91966ebe206e1cfb990890252abde
+SHA256 (qtiplot-0.8.7-3.tar.bz2) = 27c1229e6bbd1982b4bfd5c9dbd883b494a3fedd3a8fca71d20add5175d57538
+SIZE (qtiplot-0.8.7-3.tar.bz2) = 741895
diff -ruN /usr/ports/math/qtiplot/pkg-plist /home/makc/porting/ports/math/qtiplot/pkg-plist
--- /usr/ports/math/qtiplot/pkg-plist	Thu Jan  1 03:00:00 1970
+++ /home/makc/porting/ports/math/qtiplot/pkg-plist	Thu Sep 21 19:28:27 2006
@@ -0,0 +1,10 @@
+bin/qtiplot
+%%DATADIR%%/qtiplot
+%%DATADIR%%/qtiplotrc.py
+%%NLS%%%%DATADIR%%/translations/qtiplot_de.qm
+%%NLS%%%%DATADIR%%/translations/qtiplot_es.qm
+%%NLS%%%%DATADIR%%/translations/qtiplot_fr.qm
+%%NLS%%%%DATADIR%%/translations/qtiplot_ru.qm
+%%NLS%%%%DATADIR%%/translations/qtiplot_sv.qm
+%%NLS%%@dirrm %%DATADIR%%/translations
+@dirrmtry %%DATADIR%%

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Sep 21 17:42:52 UTC 2006 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103457 
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Mon Sep 25 02:08:02 UTC 2006 
Responsible-Changed-Why:  
Take PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103457 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Mon Sep 25 18:54:31 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103457: commit references a PR
Date: Mon, 25 Sep 2006 18:58:10 +0000 (UTC)

 alepulver    2006-09-25 18:58:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/qtiplot         Makefile distinfo 
   Added files:
     math/qtiplot         pkg-plist 
   Log:
   - Update QtiPlot to 0.8.7.3 (bug fixing release).
   - Add missing run-time dependency on x11-toolkits/py-qt.
   
   PR:             ports/103457
   Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
   
   Revision  Changes    Path
   1.8       +3 -2      ports/math/qtiplot/Makefile
   1.8       +3 -3      ports/math/qtiplot/distinfo
   1.1       +10 -0     ports/math/qtiplot/pkg-plist (new)
 _______________________________________________
 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:
