From owner-svn-ports-head@freebsd.org Tue Jan 28 16:22:50 2020 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 3B469232281; Tue, 28 Jan 2020 16:22:50 +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) 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 486X2y0f33z49hK; Tue, 28 Jan 2020 16:22:50 +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 EC72725C5D; Tue, 28 Jan 2020 16:22:49 +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 00SGMnQJ046616; Tue, 28 Jan 2020 16:22:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00SGMnRQ046612; Tue, 28 Jan 2020 16:22:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202001281622.00SGMnRQ046612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 28 Jan 2020 16:22:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524496 - in head: security/hotssh x11-fm/sunflower x11-toolkits/py-vte x11/terminator X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: security/hotssh x11-fm/sunflower x11-toolkits/py-vte x11/terminator X-SVN-Commit-Revision: 524496 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: Tue, 28 Jan 2020 16:22:50 -0000 Author: antoine Date: Tue Jan 28 16:22:48 2020 New Revision: 524496 URL: https://svnweb.freebsd.org/changeset/ports/524496 Log: Deprecate ports using py-vte With hat: portmgr Modified: head/security/hotssh/Makefile head/x11-fm/sunflower/Makefile head/x11-toolkits/py-vte/Makefile head/x11/terminator/Makefile Modified: head/security/hotssh/Makefile ============================================================================== --- head/security/hotssh/Makefile Tue Jan 28 16:21:54 2020 (r524495) +++ head/security/hotssh/Makefile Tue Jan 28 16:22:48 2020 (r524496) @@ -13,6 +13,9 @@ COMMENT= HotSSH is an interface to Secure Shell, for G LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-28 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:devel/dbus-glib \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ Modified: head/x11-fm/sunflower/Makefile ============================================================================== --- head/x11-fm/sunflower/Makefile Tue Jan 28 16:21:54 2020 (r524495) +++ head/x11-fm/sunflower/Makefile Tue Jan 28 16:22:48 2020 (r524496) @@ -11,6 +11,9 @@ COMMENT= Twin-panel file manager LICENSE= GPLv3 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-28 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notify>0:devel/py-notify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ Modified: head/x11-toolkits/py-vte/Makefile ============================================================================== --- head/x11-toolkits/py-vte/Makefile Tue Jan 28 16:21:54 2020 (r524495) +++ head/x11-toolkits/py-vte/Makefile Tue Jan 28 16:22:48 2020 (r524496) @@ -9,6 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface for VTE (Terminal widget) +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-28 + MASTERDIR= ${.CURDIR}/../vte BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${BUILD_WRKSRC} Modified: head/x11/terminator/Makefile ============================================================================== --- head/x11/terminator/Makefile Tue Jan 28 16:21:54 2020 (r524495) +++ head/x11/terminator/Makefile Tue Jan 28 16:22:48 2020 (r524496) @@ -12,6 +12,9 @@ COMMENT= Multiple GNOME terminals in one window LICENSE= GPLv2 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-28 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify>=0:devel/py-notify@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/keybinder/_keybinder.so:x11/keybinder \ ${PYTHON_PKGNAMEPREFIX}vte>=0:x11-toolkits/py-vte@${PY_FLAVOR} \