From owner-svn-ports-all@FreeBSD.ORG Mon Mar 3 20:34:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A6FD9D8; Mon, 3 Mar 2014 20:34:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 376FDA51; Mon, 3 Mar 2014 20:34:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s23KYCnL007055; Mon, 3 Mar 2014 20:34:12 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s23KYBhf007051; Mon, 3 Mar 2014 20:34:11 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201403032034.s23KYBhf007051@svn.freebsd.org> From: Thomas Abthorpe Date: Mon, 3 Mar 2014 20:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346960 - in head: sysutils/epylog www/planet X-SVN-Group: ports-head 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.17 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: Mon, 03 Mar 2014 20:34:12 -0000 Author: tabthorpe Date: Mon Mar 3 20:34:11 2014 New Revision: 346960 URL: http://svnweb.freebsd.org/changeset/ports/346960 QAT: https://qat.redports.org/buildarchive/r346960/ Log: - Set EXPIRATION_DATE and mark DEPRECATED, at maintainer's request Modified: head/sysutils/epylog/Makefile head/www/planet/Makefile Modified: head/sysutils/epylog/Makefile ============================================================================== --- head/sysutils/epylog/Makefile Mon Mar 3 20:17:59 2014 (r346959) +++ head/sysutils/epylog/Makefile Mon Mar 3 20:34:11 2014 (r346960) @@ -14,6 +14,9 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libx RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ lynx:${PORTSDIR}/www/lynx +DEPRECATED= distfiles no longer fetchable +EXPIRATION_DATE= 2014-04-01 + MAN3= epylog.3 MAN5= epylog-modules.5 epylog.conf.5 MAN8= epylog.8 Modified: head/www/planet/Makefile ============================================================================== --- head/www/planet/Makefile Mon Mar 3 20:17:59 2014 (r346959) +++ head/www/planet/Makefile Mon Mar 3 20:34:11 2014 (r346960) @@ -12,6 +12,9 @@ COMMENT= Planet is a flexible feed aggre RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/devel/py-mx-experimental \ ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb +DEPRECATED= distfiles no longer fetchable +EXPIRATION_DATE= 2014-04-01 + USE_BZIP2= yes NO_BUILD= yes USE_PYTHON= yes