From owner-svn-ports-branches@freebsd.org Thu Jul 9 19:10:17 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6793B997A48; Thu, 9 Jul 2015 19:10:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5791C14C8; Thu, 9 Jul 2015 19:10:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69JAHot025893; Thu, 9 Jul 2015 19:10:17 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69JAH8V025892; Thu, 9 Jul 2015 19:10:17 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091910.t69JAH8V025892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 19:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391675 - branches/2015Q3/www/py-django16 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 19:10:17 -0000 Author: lwhsu Date: Thu Jul 9 19:10:16 2015 New Revision: 391675 URL: https://svnweb.freebsd.org/changeset/ports/391675 Log: MFH: r391670 - Mark DEPRECATED - Pass maintainership to python@ Approved by: ports-secteam (feld), portmgr (bdrewery) Modified: branches/2015Q3/www/py-django16/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/py-django16/Makefile ============================================================================== --- branches/2015Q3/www/py-django16/Makefile Thu Jul 9 19:05:03 2015 (r391674) +++ branches/2015Q3/www/py-django16/Makefile Thu Jul 9 19:10:16 2015 (r391675) @@ -11,12 +11,15 @@ PKGNAMESUFFIX= 16 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= not supported by upstream +EXPIRATION_DATE= 2015-08-10 + USES= cpe python USE_PYTHON= autoplist distutils