From owner-svn-ports-head@freebsd.org Fri Mar 23 17:35:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 814E4F5D32B; Fri, 23 Mar 2018 17:35:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34DD381C5E; Fri, 23 Mar 2018 17:35:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B9AA2300D; Fri, 23 Mar 2018 17:35:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2NHZ1JK035485; Fri, 23 Mar 2018 17:35:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2NHZ09E035483; Fri, 23 Mar 2018 17:35:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803231735.w2NHZ09E035483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 23 Mar 2018 17:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465391 - head/math/py-theano X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-theano X-SVN-Commit-Revision: 465391 X-SVN-Commit-Repository: ports 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.25 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: Fri, 23 Mar 2018 17:35:01 -0000 Author: yuri Date: Fri Mar 23 17:35:00 2018 New Revision: 465391 URL: https://svnweb.freebsd.org/changeset/ports/465391 Log: math/py-theano: Update 0.9.0 -> 1.0.1 Port changes: * Change to DISTVERSION * Simplified MASTER_SITES as per portlint recommendation * Add NO_ARCH PR: 226869 Approved by: demon (maintainer) Modified: head/math/py-theano/Makefile head/math/py-theano/distinfo Modified: head/math/py-theano/Makefile ============================================================================== --- head/math/py-theano/Makefile Fri Mar 23 17:32:13 2018 (r465390) +++ head/math/py-theano/Makefile Fri Mar 23 17:35:00 2018 (r465391) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= theano -PORTVERSION= 0.9.0 -PORTREVISION= 3 +DISTVERSION= 1.0.1 CATEGORIES= math python -MASTER_SITES= CHEESESHOP/source/T/Theano +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Theano-${DISTVERSION} @@ -20,6 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= compiler:openmp python USE_PYTHON= concurrent distutils autoplist +NO_ARCH= yes SUB_FILES= pkg-message SUB_LIST= CXX=${CXX} Modified: head/math/py-theano/distinfo ============================================================================== --- head/math/py-theano/distinfo Fri Mar 23 17:32:13 2018 (r465390) +++ head/math/py-theano/distinfo Fri Mar 23 17:35:00 2018 (r465391) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490101897 -SHA256 (Theano-0.9.0.tar.gz) = 745d66716531f9063127274b40503fbc21f931f78b7b03e79e5523d50078bc17 -SIZE (Theano-0.9.0.tar.gz) = 3116713 +TIMESTAMP = 1521790733 +SHA256 (Theano-1.0.1.tar.gz) = 88d8aba1fe2b6b75eacf455d01bc7e31e838c5a0fb8c13dde2d9472495ff4662 +SIZE (Theano-1.0.1.tar.gz) = 2831618