aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pcpustat
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-01-30 00:48:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-01-30 00:48:38 +0000
commita09dede5cd6b9970a26450dc0c59fab783eb49de (patch)
treec612c1118497b0d7e3e04b9102f959e02c9492bf /sysutils/pcpustat
parent4a7868da36e2bcfaa5a9b5ec78c390d2b643b285 (diff)
downloadports-a09dede5cd6b9970a26450dc0c59fab783eb49de.tar.gz
ports-a09dede5cd6b9970a26450dc0c59fab783eb49de.zip
update to 1.6
Changes: Avoid using undefined behavior for int decrement to insure that forever really does mean forever. fix signed/unsigned errors PR: ports/164615 Submitted by: Sterling Camden <sterling@camdensoftware.com> (maintainer)
Notes
Notes: svn path=/head/; revision=290073
Diffstat (limited to 'sysutils/pcpustat')
-rw-r--r--sysutils/pcpustat/Makefile2
-rw-r--r--sysutils/pcpustat/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pcpustat/Makefile b/sysutils/pcpustat/Makefile
index 618272672965..e4ea9517bff5 100644
--- a/sysutils/pcpustat/Makefile
+++ b/sysutils/pcpustat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pcpustat
-PORTVERSION= 1.5
+PORTVERSION= 1.6
CATEGORIES= sysutils
MASTER_SITES= http://chipstips.com/download/
diff --git a/sysutils/pcpustat/distinfo b/sysutils/pcpustat/distinfo
index b5b78db41ef7..3e8710edf59e 100644
--- a/sysutils/pcpustat/distinfo
+++ b/sysutils/pcpustat/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pcpustat-1.5.tar.bz2) = 1a834b0089709e90baa74a8b73bd754fcbb1fd5f50a7dd14ca67a8f570d75b79
-SIZE (pcpustat-1.5.tar.bz2) = 5050
+SHA256 (pcpustat-1.6.tar.bz2) = 46abfee9b670155454c629f184c987258ed1f74736631d1a5f6418cd00801831
+SIZE (pcpustat-1.6.tar.bz2) = 5117 \ No newline at end of file