From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 15:25:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53B7BB39; Fri, 14 Feb 2014 15:25:33 +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 3D6E513E0; Fri, 14 Feb 2014 15:25:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EFPXgH096313; Fri, 14 Feb 2014 15:25:33 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EFPXaG096312; Fri, 14 Feb 2014 15:25:33 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201402141525.s1EFPXaG096312@svn.freebsd.org> From: Bernhard Froehlich Date: Fri, 14 Feb 2014 15:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344251 - head/sysutils/cpupowerd 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: Fri, 14 Feb 2014 15:25:33 -0000 Author: decke Date: Fri Feb 14 15:25:32 2014 New Revision: 344251 URL: http://svnweb.freebsd.org/changeset/ports/344251 QAT: https://qat.redports.org/buildarchive/r344251/ Log: - Mark deprecated and set EXPIRATION_DATE The project is not maintained from upstream anymore and only supports ancient AMD K8 CPUs. Modified: head/sysutils/cpupowerd/Makefile Modified: head/sysutils/cpupowerd/Makefile ============================================================================== --- head/sysutils/cpupowerd/Makefile Fri Feb 14 15:25:23 2014 (r344250) +++ head/sysutils/cpupowerd/Makefile Fri Feb 14 15:25:32 2014 (r344251) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= decke@FreeBSD.org COMMENT= A CPU over- and undervolting daemon +DEPRECATED= Not maintained from upstream anymore and only supports ancient AMD K8. +EXPIRATION_DATE=2014-05-01 + USE_RC_SUBR= cpupowerd ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/${DISTNAME}/src