diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-30 08:48:38 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-30 08:48:38 +0800 |
commit | 27b57d9e9df5ac6f16e65153da5fde47239d0931 (patch) | |
tree | 210aea8d68da3d1d785d565bb9cc44ac92cd43dd /sysutils | |
parent | c676af0d526969b22b6d66b2fa9f1f995315057a (diff) | |
download | freebsd-ports-gnome-27b57d9e9df5ac6f16e65153da5fde47239d0931.tar.gz freebsd-ports-gnome-27b57d9e9df5ac6f16e65153da5fde47239d0931.tar.zst freebsd-ports-gnome-27b57d9e9df5ac6f16e65153da5fde47239d0931.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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pcpustat/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pcpustat/distinfo | 4 |
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 |