ports/126247: maintainer update: math/qtiplot

Max Brazhnikov makc at issp.ac.ru
Mon Aug 4 20:00:10 UTC 2008


>Number:         126247
>Category:       ports
>Synopsis:       maintainer update: math/qtiplot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 04 20:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list