diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-05-31 11:27:32 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-05-31 11:27:32 +0000 |
commit | ab5e1314b19ce133c461114f42f3de6532180825 (patch) | |
tree | d90a2bab6c9e75664cb02201de0b31668b4fe443 /x11-wm | |
parent | 6fab7cbdf38ff045ac6122b59bfc37df60aafad8 (diff) | |
download | ports-ab5e1314b19ce133c461114f42f3de6532180825.tar.gz ports-ab5e1314b19ce133c461114f42f3de6532180825.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/epplets/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/epplets/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/epplets/files/patch-epplets_E-Slides.c | 27 | ||||
-rw-r--r-- | x11-wm/epplets/files/patch-epplets_E-Wireless.c | 9 |
4 files changed, 4 insertions, 41 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index d2540c66b953..dfa3bd1368ce 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -6,8 +6,7 @@ # PORTNAME= epplets -PORTVERSION= 0.12 -PORTREVISION= 4 +PORTVERSION= 0.13 CATEGORIES= x11-wm MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION} diff --git a/x11-wm/epplets/distinfo b/x11-wm/epplets/distinfo index 0ea191b88e24..ba3442178bf8 100644 --- a/x11-wm/epplets/distinfo +++ b/x11-wm/epplets/distinfo @@ -1,3 +1,3 @@ -MD5 (epplets-0.12.tar.gz) = 7f5119eeac9b938e6d64b972e4b9d984 -SHA256 (epplets-0.12.tar.gz) = 676522217e91955cda67ba1f7dcd11f9242685af5652ea408cd6128a8b332ce2 -SIZE (epplets-0.12.tar.gz) = 894232 +MD5 (epplets-0.13.tar.gz) = 6304130e5741b626c27b6b0cf7ae58e0 +SHA256 (epplets-0.13.tar.gz) = 605dfec7ce380eefa42dbd36bcec9b41e7754d4cc5d4f7365761743df5640021 +SIZE (epplets-0.13.tar.gz) = 953034 diff --git a/x11-wm/epplets/files/patch-epplets_E-Slides.c b/x11-wm/epplets/files/patch-epplets_E-Slides.c index 9b22c5d2a691..41981240aa51 100644 --- a/x11-wm/epplets/files/patch-epplets_E-Slides.c +++ b/x11-wm/epplets/files/patch-epplets_E-Slides.c @@ -31,30 +31,3 @@ static char **dirscan(char *dir, unsigned long *num); static char **randomize_file_list(char **names, unsigned long num); -@@ -376,7 +376,7 @@ - cfg_popup_cb(void *data) - { - -- int n = (int)data; -+ size_t n = (size_t)data; - - switch (n) - { -@@ -404,7 +404,7 @@ - play_cb(void *data) - { - -- int op = (int)data; -+ size_t op = (size_t)data; - - switch (op) - { -@@ -588,7 +588,7 @@ - static void - auto_popup_cb(void *data) - { -- cfg_auto_setbg = (int)data; -+ cfg_auto_setbg = (size_t)data; - } - - static void diff --git a/x11-wm/epplets/files/patch-epplets_E-Wireless.c b/x11-wm/epplets/files/patch-epplets_E-Wireless.c index aee8faaccb21..4e555f1e98b0 100644 --- a/x11-wm/epplets/files/patch-epplets_E-Wireless.c +++ b/x11-wm/epplets/files/patch-epplets_E-Wireless.c @@ -144,15 +144,6 @@ data = NULL; } -@@ -234,7 +313,7 @@ - { - char s[2] = { 0, 0 }; - -- color = (int)data; -+ color = (size_t)data; - s[0] = '0' + color; - Epplet_modify_config("color", s); - Epplet_save_config(); @@ -283,10 +362,10 @@ p = Epplet_create_popup(); |