From owner-svn-ports-all@FreeBSD.ORG Thu Jan 1 16:10:13 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86A13BE; Thu, 1 Jan 2015 16:10:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 700E9BB; Thu, 1 Jan 2015 16:10:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01GADiB003781; Thu, 1 Jan 2015 16:10:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01GADg1003780; Thu, 1 Jan 2015 16:10:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011610.t01GADg1003780@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jan 2015 16:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375947 - head/math/PDL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 16:10:13 -0000 Author: sunpoet Date: Thu Jan 1 16:10:12 2015 New Revision: 375947 URL: https://svnweb.freebsd.org/changeset/ports/375947 QAT: https://qat.redports.org/buildarchive/r375947/ Log: - Add LICENSE - Sort *_DEPENDS - Remove test: which is already in perl5.mk Modified: head/math/PDL/Makefile Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Thu Jan 1 16:10:07 2015 (r375946) +++ head/math/PDL/Makefile Thu Jan 1 16:10:12 2015 (r375947) @@ -11,11 +11,14 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${E MAINTAINER= perl@FreeBSD.org COMMENT= Perl Data Language +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + 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 + p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \ + p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 @@ -69,9 +72,6 @@ post-patch: @${REINPLACE_CMD} -e "/POSIX_THREADS_LIBS/ s|undef|'${PTHREAD_LIBS}'|" \ ${WRKSRC}/perldl.conf -test: build - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make test - # autogen plist post-install: @(cd ${WRKSRC}; ${PERL} -Iblib/lib -Iblib/arch Doc/scantree.pl)