From owner-svn-ports-all@freebsd.org Mon Aug 3 08:51:19 2020 Return-Path: Delivered-To: svn-ports-all@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 4B4E7373881; Mon, 3 Aug 2020 08:51:19 +0000 (UTC) (envelope-from antoine@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BKs7C1MWXz4W07; Mon, 3 Aug 2020 08:51:19 +0000 (UTC) (envelope-from antoine@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 EE40F11DB5; Mon, 3 Aug 2020 08:51:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0738pIMo003985; Mon, 3 Aug 2020 08:51:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0738pImN003299; Mon, 3 Aug 2020 08:51:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202008030851.0738pImN003299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 3 Aug 2020 08:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544040 - in head: games/pachi-game-engine graphics/caffe graphics/py-mayavi textproc/py-libxslt X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: games/pachi-game-engine graphics/caffe graphics/py-mayavi textproc/py-libxslt X-SVN-Commit-Revision: 544040 X-SVN-Commit-Repository: ports 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.33 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: Mon, 03 Aug 2020 08:51:19 -0000 Author: antoine Date: Mon Aug 3 08:51:17 2020 New Revision: 544040 URL: https://svnweb.freebsd.org/changeset/ports/544040 Log: Deprecate a few python 2.7 ports Modified: head/games/pachi-game-engine/Makefile head/graphics/caffe/Makefile head/graphics/py-mayavi/Makefile head/textproc/py-libxslt/Makefile Modified: head/games/pachi-game-engine/Makefile ============================================================================== --- head/games/pachi-game-engine/Makefile Mon Aug 3 08:50:14 2020 (r544039) +++ head/games/pachi-game-engine/Makefile Mon Aug 3 08:51:17 2020 (r544040) @@ -13,6 +13,9 @@ COMMENT= Fairly strong Go/Baduk/Weiqi playing program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcaffe.so:graphics/caffe \ Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Mon Aug 3 08:50:14 2020 (r544039) +++ head/graphics/caffe/Makefile Mon Aug 3 08:51:17 2020 (r544040) @@ -11,6 +11,9 @@ COMMENT= Fast open framework for deep learning LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + CONFLICTS_INSTALL= caffe2-* BUILD_DEPENDS= ${PYNUMPY} \ Modified: head/graphics/py-mayavi/Makefile ============================================================================== --- head/graphics/py-mayavi/Makefile Mon Aug 3 08:50:14 2020 (r544039) +++ head/graphics/py-mayavi/Makefile Mon Aug 3 08:51:17 2020 (r544040) @@ -22,6 +22,9 @@ LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE_YORICK.txt LICENSE_FILE_APACHE11= ${WRKSRC}/LICENSE_COLORBREWER.txt # See ${WRKSRC}/image_LICENSE.txt for per file license information +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BUILD_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ ${PY_SPHINX} RUN_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ Modified: head/textproc/py-libxslt/Makefile ============================================================================== --- head/textproc/py-libxslt/Makefile Mon Aug 3 08:50:14 2020 (r544039) +++ head/textproc/py-libxslt/Makefile Mon Aug 3 08:51:17 2020 (r544040) @@ -7,6 +7,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface for XSLT C library for GNOME +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + MASTERDIR= ${.CURDIR}/../libxslt BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${BUILD_WRKSRC}