svn commit: r344251 - head/sysutils/cpupowerd

Bernhard Froehlich decke at FreeBSD.org
Fri Feb 14 15:25:33 UTC 2014


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 at 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


More information about the svn-ports-head mailing list