From owner-svn-ports-all@freebsd.org Sat Jun 2 19:05:53 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 182E8FD45FE; Sat, 2 Jun 2018 19:05:53 +0000 (UTC) (envelope-from miwi@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 BD981728DB; Sat, 2 Jun 2018 19:05:52 +0000 (UTC) (envelope-from miwi@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 9BFC613D3C; Sat, 2 Jun 2018 19:05:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w52J5qZF029187; Sat, 2 Jun 2018 19:05:52 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w52J5qXm029185; Sat, 2 Jun 2018 19:05:52 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201806021905.w52J5qXm029185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 2 Jun 2018 19:05:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471396 - in head: security/py-python-social-auth www/py-django-social-auth X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head: security/py-python-social-auth www/py-django-social-auth X-SVN-Commit-Revision: 471396 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.26 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: Sat, 02 Jun 2018 19:05:53 -0000 Author: miwi Date: Sat Jun 2 19:05:51 2018 New Revision: 471396 URL: https://svnweb.freebsd.org/changeset/ports/471396 Log: - Mark Deprecated both projects are dead since 2016 https://github.com/omab/django-social-auth/blob/master/README.rst https://pypi.org/project/python-social-auth/ Sponsored by: iXsystems Inc. Modified: head/security/py-python-social-auth/Makefile head/www/py-django-social-auth/Makefile Modified: head/security/py-python-social-auth/Makefile ============================================================================== --- head/security/py-python-social-auth/Makefile Sat Jun 2 18:56:41 2018 (r471395) +++ head/security/py-python-social-auth/Makefile Sat Jun 2 19:05:51 2018 (r471396) @@ -19,6 +19,9 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}python-openid>=2. ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${FLAVOR} +DEPRECATED= Upstream Deprecated +EXPIRATION_DATE= 2018-08-01 + NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-django-social-auth/Makefile ============================================================================== --- head/www/py-django-social-auth/Makefile Sat Jun 2 18:56:41 2018 (r471395) +++ head/www/py-django-social-auth/Makefile Sat Jun 2 19:05:51 2018 (r471396) @@ -14,6 +14,9 @@ COMMENT= Setup social authentication/authorization mec RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-social-auth>=0:security/py-python-social-auth@${FLAVOR} +DEPRECATED= no support for new django +EXPIRATION_DATE= 2018-08-01 + USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes