From owner-svn-ports-all@freebsd.org Tue Jan 30 18:16:24 2018 Return-Path: Delivered-To: svn-ports-all@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 1B83BEDA00E; Tue, 30 Jan 2018 18:16:24 +0000 (UTC) (envelope-from rm@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 C0A9979F78; Tue, 30 Jan 2018 18:16:23 +0000 (UTC) (envelope-from rm@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 B6A8F1ABB5; Tue, 30 Jan 2018 18:16:23 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0UIGNiv023106; Tue, 30 Jan 2018 18:16:23 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0UIGNGZ023105; Tue, 30 Jan 2018 18:16:23 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201801301816.w0UIGNGZ023105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 30 Jan 2018 18:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460427 - head/net-im/py-pyxmpp X-SVN-Group: ports-head X-SVN-Commit-Author: rm X-SVN-Commit-Paths: head/net-im/py-pyxmpp X-SVN-Commit-Revision: 460427 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.25 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: Tue, 30 Jan 2018 18:16:24 -0000 Author: rm Date: Tue Jan 30 18:16:23 2018 New Revision: 460427 URL: https://svnweb.freebsd.org/changeset/ports/460427 Log: net-im/py-pyxmpp: mark deprecated This port is outdated (last release was made in 2011), unmaintained and has no consumers in ports tree. According to the official github page "this project is becoming obsolete" since 2011 in favor of PyXMPP2 (from the same author, not yet in ports) that support modern Python API's and run with both Python branches. Mark it deprecated and set to expire at 2018-02-28. Modified: head/net-im/py-pyxmpp/Makefile Modified: head/net-im/py-pyxmpp/Makefile ============================================================================== --- head/net-im/py-pyxmpp/Makefile Tue Jan 30 18:13:57 2018 (r460426) +++ head/net-im/py-pyxmpp/Makefile Tue Jan 30 18:16:23 2018 (r460427) @@ -14,6 +14,9 @@ COMMENT= Python XMPP library LICENSE= LGPL21 # only LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Obsoleted in favor of PyXMPP2 +EXPIRATION_DATE= 2018-02-28 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.18.2:security/py-m2crypto@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${FLAVOR}