From owner-svn-ports-head@freebsd.org Thu Apr 2 00:15:44 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 2E0BF2A9422; Thu, 2 Apr 2020 00:15:44 +0000 (UTC) (envelope-from wen@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 48t3W12FzKz3Ds0; Thu, 2 Apr 2020 00:15:41 +0000 (UTC) (envelope-from wen@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 0DFA66B6D; Thu, 2 Apr 2020 00:05:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03205mj8099680; Thu, 2 Apr 2020 00:05:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03205mg8099679; Thu, 2 Apr 2020 00:05:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202004020005.03205mg8099679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 2 Apr 2020 00:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530251 - head/databases/py-django-transaction-hooks X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/databases/py-django-transaction-hooks X-SVN-Commit-Revision: 530251 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: Thu, 02 Apr 2020 00:15:44 -0000 Author: wen Date: Thu Apr 2 00:05:48 2020 New Revision: 530251 URL: https://svnweb.freebsd.org/changeset/ports/530251 Log: - Mark DEPRECATED Modified: head/databases/py-django-transaction-hooks/Makefile Modified: head/databases/py-django-transaction-hooks/Makefile ============================================================================== --- head/databases/py-django-transaction-hooks/Makefile Wed Apr 1 23:35:38 2020 (r530250) +++ head/databases/py-django-transaction-hooks/Makefile Thu Apr 2 00:05:48 2020 (r530251) @@ -13,6 +13,9 @@ COMMENT= Django database backends to register transact LICENSE= BSD3CLAUSE +DEPRECATED= Unmaintained upstream and merged into Django since 1.9 +EXPIRATION_DATE= 2020-07-02 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} NO_ARCH= yes