Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 10:52:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367256 - head/math/PDL
Message-ID:  <201409041052.s84Aq2Wb051649@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Sep  4 10:52:01 2014
New Revision: 367256
URL: http://svnweb.freebsd.org/changeset/ports/367256
QAT: https://qat.redports.org/buildarchive/r367256/

Log:
  Update to 2.007.
  
  Sponsored by:	Absolight

Modified:
  head/math/PDL/Makefile
  head/math/PDL/distinfo

Modified: head/math/PDL/Makefile
==============================================================================
--- head/math/PDL/Makefile	Thu Sep  4 10:24:31 2014	(r367255)
+++ head/math/PDL/Makefile	Thu Sep  4 10:52:01 2014	(r367256)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	PDL
-PORTVERSION=	2.4.11
-PORTREVISION=	4
+PORTVERSION=	2.007
 CATEGORIES=	math perl5
-MASTER_SITES=	CPAN/${PORTNAME} SF/pdl/PDL/${PORTVERSION}
+MASTER_SITES=	CPAN/${PORTNAME} SF/pdl/PDL_2013/PDL-${PORTVERSION}
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	perl@FreeBSD.org
@@ -14,6 +13,7 @@ COMMENT=	Perl Data Language
 BUILD_DEPENDS=	p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \
 		p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \
 		p5-File-Map>=0.47:${PORTSDIR}/devel/p5-File-Map \
+		p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile \
 		p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
@@ -64,13 +64,10 @@ SINK_RUN_DEPENDS=	ppmtogif:${PORTSDIR}/g
 			saoimage:${PORTSDIR}/astro/saoimage
 
 post-patch:
-	@${GREP} -lR '#!/usr/local/bin/perl' ${WRKSRC}/ | ${XARGS} ${SED} -e 's|#!/usr/local/bin/perl|#!${PERL}|' -i ''
+	@${GREP} -lR '#!/.*bin/perl' ${WRKSRC}/ | ${XARGS} ${SED} -e 's|#!/.*bin/perl|#!${PERL}|' -i ''
 	@${GREP} -lR 'x86_64' ${WRKSRC}/ | ${XARGS} ${SED} -e 's|x86_64|amd64|g' -i ''
-	@${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|' ${WRKSRC}/perldl.conf
 	@${REINPLACE_CMD} -e "/POSIX_THREADS_LIBS/ s|undef|'${PTHREAD_LIBS}'|" \
-		-e '/WITH_IO_BROWSER/ s|0|1|' -e '/WITH_DEVEL_REPL/ s|1|0|' ${WRKSRC}/perldl.conf
-	@${REINPLACE_CMD} -e '/^#include <nan.h>/d' ${WRKSRC}/Basic/Math/mconf.h
-	@${REINPLACE_CMD} -e '/^require PDL::Core::Dev;/d' ${WRKSRC}/IO/Browser/Makefile.PL
+		${WRKSRC}/perldl.conf
 
 test: build
 	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make test

Modified: head/math/PDL/distinfo
==============================================================================
--- head/math/PDL/distinfo	Thu Sep  4 10:24:31 2014	(r367255)
+++ head/math/PDL/distinfo	Thu Sep  4 10:52:01 2014	(r367256)
@@ -1,2 +1,2 @@
-SHA256 (PDL-2.4.11.tar.gz) = c777ed2519d73ebde0d870e94931a2d2c57865abcee27dfec53f4412a2cac662
-SIZE (PDL-2.4.11.tar.gz) = 2859537
+SHA256 (PDL-2.007.tar.gz) = 609f6661061e444f2b5de845b2ab927adb9007b6511cf2f08aa0d6df0c62500c
+SIZE (PDL-2.007.tar.gz) = 2921078



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409041052.s84Aq2Wb051649>