ports/161151: math/PDL: updates to 2.4.9

Zhihao Yuan lichray at gmail.com
Fri Sep 30 10:20:04 UTC 2011


>Number:         161151
>Category:       ports
>Synopsis:       math/PDL: updates to 2.4.9
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 30 10:20:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #9 r225739: Sat Sep 24 04:14:17 CDT 2011 lichray at compaq.yuetime:/usr/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64


	
>Description:
	
	PDL is updated to 2.4.9
	http://sourceforge.net/projects/pdl/files/PDL/2.4.9/README.txt/view

	Although there are a few new features available in some more recent revisions, as announced by the official site, I just choose the stable version for now.
>How-To-Repeat:
	
>Fix:

	
	The new version requires on p5-OpenGL, not GL, glut anymore.

--- PDL-2.4.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/PDL.orig/Makefile /usr/ports/math/PDL/Makefile
--- /usr/ports/math/PDL.orig/Makefile	2011-09-28 01:19:30.000000000 -0500
+++ /usr/ports/math/PDL/Makefile	2011-09-30 04:58:26.646056136 -0500
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	PDL
-PORTVERSION=	2.4.7
+PORTVERSION=	2.4.9
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN/${PORTNAME}:cpan \
 		SF/pdl/PDL/${PORTVERSION}:sf
@@ -54,7 +54,7 @@
 .endif
 
 .if defined(WITH_GL)
-USE_GL=		yes
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/OpenGL.pm:${PORTSDIR}/graphics/p5-OpenGL
 .endif
 
 .if defined(WITH_GD)
diff -ruN --exclude=CVS /usr/ports/math/PDL.orig/distinfo /usr/ports/math/PDL/distinfo
--- /usr/ports/math/PDL.orig/distinfo	2011-05-06 18:23:23.000000000 -0500
+++ /usr/ports/math/PDL/distinfo	2011-09-30 04:57:17.796677579 -0500
@@ -1,2 +1,2 @@
-SHA256 (PDL-2.4.7.tar.gz) = 907ecfa69fa2bdfc5d3464eab7eda9df11f647b4fb3cb87e25969bc29f710a58
-SIZE (PDL-2.4.7.tar.gz) = 2598921
+SHA256 (PDL-2.4.9.tar.gz) = b67667294ec86bd94a34d17069dcca5cc8e773b57c333162ee6a9c0786b82210
+SIZE (PDL-2.4.9.tar.gz) = 2640318
--- PDL-2.4.9.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list