From owner-svn-ports-head@freebsd.org Fri Feb 26 19:26:50 2016 Return-Path: Delivered-To: svn-ports-head@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 4B64BAB5A1A; Fri, 26 Feb 2016 19:26:50 +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 mx1.freebsd.org (Postfix) with ESMTPS id 1CB1C1BF1; Fri, 26 Feb 2016 19:26:50 +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 u1QJQn61083147; Fri, 26 Feb 2016 19:26:49 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1QJQnVJ083146; Fri, 26 Feb 2016 19:26:49 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201602261926.u1QJQnVJ083146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 26 Feb 2016 19:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409635 - head/www/py-django-pipeline14 X-SVN-Group: ports-head 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.20 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: Fri, 26 Feb 2016 19:26:50 -0000 Author: rm Date: Fri Feb 26 19:26:48 2016 New Revision: 409635 URL: https://svnweb.freebsd.org/changeset/ports/409635 Log: www/py-django-pipeline14: mark deprecated This port depends upon expired www/py-django16 port, so mark this port deprecated too. There is no consumers of this port in the tree. Set to expire in one month. Modified: head/www/py-django-pipeline14/Makefile Modified: head/www/py-django-pipeline14/Makefile ============================================================================== --- head/www/py-django-pipeline14/Makefile Fri Feb 26 19:23:28 2016 (r409634) +++ head/www/py-django-pipeline14/Makefile Fri Feb 26 19:26:48 2016 (r409635) @@ -11,6 +11,9 @@ PKGNAMESUFFIX= 14 MAINTAINER= ports@FreeBSD.org COMMENT= Asset (css/js) packaging library for Django +DEPRECATED= This port depends upon expired www/py-django16 and have no consumers +EXPIRATION_DATE= 2016-03-26 + LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>0:${PORTSDIR}/www/py-django16