- Update to 0.2.1

PR:		130269
Submitted by:	Bernhard Froehlich <decke@bluelife.at> (maintainer)
This commit is contained in:
Martin Wilke 2009-01-09 16:26:59 +00:00
parent 0ed369f122
commit fcbb958211
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225592
3 changed files with 5 additions and 15 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: cpupowerd
# Date created: 2008-06-01
# Whom: Bernhard Fr__hlich <decke@bluelife.at>
# Whom: Bernhard Froehlich <decke@bluelife.at>
#
# $FreeBSD$
#
PORTNAME= cpupowerd
PORTVERSION= 0.2.0
PORTVERSION= 0.2.1
CATEGORIES= sysutils
MASTER_SITES= SF

View File

@ -1,3 +1,3 @@
MD5 (cpupowerd-0.2.0.tar.gz) = 008eaf562f59c9d0fcf79de231948e4f
SHA256 (cpupowerd-0.2.0.tar.gz) = 86ad76e9611bd60ac6e9ee3a800ec72cc9d129b5b61750e07a9e015f89d1e849
SIZE (cpupowerd-0.2.0.tar.gz) = 42794
MD5 (cpupowerd-0.2.1.tar.gz) = 219b95de8c53622a9fdb8b5bfeba29e3
SHA256 (cpupowerd-0.2.1.tar.gz) = 0af72af1b5d3764d69c12f0ea5619f74cc53992467f9d3a87881fe9e95ef9894
SIZE (cpupowerd-0.2.1.tar.gz) = 42949

View File

@ -1,10 +0,0 @@
--- libcpupowerd.c.orig 2008-11-13 22:38:33.000000000 +0100
+++ libcpupowerd.c 2008-11-13 22:39:19.000000000 +0100
@@ -33,6 +33,7 @@
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#ifdef __FreeBSD__
+#include <sys/param.h>
#if __FreeBSD_version < 800042
#include <cpu.h>
#define RDMSR CPU_RDMSR