aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e17-module-moon
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-06 21:36:06 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-06 21:36:06 +0000
commit787d3a255c8b81adfc6fd522aa7e3771e836b15a (patch)
tree571ca671c87e18e8741545235246b094ad23f0e6 /x11-wm/e17-module-moon
parent5482c343bcf4445d525edde1edd1290f16a6497d (diff)
downloadports-787d3a255c8b81adfc6fd522aa7e3771e836b15a.tar.gz
ports-787d3a255c8b81adfc6fd522aa7e3771e836b15a.zip
Notes
Diffstat (limited to 'x11-wm/e17-module-moon')
-rw-r--r--x11-wm/e17-module-moon/Makefile1
-rw-r--r--x11-wm/e17-module-moon/files/patch-src__e_mod_main.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/e17-module-moon/Makefile b/x11-wm/e17-module-moon/Makefile
index cd5e080b7c9c..b227616b8559 100644
--- a/x11-wm/e17-module-moon/Makefile
+++ b/x11-wm/e17-module-moon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= moon
PORTVERSION= 23062006
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://mbsd.msk.ru/dist/
PKGNAMEPREFIX= e17-module-
diff --git a/x11-wm/e17-module-moon/files/patch-src__e_mod_main.c b/x11-wm/e17-module-moon/files/patch-src__e_mod_main.c
new file mode 100644
index 000000000000..1b64751d1dbd
--- /dev/null
+++ b/x11-wm/e17-module-moon/files/patch-src__e_mod_main.c
@@ -0,0 +1,11 @@
+--- src/e_mod_main.c.orig Sat Jun 3 12:35:27 2006
++++ src/e_mod_main.c Thu Jul 6 23:01:10 2006
+@@ -124,7 +124,7 @@
+
+ snprintf(title, sizeof(title), "%s %s", D_("Moon Clock Module"),
+ PACKAGE_VERSION);
+- e_module_dialog_show(title,
++ e_module_dialog_show(module, title,
+ D_("Display current phase of the moon ala e16 E-MoonClock"));
+ return 1;
+ }