diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-25 23:16:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-25 23:16:22 +0000 |
commit | 25a3d0e408846f5c8b77dced2505ebfd9c2496f0 (patch) | |
tree | 146219c6f8f5783ed2dc245f5cf49e55c6a5fdab /x11-wm/ion-3 | |
parent | 14c2b1b9d1b74b1dd2af164dfd66c4aa217c65fe (diff) | |
download | ports-25a3d0e408846f5c8b77dced2505ebfd9c2496f0.tar.gz ports-25a3d0e408846f5c8b77dced2505ebfd9c2496f0.zip |
Notes
Diffstat (limited to 'x11-wm/ion-3')
-rw-r--r-- | x11-wm/ion-3/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/ion-3/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/ion-3/files/patch-ion-statusd.c | 13 |
3 files changed, 6 insertions, 18 deletions
diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile index 9f27a8f95076..57331a12b16c 100644 --- a/x11-wm/ion-3/Makefile +++ b/x11-wm/ion-3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ion-3ds -PORTVERSION= 20051029 +PORTVERSION= 20051210 CATEGORIES= x11-wm MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ @@ -16,7 +16,7 @@ COMMENT= The development version of the Ion window manager LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support -CONFLICTS= ion-2002* pwm-* ion-2* +CONFLICTS= ion-2002* pwm-[0-9]* ion-2* USE_X_PREFIX= yes USE_GMAKE= yes @@ -31,6 +31,7 @@ IONDEFINES+= -DCF_NO_LOCALE .endif MAN1= ion3.1 pwm3.1 +MANLANG= "" fi cs de DOCSDIR= share/doc/ion3 # NO, I don't want to use configure but ion's author system.mk diff --git a/x11-wm/ion-3/distinfo b/x11-wm/ion-3/distinfo index f892fe062e24..a7fddf790ac7 100644 --- a/x11-wm/ion-3/distinfo +++ b/x11-wm/ion-3/distinfo @@ -1,3 +1,3 @@ -MD5 (ion-3ds-20051029.tar.gz) = b055eab63623443f6aa80a8274dc761b -SHA256 (ion-3ds-20051029.tar.gz) = 3f93dfdbc317819735575d4e3003002b3ba814f8f74be660d69fe4a12b4b8f9d -SIZE (ion-3ds-20051029.tar.gz) = 590222 +MD5 (ion-3ds-20051210.tar.gz) = e6aeff49f559d48e8cedea354c77a347 +SHA256 (ion-3ds-20051210.tar.gz) = 39934c9f74c33069c085a2d68fd6c18552aca1711fb9d32ed8127480f0d1061d +SIZE (ion-3ds-20051210.tar.gz) = 592804 diff --git a/x11-wm/ion-3/files/patch-ion-statusd.c b/x11-wm/ion-3/files/patch-ion-statusd.c deleted file mode 100644 index 217304006148..000000000000 --- a/x11-wm/ion-3/files/patch-ion-statusd.c +++ /dev/null @@ -1,13 +0,0 @@ ---- mod_statusbar/ion-statusd/ion-statusd.c Sat Oct 29 14:33:05 2005 -+++ mod_statusbar/ion-statusd/ion-statusd.c Mon Oct 31 20:29:09 2005 -@@ -143,8 +143,10 @@ - int opt; - bool quiet=FALSE; - -+#if !defined (CF_NO_LOCALE) - if(setlocale(LC_ALL, "")==NULL) - warn("setlocale() call failed."); -+#endif - - configtab=extl_table_none(); - |