From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 13:43:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15B5CC45; Tue, 28 Apr 2015 13:43:37 +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 04C881FC4; Tue, 28 Apr 2015 13:43:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SDhaZ5089703; Tue, 28 Apr 2015 13:43:36 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3SDhaOv089702; Tue, 28 Apr 2015 13:43:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504281343.t3SDhaOv089702@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 28 Apr 2015 13:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384900 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 13:43:37 -0000 Author: mat Date: Tue Apr 28 13:43:36 2015 New Revision: 384900 URL: https://svnweb.freebsd.org/changeset/ports/384900 Log: Try to have portscout ignore x.y.z versions. Sponsored by: Absolight Modified: head/math/PDL/Makefile Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Tue Apr 28 13:36:55 2015 (r384899) +++ head/math/PDL/Makefile Tue Apr 28 13:43:36 2015 (r384900) @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Astro-FITS-Header>=0:$ p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile RUN_DEPENDS:= ${BUILD_DEPENDS} -PORTSCOUT= limit:^[0-9\.]*$$ +PORTSCOUT= limit:^[0-9]\.[0-9][0-9]+[0-9\.]*$$ USES= gmake perl5 USE_PERL5= configure