From owner-svn-ports-head@freebsd.org Sun Sep 8 12:56:21 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B7F1F2765; Sun, 8 Sep 2019 12:56:21 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46RBBF3fqqz3NbH; Sun, 8 Sep 2019 12:56:21 +0000 (UTC) (envelope-from rene@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 625621E3EB; Sun, 8 Sep 2019 12:56:21 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x88CuLNT061457; Sun, 8 Sep 2019 12:56:21 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x88CuK76061452; Sun, 8 Sep 2019 12:56:20 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201909081256.x88CuK76061452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 8 Sep 2019 12:56:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511574 - in head: . graphics graphics/py-pyembree math math/py-yt X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . graphics graphics/py-pyembree math math/py-yt X-SVN-Commit-Revision: 511574 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.29 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: Sun, 08 Sep 2019 12:56:21 -0000 Author: rene Date: Sun Sep 8 12:56:20 2019 New Revision: 511574 URL: https://svnweb.freebsd.org/changeset/ports/511574 Log: Resurrect graphics/py-pyembree and math/py-yt now that graphics/embree is fixed. PR: 240117 (related) Submitted by: FreeBSD@ShaneWare.Biz Added: head/graphics/py-pyembree/ - copied from r511179, head/graphics/py-pyembree/ head/math/py-yt/ - copied from r511179, head/math/py-yt/ Modified: head/MOVED head/graphics/Makefile head/graphics/py-pyembree/Makefile head/math/Makefile head/math/py-yt/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Sep 8 12:51:55 2019 (r511573) +++ head/MOVED Sun Sep 8 12:56:20 2019 (r511574) @@ -12923,7 +12923,6 @@ emulators/qemu2||2019-09-05|Has expired: Latest 3.X br games/asc||2019-09-05|Has expired: Broken for more than 6 months games/slade||2019-09-05|Has expired: Broken for more than 6 months graphics/gimp-wavelet-decompose-plugin||2019-09-05|Has expired: Broken for more than 6 months -graphics/py-pyembree||2019-09-05|Has expired: Depends on expiring graphics/embree irc/irssi-otr||2019-09-05|Has expired: Broken for more than 6 months mail/p5-Mail-ClamAV||2019-09-05|Has expired: Broken for more than 6 months mail/qmail-ldap||2019-09-05|Has expired: Broken for more than 6 months @@ -12936,7 +12935,6 @@ math/octave-forge-parallel||2019-09-05|Has expired: Br math/octave-forge-strings||2019-09-05|Has expired: Broken for more than 6 months math/octave-forge-tisean||2019-09-05|Has expired: Broken for more than 6 months math/octave-forge-video||2019-09-05|Has expired: Broken for more than 6 months -math/py-yt||2019-09-05|Has expired: Depends on expiring graphics/embree misc/gnustep-examples||2019-09-05|Has expired: Broken for more than 6 months net/turses||2019-09-05|Has expired: Depends on expiring net/py-tweepy security/clamcour||2019-09-05|Has expired: Broken for more than 6 months Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Sep 8 12:51:55 2019 (r511573) +++ head/graphics/Makefile Sun Sep 8 12:56:20 2019 (r511574) @@ -869,6 +869,7 @@ SUBDIR += py-pycha SUBDIR += py-pycollada SUBDIR += py-pydot + SUBDIR += py-pyembree SUBDIR += py-pyepsg SUBDIR += py-pygal SUBDIR += py-pyganim Modified: head/graphics/py-pyembree/Makefile ============================================================================== --- head/graphics/py-pyembree/Makefile Thu Sep 5 11:27:14 2019 (r511179) +++ head/graphics/py-pyembree/Makefile Sun Sep 8 12:56:20 2019 (r511574) @@ -13,9 +13,6 @@ COMMENT= Python wrapper for Embree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Depends on expiring graphics/embree -EXPIRATION_DATE= 2019-09-04 - BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libembree.so:graphics/embree RUN_DEPENDS= ${PYNUMPY} Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Sep 8 12:51:55 2019 (r511573) +++ head/math/Makefile Sun Sep 8 12:56:20 2019 (r511574) @@ -784,6 +784,7 @@ SUBDIR += py-uncertainties SUBDIR += py-vincenty SUBDIR += py-viper + SUBDIR += py-yt SUBDIR += py-z3-solver SUBDIR += qalculate SUBDIR += qd Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Thu Sep 5 11:27:14 2019 (r511179) +++ head/math/py-yt/Makefile Sun Sep 8 12:56:20 2019 (r511574) @@ -14,9 +14,6 @@ COMMENT= Analysis and visualization toolkit for volume LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -DEPRECATED= Depends on expiring graphics/embree -EXPIRATION_DATE= 2019-09-04 - BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR} LIB_DEPENDS= libembree.so:graphics/embree \