diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e17-module-mem/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/e17-module-mem/files/patch-e_mod_main.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/e17-module-mem/Makefile b/x11-wm/e17-module-mem/Makefile index 5a5fe517cecf..f66abd0817a1 100644 --- a/x11-wm/e17-module-mem/Makefile +++ b/x11-wm/e17-module-mem/Makefile @@ -7,6 +7,7 @@ PORTNAME= mem PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff --git a/x11-wm/e17-module-mem/files/patch-e_mod_main.c b/x11-wm/e17-module-mem/files/patch-e_mod_main.c new file mode 100644 index 000000000000..045b3ea456f8 --- /dev/null +++ b/x11-wm/e17-module-mem/files/patch-e_mod_main.c @@ -0,0 +1,11 @@ +--- e_mod_main.c.orig Thu Jul 6 22:43:05 2006 ++++ e_mod_main.c Thu Jul 6 22:43:18 2006 +@@ -339,7 +339,7 @@ + EAPI int + e_modapi_about(E_Module *m) + { +- e_module_dialog_show(D_("Enlightenment Mem Monitor Module"), ++ e_module_dialog_show(m, D_("Enlightenment Mem Monitor Module"), + D_("This module is used to monitor memory.")); + return 1; + } |