diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-09-02 05:46:04 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-09-02 05:46:04 +0000 |
commit | 37cb57cd68b6488589e9a9fae9c2cb8efda6f06a (patch) | |
tree | 3e589b9efe7ba0dd4f9c90764e43feaf2471dfc1 /sysutils/conky-awesome | |
parent | de55418d6aa9531aa4f784317dd9e9250fe06b15 (diff) |
Update to 1.4.7.
Notes
Notes:
svn path=/head/; revision=198624
Diffstat (limited to 'sysutils/conky-awesome')
-rw-r--r-- | sysutils/conky-awesome/Makefile | 2 | ||||
-rw-r--r-- | sysutils/conky-awesome/distinfo | 6 | ||||
-rw-r--r-- | sysutils/conky-awesome/files/patch-src-freebsd.c | 25 |
3 files changed, 4 insertions, 29 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 345287f96e51..2edf717cea5d 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= conky -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/sysutils/conky-awesome/distinfo b/sysutils/conky-awesome/distinfo index 77027c978eb9..be8ae0060022 100644 --- a/sysutils/conky-awesome/distinfo +++ b/sysutils/conky-awesome/distinfo @@ -1,3 +1,3 @@ -MD5 (conky-1.4.6.tar.bz2) = fdada1c19d7349de8929414302575983 -SHA256 (conky-1.4.6.tar.bz2) = 31146c36fd0b3cb52e06cd01d25bb8a4c7c77d1fcdd00e9fd15db977af0145de -SIZE (conky-1.4.6.tar.bz2) = 408742 +MD5 (conky-1.4.7.tar.bz2) = 40b929889da5f237c5f2af4a70d7f765 +SHA256 (conky-1.4.7.tar.bz2) = 94dd3cd1bdf2a75f1977af049a0d4680b58db65824cbd1b669741af270f831c2 +SIZE (conky-1.4.7.tar.bz2) = 405942 diff --git a/sysutils/conky-awesome/files/patch-src-freebsd.c b/sysutils/conky-awesome/files/patch-src-freebsd.c deleted file mode 100644 index d0947c26f4c2..000000000000 --- a/sysutils/conky-awesome/files/patch-src-freebsd.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/freebsd.c.orig Sun Aug 5 08:48:13 2007 -+++ src/freebsd.c Wed Aug 22 10:22:24 2007 -@@ -43,6 +43,14 @@ - #define FREEBSD_DEBUG - #endif - -+#if __FreeBSD_version > 700050 -+struct wi_req { -+ u_int16_t wi_len; -+ u_int16_t wi_type; -+ u_int16_t wi_val[WI_MAX_DATALEN]; -+}; -+#endif -+ - inline void proc_find_top(struct process **cpu, struct process **mem); - - u_int64_t diskio_prev = 0; -@@ -831,6 +839,7 @@ - { - int fd; - struct apm_info info; -+ char *out; - - out = (char *)calloc(16, sizeof (char)); - |