From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 12:18:20 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF9DEF4B; Tue, 5 Nov 2013 12:18:20 +0000 (UTC) (envelope-from mva@freebsd.org) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C24622B2; Tue, 5 Nov 2013 12:18:20 +0000 (UTC) Received: from [80.67.16.121] (helo=webmailfront01.ispgateway.de) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1VdfYp-0003OK-VG; Tue, 05 Nov 2013 13:16:43 +0100 Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu (Horde Framework) with HTTP; Tue, 05 Nov 2013 13:16:43 +0100 Date: Tue, 05 Nov 2013 13:16:43 +0100 Message-ID: <20131105131643.Horde.D56E9Rr6Hzhy9Y3eNt-4BQ1@webmail.df.eu> From: Marcus von Appen To: Dmitry Sivachenko Subject: Re: svn commit: r332835 - head/science/py-scikit-learn References: <201311051159.rA5BxlgI047763@svn.freebsd.org> In-Reply-To: <201311051159.rA5BxlgI047763@svn.freebsd.org> User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mva@freebsd.org 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, 05 Nov 2013 12:18:20 -0000 Zitat von Dmitry Sivachenko : > Author: demon > Date: Tue Nov 5 11:59:47 2013 > New Revision: 332835 > URL: http://svnweb.freebsd.org/changeset/ports/332835 > > Log: > Update to version 0.14.1 > > Modified: > head/science/py-scikit-learn/Makefile > head/science/py-scikit-learn/distinfo > head/science/py-scikit-learn/pkg-plist > > Modified: head/science/py-scikit-learn/Makefile > ============================================================================== > --- head/science/py-scikit-learn/Makefile Tue Nov 5 11:57:56 2013 (r332834) > +++ head/science/py-scikit-learn/Makefile Tue Nov 5 11:59:47 2013 (r332835) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= scikit-learn > -PORTVERSION= 0.13.1 > -PORTREVISION= 1 > +PORTVERSION= 0.14.1 > CATEGORIES= science python > MASTER_SITES= ${MASTER_SITE_CHEESESHOP} > MASTER_SITE_SUBDIR=source/s/scikit-learn > @@ -13,15 +12,16 @@ MAINTAINER= demon@FreeBSD.org > COMMENT= Machine learning algorithms for python > > BUILD_DEPENDS= ${PYNUMPY} > -LIB_DEPENDS= cblas:${PORTSDIR}/math/cblas > +LIB_DEPENDS= libcblas.so:${PORTSDIR}/math/cblas > RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>0.8.0:${PORTSDIR}/science/py-scipy > > USE_FORTRAN= yes > LATEST_LINK= py-${PORTNAME} > > -USE_PYTHON= -2.7 > +USE_PYTHON= yes > USE_PYDISTUTILS= yes > +PYTHON_PY3K_PLIST_HACK= yes Is there a specific reason why PYDISTUTILS_AUTOPLIST would not work for that port? Cheers Marcus